@charset "utf-8";

/* CSS Document */


body {
	margin: 0px;
	padding: 0px; /* Resets Page (All Browsers) */
	background-color:#666;
	background-image: url(../images/main-bg.jpg); /* Provides shadowing on main white table */
	background-repeat: repeat-y;
	background-position: center;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
}

.form_table {
	width:705px; 
	float:left; 
	display:inline; 
	margin-left:15px;
	margin-bottom:20px;
}

a:link {
	color: #666;
	text-decoration: none;
}

a:visited {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #666;
	text-decoration: underline;
}

a:active {
	color: #666;
	text-decoration: none;
}

img {
	border: none;
}

.small_link:link {
	font-size:11px;
	font-weight:bold;
	color:#666;
	display:inline;
}

.grey-btn {
	background-image:url(../images/grey-btn-bg.jpg);
	background-repeat: repeat-x;
	color: #666;
	margin:0px;
	font-weight:bold;
	padding-left: 5px;
	padding-top: 7px;
	padding-right:5px;
	padding-bottom: 6px;
	border: 1px solid #CCC;
	cursor: pointer;
}

.grey-btn:hover {
	color: #000;
	text-decoration:none;
}

.red_button:link {
	background-image:url(../images/red_button.jpg);
	background-repeat:repeat-x;
	color:#FFF;
	border: 1px solid #600;
	font-size:10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-weight:bold;
}

.red_button:visited {
	background-image:url(../images/red_button.jpg);
	background-repeat:repeat-x;
	color:#FFF;
	border: 1px solid #600;
	font-size:11px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-weight:bold;
}

.red_botton:hover {
	text-decoration:none;
}

.header {
	border-bottom: 1px solid #DFDFDF;
	width:900px;
	margin: 0 auto;
	padding-bottom: 6px;
	font-size:18px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.header_withnav {
	width:705px;
	margin-left: 15px;
	float:left;
}

/* NAVIGATION */

#header_navigation {
	background-image:url(../images/global_ul_bg.gif);
	font-family: arial, verdana, sans-serif;
	background-repeat:repeat-x; 
	width:900px;
	margin:0 auto; 
	margin-bottom: 20px; 
	line-height: 31px; 
	height:29px; 
	background-color: #333; 
	color: white;
}

#header_navigation_wrapper {
	width:860px;
	float:left; 
	margin: 0 auto;
}

ul#topnav {
	margin: 0; padding: 0;
	float:left;
	width: 870px;
	list-style: none;
	font-size: 1.1em;
}
.products {
	border-right: #000;
}
ul#topnav li {
	background-image:url(../images/menu_bg_button.jpg);
	background-repeat:repeat-x;
	float: left;
	width: 160px;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	margin: 0; padding: 0;
	position: relative; 
	height: 29px;
	line-height:29px;/*--Important--*/
}

.sub li {
	height: 25px !important;
}



ul#topnav li a {
	color: #FFF;
	/*text-indent: -9999px; --Push text off of page--*/
	height: 29px;
	display:block;
}
ul#topnav li:hover {
	background-image:url(../images/global_ul_bg_hover.gif);
}
ul#topnav li a:hover {
	text-decoration:none;
}
ul#topnav a {
	display:block;
}

.products { 
	border-right:1px solid #5E5E5E;
}

ul#topnav li .sub {
	opacity: 0.97;
	position: absolute; /*--Important--*/
	top: 29px; left: -65px;
	background: #CCC;
	z-index: 99999;
	color: #000;
	padding: 20px 20px 20px;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none; /*--Hidden for those with js turned off--*/
}
ul#topnav li .row { /*--If needed to break out into rows--*/
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 160px;
	float: left;
}
ul#topnav .sub ul li {
	text-align: left;
	background-image:none;
	width: 100%; /*--Override parent list item--*/
	color: #000;
}
ul#topnav .sub ul li h2 { /*--Sub nav heading style--*/
	padding: 0;  margin: 0;
	margin-left:10px;
	font-size: 1.2em;
	padding-bottom: 0px;
	font-weight: bold;
	border-bottom: 1px dotted #333;
}
ul#topnav .sub ul li h2 a { /*--Sub nav heading link style--*/
	padding: 5px 0;
	background-image: none;
	color: #000;
}
ul#topnav .sub ul li a {
	float: none;
	text-indent: 0; /*--Override text-indent from parent list item--*/
	height: auto; /*--Override height from parent list item--*/
	background: url(navlist_arrow.png) no-repeat 5px 12px;
	padding: 3px 3px 3px 10px;
	display: block;
	text-decoration: none;
	color: #000;
}
ul#topnav .sub ul li a:hover {
	color: #000;
	text-decoration:underline;
	background-position: 5px 12px ;/*--Override background position--*/
}

