/* global */
/*
*{
	margin: 0;
	padding: 0;
}
*/
div, p, body, td, h1, h2, h3, h4, h5, h6, ul, ol, li, blockquote{
	margin: 0;
	padding: 0;
}



html {
	height: 100%;
	min-height: 100%;
}

body {
	height: 100%;
	min-height: 100%;
	background: #e8ebef;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #4a525c;
	position: relative;
}

h1 {
	font-size: 24px;
	line-height: 26px;
}

h2 {
	font-size: 18px;
	line-height: 20px;
}

h2.page-title {
	font-size: 26px;
	font-family: "Times New Roman", Times, serif;
	color: #4a525c;
	font-weight: normal;
	margin: 25px 0 25px 0;
} 

h3 {
	font-size: 16px;
	line-height: 18px;
}

h3.leftTitle {
	text-transform: uppercase;
	color: #3b73b9;
	font-size: 10px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 40px;
	margin-bottom: 17px;
}

h4 {
	font-size: 14px;
	line-height: 16px;
}

h5 {
	font-size: 12px;
	line-height: 16px;
}

h6 {
	font-size: 10px;
	line-height: 12px;
}

ul {
	list-style-type: none;
	margin: 0 0 0 10px;
}

li {
	margin: 0 0 3px 20px;
    list-style-type:disc;
}

a {
	text-decoration: none;
	color: #002600;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

p {
	padding: 0 0 15px 0;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4a525c;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.clearAll {
	clear: both;
	width: 100%;
}

/* end global */


/* basic */

#wrap {
	margin:0 auto; 
	width: 820px;
	text-align: left;
	background: #fff;
}

#header {
	height: 81px;
	
}

#content {
	background: #fff;
	padding: 6px 10px;
}

#footer {
    clear: both;
	width: 990px;
	height: 50px;
}

#footer {
	margin:0 auto; 
	width: 800px;
	text-align: left;
	padding-top: 10px;
	color: #838991;
	font-size: 10px;
}

#footer a {
	color: #838991;
}

/* end basic */


/* header */

.logo {
	padding: 27px 0 0 16px;
	float: left;
}

.logoSub {
	padding: 15px 0 0 16px;
	float: left;
}

.headerRightBlock {
	float: right;
	padding: 10px 10px 0 0;
	text-align: right;
	width: 370px; /*was 320 */
}

.topNav {
	
}

.topNav a {
	color: #4a525c;
	font-size: 12px;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	float: right;
}

.topNav a:hover {
	color: #3b73b9;
	text-decoration: none;
} 

.topNav .vSeparator {
	height: 13px;
	width: 2px;
	background: url(../images/bg_topMenu.gif) no-repeat 50% 3px;
	float: right;
	padding: 0 5px;
}

.search {
	clear: both;
	padding: 5px 0 7px 0;
}

.search .form-text {
	border: 1px solid #bfbfbf;
	color: #3b73b9;
	padding: 1px 5px;
	font-size: 10px;
	width: 120px;
}

.search .form-submit {
	border: none;
	background: url(../images/btn_search.gif) no-repeat 100% 7px;
	width: 8px;
	height: 17px;
}

.search .form-submit2 {
	border: none;
	background: url(../images/btn_clear.gif) no-repeat 100% 7px;
	width: 8px;
	height: 17px;
}

a.button {
	border: 1px solid #bfbfbf;
	background: #e8ebef url(../images/btn_search.gif) no-repeat 5px 4px;
	padding: 0px 5px 0px 20px;
	text-transform: uppercase;
	font-size: 10px;
	color: #7e8690;
	float: left;
	cursor: pointer;
	text-decoration: none;
}

a.button:hover {
	background: #e8ebef url(../images/btn_search.gif) no-repeat 5px 4px;
	text-decoration: none;
}

.headerRightBlock a.button {
	float: right;
}

.nav2 {
	background: #234b8d;
	padding: 3px 11px 0 11px;
	height: 31px;
	color: #fff;
	font-size: 13px;
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	position: relative;
	z-index: 11000;
}

.subWrap .nav2 {
	background: #234b8d;
}

.nav2 a {
}

.nav2 a:hover {
} 

.nav2 .corner {
	height: 34px;
	position: absolute;
	top: 0;
	background: #234b8d;
	width: 6px;
}

