/* Layout */
body
{
	text-align:left;
	font: Verdana;
}

#sitecontainer 
{
	width: 910px;
	margin-left:auto;
	margin-right:auto;
}

#content
{
   height:auto;
   width:910px;
   vertical-align:top;
}


/*Site Formatting Styles*/
ul, li, a, h1, h2, h3, h4, h5, h6, hr, span, input, em, strong, form {
margin: 0;
padding: 0;
}

a
{ 
	color:#a1a1a4;
	text-decoration:none;
}


fieldset { border: 1px solid #CCCCCC; }

legend 
{
	font-size:.90em;
	font-weight:bold;
	color:#333333;
}

option {border-bottom:1px solid #CCCCCC;}


a:hover{ text-decoration:underline;}

a.grey
{ 
	color:#666666;
	text-decoration:none;
}
a.grey:hover{ text-decoration:underline;}

h1
{
	color:#a1a1a4;
	width:100%;
	margin: 8px 0 10px 0;
	font: 1.4em Verdana;
	font-weight:bold;
	border-bottom: 1px solid #CCCCCC;
}

h2
{
	color:#fdb924;
	font:0.9em Verdana;
	font-weight:bold;
}

h3 
{
	color:#000000;;
	font:0.8em Verdana;
}

h3 a 
{
	color:#000000;;
	text-decoration:none;
}

h3 a:hover { text-decoration:underline;}

ul.footer_info  { list-style:none; }

p.description { color:#666666;}

p.results { color:#2E3192;}

table#products tr td {padding-bottom: 30px; }

table.searchResults
{ 
	width:100%;
	margin: 20px 0 0 0;
}
table.searchResults tr td{ border-bottom: 1px solid #cccccc;}

table#contacts_table
{
	border: 1px solid #000000;
	width: 85%;
	color:#000000;
} 

table#contacts_table tr th
{	
	border-bottom: 1px solid #000000;
	background-color:#CCCCCC;
} 

table#contacts_table tr td
{	
	border-bottom: 1px solid #000000;
} 


img.category_image { 
	border: 1px solid #cccccc;
	padding: 2px;
}


#logo
{
	float:left;
}

#welcome_message
{
	float:right;
	color:#999999;
	font: 14px Arial;
	text-align:right;
}

p#live_support
{
	float:right;
	color:#999999;
	padding-top:5px;
}

#header
{
	width:auto;
	height:65px;
	background-image: url(../img/header_main.jpg);
}

#search
{
 	position: relative;
	float: left;
	left: 20px;
	top: 22px;
}

#topads
{
	width: auto;
	height: 185px;
	vertical-align:top;
}

#site_nav
{
	width: auto;
	height: 40px;
	vertical-align:top;
	margin-bottom:8px;
}

#content_left
{
	float:left;
	width: 160px;	
	border-right:1px solid #cccccc;
}

#content_right
{
	float:right;
	width: 730px;	
}

/*content left2 is used for branch-locations.php*/
#content_left2
{
	float:left;
	width: 250px;
	font-size:0.8em;
	font:0.8em Verdana;
	color:#666666;		
}

#content_right2
{
	float:right;
	width: 640px;	
}

/*content left3 is used for locations.php*/
#content_left3
{
	float:left;
	width: 445px;
	font-size:0.8em;
	font:0.8em Verdana;
	color:#666666;		
}

#content_right3
{
	float:right;
	width: 445px;	
}

#content_right p { margin: 4px 0 4px 0;}

#content_right ul
{
	list-style:square;
	margin-left:1.70em;
}

#content_right ul li { padding-bottom:0.2em; }

#breadcrumbs ul 
{	
	color:#666666; 
	list-style-type:none;
	margin:0px;
}

#breadcrumbs ul li { display:inline;}

#breadcrumbs ul li a
{	
	text-decoration: none;
	padding: 0 0.3em 0 0;
}

ul.ulist{ margin: 0 0 10px 40px;}

table#product_table tr td{border-bottom: 1px solid #cccccc;}
table#product_table tr.header 
{
	border-bottom: 1px solid #cccccc;
	background-color:#333333;
	color:#FFFFFF;
	font-weight:bold;
}

#footer{ margin-top:5px;}

#order_pad{ border-collapse:collapse;}

ul#catList{
	line-height:22px;
	font-size: 0.8em;
}
ul#catList{ list-style:none;}
ul#catList a {text-decoration:none;}
ul#catList a:hover {text-decoration:underline;}

.live_support_online { color:#00FF33; }
.live_support_offline {	color:#990000; }
.clear { clear:both; }

ol li{ margin-bottom:8px; }

table#vendors 
{ 
	width: 90%; 
	border: 1px solid #CCCCCC;
}
table#vendors tr td { border: 1px solid #CCCCCC; }	





