/* Tag Overrides */
html,body{
	height:100%;
}
object { outline:none; }
body{
	color:#000000;
	background-image:url(/img/bk_grad_main.jpg);
	background-repeat:repeat-x;
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;	
	margin:0px;
	padding:0px;
	font-size:12px;
}

a{
	outline:none;
}


hr{
	border:none;
	height:1px;
	background-color:#999999;
}

img,table,td,form{
	border:0px;
	padding:0px;
	margin:0px;
}

/* Classes */
.red{
	color:#FF0000;
}

/* IDs */
#exampleID{
	color:#CCCCCC;
}

/* Browser Hacks */
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height:1%;}
/* End hide from IE-mac */

/*This is for the display message when the site status is inactive*/
.message{
	background:#edf3f5;
	border-bottom:dashed 1px;
	text-align:center;
	font-size:12px;
	padding:10px;
	margin-bottom:15px;
}
.message_error{
	background:#fbeeee;
	color:#EE0000;
}

.left_wrapper {
	position:relative;
	height:505px;
	width:180px;
	z-index:2000;
	/*overflow:hidden;*/
}
#left_nav {
	position:absolute;
	height:505px;
	width:180px;
	z-index:0;
	*overflow:hidden;
	
}


#middle_wrap{
	position:relative;
	left:0px;
	z-index:1;
}

#middle{
	postion:absolute;
}

.products_display {
	margin-top:20px;
}
/*End*/

#container{
	width:100%;
	margin:auto;
	height:100%;
	background-image:url(/img/container_bg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}

#main{
	width:970px;
	margin:auto;
	margin-top:25px;
}


.hr_div{
	width:100%;
	height:10px;
	background-image:url(/img/hr_bg.gif);
	background-position:center;
	background-repeat:no-repeat;
	margin-top:20px;
	margin-bottom:15px;
}

#footer{
	background-image:url(/img/footer_bg.gif);
	background-position:top center;
	background-repeat:no-repeat;
	height:190px;
	margin-top:50px;
}

#footer_nav{
	padding-top:30px;
	width:100%;
	text-align:center;
}

#footer_nav a{
	color:#636363;
	font-size:11px;
	text-decoration:none;
	margin-left:10px;
	margin-right:10px;
}

#footer_nav a:hover{
	color:#eb6d20;
}

#sub_footer_left{
	padding-top:30px;
}

#sub_footer_left a{
	color:#636363;
	font-size:11px;
	text-decoration:none;
	margin-right:10px;
}

#sub_footer_left a:hover{
	color:#eb6d20;
}

#sub_footer_right{
	padding-top:30px;
	color:#9f9f9f;
	font-size:9px;
}

#header_search_table{
	font-size:10px;
	text-transform:uppercase;
	margin-top:20px;
	margin-bottom:15px;
}

#header_search_table a{
	color:#636363;
	text-decoration:none;
}

#header_search_table a:hover{
	color:#eb6d20;
}

#header_search_cell{
	width:170px;
	height:23px;
	background-image:url(/img/header_search_bg.gif);
	background-position:right center;
	background-repeat:no-repeat;
}

#header_search_cell input{
	border:none;
	font-size:10px;
	color:#636363;
	width:145px;
	font-family:Arial, Helvetica, sans-serif;
	margin-right:1px;
	background-color:#ffffff;
	border-color:#ffffff;
}

#go_cell{
	width:23px;
	height:23px;
}

#lame_pagination{
	font-size:10px;
	text-transform:uppercase;
	margin-bottom:5px;
	color:#929292;
}

#lame_pagination a{
	color:#929292;
	text-decoration:none;
}

#lame_pagination a:hover{
	color:#eb6d20;
}

input:focus, textarea:focus{
	border:none;
 	outline:none;  /* override Safari focus field outline */
}