/* 
Client:			Before the Throne Music
Site URL:		www.B4TMusic.com
Platform		XHTML / CSS
Author: 		Jason VanLue // 57studios.com
Date: 			07/28/2007
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */


/* BASIC STYLES */

body {
	margin: 0px;
	padding: 0px;
	font: "Century Gothic", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight:lighter;
	color: #606060;
	font-weight: lighter;
	text-align: center;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-color: #ededed;
}

.blue {
	color: #2e99ce;
}

.red {
	color: #a92a23;
}

a {
	font: "Century Gothic", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	color: #606060;
	text-decoration: none;
}

a:hover {
	font: "Century Gothic", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	color: #2e99ce;
	text-decoration: none;
}

a:link, a:visited {
	font: "Century Gothic", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	color: #606060;
	text-decoration: none;
}

h1 {
	font: 36px "Century Gothic", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-weight: lighter;
	color: #404040;
}

img {
	border: none;
}

/* INCLUDES STYLES */


#container {
	margin: 0 auto;
	text-align: center;
	width: 925px;
}

#contentcontainer {
	margin: 0;
	float: right;
	width: 765px;
	text-align: left;
	background: #fff;
}

#header {
	margin: 13px 0 10px 0;
	text-align: center;
}

#photo {
	margin: 10px 0 1px 0;
	height: 261px;
	text-align: center;
}

#footer {
	float: left;
	width: 765px;
	margin: 40px 0 0 0;
	height: 85px;
	font: 10px "Century Gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #808080;
	text-align: center;
	background-image: url(images/footerbg.png);
	background-repeat: no-repeat;
}

#footer a {
	color: #808080;
}

#footer a:hover {
	color: #2e99ce;
	text-decoration: underline;
}

/* HOMEPAGE STYLES */

#homecontent {
	margin: 10px;
	float: left;
	width: 735px;
	border-bottom: 1px solid #ededed;
	
}
#homecontentimage {
	float: left;
}

#homecontenttext {
	float: right;
	padding: 15px 10px 10px 10px;
	width: 480px;
	font: 20px "Century Gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: lighter;
	line-height: 20px;
	color: #9a9a9a;
}

#homecontenttext a:hover {
	font: "Century Gothic", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	color: #2e99ce;
	text-decoration: none;
}


/* SECONDARY STYLES */

#subheader {
	margin: 10px;
	width: 745px;
	text-align: left;
	border-bottom: 1px solid #ededed;
}

#aboutcontent {
	float: left;
	margin: 10px;
	width: 490px;
	text-align: left;
}

#subheader_right {
	margin: 10px;
	width: 230px;
	text-align: left;
}

#links {
	float: right;
	margin: 10px;
	width: 230px;
	text-align: center;
}

#product_header {
	float: left;
	margin: 10px;
	width: 500px;
}

#product {
	float: left;
	margin: 10px;
	width: 735px;
	border: 1px solid #ededed;
}

#productimage {
	float: left;
	width: 225px;
}

#product_text {
	float: right;
	padding: 10px;
	width: 485px;
}

#product_media {
	float: left;
	padding: 10px;
	width: 500px;
}

#product_price {
	float: left;
	padding: 5px;
	text-align: center;
	width: 225px;
}

.price_heading {
	font: 20px "Century Gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #2b2b2b;
}

.price_headingBlue {
	color: #2e99ce;
}

#product_button {
	margin: 15px 0 0 0;
	float: right;
	padding: 10px;
	text-align: center;
}

.altproduct {
	background-color: #ededed;
}

/* NAVIGATION STYLES */

#nav {
	width: 160px;
	float: left;
}

ul.navigation {
	margin-top: 225px;
	list-style-type: none;
	text-align: left;
	display: block;
	font: 24px/40px "Century Gothic", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: lighter;
	text-transform: uppercase;
	color: #fff;
}

ul.navigation li {
	font: 24px/40px "Century Gothic", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: lighter;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}

ul.navigation li a {
	display: block;
	font: 24px/40px "Century Gothic", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: lighter;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}

ul.navigation li a:hover {
	background: #fff;
	font: 24px/40px "Century Gothic", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: lighter;
	color: #606060;
	text-transform: uppercase;
	border-top: 1px solid #ededed;
	border-left: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
}

ul.navigation li a.current, ul.navigation li a.current:hover {
	background: #fff;
	font: 24px/40px "Century Gothic", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: lighter;
	color: #606060;
	text-transform: uppercase;
}

	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}