.style2
{
	font-size:12px;
	color:#030303;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.style3
{
	font-size:12px;
	color:#545454;
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.style1
{
	font-size:10px;
	color:#030303;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
body
{
margin:0;
background-image: url(images/bg.gif);
background-color:#003368;
background-repeat: repeat-x;
background-position: top;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
@charset "utf-8";
/* CSS Document */

/* CSS Document */
html, body {
    height: 100%;
}
#container
{
    width: 1004px;
    margin: 0em auto;    
    background-image: url(images/container.gif);
    background-repeat: repeat-y;
    background-position: top center;
}
#header
{
margin: 0em auto;
background-image: url(images2/header.jpg);
height: 160px;
width:1004px;
border-bottom: solid 1px #777777;
}


#wrapper
{ 
height:100%; 
}
#content
{
float:right;
width:780px;
height:100%;
font-size:9px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
#sidebar
{
float:left;
width:210px;
color:#000;
height:100%;  
font-size:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
line-height:14px;
}
#sidebar a:link,#sidebar a:visited
{
color:#2C2C2C;
text-decoration:none;
}
#sidebar a:hover
{
color:#FF0000;
text-decoration:none;
}
.smalllink a
{
color: #FFFFFF;
text-decoration:none; 
font-size: 10px;       
}
.smalllink a:hover
{
color: #000000;
text-decoration:underline;        
}
.navlink
{
	line-height: 18px;
}
.navlink a
{
    font-size:14px;
    font-family:Arial;    
	font-weight: bold;
    text-decoration:none;        
	color: #d50000;
}
.navlink a:hover
{
    text-decoration:underline;
	color: #FFFFFF;	
	}
#sidebar h1
{
margin: 5px 0px 5px 0px;
font-size: 18px;
color: #878787;
}
.product_header
{
font-size: 18px;
font-weight: bold;
color: #878787;
}
#content h1
{
font-size:9px;
color:#af0000;
}
h2
{
margin: 1px 0px 1px 0px;
padding: 2px 0px 2px 0px;
font-size: 14px;
}
h3
{
font-size: 12px;    
}
hr
{
border-bottom:solid 1px #ECECEC;
}
.adminbar
{
background-color: #ececec;
padding: 3px;
border: solid 1px #000;
}
#content a:link, #content a:visited
{
color:#e4171b
}
#content a:hover
{
color:#7f9db9;
}
#content img
{
padding:10px;
}
#footer{	
margin: 0em auto;    
font-size: 12px;
clear:both;
color: #545454;
width: 989px;
height:70px;
background-color: #e4171b;
padding-left: 15px; 
padding-top: 0px;
line-height:20px;
text-align: center;
border-top: solid 2px #434343;
background-image: url(images2/footer.gif);
}
#footer a
{
color: #AAAAAA;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.search
{	
    COLOR: #000000;
    FONT-FAMILY: Arial;
    FONT-SIZE: 11px;
    BORDER-STYLE: solid;
    BORDER-COLOR: #7f9db9;
    BORDER-WIDTH: 1px;
}
select
{	
    BACKGROUND-COLOR: #FFFFFF;
    COLOR: #000000;
    FONT-FAMILY: Arial;
    FONT-SIZE: 11px;
    BORDER-STYLE: solid;
    BORDER-COLOR: #7f9db9;
    BORDER-WIDTH: 1px;  
	WIDTH: 150px;  		
}
   	
.button
{   
    FONT-FAMILY: Arial;
    FONT-SIZE: 11px;    
    color:#FFFFFF;
    border: solid 1px #FFFFFF;
    background:#d50000;
}
#box
	{
	position: relative;
	margin-left: 15px;
	margin-right: auto;	
	margin-top: 20px;
	padding: 0;
	text-align: left;
	width:95%;				/* <-- use this to tie width to viewport size */
	background-color: #FFF;
		overflow-x: hidden; 
	}

#boxcontent
	{
	padding: 15px;
	zoom: 1; 
	}
		
#boxcontent p
	{
	
	}

/* ---=== border code follows ===--- */
/*
	tlc = top left corner
	trc = top right corner
	blc = bottom left corner
	brc = bottom right corner
	lb = left border
	rb = right border
	tb = top border
	bb = bottom border 
*/

#tlc, #trc, #blc, #brc
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

#tlc
	{
	background-image:url(images/tlc.gif);
	background-position: 0% 0%;
	}

#trc
	{
	background-image:url(images/trc.gif);
	background-position: 100% 0%;
	}
	
#blc
	{
	background-image:url(images/blc.gif);
	background-position: 0% 100%;
	}

#brc
	{
	background-image:url(images/brc.gif);
	background-position: 100% 100%;
	}

#tb, #bb
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
			
#tb
	{
	background-image:url(images/tb.gif);
	background-position: 0% 0%;
	}

#bb
	{
	background-image:url(images/bb.gif);
	background-position: 50% 100%;
	}
	
#rb
	{
	background-image:url(images/r.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

#lb
	{
	background-color: #FFF;
	background-image:url(images/l.gif);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}
