html, body {
}

body {
	
	font-family: 'lucida sans', sans-serif, arial;
	font-size:12px;
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
}

body,
body.bgfresh {
	background: transparent url(../img/background_dark.jpg) no-repeat fixed center top;
}

body.bgsalt {
	background: transparent url(../img/background2_dark.jpg) no-repeat fixed center top;
}

a {
	color: #003d4c;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border:none;
}

a.link {
	color: #00AEEF;
}

a.link:hover {
}

/* Layout */
#container {
	width: 776px;
	position:relative;
	margin: 25px auto 0;
	padding: 0;
	color: #333333;
	padding: 0 15px 15px 15px;
}

body #container,
body.bgfresh #container {
	background: transparent url(../img/background_light_short.jpg) no-repeat fixed center top;
}

body.bgsalt #container {
	background: transparent url(../img/background2_light_short.jpg) no-repeat fixed center top;
}

#header {
	height: 120px;
	margin: 0 0 5px 0;
	padding: 0;
	background: transparent;
	position: relative;
}

#header div.logo {
	padding: 20px 0 0 0;
	margin: 0;
	float:left;
}

#header .default_dealer_info {
	float: right;
	margin: 3px 0 0 0;
}

#header #main_menu_panel {
	clear: both;
	background: transparent url(../img/main_menu_panel_bg.png);
	width: 776px;
	height: 43px;
	position: absolute;
	bottom: 0;
	margin: 0;
	padding: 0;
}

#header #main_menu_panel .main_menu_panel_logo {
	float:left;
	/*padding: 5px 0 0 65px;*/
	padding: 5px 0 0 45px;
	margin: 0;
}

#header #main_menu {
	position: absolute;
	bottom: 0;
	right: 0;
	color: #A6A9A9;
	margin: 20px 10px 0 0;
	/*text-align:right;*/
}

/*
#header #main_menu .main_menu_link {
	position: relative;
	float: left;
	height: 24px;
}

#header #main_menu .main_menu_link a {
	color: #A6A9A9;
	text-transform: lowercase;
}

#header #main_menu .main_menu_link a:hover {
	color: #ffffff;
	text-decoration: none;
}

#header #main_menu .main_menu_link a.link_menu {
	background: transparent url(../img/link_menu_arrow_grey.gif) no-repeat right 5px;
	padding-right: 15px;
}

#header #main_menu .main_menu_link a.link_menu:hover {
	background: transparent url(../img/link_menu_arrow.gif) no-repeat right 5px;
}

#header #main_menu ul.main_menu_link_menu {
	display:none;
	
	background-color: #263C4E;
	border-color: #263C4E;
	list-style: none;
	position: absolute;
	right: 0;
	top: 20px;
	margin: 0;
	padding: 0;
}

#header #main_menu ul.main_menu_link_menu li {
	width: 70px;
	text-align: right;
	padding: 5px 5px 5px 10px;
	margin: 0;
}
*/

#content{
	clear: both;
	color: #333;
}

#content #main_pannel {
	background: #fff;
	padding: 10px 20px 20px 20px;
	min-height: 590px;
	_height: 590px;
	/*min-height: 685px;
	_height: 685px;*/
}

#content h1 {
	font-size: 19px;
	padding: 10px 0 10px 0;
	margin: 0;
}

#content div.list_title {
	font-weight: bold;
	margin: 20px 0 0 0;
}

#content div.list_title {
	font-weight: bold;
	margin: 20px 0 0 0;
}

#content table.list {
	margin: 5px 0 0 0;
}

#content table.list tr td {
	border-bottom: 1px solid #ECEAEB;
	padding: 5px;
}

#content table.list tr.no_border td {
	border: 0;
	padding-bottom: 0;
}

#content table.list tr.tb_caption td {
	background-color: #ECEAEB;
	border: 0;
}

#footer {
	display: none;
	clear: both;
	height: 15px;
}

.clear_line {
	clear: both;
	margin: 0;
	padding: 0;
	line-height: 0px;
	font-size: 0px;
}

/* Forms */
form {
	clear: both;
	margin: 0;
	padding: 0;
}

fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}

fieldset legend {
	background:#fff;
	color: #e32;
	font-size: 160%;
	font-weight: bold;
}

fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}

fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}

form div {
	clear: both;
}
form div.input {
	color: #444;
}

form div.required {
	color: #333;
	font-weight: bold;
}

form div.submit {
	border: 0;
	clear: both;
	margin: 0;
}

label {
	display: block;
	padding-right: 20px;
}

input, select, textarea, .textfield, .button {
	font-size: 8pt;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #000000;
	border: 1px solid #999999;
	background-color: #FFFFFF;
}

input[type=checkbox] {
	clear: left;
	float: left;
	width: auto;
	margin: 0;
	border: 0;
	background-color: transparent;
}

