@charset "UTF-8";
/* CSS Document */

body {
	height: 100%;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin:0;
	text-align: center;
	color: #000000;
	background: #bebdbd url(../images/layout/dropshadow.gif) center repeat-y;
	margin-left:1px} <= for IE;
    html body {margin:0} <= for other browsers

}


h1 {
	margin-top: 0px;
	padding: 0px;
	font: normal 22px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-transform: ucwords;
}

h2 {
	margin-top: 20px;
	margin-bottom:5px;
	padding: 0px;
	font: normal 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #3c80be;
	text-transform: ucwords;
}

h3 {
	margin-top: 10px;
	margin-bottom:2px;
	padding: 0px;
	font: normal 13px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #636466;
	text-transform: ucwords;
}


div.itemdisplay {
float:left;
height:110px;
margin-right: 25px;
margin-bottom: 30px;
text-align: center;
border:#000000 1px solid;
}

#itemdisplay a{
text-decoration: none;
font-size: 10px;
}

#itemdisplay a:hover {
font-size: 10px;
text-decoration: underline;
}

/*** CONTAINERS ***/

#pagecontainer {
	width: 990px;
	margin: 0px auto;
	height: 100%;
}

#container {
	width: 986px;
	margin: 0 auto;
	text-align: left;
}

#main_content {
	float:left;
	width: 631px;
	margin: 0 auto;
	padding: 15px 15px 0px 15px;
}

#mainContent_container {
	display: table;
	width: 986px;
	padding: 0px 0px 15px 0px;

}

#header {
	height: 90px;

	/*background: url(../images/layout/bg_header.gif) repeat-x left top;*/
}


/*** TOP NAV ***/
#nav {
	background: #e7e7e7 url(../images/layout/top_nav_bg.gif) center repeat-x;
	margin:0px;
	height: 35px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	list-style: none;
	padding: 0px;
	padding-left: 30px;
	padding-right: 30px;
	vertical-align: middle;
	position: relative; 

}

#nav li {
	color: #00527f;
	float: left;
	position: relative;
	margin: 0px;
	width:158px;
	height:35px;
	cursor: default;
	text-align:center;
	vertical-align: middle;
}

#nav li.first {
	color: #3c80be;
	float: left;
	position: relative;
	margin: 0px;
	width:133px;
	height:35px;
	cursor: default;
	text-align:center;
	vertical-align: middle;
}


#nav li a {
	display: block;
	color: #ffffff;
	text-transform: capitalize;
	padding:6px 8px 0px 8px;
	text-align:center;
	font-weight:bold;
	text-decoration: none;
}

#nav li a:hover {
	display: block;
	text-align:center;
	padding:6px 8px 0px 8px;

}


/*** END TOP NAV ***/


/*** SIDE NAV ***/
#sidenav {
	float:left;
	height: 100%;
	width: 150px;
	color: #000000;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#sidenav ul {
	list-style-type: none;
	padding:0;
	margin:0; 
}
#sidenav li {
	margin: 0px 0px 2px 0px;
	background-color:#dadada;
	border-bottom: 1px #8e8e8e solid;
	padding:4px 0px 4px 5px;
}

#sidenav li.special {
	margin: 0px 0px 2px 0px;
	background-color:#982020;
	color:#ffffff;
	border-bottom: 1px #8e8e8e solid;
	padding:4px 0px 4px 5px;
}

#sidenav li.first {
	margin: 0px 0px 24px 0px;
}

#sidenav a {
	text-decoration: none;
	color: #000000;
	text-transform: capitalize;
	display: block;
}
#sidenav a:hover {
	text-decoration: underline;
}

#right_sidenav {
	float:left;
	width: 160px;
	margin: 0 auto;
	padding: 0;
}

#right_sidenav ul {
	width: 175px;
	list-style-type: none;
	padding:0;
	margin:0; 
}
#right_sidenav li {
	margin: 0px 0px 2px 0px;
	background-color:#dadada;
	border-bottom: 1px #8e8e8e solid;
	padding:4px 0px 4px 5px;
}
#right_sidenav li.first {
	margin: 0px 0px 24px 0px;
}
#right_sidenav a {
	text-decoration: none;
	color: #000000;
	text-transform: capitalize;
	display: block;
}
#right_sidenav a:hover {
	text-decoration: underline;
}
/*** END SIDE NAV ***/

