@charset "UTF-8";
/* CSS Document */

body {
	color: #FFFFFF;
	background-color: #2D2D2D;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	
}

.main {

	width:780px;
	margin-left:160px;

}
.header {
	width:780px;
	border-bottom-style: outset;
	border-bottom-color: #FFFFFF;
	border-bottom-width: 2px;
}
.menu {
	width:180px;
	float:left;
	font-size: 18px;
	color: #FEC018;
	margin-right:10px;

}
.menuHeader {
	font-size: 18px;
	color: #FFFFFF;
	height: 40px;
	width: 180px;
	padding-top: 13px;
	text-decoration:underline;
	margin-bottom:-10px;
	
	
	
}
.menuItem {
	font-size:16px;
	height: 35px;
	width: 180px;
	color:#FEC018;
	position: relative;
	text-align: left;
	padding-top: 3px;
	padding-bottom: -25px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: ridge;
	border-left-style: none;
	border-top-color: #FEC018;
	border-right-color: #FEC018;
	border-bottom-color: #FEC018;
	border-left-color: #FEC018;
}
.style1 {

	color:#FEC018;

}
.content {

float:left;
width:590px;
position:relative;



}
.footer {
	width:780px;
	position: relative;
	float: left;
	font-size: 12px;
	text-align: center;

}
a:link {
	color: #FEC018;
	text-decoration: none;
	
}
a:visited {
	color: #FEC018;
	text-decoration: none;

}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	
}
a:active {
	color: #FEC018;	
}
.pageHeader {
	color:#FEC018;
	font-size: 24px;
	font-weight: bold;
	padding-top: 15px;

}
.productName {
	font-size:24px;


}
.style2 {color: #FFFFFF}

.btn {
	width:125px;
	position:relative;
	float:left;
}
.topButtons {
	width:420px;
	float:right;
	height: 25px;
	font-size: 12px;
	text-align: center;
	position:relative;
	margin-top:-60px;
	margin-left:52px;
}
.lineAcross {

background-color:#FEC018; 
width:780px;
height:1px;

}
.productDetails {
width: 500px;
height:350px;
margin-left:100px;
overflow:auto;

}
	div.clear_both
	{
		clear:both;
		font-size:1px;
	}