.subWrap .nav2 .corner {
	background: #234b8d;
}

.nav-right-links {
	font-size: 10px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	top: 10px;
	right: 20px;
	color: #c7ccd2;
}

.nav-right-links a {
	padding: 0;
	color: #c7ccd2;
}

.nav2 .leftCorner {
	left: -6px;
	top: 0;
}

.nav2 .rightCorner {
	right: -6px;
}

.mainPresentation {
	border: 1px solid #7e8690;
	padding: 3px;
	width: 794px;
   /*	background: url(../images/loading.gif) 313px -120px no-repeat;  */
}

.mainPresentation img {
	display: block;
}

.subPresentation {
	border: 1px solid #7e8690;
	padding: 3px;
	width: 794px;
}

.nonHomeSplash {
    position:absolute;
    left:0;top:-260px;background:#fff;
}


/* end header */


/* content */

.con1 {
	padding-top: 16px;
}

.leftColumn {
	width: 134px;
	padding: 0 14px 0 7px;
	background: url(../images/bg_leftColumn.gif) repeat-y 100% 0;
	float: left;
	overflow: visible;
}	

.form-text {
	border: 1px solid #7f9db9;
	font-size: 10px;
	padding: 1px 5px;
}

select {
	border: 1px solid #7f9db9;
	font-size: 10px;
}

.leftColumn .form-text {
	width: 123px;
}

.leftColumn select {
	width: 135px;
	margin-bottom: 5px;
}

.keyword {
	margin-bottom: 12px;
}

.search-big {
	background: url(../images/btn_search_large.gif) 0 0 no-repeat;
	overflow: visible;
	width: 58px;
	height: 17px;
	border: none;
}

.search-big2 {
	background: url(../images/btn_clear.gif) 0 0 no-repeat;
	overflow: visible;
	width: 58px;
	height: 17px;
	border: none;
}

.leftColumn .search-big {
	margin-top: 3px;
}

.rightColumn {
	width: 608px;
	float: right;
	padding-right: 15px;
	position: relative;
	z-index: 1;
}

.subWrap .rightColumn {
	padding-right: 0;
	width: 625px;
	z-index: 999;
}

.tabs {
	height: 31px;
	background: url(../images/bg_tabs.gif) repeat-x 0 0;
	overflow: hidden;
}

.tabs h2 {
	float: left;
	margin: 0;
	padding: 0;
}

.tabSet {
	/*border-left: 1px solid #b5bac0;*/
	border-right: 1px solid #b5bac0;
	float: right;
}

.tab {
	float: right;
	border-top: 1px solid #b5bac0;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	font-size: 10px;
	cursor: pointer;
	height: 18px;
}

.tab span {
	padding: 0 7px; /* was 9 */
	background: #d5d4d4;
	height: 18px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	float: left;
	color: #4a525c;
}

/*.tab:hover {
	border-left: 1px solid #b5bac0;
	border-right: 1px solid #b5bac0;
}

#tab1:hover {
	border-left: 1px solid #fff;
}

#tab3:hover {
	border-right: 1px solid #fff;
}

.tab:hover span {
	background: #fff ;
	border-bottom: 10px solid #fff;
	color: #3b73b9;
}*/

.featureText {
	clear: both;
 	padding-top: 5px; /* was 10 8/5/2010 */
	display: none;
    	height:57px; /* was 47 8/5/2010 */
    overflow:auto;
}

#tabDefText {
	display: block;
}

.featureImg {
	display: none;
	width: 794px;
	height: 248px;
}

.featureImg a.button {
	margin: 10px 0 0 10px;
}

#tabDefImg {
	display: block;
	background: url(../images/feature1.jpg) no-repeat 0 0;
}

#tab1Img {
	background: url(../images/feature2.jpg) no-repeat 0 0;
}

#tab2Img {
	background: url(../images/feature3.jpg) no-repeat 0 0;
}

#tab3Img {
	background: url(../images/feature4.jpg) no-repeat 0 0;
}

.features {
	clear: both;
	border-top: 10px solid #fff;
}

.featuresHolder {
	background: url(../images/bg_features.gif) top left repeat-x;
	float: left;
	width: 776px;
	padding-top: 6px;
}

.slideImage {
	float: left;
	padding-right: 5px;
	display: none;
}

.slideDiv {
	float: left;
    width:189px;
	padding-right: 5px;
}

