body {
	background-color: #232323;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	
}

body a:link {
		color:#ffc000;
		text-decoration:none;
		font-weight:bold;
}

body a:visited {
		color: #ffc000;
		text-decoration:none;
		font-weight:bold;
}

body a:hover {
		color: #ff0000;
		text-decoration:none;
		font-weight:bold;
}


#footer {
	clear: both;
	float:right;
	width: 760px;
	background-image:url(images/bg-footer.jpg);
	background-repeat:no-repeat;
	height:90px;
	color: #ffffff;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
	padding-left: 20px;
	}

#footer a:link {

		color: #fff;
		font-weight: normal;
		text-decoration:none;
}

#footer a:visited {

		color: #fff;
		font-weight: normal;
		text-decoration:none;
}
#footer a:hover {

		color: #ffc000;
		font-weight: normal;
		text-decoration:none;
}



#container {
	width: 780px;
	text-align:left;
	margin:auto;
		
}
.topnav {
	position:relative;
	padding-top: 16px;
	width: 780px;
	text-align:center;
	font: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	display: block;
	padding-bottom:10px;
	height: 22px;
	text-transform:uppercase;
	}
	
.topnav a:link {

		color: #000;
		text-decoration:none;
		padding-left: 7px;
		padding-right: 7px;
}

.topnav a:visited {
		color: #000;
		text-decoration:none;
		padding-left: 7px;
		padding-right: 7px;
}

.topnav a:hover {

		color: #ff0000;
		text-decoration:none;
		padding-left: 7px;
		padding-right: 7px;
}
	
	

#content {
    float:right;
	width: 780px;
	text-align:left;
	line-height: 133%;
	background-color:#000;
	}


	
#contentleft {
	float: left;
	width: 500px;
	padding-left: 20px;
	vertical-align:top;
		}

	
#contentright {
	float:right;
	width: 225px;
	padding-right:20px;
	vertical-align:top;
		}

#contentfull {
    float:right;
	width: 740px;
	text-align:left;
	padding: 0px 20px 0px 20px;
	}
#contenthome {
	background-image:url(images/home.jpg);
	background-repeat:no-repeat;
    float:center;
	width: 195px;
	text-align:left;
	padding: 50px 0px 0px 500px;
	margin-left: 45px;
	margin-top: 20px;
	}

hr {
  border: 0;
  color: #ffc000;
  background-color: #ffc000;
  height: 1px;
}

h1 {
	font-size: 24px;
	border-bottom: 1px solid #ffc000;
	font-weight:normal;
	color: #ffc000;
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 10px;
	padding-bottom:10px;
	line-height:27px;
	}
	
h2 {
	font-size: 18px;
	font-weight:normal;
	color: #ffc000;
	}
	
h3 {
	font-size: 14px;
		}

.logo {
	background-image:url(images/one-sharp-dude-logo.gif);
	background-repeat:no-repeat;
	height: 120px;
	}
	
.imgborder {
	padding: 1px; 
	background-color: #fff; 
	border: 9px solid #c5c5c5; 
	margin: 5px;
	}
	
.imgleft {
	float:left;
	padding: 1px; 
	background-color: #fff; 
	border: 9px solid #c5c5c5; 
	margin: 0px 10px 10px 0px;
	}
	
.imgright {
	float:right;
	padding: 1px; 
	background-color: #fff; 
	border: 9px solid #c5c5c5; 
	margin: 0px 0px 10px 10px;
	}
	
.products {
	font-weight: bold;
	font-size: 14px;
		}
		
		