input[type=radio] {
	float: left;
	font-size: 1px;
	margin: 0;
	padding: 0;
}

div.radio input {
	float: left;
	border: 0;
	font-size: 1px;
	margin: 0;
	padding: 0;
}

div.radio label {
	margin: 1px 0 6px 22px;
}

input[type=submit] {
	padding: 2px 5px;
	margin-right: 2px;
}

input[type=button] {
	padding: 2px 5px;
	margin-right: 2px;
}

span.required {
	color: #ff0000;
}

/* Notices and Errors */
.message, .error-message {
	color:#ff0000;
	background-color: #fff;
	margin: 8px 0px;
	font-weight: bold;
}

#authMessage {
	color:#000000;
}

.flashBox {
	color:#000000;
	background-color: #fff;
	margin: 8px 0px;
	font-weight: bold;
	padding: 0;
}

.flashBox .flashError {
	color:#ff0000;
}

.flashBox .flashNotice {
	color:#000000;
}

.flashBox .flashWarning {
	color:#ff0000;
}

/* E-store styles - shopping card */
#estore_cart {
	margin: 0;
	padding: 0 0 10px 0;
}

#estore_cart .cart_item {
	clear: both;
	margin: 0;
	padding-bottom:25px;
	border-top: 1px solid #ECEAEB;
}

#estore_cart .cart_item .cart_item_data {
	clear: both;
	margin: 2px 10px 0 10px;
}

#estore_cart .cart_item .cart_item_data .title {
	clear: both;
	font-weight: bold;
}

#estore_cart .cart_item .cart_item_data .desc {
	float: left;
	margin: 2px 10px 0 0;
}

#estore_cart .cart_item .cart_item_data .price {
	float: right;
	font-weight: bold;
	margin: 2px 10px 0 0;
}

#estore_cart .cart_total {
	border-top: 1px solid #F4F4F4;
	padding: 15px 10px 25px 10px;
	margin: 0;
	clear: both;
	/*text-align: right;*/
}

#estore_cart .cart_total .title{
	color: #00ADEF;
	font-weight: bold;
	text-transform: uppercase;
}

/* Dealers styles */
#dealers_list {
	margin-top: 10px;
}

#dealers_list .dealer_data {
	margin: 0 50px 0 50px;
	float:left;
	height: 130px;
	width: 250px;
	text-align: center;
}

#dealers_list .dealer_data .title,
#dealers_list .dealer_data .url {
	margin-top: 10px;
}.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu {
	/*line-height: 1.0;*/
}
.sf-menu ul {
	position: absolute;
	top: -999em;
	/*width: 10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width: 100%;
}
.sf-menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float: left;
	position: relative;
}
.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left: 0;
	top: 32px; /* match top ul list item height */
	/*top: 2.75em; /* match top ul list item height */
	z-index: 99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
}

/*** SKIN ***/
.sf-menu {
	float: left;
}
.sf-menu a {
	/*border-left: 1px solid #A6A9A9;
	border-top: 1px solid #A6A9A9;
	padding: .65em 1em;*/
	text-decoration:none;
}

.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #A6A9A9;
	text-transform: lowercase;
}

.sf-menu li {
}

.sf-menu li li {
	background-color: #3C474F;
	opacity: .95;
	filter: alpha(opacity = 95);
}
.sf-menu li li li {
	background-color: #3C474F;
	/*background-color: #263C4E;*/
	opacity: .95;
	filter: alpha(opacity = 95);
}

.sf-menu li a {
	border-right: 1px solid #A6A9A9;
	margin: .75em 0;
	padding: 0 5px 0 5px;
}

.sf-menu li li a, .sf-menu li li li a {
	border: 0;
	margin: 0;
	padding: .65em 1em;
	text-decoration:none;
}

.sf-menu li.noborder a {
	border: 0;
}

/*
.sf-menu > li > a {
	border-left: 1px solid #A6A9A9;
	margin: .75em 0;
	padding: 0 5px 0 5px;
}
*/

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline: 0;
	text-decoration: none;
	color: #ffffff;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 1.5em;
	/*padding-right: 2.25em;*/
	min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
}

.sf-sub-indicator {
	position: absolute;
	display: block;
	right: .75em;
	top: 1.05em; /* IE6 only */
	width: 10px;
	height: 10px;
	text-indent: -999em;
	overflow: hidden;
	background: url('../img/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}

a > .sf-sub-indicator { /* give all except IE6 the correct values */
	top: .8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}

/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

.sf-menu > li > a > .sf-sub-indicator {
	top: 3px;
	right:5px;
}

li a .sf-sub-indicator {
	top: 3px;
	right:5px;
}

li li a .sf-sub-indicator {
	top: .8em;
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator {
	background-position:  -10px 0;
}
.sf-menu ul a > .sf-sub-indicator {
	background-position:  0 0;
}
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
/*
.sf-shadow ul {
	background: url('../img/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}

.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
*/