* {
	padding:0px;
	margin:0px;
}
body {
	background-color:#343434;
	color: #000000;
	font: 12px/19px Georgia, "Times New Roman", Times, serif;
}
a {
	text-decoration:none;
	outline:none;
}
a:hover {
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
p{
	margin-bottom:10px;
}
img, a img {
	border:none;
}
ul, li {
	list-style-type: none;
}
/*input,select {
	outline:none;
}*/
input,select,textarea {
	font-family:inherit;
}
input[type=text],input[type=password] {
	width: 200px;
}
button {
	cursor:pointer;
	color:#FFF;
	padding: 3px;
	background: #DC0026 url(../images/red_button_bg.gif) repeat-x left bottom;
	border: 1px solid #81352B!important;
	text-transform: uppercase;
	font: bold 11px Verdana, Geneva, sans-serif;
	margin-bottom: 8px;
}
blockquote {
	font-style: oblique;
	color: #666;
	border-top: 2px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
	padding: 8px 10px 5px;
}
code {
	font-family: "Lucida Console", Monaco, monospace;
}
br,
hr,
.clear {
	clear:both;
}

/*		
//////////////////////////////////////////////////////
	CSS Buttons
//////////////////////////////////////////////////////
*/

.button-block {
	text-align: center;
}
.box .button-small,
.button-small {
	color: #FFF!important;
	display:block;
	float:left;
	text-decoration: none!important;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
	background: #E21920 url(../images/red_button_bg.gif) repeat-x left bottom;
	border: 2px solid #900;
	padding: 4px 7px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0px 8px 0px 0px;
	
}
.box .button-small:hover,
.button-small:hover {
	color: #FFF!important;
	background: #E21920 url(none);
}
.box .button,
.button {
	color: #FFF!important;
	display:block;
	float:left;
	text-decoration: none!important;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1px;
	background: #E21920 url(../images/red_button_bg.gif) repeat-x left bottom;
	border: 2px solid #900;
	padding: 6px 10px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0px 8px 0px 0px;
	
}
.box .button:hover,
.button:hover {
	color: #FFF!important;
	background: #E21920 url(none);
}
.box .button-big,
.button-big {
	color: #FFF!important;
	display:block;
	float:left;
	text-decoration: none!important;
	text-transform: uppercase;
	font-size: 19px;
	letter-spacing: 1px;
	background: #E21920 url(../images/red_button_bg.gif) repeat-x left bottom;
	border: 2px solid #900;
	padding: 11px 16px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0px 8px 0px 0px;
	
}
.box .button-big:hover,
.button-big:hover {
	color: #FFF!important;
	background: #E21920 url(none);
}
table {
	width: 100%;
	margin: 20px 0px 15px;
	border-collapse:collapse;
	border:none;
}
table tr.odd {
	background: #f5f5f5;
}
table tr.even {
	background: #FFF;
}
table tr td {
	vertical-align: top;
	padding: 6px;
}
table tr td.right {
	vertical-align: top;
	text-align: right;
}
table th {
	padding: 6px;
	vertical-align: bottom;
	text-align: left;
	border-bottom: 1px solid #ccc;
}
table tr.totals {
	font-weight: bold;
	border-top: 1px solid #ccc;
}
hr {
	display: block;
	border-top: 1px solid #c1c1c1;
	border-bottom-style: none;
	border-right-style: none;
	border-left-style: none;
	padding: 5px 0px;
}
.ads-block {
	text-align: center;
	margin: 3px 0px 15px;
}

.checkList li {
	background: url('/images/icons/check.png') no-repeat center left;
	margin: 8px 0 8px 20px;
	padding-left: 30px;
	
}

/*		
//////////////////////////////////////////////////////
	Layout
//////////////////////////////////////////////////////
*/

#wrapper {
	margin: 0px auto;
	width: 975px;
	background-color:#ffffff;
	border-right: 1px solid #F5F5F0;
	border-left: 1px solid #F5F5F0;
}

/*		
//////////////////////////////////////////////////////
	Header
//////////////////////////////////////////////////////
*/


/*		language menu		*/

