/* Reset styles in all browsers */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}

/* End reset */
html {
	height:100%;
}
body {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	background: #333333 url(images/bg_1px.jpg) repeat-x;
	height:100%;
}
h1 {
	font-family:"Times New Roman", Times, Georgia,serif;
	font-size:36px;
	font-weight:lighter;
	text-transform:uppercase;
	padding-bottom:5px;
	margin-bottom:10px;
	border-bottom: 1px solid #333333;
}
h3{
	font-family:"Times New Roman", Times, Georgia,serif;
	font-size:16px;
	text-transform:uppercase;
	font-weight:bold;
	color:#FFFFFF;
	background:#333333;
	margin-bottom:15px;
	padding-left:5px;
}
h4{
	font-size:20px;
	font-family:Georgia,"Times New Roman", Times, serif;
	text-transform:uppercase;
	border-bottom: 1px solid #333333;
	margin-bottom:10px;
}
h5{
	font-size:14px;
	margin-bottom:5px;
}

a,a:visited{
	color:#000000;
	text-decoration:none;
}
a:hover {
	color:#333333;
	text-decoration:underline;
}
p {
	font-size:13px;
	line-height:18px;
	margin-bottom:15px;
}
.bold {
	font-weight:bold;
}

#container {
	margin:0px auto;
	width:1000px;
	min-height:100%;
	position:relative;
	background:#FFFFFF;
}

#header {
	height:120px;
	text-align:center;
	background:#000000;
	padding:10px;
}
#footer {
	padding:10px 0;
	border-top:1px solid #cccccc;
	
	
	width:100%;
	text-align:center;
	font-family: Georgia,"Times New Roman", Times, serif;
	
}
#footer p {
	font-family: Georgia,"Times New Roman", Times, serif;
	margin-bottom:5px;
	color:#666666;
	
}
#sidenav {
	float:left;
	width:150px;
	height:100%;
	font-weight:bold;
	font-family:"Times New Roman",  Georgia,Times, serif;
	font-size:14px;
	line-height:22px;
	text-transform:uppercase;
	margin-right:10px;
	text-align:left;
}
#sidenav ul {
	list-style:none;
}
#sidenav li {
	margin-bottom:5px;	
}
#sidenav li a, #sidenav li a:visited{
	
	text-decoration:none;
}
#sidenav li a:hover {
	text-decoration:underline;
}
#sidenav img {
	margin:20px;
}
#sidenav div.links {
	text-align:left;
}
#topnav {
	height:20px;
	border-bottom:1px solid #000000;
	padding:5px 5px 5px 50px;
	font-family: Georgia,"Times New Roman", Times, serif;
	font-size:14px;
	text-transform:uppercase;
	text-align:center;
}
#topnav ul {
	list-style:none;
	margin-top:3px;
}
#topnav li {
	float:left;
	margin-right:70px;
	text-align:center;
}
#content {
	padding:5px;
	background:#FFFFFF;
}
#main-display {
	height:200px;
	margin-bottom:10px;
	
}
#right-col {
	float:left;
	background:#cccccc;
	width:320px;
	height:100%;
	padding:10px;
}
#right-col p {
	font-size:12px;
	line-height:15px;
	margin-bottom:10px;
}
#left-col ul {
	list-style:square;
	font-size:12px;
	margin-bottom:20px;
}
#left-col li {
	margin-bottom:5px;
	list-style-position:inside;
}

#left-col {
	width:480px;
	height:100%;
	float:left;
	margin-right:10px;
	
}
div.product {
	margin-bottom:10px;
	clear:both;
}
div.product img {
	float:left;
	margin:0 10px 10px 0;
}
.clear {
	clear:both;
}

.fright {
	float:right;
}
