BODY {
	background: #f7f7f4;
	color: #434343; font-family: arial,sans-serif;
	padding: 0; margin: 0;
}

A {
	color: #8B0909;
}

.wrapper {
	width: 940px;
	margin: 0 auto;
}

.topmenu {
	height: 42px;
	color: #a7a7a7;
	background: url(../img/topmenu-back.png) 50% 0 no-repeat;
	position: relative; z-index: 101;
}

.topmenu TABLE {
	border-collapse: collapse;
	border: 0; width: 100%; height: 42px;
}
.topmenu TABLE TD {
	height: 42px; white-space: nowrap;
	background: url(../img/topmenu-delim.png) 100% 0 no-repeat;
	padding: 0 0; text-align: center;
}
.topmenu TABLE TD.last {
	background: none;
}
.topmenu TABLE TD A {
	display: block; padding: 13px 10px 0 10px;
	font: 15px/1 Arial,sans-serif;
	color: #6d6c6c; text-decoration: none;
}
.topmenu TABLE TD A:hover {
	color: #000000;
	text-decoration: underline;
}
.topmenu TABLE TD .ii {
	position: relative;
	height: 42px;
}
.topmenu TABLE TD .ii .ul {
	display: none;
	position: absolute; top: 34px; left: -1px;
	background: #E7E7E7; z-index: 50;
	width: 100%; 
}
.topmenu TABLE TD .ii .ul UL {
	padding: 0 20px; list-style: none;
	margin: 0 0; border-left: 1px solid #f9f9f9; border-bottom: 1px solid #f9f9f9; border-right: 1px solid #f9f9f9;
}
.topmenu TABLE TD .ii .ul UL LI {
	padding: 10px 0; margin: 0 10px; text-align: left;
	border-bottom: 1px solid #B2B2B2;
}
.topmenu TABLE TD .ii .ul UL LI.last {
	border: none;
}
.topmenu TABLE TD .ii .ul UL LI A {
	padding: 0;
}


.header {
	height: 80px; padding: 30px 0 35px 0; margin: 0;
	
}
.header .logo {
	width: 580px; float: left;
}

.rightbox {
	width: 331px; float: right;
}

.rightbox .cartbox {
	height: 35px; background: url(../img/cartrow-back.png) no-repeat;
}
.rightbox .cartbox A {
	width: 30px; float: left;
}
.rightbox .cartbox A.label {
	width: 70px; float: left;
	font: 11px/1 Arial,sans-serif;
	text-decoration:none;
	color:#414141;
	margin-top:13px
}
.rightbox .cartbox P {
	width: 230px; float: right;
	margin: 10px -15px 0 0; font: 13px/1 Arial,sans-serif;
	color: black; text-align: center;
}
.rightbox .cartbox P B {
	color: #060606; padding-right: 30px;
}


.rightbox .searchbox {
	margin-top: 10px;
	height: 35px; background: url(../img/searchrow-back.png) no-repeat;
}
.rightbox .searchbox FORM {
	margin: 0;
	height: 35px; position: relative;
}
.rightbox .searchbox FORM .submit {
	position: absolute; top: 0; left: 0;
	background:transparent url(../img/button-search.gif) no-repeat scroll 3px 0;
	border:none;
	padding:9px 0px 10px 33px;
	color:#414141;
	font-size:11px;
}

.rightbox .searchbox FORM .field {
	position: absolute; top: 0; right: 0;
	padding: 0 20px;
	width: 180px; height: 35px; font: ; border: 0; background: none;
	color: #666666; font: italic 13px/1 Arial,sans-serif;
}


