/* zero off the defaults to get a clean starting point*/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, img {  
margin: 0; 
padding: 0; 
border: 0; 
}

h1 {
	margin: 1.4em 0 0.2em 0;
}

body {
	background-repeat: repeat-x;
	font-size: 100.01%;
	text-align: center;
	font-family:  Arial, Helvetica, sans-serif;
	color: #222;
	background-color: #000;

}
a:link { color: #900; }
a:visited { color: #900; }
a:hover { color: #d00; }

#wrapper {
	margin: 0 auto;
	width: 850px;
	text-align: left;
	position: relative;
	background: #fff url('../images/bg.gif') repeat-y 0 0;
}

#topbanner {
	background: transparent url('../images/header.gif') no-repeat 0 0;
	height: 122px;
	margin: 0 auto;
	width: 790px;
	text-align: right;
}

#content {
  margin-left: 240px;
	padding: 7px 0 10px 0;
	width: 460px;
}

#pro {
  margin-left: 165px;
	padding: 7px 0 10px 0;
	width: 600px;
}

#content h1, #pro h1 {
	color: #000;
}

#content h2, #pro h2 {
	font-size: 95%;
	margin: 22px 0 0 5px;
	color: #222;
}

#content p, #pro p {
	font-size: 90%;
	padding: 5px 5px;
}

#skip {
	position: absolute; 
	top: -500px;/*places the skip nav off screen*/
}

address.contact {
	position: absolute;
	width: 180px;
	top: 130px;
	left: 23px;
}
.contact .phone {
	font-weight: bold;
	font-size: 1.3em;
}

#nav {
	position: absolute; 
	width: 180px;
	top: 200px;
	left: 23px;
}

#nav img {
	margin: 25px auto;
}

#nav ul {
	list-style-type: none;
	padding-left: 2px;
}

div#nav ul li {
	border-bottom: 1px solid #C5AEA6;
	font-family: Arial, Helvetica, sans-serif;
	width: 179px;
	margin-bottom: -2px;
	list-style-type: none;
}

div#nav>ul li, #nav>h3 {
	border-bottom: 1px dotted #888;
	margin-bottom: 0;
}

#nav li a {
	font-size: 80%;
	height: 1%;
	display: block;
	text-decoration: none;
	color: #222;
	padding: 4px 0 4px 2px;
	margin: 0;
}

#nav li a:hover, #nav li a:focus {
	background-color: #900;
	color: #fff;
}

#footer {
	border-top: 1px solid #ddd;
	font-size: 70%;
	padding: 4px 23px 10px 0;
	margin: 30px 50px 10px 50px;
}

#footer p.copy {
	float: right;
	text-align: right;
	color: #888;
}
#footer p.contact {
	margin-left: 10px;
	float: left;
	text-align: middle;
}

p.price {
	color: #222;
	width: 250px;
	float: right;
}
p img { float: left; margin: 0 10px 10px 0; }

#content ul {
	list-style: inside;
	font-size: 90%;
}
#sidebar {
	position: absolute; 
	width: 220px;
	top: 200px;
	left: 23px;
}

#sidebar blockquote {
	margin: 35px 20px;
	font-size: 85%;
}

#sidebar cite {
	font-size: 90%;
	display: block;
	font-style: italic;
	text-align: right;
}

#sidebar cite span {
	display: block;
	font-size: 90%;
}
.clearfloats { height: 1px; line-height: 1px; width: 100%; margin: 0; padding: 0; clear: both; }

.bio {
	float: right;
	clear: none;
	width: 320px;
}

.slide-container {
	margin-top: 10px;
	float: left;
}

.slides {
    height: 350px;  
    width: 250px;  
    padding: 0;  
    margin: 0;  
} 
 
.slides img {  
    height: 350px; 
    width: 250px; 
    top: 0; 
    left: 0;
} 
.kudos {
	font-size: 80%;
	float: left;
	width: 250px;
	margin: 0;
	font-style: italic;
}
.kudos cite {
	margin-top: 5px;
	display: block;
	text-align: right;
	font-style: normal;
}
.kudos cite span {
	display: block;
	font-style: italic;
}

.social ul { margin: 40px 0 0 60px; list-style-type: none; }

.social li { float: left; margin: 0 30px; }
.social a img { border: none; }

#release {
	float: right;
	clear: none;
	width: 320px;
	margin-top: 0;
}
.player { float: left; margin: 5px 2px 5px 5px; border: 3px double #000; }
#release h2 { margin-top: 0px; padding-top: 0; }
#release h3 { margin-top: 10px; padding: 0; font-style: italic; font-size: 0.7em; }
#release img { float: left; }
#release img.single { margin: 5px 0; }
#release .get-it { float: left; width: 100px; margin: 5px; }
#release .get-it img { margin: 5px 0; }

.error { color: red; }

/**
 * jQuery Simple Dialog 
 */
.sd_container{
 font-family: arial,helvetica,sans-serif;
 margin:0;
 padding: 10px;
 position: absolute;
 background-color: #fff;
 border: solid 1px #ccc;
 text-align:center;
}
.sd_header{
 font-size: 125%;
 font-weight:bold;
 margin-bottom: 10px;
}
.sd_content{}
.sd_footer{
 color: #a0a0a0;
 margin-top: 10px;
}
.sd_overlay{
 position: absolute;
 margin:0;
 padding: 0;
 top: 0;
 left: 0;
 background-color: #222;
}
.sd_loading{
 background: url('indicator.gif') center no-repeat;
 background-color: #fff;
 height: 60px;
 width: 60px;
}
.sd_closelabel{
 position:absolute;
 width:50px;
 height:22px;
 line-height:22px;
 top:0;
 left:0;
 padding:5px;
 text-align:center;
 background-color:#ccc;
}
.sd_closelabel a {
 text-decoration:none;
 color: #222;
 font-size: 12px;
 font-weight:bold;
}
