@charset "utf-8";
/* CSS Document */

#promo_box {
	top: 25px;
	height:375px;
}

#text {overflow:auto;}

#wrapper{
	position:absolute;
	width:1200px;
	height:900px;
	z-index: 2;
	top: 5px;
}


body {
	margin: 0;
	background-color: #cccccc;
}

#header{
	position:relative;
	width:100%;
	height:225px;
	background-color: #A9AAAE;
	z-index: 3;
	background-image: url(../razOr-sharp-designs-logo-Design.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

#content{
	position:relative;
	width:auto;
	height:auto;
	z-index: 5;
	background-color: #848484;
	margin: auto;
	overflow:hidden;
	border: medium solid #666666;
}


#topnav {
	background-image: url(../silvergradient.gif);
	background-repeat: repeat-x;
	position: relative;
	height: 28px;
	width: 100%;
	padding: 0;
	z-index: 6;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666;
	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: #ECFFEC;
	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 a:visited {
	color:#D3D3D3;
}

#topnav a:link {
	color:#FFF;
}

#topnav a:hover {
	color:#FFF;
}