.mainmenu {
	height: 57px; position: relative; z-index: 100;
	background: url(../img/mainmenu-back.png) repeat-x 0 100%;
}
.mainmenu .l {
	height: 57px;
	background: url(../img/mainmenu-left.png) no-repeat 0 100%;
}
.mainmenu .r {
	height: 57px;
	background: url(../img/mainmenu-right.png) no-repeat 100% 100%;
}
.mainmenu TABLE {
	border-collapse: collapse; width: 100%; height: 55px;
}
.mainmenu TABLE TD {
	padding: 0 10px; text-align: center;
}
.mainmenu TABLE TD A {
	display: block;
	height: 55px;
	font: 15px/1 Arial,sans-serif;
	position: relative;
	color: #6d6c6c; text-decoration: none;
}
.mainmenu TABLE TD A SPAN {
	position: relative; top: 42%;
}

.mainmenu TABLE TD.active A, .mainmenu TABLE TD.hover A {
	color: #fffffe;
}
.mainmenu TABLE TD .ii {
	position: relative;
}
.mainmenu TABLE TD.active .ii, .mainmenu TABLE TD.hover .ii {
	width: 100%; height: 55px; background: #b5b5b5 url(../img/mainmenu-active-back.png) repeat-x 0 0;
}
.mainmenu TABLE TD.active .ll, .mainmenu TABLE TD.hover .ll {
	width: 100%; height: 55px; background: url(../img/mainmenu-active-left.png) no-repeat 0 0;
}
.mainmenu TABLE TD.active .rr, .mainmenu TABLE TD.hover .rr {
	width: 100%; height: 55px; background: url(../img/mainmenu-active-right.png) no-repeat 100% 0;
}
.mainmenu TABLE TD.d {
	color: #383838;
	width: 5px; padding-top: 0.2em;
}
.mainmenu TABLE TD DIV.ul {
	width: 100%; display: none; z-index: 50; left: 0;
	position: absolute; top: 54px; margin: 0; padding: 0;
}
.mainmenu TABLE TD DIV.ul .bb {
	display: none;
	height: 6px; margin-right: 6px; position: relative;
	background: url(../img/mainmenu-dropdown-back.gif) no-repeat 0 0;
}
.mainmenu TABLE TD DIV.ul .bb DIV {
	width: 6px; height: 6px; position: absolute; bottom: 0; right: -6px;
	background: url(../img/mainmenu-dropdown-back.gif) no-repeat 100% 0;
}

.mainmenu TABLE TD UL {
	margin: 0;  padding: 6px 0 0 0; background: #B80201;
}
.mainmenu TABLE TD UL LI {
	margin:0; padding:0; list-style: none;
	text-align: left;
}
.mainmenu TABLE TD UL LI A, .mainmenu TABLE TD.active UL LI A, .mainmenu TABLE TD.hover UL LI A {
	color: #ffffff; font: 14px/1 Arial,sans-serif;
}
.mainmenu TABLE TD UL LI A, .mainmenu TABLE TD UL LI A:hover {
	margin: 0 20px;
	height: auto; position: static;
	padding: 8px 0;
	background: url(../img/mainmenu-dropdown-delimiter.png) repeat-x 0 100%;
}
.mainmenu TABLE TD UL LI A:hover, .mainmenu TABLE TD.active UL LI A:hover, .mainmenu TABLE TD.hover UL LI A:hover {
	color: #f1ca00;
}
.mainmenu TABLE TD UL LI.last A {
	background: none;
}

.home-promos {
	width: 980px; position: relative; left: -20px; margin: -20px 0;
	border-collapse: collapse;
	border: 0 !important;
}
.home-promos TD {
	padding: 0; border: 20px solid transparent;
}

.home-promos TABLE {
	border-collapse: collapse;
	border: 0 !important;
	width: 100%;
}
.home-promos TABLE TD {
	border: 0; padding: 0;
	vertical-align: top; text-align: center;
}
.home-promos TABLE TD.htd {
	vertical-align: middle;
	height: 38px;
}



.mb {
	position: relative;
	margin: 0; background: #F3F3F3 url(../img/mb-back.png) repeat-x 0 100%;
	border: 1px solid #dddddd;
}