#header-top {
	background: #DF0027 url(../images/header_top_bg.gif) repeat-x left bottom;
	clear:both;
	color: #FFF;
}
#header-top ul.dropdown {
	float:right;
	z-index: 698!important;
	position: relative;

}
#header-top ul li.selected {
	padding: 0px 13px 0px 0px;
	background: url(../images/icons/lang_menu_icon.gif) no-repeat right center;
	margin: 0px 10px 0px 0px;
}
#header-top ul li.selected a {
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	padding: 5px 8px 5px 29px;
	display: block;
}
#header-top ul li.selected ul li a {
	display: block;
	padding: 4px 20px 4px 32px;
	text-transform: uppercase;
	color: #7f0000;
	font-size: 10px;
	letter-spacing: 0.5px;
}
#header-top ul.dropdown ul {
	width: 150px;
	 top: 26px;
	left: -40px!important;
}
#header-top ul.dropdown li.hover,
#header-top ul.dropdown li:hover {
 z-index: 699!important;
}

#header {
	background: #EEEFED url(../images/header_bg.gif) repeat-x left bottom;
	clear: both;
	height: 112px;
}
#logo {
	float:left;
	width:320px;
	height:110px;
}
#logo a {
	display: block;
	padding: 30px 0 0 30px;
}
#login-box {
	width:450px;
	float:left;
	background: url(../images/login_box_bg.png) no-repeat 0px 15px;
	height: 100px;
}
#login-box .wrapper {
	padding: 30px 0px 0px 25px;
}
#login-box a {
	color: #4b81ad;
	text-decoration: underline;
	margin: 0px 0px 0px 11px;
}
#login-box a:hover {
	text-decoration: underline;
	color:#003A55!important;
}
#login-box .input-txt {
	border: 1px solid #DBDBDA;
	height: 17px;
	width: 142px;
	font-size: 12px;
	margin: 0px 8px 8px 0px;
	padding: 3px 0px 0px 3px;
	float:left;
}
#login-box button {
	height: 20px;
	width: 73px;
	padding: 2px 0px 2px;
	float:left;
	margin: 1px 0px 0px;
}
#user-box {
	width:470px;
	float:right;
	background: url(../images/user_box_bg.png) no-repeat 0px 0px;
	height: 60px;
	margin: 25px 15px 0px 0px;
}
#user-box .wrapper {
	margin: 17px 15px 0px 25px;
	width: 430px;
}
#user-box span {
	padding: 0px 0px 0px 7px;
}
#user-box span.user {
	background: url(../images/icons/user_icon.gif) no-repeat 2px 0px;
	padding: 0px 0px 0px 20px;
}
#user-box a {
	color: #4b81ad;
	text-decoration: underline;
	font-weight: bold;
}
#user-box a:hover {
	text-decoration: underline;
	color:#003A55!important;
}
#header .button-block {
	float:left;
	width: 155px;
	padding: 30px 15px 0px 30px;
}

/*		
//////////////////////////////////////////////////////
	Navigation 
//////////////////////////////////////////////////////
*/

#navigation {
	border-top: 1px solid #DCDBD6;
	border-bottom: 1px solid #DCDBD6;
	background: #FFF url(../images/navigation_bg.gif) repeat-x 0px 0px;
	clear:both;
}
#navigation ul li a {
	display: block;
	padding: 9px 20px 9px 18px;
	text-transform: uppercase;
	color: #7f0000;
	font-size: 10px;
	letter-spacing: 0.5px;
}
#navigation ul li a:hover {
	background: #ECEDE9;
	color: #333;
	text-decoration: none!important;
}
#navigation ul li a.more {
	background: url(../images/navigation_link_more_bg_sprite.gif) repeat-x 100% -75px!important;
	color: #7f0000;
}
#navigation ul li a.more:hover {
	background: #ECEDE9 url(../images/navigation_link_more_bg_sprite.gif) repeat-x 100% -39px!important;
	color: #000;
}
#navigation ul li a.active {
	background: #DF0027 url(../images/navigation_link_more_bg_sprite.gif) repeat-x 0px 0px!important;
	color: #fff;
}
#navigation ul li a.active-more {
	background: #DF0027 url(../images/navigation_link_more_bg_sprite.gif) repeat-x 100% -3px!important;
	color: #fff;
}
#navigation ul li a.more-active:hover {
	background: #DF0027 url(../images/navigation_link_more_bg_sprite.gif) repeat-x 100% -3px!important;
	color: #E5E5E5;
}

ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
	 list-style: none;
	 margin: 0;
	 padding: 0;
}
#navigation ul.dropdown {
	 position: relative;
	 z-index: 597;
	 float: left;
}
ul.dropdown li {
	 float: left;
	 line-height: 1.3em; 
	 zoom: 1;
}
#navigation ul.dropdown li.hover,
#navigation ul.dropdown li:hover {
	 position: relative;
	 z-index: 599;
	 cursor: default;
}
ul.dropdown ul {
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 598;
	width: 170px;
	background: #F8F8F8;	
}
ul.dropdown ul li {
	float: none;
}
ul.dropdown li ul li a {
	color: #333!important;
	border-bottom: 1px solid #ECEDE9!important;	
	text-transform: none!important;
	font-size: 11px!important;
	display:block!important;
}
ul.dropdown li ul li a:hover {
	background: #ECEDE9!important;
}
ul.dropdown ul ul {
	top: 1px;
	left: 99%;
}
ul.dropdown li:hover > ul {
	visibility: visible;
}