/* END Navigation */

/* Various Error Messages */

.info, .success, .warning, .error, .validation {
	border: 1px solid;
	margin-left: 28px;
	padding:8px 8px 8px 35px;
	background-repeat: no-repeat;
	background-position: 10px center;
	width: 855px;
	font-size: 90%;
	line-height:150%;
	margin-bottom:10px;
}

.info {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('../images/icons/information.png');
}

.success {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image:url('../images/icons/accept.png');
}

.warning {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('../images/icons/error.png');
}

.error {
	color: #D8000C;
	background-color:#FFE2E1;
	background-image: url('../images/icons/cancel.png');
}

/* End Of Error Messages */

.price {
	color:#900;
	font-size:14px;
	font-weight:bold;
	display:block;
}

.was_price {
	color:#666;
	font-weight:bold;
	font-size:14px;
	text-decoration:line-through;
}

.was_label {
	color: #666;
	font-weight:bold;
	font-size: 14px;
}

#wrapper {
	width:987px;
	margin:0 auto;
	background-color:#FFF;
}

#top_navigation {
	width:100%;
	background-image:url(../images/vertical_navi_bg.jpg);
	background-repeat:repeat-x;
	height: 25px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size:12px;
	font-family: Frutiger, 'Frutiger Linotype', Univers, Calibri, Garuda, 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', Myriad, 'DejaVu Sans Condensed', 'Liberation Sans', 'Nimbus Sans L', Tahoma, Geneva, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	line-height: 1;
	vertical-align: middle;
	font-weight: bold;
}

#top_navigation_wrapper {
	width: 990px;
	margin: 0 auto;
}

#top_navigation_wrapper a:hover {
	text-decoration:underline;
	color:#FFF;
}

#top_navigation_wrapper a:link {
	color:#FFF;
}

#top_navigation_wrapper a:visited {
	color:#FFF;
}

.top_nav_element_right {
	float:right;
	color:#FFF;
	text-transform:uppercase;
	height:100%;
	margin-top: 7px;
	margin-right: 15px;
	margin-bottom: 12px;
	margin-left: 7px;
}

.top_nav_element_right, .top_nav_element_left a:visited {
	color:#FFF;
	text-decoration:none;
}

.top_nav_element_right a:hover {
	color:#FFF;
	text-decoration:underline;
}

.top_nav_element_left a:hover {
	color:#FFF;
	text-decoration:underline;
}

.top_nav_element_left {
	float:left;
	color:#FFF;
	text-transform:uppercase;
	height:100%;
	padding-right: 15px;
	margin-top: 7px;
	margin-right: 3px;
	margin-bottom: 10px;
	margin-left: 7px;
}

#header_container {
	width: 100%;
	margin: 0 auto;
	background-repeat:no-repeat;
	height:100px;
	position:relative;
	background-image: url(../images/header_bg.jpg);
	background-repeat:repeat-x
}

#logo {
	width: 270px;
	height:46px;
	padding-top: 25px;
	padding-left: 46px;
}

#searchbox {
	position:absolute;
	background-repeat:no-repeat;
	height:64px;
	top: 30px;
	right: 43px;
	width: 350px;
}

#search {
	display: block;
}

#header_navigation_container {
	width:100%;
	height:25px;
	color: #000;
	font-weight:bold;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
}

#head_nav {
	width: 100%;
	float: left;
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
	background-color: #f2f2f2;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

#head_nav li {
	float: left;
}

#head_nav li a {
	display: block;
	padding: 8px 15px;
	text-decoration: none;
	font-weight: bold;
	color:#600;
	border-right: 1px solid #ccc;
}

#head_nav li a:hover {
	color: #c00;
	background-color: #fff;
}

.nav_right {
	float:right;
	border-right: 1px #CCC solid;
}

#header_navigation_element {
	float:left;
	width:100px;
	display:inline;
	height: 25px;
	padding: 0px;
	clear: none;
	margin: 0px;
	text-align: center;
	text-transform:uppercase;
}

#content_container {
	width:957px;
	min-height: 800px;
	text-align:left;
	float: none;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	clear: none;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
}

#content_wrapper {
	width:900px;
	margin: 0 auto;
}

#nav_wrapper {
	width:150px;
	height:100%;
	float: left;
	display:inline;
}

