html, body {
	font-family: arial;
	margin: 0;
	padding: 0;
	background-color: #303548;
	height: 100%;
	color: #666;
}
a,
a:active,
a:visited,
a:hover 
{
	text-decoration: none;
	color: #000;
}
a:hover{
color: #d98b3f;

}
hr {
	border: 2px solid #ccc;
}

#container {
	padding: 0;
	width: 860px;
	background-color: #ffffff;
	margin: 0 auto;
	margin-top: -20px;
	border: 6px solid #3573a6;


}

#header img {
	position: relative;
	left: -470px;

}
#nav {
	position: relative;
	height: 0;
	left: 250px;
	top: 120px;
	width: 500px;
}
#nav ul {
	list-style: none;
}
#nav li {
	float: left;
}
#nav li a {
	font: 12px arial;
	display: block;
	width: 80px;
	height: 37px;
	margin-right: 5px;
	text-align: center;
	vertical-align: middle;
}
#nav li a:hover { 
	background-color: ;
	color: orange;
	
}
#bluelink {
	background-image: url(../images/products.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	position: relative;
	width:860px;
	height:46px;

}
#bluelink a {
	color: #fff;
	font: 17px arial;
	height: 0;
	width: 0;
}
#content {
	position:relative;
	padding-top:-10px;
	width: 500px;
	margin: 0 60px;
	font: 12px arial;
}
#logos {
	position: relative;
	background-image: //url(../images/logos.jpg);
	background-repeat: no-repeat;
	width:525px;
	height:600px;
	margin-left: 400px;
	margin-top: 500px;
	z-index: 5;
	
}
#content li {
	color: #444;
}

#content h1 {
	font: 20px arial;
	color: #5f95b9;
}
#content h2 {
	font: 14px arial;
	color: #d98b3f;
	width: 250px;
	font-style: italic;
	border-bottom: 1px dotted #ccc;
	padding-left: 1em;
}

#content h3 {
	font: 12px arial;
	color: #5f95b9;
}
#sidebar {
	position:relative;
	top: 10px;
	padding: 6px;
	width: 210px;
	height: 369px;
	background-image: url(../images/whats_new_column.jpg);
	background-repeat: no-repeat;
	float: right;
	font: 11px arial;
	color: #ccc;
}
#sidebar a {
	font-style: ;
}

#images {
	position:;
	padding-top: 250px;
	width: 100px;
	float: right;
	margin-left:85px;
	
}
.floatright {
	
	padding: 20px;
	position: absolute;
	right: -250px;
}

#footer {
	text-align: center;

	
}
#footer p {
	font: 10px arial;
	color: #666;
}
.clearer {
	clear:both;
}