.mb .t {
	position: absolute; top: -1px; left: -1px; height: 6px;
	width: 100%; background: url(../img/mb-tl.png) no-repeat 0 0;
}
.mb .t DIV {
	height: 6px; position: relative; right: -2px;
	background: url(../img/mb-tr.png) no-repeat 100% 0;
}
.mb .b {
	position: absolute; bottom: -1px; left: -1px; height: 6px;
	width: 100%; background: url(../img/mb-bl.png) no-repeat 0 100%;
}
.mb .b DIV {
	height: 6px; position: relative; right: -2px;
	background: url(../img/mb-br.png) no-repeat 100% 100%;
}

.mb .i {
	padding: 0 0 10px 0; height: 200px;
	border: 1px solid white;
}
.mb .i H1 {
	margin: 0; font: 21px "Delicious Bold","Myriad Pro",Verdana,sans-serif; background: #ff953e; 
	color: #ffffff; height: 29px
}

.mb H2 {
	margin: 0; width: 100%;
	position: relative;
}
.mb H2 A {
	color: #6d6c6c; text-shadow: 1px -1px 0 white;
	text-decoration: none; display: block;
	font: 14px Arial,sans-serif;
}
.mb H2 A SPAN {
	
}
.mb H2 A IMG.go {
	border: 0; margin: 0; vertical-align: middle;
	display: none;
}
.mb H2 IMG {
	border: 1px solid #f4f4f4;
	margin-bottom: 5px; padding: 1px;
	background: #dfdfdf;
	margin: 15px 0 10px 0;
}

.bannerholder {
	padding: 20px 0 0 0;
}

.donation-box {
	width: 460px; float: left;
}
.donation-box .mb {
	text-align: left;
	background: none;
}
.donation-box .mb .i {
	border: 1px solid #06093B;
	height: 280px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
	padding: 4px; text-align: left;
	background: #286CC1;
}
.donation-box .mb .i .back {
	position: relative;
	height: 240px; width: 400px;
	padding: 15px 25px 25px 25px;
}
.donation-box .mb H1 {
	height: auto; background: none; text-align: left;
	font: 26px "Delicious Bold","Myriad Pro",Verdana,sans-serif;
	color: white; margin: 20px 0 0 0; position: relative; z-index: 50;
}
.donation-box .mb .dl {
	position: absolute; top: 0; right: 25px; z-index: 50;
}
.donation-box .mb P.total {
	color: #FB7305; text-align: left; position: absolute; top: 88px; left: 290px;
	font: bold 20px "Myriad Pro",Verdana,sans-serif; margin:6px 0px 0px 0px; z-index: 50;
}
.donation-box .mb .t, .donation-box .mb .b {
	display: none;
}

.donation-box .mb P.info {
	font: 14px Arial,sans-serif; color: white;
	width: 215px; float: left; position: relative; z-index: 50;
}
.donation-box .mb P.now {
	width: 170px; float: right; position: relative; z-index: 50;
}
.donation-box .mb P.now A {
	display: block; margin-bottom: 16px;
}
.donation-box .mb P.now A IMG {
	border: 0;
}

.banner-box {
	width: 460px; float: right;
}

.banner-box .mb {
	text-align: left;
	background: none;
}
.banner-box .mb .t, .banner-box .mb .b {
	display: none;
}
.banner-box .mb .i {
	height: 280px; position: relative;
	padding: 4px; background: #ECECEC; text-align: left;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
    border: 1px solid #CECECE;
}
.banner-box .mb .i A {
}
.banner-box .mb .i A IMG {
	border: 0;
}
.banner-box .mb .tagline {
	position: absolute; right: 5px; bottom: 5px; text-align: right;
	padding: 15px 35px; font: bold 20px "Myriad Pro",Verdana,sans-serif;
	color: #091176; text-shadow: 1px 1px 1px #FFF, -1px 1px 1px #FFF, 1px -1px 1px #FFF, -1px -1px 1px #FFF;
	background: url(../img/tagback.png) no-repeat;
	width: 380px; height: 20px;
}