.nav {
	height:29px;
	position:relative;
	font-family:arial, verdana, sans-serif;
	font-size:12px;
	width:900px;
	margin: 0 auto;
	z-index:500;
	background-color: #f2f2f2;
	background-image:url(../images/global_ul_bg.gif);
	background-repeat: repeat-x;
	position:relative;
}

#category_title {
	padding:15px;
}

div.nav .table {
	display:table;
	height: 25px;
}

div.nav ul.select, div.nav .current {
	margin:0;
	padding:0;
	height:30px;
	list-style:none;
	display:table-cell;
	white-space:nowrap;
	display:inline;
}

div.nav li {
	margin:0;
	padding:0;
	height:auto;
	float:left;
	border-left: 1px #5E5E5E solid;
}

div.nav ul.select a {
	display:block;
	height:29px;
	float:left;
	padding:0 15px 0 15px;
	text-decoration:none;
	line-height:29px;
	white-space:nowrap;
	color:#FFF;
}

.nav .current a.current a.nav {
	display:block;
	height:35px;
	float:left;
	padding:0 0 0 15px;
	text-decoration:none;
	line-height:35px;
	white-space:nowrap;
	color:#fff;
}

ul.menu_level2 {
	display:inline;
	list-style:none;
	margin:0px;
	padding:0px;
}

.nav .current a b {
	display:block;
	padding:0 15px 0 15px;
}

div.nav ul.select a:hover, div.nav ul.select li:hover a {
	padding:0 15px 0 15px;
	cursor:pointer;
	color: #FFF;
	background-color: #CCC;
	background-image:url(../images/global_ul_bg_hover.gif);
	background-repeat:repeat-x;
	opacity: 0.97;
}

div.nav ul.select a:hover b, div.nav ul.select li:hover a b {
	display:block;
	float:left;
	padding:0 0px 0 0px;
	cursor:pointer;
}

.select_sub {float: none;} 

.nav .select_sub {
	display:none;
	border-bottom-left-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
}

.menu_level2 a {
	background-image:none !important;
	color:#000 !important;
	padding-bottom: 7px !important;
	border:none !important;
	height: 18px !important;
}

.menu_level2 li {
	border:none !important;
	width:125px;
	line-height:1px !important;
}

.menu_level2 :hover {
	text-decoration:underline;
}

/* IE6 only */
.nav table {
	border-collapse:collapse;
	margin:-1px;
	font-size:1em;
	width:0;
	height:0;
}

.nav .sub {
	display:table;
	margin:0 auto;
	padding:0;
	list-style:none;
}

.nav .sub_active .current_sub a, .nav .sub_active a:hover {
}

.nav .select :hover .select_sub, .nav .current .show {
	display:inline-block;
	background-color: #CCC;
	opacity:0.97;
	margin-left: 30px;
	position:absolute;
	top:29px;
	padding:0;
	z-index:100;
	left:0;
	text-align:center;
}

.nav .current .show {
	z-index:10;
}

.nav .select :hover .sub li a, .nav .current .show .sub li a {
	display:block;
	float:left;
	background:transparent;
	padding:0 10px 0 10px;
	margin:0;
	white-space:nowrap;
	border:0;
	color:#444;
}

#down_arrow {
	margin-left:5px;
	margin-right: 5px;
}

.nav .current .sub li.sub_show a {
	color:#088;
	cursor:default;
}

.nav .select :hover .sub li a:hover, .nav .current .sub li a:hover {
	visibility:visible;
	color:#088;
}

#table_container {
	width:850px;
	float:left;
	min-height:900px;
}

#foot_wrap {
	/* background-image:url(../images/bottom_fade.jpg); */
	background-repeat:no-repeat;
	width:100%;
	background-position:center;
	height: 150px;
	overflow:visible;
	display: inline-block;
	margin: 0px;
	margin-top: 15px;
}

#footer {
	height:200px;
	padding-bottom:0px;
	width:900px;
	background-color:#702727;
	color:#FFF;
	margin-left: auto;
	margin-right: auto;
	border-top-left-radius: 5px 5px;
	border-top-right-radius: 5px 5px;
}

.footer_left {
	width: 23%;
	float:left;
	padding-left: 10px;
	font-size:11px;
}

.footer_left h1 {
	font-size: 12px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #FFF;
	margin: 0px;
	margin-bottom:5px;
	margin-top: 5px;
	font-family: Frutiger, 'Frutiger Linotype', Univers, Calibri, Garuda, 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', Myriad, 'DejaVu Sans Condensed', 'Liberation Sans', 'Nimbus Sans L', Tahoma, Geneva, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	border-bottom: 1px solid #999;
}

