html, body {
    background: #000 url(../img/barbg.png) repeat-x 0 170px;
    color: #222;
	font-family: Georgia;
    font-size: 14px;
    padding: 0px;
    margin: 0px;
}

.header {
    height: 170px;
    background: #000 url(../img/bg.png) no-repeat 10px 0;
}

.bar {
    height: 300px;
}

h1 {
    font-size: 38px;
	text-indent: -7px;
	font-weight: normal;
	line-height: 45px;
}
h2 {
    font-size: 28px;
	text-indent: -7px;
	font-weight: normal;
}
li {
    list-style: none;
}
p.desc {
	padding-top: 0;
    line-height: 25px;
}
p.dl {
    line-height: 25px;
}
a {
    color: #222;
}
a.button {
    color: #fff;
    text-decoration: none;
    padding: 10px 10px 15px 10px;
    font-weight: bold;
    background: #000 url(../img/buttonbg.png) repeat-x;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
     white-space: nowrap;
}
a.button:hover {
    background-image: none;
}
a.big {
    font-family: Verdana;
    text-decoration: none;
    font-weight: bold;
}
div#uservoice-feedback a#uservoice-feedback-tab {
    top: 322px !important;
}

.footnote {
	color: #444;
	font-size: 11px;
	float: left;
	margin: 20px 0 0 0;
}
.addthis, .twitter, .iphone {
	float: right;
	margin: 15px 0 0 7px;
}
.iphone {
	margin-top: 13px; 
}
.addthis a, .twitter a, .iphone a {
	background: #222;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 2px 7px 5px 5px;
	color: #666;
	opacity: 0.7;
	-moz-opacity: 0.7;
	-webkit-opacity: 0.7;
	line-height: 25px;
    text-decoration:none;
}
.addthis a:hover, .twitter a:hover, .iphone a:hover {
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
}
.addthis a img, .twitter a img, .iphone a img {
	vertical-align: middle;
}

div.desc {
    padding-top: 20px;
}

#slideshow * { margin: 0; padding: 0; }
#slideshow { background: url('../img/browser.png') no-repeat top left; position: relative; padding: 0; width: 380px; height: 400px; top: -67px;}
#slideshow #pictures, #slideshow #loading { position: absolute; }
#slideshow #loading { display: none; }
#slideshow #pictures { width: 350px; height: 389px; top: 25px;left: 13px; overflow: hidden; }
#slideshow #pictures li { display: block; position: absolute; top: 0; width: 350px; }
#slideshow #pictures li img { display: block; position: relative; bottom: 0; }
#slideshow #menu { position: absolute; top: 387px; list-style-type: none; width: 350px; height: 30px; left: 13px; padding-top: 20px; background-color: #404040;}
#slideshow #menu li { display: none; z-index: 1000; position: relative; zoom: 1; text-align: center;}
#slideshow #menu li.current { display: block; }
#slideshow #menu li a { font-weight: bold; display: block; text-decoration: none; z-index: 1000; color: #fff; vertical-align: middle; zoom: 1; }
#slideshow #menu li a:focus { outline: 0; }