/*		
//////////////////////////////////////////////////////
	Home page
//////////////////////////////////////////////////////
*/


#main {
	background: #FFF;
	padding: 0px 0px 15px;
}
#home-promo {
	height: 235px;
	background: #343434 url(../images/home_header_bg.gif) repeat-x left bottom;
}
#home-promo-photos{
		float: left;
		width:515px;
	height: 235px;
	overflow:hidden;
}
#home-promo .photo {
	width:515px;
	height: 235px;
	overflow:hidden;
}
#home-promo .photo img {
	width:515px;
	height: 235px;
	overflow:hidden;
}
#home-promo-text {
		float: right;
		width: 460px;
	height:190px;
}
#home-promo .text {
	width: 460px;
	height:190px;
	color: #FFF;
	padding: 10px 0px;
	overflow:hidden;
}
#home-promo .text h2 {
	text-transform: uppercase;
	display: block;
	padding: 0px 10px 11px 16px;
	letter-spacing: 1px;
	font-size: 14px;
}
#home-promo .text h2 img {
	height: 17px;
	width: 17px;
	vertical-align: bottom;
	padding: 0px 0px 0px 3px;
}

#home-promo .text p {
	font: 13px/23px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding: 0px 10px 0px 16px;
}

#home-promo .text p a {
	color: #a8dfec;
	text-decoration: underline;
	
}
#home-promo .text p a:hover {
	text-decoration: underline;
	color:#DBF1F3;
}
#home-promo .button-block {
	clear:both;
	float: none;
	padding: 8px 10px 0px 0px;
}
#home-promo .button-block {
	margin-left: 20px;
}
#home-promo li {
	font-size:16px;
}
#content {
	clear: both;
	background: url(../images/content_bg.gif) repeat-x 0px 0px;
}
#content a {
	color: #be1117;
	text-decoration: underline;
}
#content a:hover {
	text-decoration: underline;
	color: #62090B;
}
#home-list {
	float:left;
	width:515px;
	
}
#home-list .wrapper {
	padding: 20px 10px 8px 18px;
}
#home-list ul {
	margin-bottom: 20px;
}
#home-list ul li {
	display: block;
}
#home-list .button-block {
	clear:both;
	padding: 15px 60px 20px 160px;
}
#home-brands {
	width:460px;
	float:right;
}
#home-brands .wrapper {
	padding: 20px 10px 8px 18px;
}
#home-list h1,
#home-brands h2 {
	text-transform: uppercase;
	font: 16px "Times New Roman", Times, serif;
	letter-spacing: 1px;
	border-bottom: 1px solid #C1C1C1;
	display: block;
	margin: 0px 0px 15px;
	padding: 0px 0px 4px;
}
#home-brands ul li {
	font: 11px/16px Georgia, "Times New Roman", Times, serif;
	color: #7f7f7b;
	display: block;
	margin: 0px 0px 25px;
}
#home-brands ul li p {
	float: left;
	width: 275px;
}
#home-brands ul li img {
	display: block;
	float: left;
	padding: 0px 10px 10px 5px;
	vertical-align: middle;
}

/*		
//////////////////////////////////////////////////////
	Inner pages
//////////////////////////////////////////////////////
*/