.footer_listing {
	list-style:none;
	display:inline;
	line-height: 1.75em;
	margin:0px;
	padding:0px;
}

#foot_wrap a:link {
	color: #FFF;
	text-decoration:none;
}

#foot_wrap a:hover {
	color: #FFF;
	text-decoration:underline;
}

#foot_wrap a:visited {
	color: #FFF;
}

.section {
	width:900px;
	margin: 0 auto;
}

#filter {
	width:180px;
	float:left;
	display:inline;
	min-height:1000px;
}

#filter_header {
	height: 27px;
	text-align:center;
	background-color:#EFEFEF;
	padding-top: 7px;
	margin-bottom: 3px;
	font-size: 125%;
}

#filter_list {
	list-style:none;
	padding:0;
	margin:0;
}

.filter_option {
	text-align:right;
	height: 27px;
	margin-bottom: 3px;
	background-color:#F9F9F9;
}

.filter_option span { 
	font-weight:bold;
	height: 27px;
	line-height:27px;
	padding-right: 7px;
}

.filter_option a:hover {
	background-color:#F1F1F1;
	text-decoration:none;
	background-image:inherit;
	background-repeat:no-repeat;
	background-position: 5% 50%;
}

.sort_down {
	background: #F9F9F9 url(../images/sort_arrow_down.png) no-repeat 10px 50%;
}

.sort_up {
	background: #F9F9F9 url(../images/sort_arrow_up.png) no-repeat 10px 50%;
}

.filter_option a {
	display:block;
	height: 22px;
	padding-top:5px;
	padding-right: 8px;
}	

.select_form {
	background: #F9F9F9;
	border: 1px solid gainsboro;
	color: #404040;
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	margin: 3px 0px;
	padding: 3px;
}

/* New login dropdown menu */

#container {
    width:780px;
    margin:0 auto;
    position: relative;
}

#content {
    width:520px;
    min-height:500px;
}
#topnav {
    padding:10px 0px 12px;
    font-size:11px;
    line-height:23px;
    text-align:right;
}
#topnav a.signin {
    background:#88bbd4;
    padding:4px 6px 6px;
    text-decoration:none;
    font-weight:bold;
    color:#fff;
    border-radius:4px;
    *background:transparent url("images/signin-nav-bg-ie.png") no-repeat 0 0;
    *padding:4px 12px 6px;
}
#topnav a.signin:hover {
    background:#59B;
    *background:transparent url("images/signin-nav-bg-hover-ie.png") no-repeat 0 0;
    *padding:4px 12px 6px;
}
#topnav a.signin, #topnav a.signin:hover {
    *background-position:0 3px!important;
}

a.signin {
    position:relative;
    margin-left:3px;
}
a.signin span {
    background-image:url("images/toggle_down_light.png");
    background-repeat:no-repeat;
    background-position:100% 50%;
    padding:4px 16px 6px 0;
}
#topnav a.menu-open {
    background:#ddeef6!important;
    color:#666!important;
    outline:none;
}
#small_signup {
    display:inline;
    float:none;
    line-height:23px;
    margin:25px 0 0;
    width:170px;
}
a.signin.menu-open span {
    background-image:url("images/toggle_up_dark.png");
    color:#789;
}

#signin_menu {
	border-radius: 5px;
    display:none;
    background-color:#EFEFEF;
    position:absolute;
    width:210px;
    z-index:1000;
    border:4px solid #CCC;
    text-align:left;
    padding:12px;
    top: 25px; 
    right: 0px; 
    margin-top:5px;
    margin-right: 0px;
    margin-right: -1px;
    color:#789;
    font-size:12px;
}

#signin_menu input[type=text], #signin_menu input[type=password] {
    display:block;
	opacity: 1;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border:1px solid #CCC;
    font-size:13px;
	margin-top: 5px;
	margin-bottom: 5px;
    padding:5px;
    width:203px;
}
#signin_menu p {
    margin:0;
}
#signin_menu a {
    color:#6AC;
}
#signin_menu label {
    font-weight:normal;
	font-size: 120%;
	padding-bottom: 5px;
}
#signin_menu p.remember {
    padding:10px 0;
}
#signin_menu p.forgot, #signin_menu p.complete {
    clear:both;
    margin:5px 0;
}
#signin_menu p a {
    color:#27B!important;
}
#signin_submit {
}
#signin_submit:hover, #signin_submit:focus {
    background-position:0 -5px;
    cursor:pointer;
}

/* End new dropdown login css. */