.top-banner {
	margin: 20px 0 0 0;
	padding: 0; position: relative;
}
.top-banner A IMG {
	border: 0;
}
.top-banner .tagline {
	position: absolute; right: 3px; bottom: 3px; text-align: right;
	padding: 10px 35px 18px 35px; font: bold 22px "Myriad Pro",Verdana,sans-serif;
	color: #0146a4; text-shadow: 1px 1px 1px #FFF, -1px 1px 1px #FFF, 1px -1px 1px #FFF, -1px -1px 1px #FFF; background: url(../img/tagback.png) no-repeat;
	width: 380px; height: 20px;
}

.top-banner .topper {
	position: absolute; top: 0; left: 0; width: 960px; height: 100%;
	background: url(../img/banner-frame.png) no-repeat 0 0;
	pointer-events: none;
}
.top-banner .bottomer {
	pointer-events: none;
	position: absolute;
	bottom: 0; background: url(../img/banner-frame.png) no-repeat 0 100%;
	height: 6px; width: 940px;
}



.mb-wide {
	width: 710px; float: left; clear: both;
}
.mb-narrow {
	width: 210px; float: right; clear: right;
}


.mb-wide H2 {
	width: 160px; float: left;
	margin: 15px -10px 0 20px;
}
.mb-wide H2 A {
	color: #a7a7a7;
	text-decoration: none;
	font: 14px Arial,sans-serif;
}
.mb-wide H2 IMG {
	border: 1px solid #454545;
	margin-bottom: 5px;
}
.mb-wide .i {
	padding: 0 0 10px 0;
}
	

.maintext {
	font: 14px/18px Arial,sans-serif;
	color: #909090; margin: 10px 0;
}
.errortext {
	padding: 0 0 0 17px;
}
.errortext H1 {
	color: white;
	
}

.main-blocks {
	font: 12px/20px Arial,sans-serif;
	width: 330px; float: right;
	margin: 0 0 0 20px; color: #434343;
}

.block-reviews {
	background: #f3f3f3 url(../img/block-reviews-back.png) no-repeat 0 0;
	position: relative; margin: 0 0 20px 0;
}
.block-newsletter {
	background: #f3f3f3 url(../img/block-reviews-back.png) no-repeat 0 0;
	position: relative; margin: 0 0 20px 0;
}
.block-reviews .tr, .block-newsletter .tr {
	position: absolute; width: 6px; height: 6px; top: 0; right: 0;
	background: url(../img/block-reviews-tr.png) no-repeat 0 0; 
}
.block-reviews .bl, .block-newsletter .bl {
	position: absolute; width: 6px; height: 6px; bottom: 0; left: 0;
	background: url(../img/block-reviews-bl.png) no-repeat 0 0; 
}
.block-reviews .i, .block-newsletter .i {
	background: url(../img/block-reviews-back.png) no-repeat 100% 100%;
	padding: 15px;
}
.block-reviews H1, .block-newsletter H1 {
	margin: 0 0 15px 0;
	padding: 15px 0;
	border-bottom: 1px solid #e5e5e5;
}
.block-reviews H2, .block-newsletter H2 {
	font: 20px "Myriad Pro",Arial,sans-serif;
	color: #434343;
}
.block-reviews H2 IMG, .block-newsletter H2 IMG {
	float: right; margin: 5px 10px 0 0;
}

.block-newsletter FORM LABEL {
	font: 18px "Myriad Pro",Arial,sans-serif;
	color: #434343;
	float: left; clear: left;
	width: 80px;
	margin: 5px 0 0 5px;
}
.block-newsletter FORM .field-a {
	float: left; clear: right; margin: 0 0 9px 0;
}
.block-newsletter FORM P {
	clear: both;
}
.block-newsletter FORM .submit {
	margin-right: 5px;
	text-align: right;
}

.content {
	margin-top: 20px;
}


