/* CSS Document */

body {
	margin-top: 0px;
	background-color: #000000;
	
}
a:link {text-decoration: none; font-weight: bold; color: #333333;}
a:visited {text-decoration: none; font-weight: bold; color: #333333;}
a:hover {text-decoration: underline; font-weight: bold; color: #333333;}
a:active {text-decoration: none; font-weight: bold; color: #333333;}

a.gray:link {text-decoration: none; color: #535353;}
a.gray:visited {text-decoration: none; color: #535353;}
a.gray:hover {text-decoration: none; color: #CB3632;}
a.gray:active {text-decoration: none; color: #535353;}


#container {
	position: relative;
	width: 776px;
	height: 987px;
	margin-right: auto;
	margin-left: auto;

}


#header {
	position: absolute;
	width: 776px;
	height: 204px;
	background-repeat: no-repeat;
	left: 0px;
}


#nav {
	position: absolute;
	width: 776px;
	height: 51px;
	background-repeat: no-repeat;
	top: 204px;
	left: 0px;
	background-image: url(../images/nav.gif);
}

#nav_text {
	position:absolute;
	left:13px;
	top:8px;
	width:749px;
	height:18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: right;
	font-weight: bold;
	color: #e8e8e8;
	font-style: normal;
}

#content_cont {
	position: absolute;
	width: 776px;
	height: 610px;
	background-repeat: no-repeat;
	top: 255px;
	background-color: #FFFFFF;
	left: 0px;
}


.content {
	width: 435px;
	height: 609px;
	bgcolor: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #535353;
	font-size: 17px;
	vertical-align: top;
	padding: 0px 0px 0px 16px;
}


.sidebar {
	width: 325px;
	height: 609px;
	background-color: #FFFFFF;
	vertical-align: top;
}


.footer {
}


#crucelogo {

}

#price1 {
	position:absolute;
	left:625px;
	top:472px;
	width:90px;
	height:25px;
}

#price2 {
	position:absolute;
	left:625px;
	top:510px;
	width:90px;
	height:25px;
}

#price3 {
	position:absolute;
	left:625px;
	top:556px;
	width:90px;
	height:25px;
}

#store_info {
	position:absolute;
	left:451px;
	top:628px;
	width:325px;
	height:52px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #535353;
	font-weight: normal;
}

.price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #535353;
	text-align: center;
	font-weight: 500;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-weight: bold;
	color: #a0a0a0;
	letter-spacing: -0.75px;
	margin-top: -5px;
	margin-left: -4px;
}

.hrline {
	margin-bottom: -20px;

}

.product {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: right;
	color: #535353;
	font-weight: bold;
	vertical-align: middle;
}

#Product1 {
	position:absolute;
	left:502px;
	top:478px;
	width:115px;
	height:23px;
	z-index:1;
}
#Product2 {
	position:absolute;
	left:502px;
	top:507px;
	width:115px;
	height:29px;
	z-index:1;
}

#Product3 {
	position:absolute;
	left:502px;
	top:555px;
	width:115px;
	height:21px;
	z-index:1;
}

.hidden {
	display: none;
	visibility: hidden;
}
#content_cont .credits {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#nav_text a:link {text-decoration: none; color: #e8e8e8;}
#nav_text a:visited {text-decoration: none; color: #e8e8e8;}
#nav_text a:hover {text-decoration: none; color: #e8e8e8;}
#nav_text a:active {text-decoration: none; color: #e8e8e8;}
