/* CSS Document */
body{
	margin: -5px 0 0 0;
	background: url('layout/body_bg2.jpg');
	color: #000;
    font-size: 12px;
   	font-family: Arial, Helvetica, sans-serif;		
}

.h1{
    color: #EF6910;
    font-size: 22px;
   	font-family: Arial, Helvetica, sans-serif;
   	font-weight: normal;
}

.h2{
    color: #999999;
    font-size: 12px;
   	font-family: Arial, Helvetica, sans-serif;
   	margin-top: -20px;
}

.h3{
   	margin-top: -10px;
}

.h4{
    color: #EF6910;
    font-size: 16px;
   	font-family: Arial, Helvetica, sans-serif;
}

.h5{
    color: #006563;
    font-size: 12px;
   	font-family: Arial, Helvetica, sans-serif;
   	font-weight: bold;
}

.h6{
    color: #EF6910;
    font-size: 20px;
   	font-family: Arial, Helvetica, sans-serif;
   	font-weight: normal;
   	line-spacing: 24px;   	
}

a:link, a:visited {
	color: #0098CA;
	text-decoration:none;
	font-weight: normal;
    font-size: 12px;
   	font-family: Arial, Helvetica, sans-serif;	
	}
	
a:hover {
	color: #0098CA;
	text-decoration:underline;
	font-weight: normal;
    font-size: 12px;
   	font-family: Arial, Helvetica, sans-serif;	
	}

#home
{
   	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #5a5b50;
	font-weight: bold; 
}

#home a
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0098CA;
	text-decoration: none;	
	font-weight: normal;	
}

#home a:hover {
	text-decoration: underline;
}

#header
{
	margin: 0 0 0 0;
	height: 74px;
	width: 990px;
	background: #fff;    
	font-family: Arial, Helvetica, sans-serif;
	color: #e86a10;
	font-size: 14px;
	font-weight: bold;
}

#header a
{
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0098CA;
	text-decoration: none;
	font-weight: normal;
}

#header a:hover {
	text-decoration: underline;
}

#headerinside
{
	margin: 0 0 0 0;
	height: 54px;
	width: 990px;
	background: #fff;    
	font-family: Arial, Helvetica, sans-serif;
	color: #e86a10;
	font-size: 14px;
	font-weight: bold;
}

#headerinside a
{
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0098CA;
	text-decoration: none;
	font-weight: normal;
}

#headerinside a:hover {
	text-decoration: underline;
}

#footer
{
    clear: both;
    border-top: solid 1px #CECFCE;
    border-bottom: solid 8px #EF6910;
    background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 10px;
	font-weight: normal;
	margin: 0 0 0 0;
}

#footer a
{
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0098CA;
	text-decoration: none;
	font-weight: normal;
}

#footer a:hover {
	text-decoration: underline;
}

#olb
{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	font-weight: normal;
	height: 227px;	
	background: #EFEFEF;	
}

#olb a
{
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0098CA;
	text-decoration: none;
	font-weight: normal;
}

#olb a:hover {
	text-decoration: underline;
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 990px;
	background: #fff url('layout/content_bg2.gif');
}

#wrapper_inside {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 990px;
	background: #fff url('layout/content_bg_inside.jpg');
}

#ltside {
	float: left;
	width: 190px;
}


#content { 
	float: left;
	width: 800px;
}

#hometopbar { 
	float: left;
	width: 800px;
	height: 226px;
}

#inside_topbar
{
    float: left;
	width: 800px;
	height: 30px;
	font-weight: bold;	
    color: #fff;
    font-size: 17px;
    line-height: 30px;
    background: url('layout/top_inside_bg.jpg') repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 8px;
}

#homecontain { 
	float: left;
	width: 800px;
}

#homecontainleft { 
	float: left;
	width: 680px;
}

#insidecontainleft { 
	float: left;
	width: 650px;
	padding: 15px;
}

#insidecontainleft ul { 
    color: #999999;
    list-style-image: url("layout/ularrow.gif") 
}

#homecontainright { 
	float: left;
	width: 120px;
}

#bestviewed 
{
    font-size: 10px;
    text-align: center;
    font-family: Arial;
    padding: 10px;
    color: #e86a10;
    font-weight: bold;
}

#orderchecks
{
    font-size: 10px;
    text-align: center;
    line-height: 15px;
    margin: 0px;
    padding: 0px;
    width: 190px;
    background: #036163;
    height: 25px;
}

#orderchecks a
{
    color: #fff;
    text-decoration: none;
    font-size: 10px;
    text-align: center;
    line-height: 25px;
    margin: 0px;
    padding: 0px;
}

#orderchecks a:hover
{
    color: #fff;
    text-decoration: underline;
}


