@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;
}

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-right: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	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;
}

/* 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;
}

.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 {
	background:transparent;
	color:#f00;
}

.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;
}

.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;
}