#feat1Img, #feat2Img, #feat3Img, #feat4Img {
	display: block;
}

.featuresHolder .vSeparator {
	float: left; 
	width: 6px;
	height: 3px;
}

.featCon {
	width: 794px;
	height: 370px;
}

.featCon a.button {
	margin: 10px 0 0 10px;
}

#slide1 {
	background: url(../images/slider1main.jpg) no-repeat 0 0;
}
#slide2 {
	background: url(../images/slider2main.jpg) no-repeat 0 0;
}
#slide3 {
	background: url(../images/slider3main.jpg) no-repeat 0 0;
}
#slide4 {
	background: url(../images/slider4main.jpg) no-repeat 0 0;
}
#slide5 {
	background: url(../images/slider5main.jpg) no-repeat 0 0;
}
#slide6 {
	background: url(../images/slider6main.jpg) no-repeat 0 0;
}
#slide7 {
	background: url(../images/slider7main.jpg) no-repeat 0 0;
}

.featureHolder {
	display: none;
}

#featDefault {
	display: block;
}

.featConText {
	width: 253px;
	padding: 193px 0 0 510px;
}

.featConText a {
	color: #4b7dbe;
	text-decoration: underline;
}

.featConText a:hover {
	text-decoration: none;
}

ul.searchedFor {
	width: 124px;
	margin: 0;
}

ul.searchedFor li {
	background: url(../images/ulBg.gif) no-repeat 5px 9px;
	padding: 4px 0 4px 17px;
    list-style-type: none;
    margin-left:none;
}

.buttonOff {
	float: right;
	vertical-align: text-top;
}

.print-links {
	position: absolute;
	right: 0;
	top: -5px;
}

a.print-link {
	float: left;
	background: url(../images/ico_print.gif) 0 0 no-repeat;
	color: #9ea7ae;
	font-size: 10px;
	padding: 1px 0 0 18px;
}

a.email-link {
	float: left;
	background: url(../images/ico_email.gif) 0 4px no-repeat;
	color: #9ea7ae;
	font-size: 10px;
	padding: 1px 0 0 18px;
	margin-left: 10px;
}

.emailPage {
	position: absolute;
	right: 0;
	top: 10px;
}