.block-r {
	position: relative;
	background: #DDDDDD;
	border: 1px solid #B5B5B5;
}
.block-r .i {
	padding: 6px;
}
.block-r .tr, .block-r .tl, .block-r .br, .block-r .bl {
	width: 6px; height: 6px; position: absolute;
	background: url(../img/block-r-corners.png) no-repeat;
}
.block-r .tr {
	top: -1px; right: -1px;
	background-position: -6px 0;
}
.block-r .tl {
	top: -1px; left: -1px;
	background-position: 0 0;
}
.block-r .br {
	bottom: -1px; right: -1px;
	background-position: -6px -6px;
}
.block-r .bl {
	bottom: -1px; left: -1px;
	background-position: 0 -6px;
}
.price {
	text-align: center; margin-bottom: 20px;
	font: 14px "Delicious Bold","Myriad Pro",Verdana,sans-serif;
}
.price B {
	color: #b80201;
	font-size: 22px;
}
.pricerrp {
	text-align: center; margin-bottom: 40px;
	font: 14px "Delicious Bold","Myriad Pro",Verdana,sans-serif;
}
.pricerrp B {
	font-size: 22px;
	font-weight: normal;
}

.medium-button {
	margin-top: 10px;
	text-align: center;
	height: 34px; color: #ffffff; text-decoration: none;
	font: bold 20px "Delicious Bold","Myriad Pro",Verdana,sans-serif;
	padding: 16px 0 0 0;
	width: 160px;
	display: block;
	background: url(../img/buttons/medium-product-button.png) no-repeat;
}

.medium-button:hover { background-image:url(../img/buttons/medium-product-button-hover.png) }

.product-layout {
	border-collapse: collapse; width: 980px; margin: 0 0 0 -20px;
}
.product-layout TD {
	border: 20px solid transparent;
	padding: 0; vertical-align: top;
}
.product-layout TABLE.thumbs {
	border-collapse: collapse;
	width: 100%; margin: 0 -23px;
}
.product-layout TABLE.thumbs TD {
	border: 23px solid transparent;
	padding: 0;
}
.product-layout TABLE.thumbs TD A {
	display: block; 
	background: #E4E4E4; padding: 4px;
	border: 1px solid #B8B8B8;
}
.product-layout TABLE.thumbs TD A.a {
	border-color: #efc700;
}
.product-layout TABLE.thumbs TD A IMG {
	border: 0;
}

.product-layout TABLE {
	border-collapse: collapse;
}
.product-layout TABLE TD {
	border: 1px solid #595959;
}

.product-layout H3 {
	font: bold 18px "Delicious Bold","Myriad Pro",Verdana,sans-serif;
	color: #8b8b8b; margin: 0 0 14px 0;
}
.product-layout H3 SPAN {
	color: #fdcb24;
}

.specs-head {
	width: 100%;
}

.specs-head TH {
	width: 50%; text-align: left; padding: 0 20px;
	background: url(../img/spec-head-back.png) repeat-x 0 0;
	height: 29px; font: bold 13px Arial,sans-serif;
	color: white;
}
.specs {
	height: 444px;
	overflow: hidden;
	border: 1px solid #c8dce9;
}
.specs TABLE {
	width: 100%; background: #e3edf4; border: 0;
	font: 13px Arial,sans-serif; color: #434343;
}
.specs TABLE TD {
	width: 50%; height: 29px; padding: 0 20px;
	vertical-align: middle;
	
}

.product-image {
	background: #2e2e2e; padding: 5px;
	border: 1px solid #605c5c; text-align: center;
}

.field-a {
	height: 35px;
	width: 200px; padding: 0 5px;
	background: url(../img/field-a.png) no-repeat 0 0;
	border: 0;
	font: 16px "Myriad Pro",Arial,sans-serif;
	color: #448ed7;
}


.footer {
	border-top: 5px solid #b80201;
	margin: 35px 0 0 0; padding: 23px 0 35px 0;
	color: #7b7b7b;
	font: 12px/20px Arial,sans-serif;
	
}
.footer A {
	text-decoration: none
}
.footer A:hover {
	text-decoration: underline
}