#search {
	height: 17px;
	margin: 10px 30px 10px 10px;
	float: right;
	clear: both;
}
#search .search {
	height: 13px;
	width: 194px;
	background: #e3e0db;
	border-top: 2px inset #fff;
	border-right: 0px;
	border-bottom: 2px inset #fff;
	border-left: 2px inset #fff;
}
#header_nav {
	float: right;
	clear: both;
	margin-right: 30px;
	margin-top: 15px;
}

#footer {
	text-align:left;
	padding: 5px 0px 5px 0px;
	color: #ffffff;
	background-color: #565253;
	/*background: url(../images/layout/bg_footer.gif) repeat-x left bottom;*/
}

#account {
	text-align:right;
	color:#ffffff;
	padding: 5px 30px 5px 30px;
	background-color: #3c80be;
	/*background: url(../images/layout/bg_footer.gif) repeat-x left bottom;*/
}

#footer a {
	color: #ffffff;
}

#account a {
	color: #ffffff;
}

#footer a hover {
	text-decoration: underline;
}

#login a hover {
	text-decoration: underline;
}
.category_images{
float:left;
width:125px;
border:#000000 1px solid;
text-align:center;
margin: 0px 30px 30px 0px;
display: block;
}

.category_images img {
width:125px;
height:125px;
border-top: 0px;
border-left: 0px;
border-right: 0px;
border-bottom: #000000 1px solid;
}

.cat_links {
text-align:left;	
}

.clear {
clear:both;
}


.subcat_break {
float:left; 
width:100%;	
}

.horizontal ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: table;
	color: #7c7565;
}
#footer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: table;
	color: #ffffff;
}

#footer ul li {
	display: inline;
	margin: 0px 0px 0px 5px;
	padding: 0px;
}

 .header_div {
	width:158px;
	height:35px;
	border-right: #5e5e5e 1px solid;

  }
  
 .header_div:hover {
	background: url(../images/layout/top_nav_bg_hover.gif) center repeat-x;

  }

.category_images_sub {
	margin: 0px 0px 0px 10px;
}

.horizontal ul li {
	display: inline;
	margin: 0px 0px 0px 5px;
	padding: 0px;
}
.horizontal ul a {
	text-decoration: none;
	color: #3c80be;
}
.horizontal ul a:hover {
	text-decoration: underline;
}
.pricedisplay {
color: #ffffff;
}


.index_images  {
	float:left;
	display: inline;
	width:150px;
	margin-right:10px;
	margin-bottom: 10px;
}
.index_images img{
	border-bottom: 4px #F7BF4D solid;
}

.image_border {
	border-bottom: 2px #F7BF4D solid;
}

.image_border_top {
	border-top: 4px #F7BF4D solid;
}

.main_features {
	float:left;
	display: inline;
	width:300px;
	margin-top: 10px;
	vertical-align: bottom;
}

.product_table {
	 background-color:#3c80be
}


.last_item
{
	margin: 0px;
}

a {
	text-decoration: none;
	color: #3c80be;
}

form {
margin-top:0px;
padding: 0px;
}

a:hover {
	text-decoration: underline;

}

.td1{
background-color:#3c80be; 
color:#ffffff; 
width:105px; 
font-family: Arial;
font-size: 12px;
font-weight:bold;
vertical-align:middle;
padding-left:10px;
padding-right:10px;
padding-top: 2px;
padding-bottom:2px;
}

.td1border{
border-bottom-style:solid; 
border-bottom-width:1px; 
border-bottom-color:#ffffff;
}

.td2{
vertical-align:top;
font-family: Arial;
font-size: 12px;
color: #000000;
padding-left:10px;
padding-right:10px;
padding-top: 2px;
padding-bottom:2px;
}

.td2border{
border-bottom-style:solid; 
border-bottom-width:1px; 
border-bottom-color:#3c80be;
}

.table1{
font-family: Arial;
font-size: 12px;
vertical-align:top; 
width:100%;
border-style:solid; 
border-width:1px; 
border-color:#3c80be;
}