.inner-wrapper {
	padding: 15px 15px 10px;
}

#breadcrumbs {
	font-size: 12px;
	color: #7f7f7b;
	margin: 0px 0px 15px;
}
#breadcrumbs ul li {
	float: left;
	display: block;
	margin: 0px;
}
#breadcrumbs a {
	color: #007eba;
	text-decoration: underline;
	display: block;
	float: left;
	margin: 0px 0px 0px 5px;
}
#breadcrumbs a:hover {
	text-decoration: underline;
	color:#003A55!important;
}
#breadcrumbs li span {
	display: block;
	float: left;
	text-indent: -9999999999px;
	height: 15px;
	width: 15px;
	background: url(../images/icons/breadcrumb_arrow.gif) no-repeat 3px 8px;
	padding: 0px 2px 0px 0px;
	margin: 0px 0px 0px 2px;
}
#breadcrumbs strong {
	color: #282c2f;
}

#left-col {
	float:left;
	width:600px;
}
#sidebar {
	float:right;
	width:355px;
}
.box {
	border: 3px solid #F5F5F5;
	margin: 0px 0px 15px;
}
.box .inner {
	border: 1px solid #CBCBCB;
	padding: 10px 16px 12px;
}
h1.title, h2.title {
	color: #c01117;
	font: 13px "Times New Roman", Times, serif;
	text-transform: uppercase;
	border-top: 1px solid #C1C1C1;
	border-bottom: 1px solid #C1C1C1;
	letter-spacing: 1px;
	display: block;
	padding: 3px 0px 3px;
	margin: 3px 0px 8px;
}
h1.title{font-size: 16px;}

/*		
//////////////////////////////////////////////////////
	Form elements
//////////////////////////////////////////////////////
*/

.box form {
	display: block;
	clear: both;
}
.box p.form-block {
	margin: 15px 0px 14px;
	clear: both;
	display: block;
}
.box div.form-block {
	margin: 15px 0px 14px;
	clear: both;
	display: block;
}
.box label {
	font-weight: bold;
	width: 200px;
	float: left;
	display: block;
	margin: 0px 8px 5px 0px;
}
.box label.inline {
	font-weight: bold;
	width: auto;
	float: left;
	display: block;
	padding: 0px 10px 0px 0px;
}
.box select {
	min-width:220px;
}
.box .form-txt {
	padding: 3px;
	width:60%;
	border: 1px solid #999;
}
.box .form-txt-small {
	padding: 3px;
	width:23%;
	border: 1px solid #999;
}
.box textarea.form-txt {
	height: 130px;
}
.box button {
	margin: 0px 0px 0px 168px;
}
.box button.inline {
	margin: 0px 0px 0px 5px;
}
.box span {
	color: #000;
	font-size: 12px;
	font-weight: normal;
	display: block;
	padding: 3px 0px 6px 148px;
}
.box span.error {
	color: #900;
	font-size: 12px;
	font-weight: bold;
	display: block;
	padding: 3px 0px 0px 168px;
}

.errorheader, .message {
	color: #900;
	font-size: 12px;
	font-weight: bold;
}

/*		
//////////////////////////////////////////////////////
	Footer
//////////////////////////////////////////////////////
*/

#affiliate-icons {
	clear: both;
	padding: 18px 10px 10px 18px;
}
#affiliate-icons img {
	vertical-align: middle;
	padding: 0px 13px 0px 0px;
}
#footer {
	background: #DF0027 url(../images/footer_bg.gif) repeat-x 0px 0px;
	color: #FFF;
	clear: both;
	font-size: 11px;
	height: 47px;
}
#footer p {
	padding: 15px 10px 14px 10px;
}
#footer p span {
	padding-right: 20px;
}
#footer a {
	color: #FFF;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: underline;
	color: #CCC;
}
#footer a.footer-home {
	text-decoration: none;
}

.flash_message {
	color: #900;
	font-size: 14px;
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}

.infobox {
	padding: 5px 10px 5px 10px;
	border-top: solid 1px #D7D7D7;
	border-bottom: solid 2px #D7D7D7;
	border-left: solid 1px #D7D7D7;
	border-right: solid 2px #D7D7D7;
	background: #FFF8E6;
	width: 575px;
	margin-bottom: 10px;
	color: red;
	font-size: 125%;
}