.footer H2 {
	color: #7b7b7b; margin: 0;
	font: bold 12px/20px Arial,sans-serif;
}
.footer P {
	margin: 0;
}
.footer P.designby {
	color: #c1c1c1;
	margin-top: 8px;
}
.footer P.designby A {
	color: #d9a2a2;
}

.footer .a {
	width: 458px;
	float: left;
	padding: 0 0 0 10px;
}
.footer .b {
	width: 225px;
	float: left;
	border-left: 1px solid #e9e9e9;
	padding: 0 0 0 25px;
}
.footer .c {
	width: 195px;
	float: right;
	border-left: 1px solid #e9e9e9;
	padding: 0 0 0 25px;
}

.clear {
	clear: both;
}




/* Login Window */
.login-window { position:relative; background:#ffffff url(../img/logo-mini.png) scroll no-repeat 38px 37px; padding:117px 65px 37px 38px; font-family:Arial,sans-serif; font-size:14px }
.login-content { background-color:#f3f3f3; padding:31px 20px 25px 20px; color:#434343; border:1px solid #d0d0d0; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; font-weight:bold }
.login-header { margin-bottom:26px; padding-bottom: 10px; border-bottom: 1px solid #e0e0e0; color:#B80201; font-size:22px }
.login-content .form { margin-top:29px }
.login-content .form th, .login-content .form td { padding:5px 0px }
.login-content .form th { text-align:left; padding-right:30px }
.login-content .form td label { font-size:12px }
.login-content .text-input { width:218px; border:1px solid #9D9D9D; background:#1f1f1f url(../img/input-bg.png) scroll repeat-x left top; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; color:#444444 }
.login-content .button { text-align:right }
.login-content .button input { width:148px; border:1px solid #9D9D9D; background:#3d3d3d url(../img/button_bg.png) scroll repeat-x left top; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; color:#ffffff; font-weight:bold; text-align:center }
.login-content .button input:hover { background-image:url(../img/button_bg-hover.png) }
.login-content .form td.forgot-links { text-align:right; padding:7px 0px 20px 0px }
.forgot-links a { color:#B80201; text-decoration:underline; font-weight:normal; font-size:12px }
.inline-checkbox { position:relative; top:1px }

.login-content .errors { position:absolute; top:40px; left:310px; color:#FB7305 }


.text-wrapper { border: 1px solid #d0d0d0; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; background: white; padding: 0 15px; color: #434343 !important; }
.text-wrapper P { margin: 15px 0; font-size: 12px; line-height: 1.5; }


.upgrade-browser-surr { background-color:#f0f0f0; color:#000; display:none; font-size:13px; font-weight:bold; text-align:center }
.upgrade-browser { background:transparent url(../img/browser-logos.png) no-repeat scroll center 30px; height:148px; margin:0 auto; width:940px }
.upgrade-browser a { display:block; float:left; font-size:12px; margin-right:17px; padding-top:105px; width:80px }
.upgrade-browser a:hover { color:#000 }
#uchrome { margin-left:245px }
#uff { margin-right:15px }
#uopera { margin-right:13px; width:73px }
#usafari { margin-right:10px; width:77px }
#uie { width:120px }

#change-site { color:#414141; font: 12px/1 Arial,sans-serif; position:relative; top:-15px }
#change-site td { padding:5px 0px }
.select-surr { position:relative }
.select-surr-flag .select { height:23px }
.select-surr select { width:100%; height:25px; position:relative }
div.select { background:#fff none repeat-x scroll left top; border:1px solid #a8a8a8; -moz-border-radius:0px 6px 6px 0px; -webkit-border-radius:0px 6px 6px 0px; border-radius:0px 6px 6px 0px; color:#000; position:absolute; text-align:left; top:0; width:99% }
div.select>div { background:transparent url(../img/select-arrow.png) no-repeat scroll right top; height:15px; overflow:hidden; padding:7px 35px 2px 7px; position:relative; right:-1px; top:-1px }
#select-surr-flag { float:right; height:17px; overflow:hidden; position:absolute; right:29px; top:4px; width:26px }