@charset "utf-8";
/* CSS Document */

#wrapper{
	position:absolute;
	width:100%;
	height:100%;
	z-index: 2;
}

body {
	margin: 0;
	background-color: #6F6F70;
}

#header{
	position:relative;
	width:100%;
	height:225px;
	background-color: #A2A0A1;
	z-index: 2;
	background-image: url(../razer-sharp-designs-logo.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

#content{
	position:relative;
	width:auto;
	height:auto;
	z-index: 4;
	background-color: #848484;
	margin: auto;
	overflow:auto;
	border: medium solid #666666;
	background-image: url(../background%20images/gradient.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#nav{
	position:relative;
	width:100%;
	height:85px;
	background-color: #B6C8D4;
	background-image: url(../background%20images/nav-blue.jpg);
	background-repeat: repeat-x;
	padding-top: 15px;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333;
	text-decoration:none;
	}
	
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#999;
	text-decoration:none;
	}
	
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#0057AE;
	text-decoration:none;
	}

.headings {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	color: #999999;
	font-weight: lighter;
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 22px;
	font-style: normal;
}

.price {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 30px;
	font-style: normal;
}

#sidenav {
	float: left;
	height: 270px;
	width: 225px;
	position: relative;
}

#sidenav a:hover img{
	opacity: 0.5;
-moz-opacity:0.5;}

#wrapper #nav a:hover img{
	opacity: 0.5;
-moz-opacity:0.5;}

#topnav {
	background-image: url(../nav-repeat.gif);
	background-repeat: repeat-x;
	position: relative;
	height: 30px;
	width: 100%;
	padding-top: 9px;
}

#topnav a:visited {
	color:#121D18;
}

#topnav a:link {
	color:#B5C4BB;
}

#topnav a:hover {
	color:#2D4234;
}