.product-box {
	border: 1px solid #70777f;
	margin: 0 7px 22px 0;
	width: 149px;
	height: 203px;
	color: #5f5f4f;
	cursor: pointer;
	float: left;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
 /*
.product-info {
	position: absolute;
	top: 36px;
	left: 0;
	background: #fff;
	width: 147px; 
	height: 155px;
	padding: 0 14px;
	opacity:0.9;filter:alpha(opacity=90);
	display: none;
} */

.product-info {
	position: absolute;
	top: 48px;
	left: 0;
	background: #fff;
	width: 125px; /* was 151*/
	height: 147px;
	padding: 0 12px;
	display: none;
}

.product-info ul {
	font-size: 10px;
	line-height: 14px;
	padding: 0;
	margin: 0;
}

.product-info ul li {
	padding: 0 0 0 16px;
	margin: 0 0 0 0;
    list-style-type:none;
	background: url(../images/ulBg.gif) 0 6px no-repeat;
}

.product-info a.button {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 5px;
}

.lastb {
	margin: 0 0 0 0;
}

.product-box h3 {
	font-size: 11px;
	color: #5f5f4f;
	line-height: 14px;
	margin: 5px 11px 3px 11px;
}

.product-box p {
	font-size: 11px;
	color: #5f5f4f;
	line-height: 16px;
	margin: 0 11px 0 11px;
}

.product-box img {
	margin: 0 0 0 3px;
}

.product-details {
	width: 613px;
	border: 1px solid #70777f;
	position: absolute;
	top: 70px;
	left: 0;
	background: #fff;
	z-index: 1001;
	padding: 5px;
	display: none;
}

.product-details-recc {
	width: 613px;
	border: 1px solid #70777f;
	position: absolute;
	top: 70px;
	left: 0;
	background: #fff;
	z-index: 1002;
	padding: 5px;
	display: none;
}

.p-image-box {
	float: left;
	width: 589px;
}

.p-rec-box {
	float: right;
	width: 122px;
	height: 370px;
	background: url(../images/sliderBg.gif) repeat-y 0 0;
	position: absolute;
	right: 5px;
	top: 5px;
}

.closeButton {
	float: left;
	margin: 6px 0 0 5px;
	height: 20px;
}

.slider {
	float: left;
	width: 9px;
	height: 367px;
	padding: 3px 0 0 2px;
}

.slider * {
	padding: 0;
	margin: 0;
	float: left;
}

.sliderBottom {
	margin-top: 351px;
}

.recomended {
	float: right;
	width: 101px;
	padding: 5px 4px 0 5px;
}

.recomended h4 {
	font-size: 10px;
	color: #4a525c;
	font-weight: normal;
	margin-bottom: 2px;
}

.rec-prod {
	width: 101px;
	background: url(../images/dashedSep.gif) left bottom repeat-x;
	margin-top: 5px;
	display: none;
}

.rec-show {
	display: block;
}

.rec-prod p {
	font-size: 10px;
	color: #4a525c;
	margin-bottom: 0;
	padding-bottom: 6px;
	line-height: 12px;
}

.prod-text {
	padding: 12px 15px 0 18px;
	clear: both;
	color: #70777f;
}

.prod-text a {
	color: #70777f;
	text-decoration: underline;
}

.prod-text a:hover {
	color: #70777f;
	text-decoration: none;
}

.prod-text p {
	float: left;
	padding-right: 25px;
	line-height: 18px;
	padding-bottom: 15px;
}

.t1 {
	width: 190px;
}

.t2 {
	width: 142px;
}

.t3 {
	width: 166px;
}

.prod-foot {
	clear: both;
	background: url(../images/bg_prod_footer.gif) top left repeat-x;
	padding-top: 10px;
	_padding-top: 6px;
	padding-bottom: 5px;
	font-size: 10px;
}

.prod-foot p {
	padding-bottom: 3px;
}

.prod-foot a {
	text-decoration: none;
	color: #3b73b9;
}

.prod-foot a:hover {
	text-decoration: underline;
}

.prod-foot a.print-link {
	color: #9ea7ae;
	float: right;
}

/* end content */


/* print */

body.print {
	background: #fff;
}

.print .rightColumn {
	float: left;
}

.print #wrap {
	margin: 0 0;
}

.print .product-details {
	display: block;
	border: none;
}

.print .product-details-recc {
	display: block;
	border: none;
}

.print .p-image-box {
	margin-top: 27px;
}

.defaultCursor {
	cursor: auto;
}


/* end print */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.prodDetLabel {
    font-weight:bold;
    text-decoration:underline;
}

a.tabSpan:hover {
	text-decoration:none;
	color: #3b73b9;
	}



/* custom cups */
.prod-foot .button {
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	margin-right: 10px;
	text-transform: none;
}
.popupCustom #popCloseBox {
	display: none;
}
#popCustomCloseBox {
	display: none;
}
.popupCustom #popCustomCloseBox {
	display: block;
}
.popupCustom .prodPop .p-image-box, .popupCustom .prodPop .prod-text {
	display: none;
}
#popCloseCustomBox {
	display: none;
}
.popupCustom #popCloseCustomBox {
	display: block;
}
.customPop {
   /*	display: none;  */
	padding: 10px 60px 10px 60px;
}
.popupCustom .customPop {
	display: block;
}
.customLeftProd {
	float: left;
	width: 155px;
}
.customLeftProd .button {
	text-transform: none;
}
.customLeftImage {
	padding-bottom: 10px;
	float: left;
	text-align: center;
}
.customColors {
	text-align: left;
	border: 1px solid #d0d0d0;
	padding: 5px 5px;
	width:210px;
	margin-top: 10px;
}
.customColors h4, .customProdSpec h4 {
	color: #000;
	font-size: 13px;
	padding-bottom: 5px;
}
.customProdSpec h4 {
	padding-bottom: 15px;
}
.customProdSpec label {
	float: left;
	width: 100px;
	text-decoration: underline;
	color: #4a525c;
	font-weight: bold;
}
.specInfo {
	width: 185px;
	float: right;
}
.customRightProd {
	width: 300px;/*322*/
	float: right;
}
.customButton .button {
	float: right;
	text-transform: none;
}
.customProdSpec, .customProdSpec {
	border: 1px solid #d0d0d0;
	padding: 8px 10px;
	margin-bottom: 10px;
}
