@charset "utf-8";
/* CSS Document */

/******* IE png fix ***********/
img{ behavior: url(iepngfix.htc) }

html{
}

body{
	margin:	0;
	padding:0;
	background-color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-image:url(/imgs/gamma_bkg.jpg);
	background-repeat:repeat-x;
	background-position:center top;
}

#wrapper{
position:relative;/*
	overflow:hidden;*/
	margin:0 auto;
	width:950px;
	padding: 0px 40px 0px 40px;
	background-image:url(/imgs/shadow_sides.png);
	background-repeat:repeat-y;
}
*html #wrapper{
	background:none;
}

#main{
	background-color:#fff;
}


p{margin:10px 0;
line-height: 20px;}

#slideshow_print{
	display:none;}

.years {
	font-size:16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing:.2em;
	font-weight:bold;
	color:#3A231C;
	line-height:24px;
	}

.sale_price, .sale_price a, .sale_price a:visited{
	color:#523128;
	font-weight:bold;
	text-decoration:none;
}
a.no_image[href$=".pdf"] {
background:none;
padding-right:3px;
}
a[href$=".pdf"] {
background:transparent url(/imgs/icon_pdf.gif) no-repeat scroll right center;
padding-right:18px;
}
a[href$=".xls"] {
background:transparent url(/imgs/icon_excel.gif) no-repeat scroll right center;
padding-right:18px;
}
/*----------------------------header----------------------------*/
#header {
	position:relative;
	height: 128px;
	min-height: 128px;
	width: 950px;
	background-image:url(/imgs/header_bkg.gif);
	background-repeat:repeat-x;
	z-index:100;
}

#header #search{
position: absolute;
width:170px;
height 16px;
color:#FFFFFF;
top:30px;
left:670px;
}
#searchsubmit{
position: absolute;
width:22px;
height 20px;
color:#FFFFFF;
top:30px;
left:837px;
border:0;
}
#header #login{
position: absolute;
width:100px;
height 16px;
color:#FFFFFF;
top:33px;
left:847px;
}

#header #search input{border:1px solid #ef5091;  background-color:#532721 !important; font-size:12px;font-family:Verdana, Arial, Helvetica, sans-serif;  margin:0px; color:#FFFFFF;}
#header #search input:focus{border:1px solid #ef5091;}
#header #login a{color:#ef5091; text-decoration:none;}
#header #login a:hover{color:#fff;}

/*** search submit button style  ***/
input.src_submitinitial{background-image:url(/imgs/btn_search.gif);
	background-repeat:no-repeat;}
input.src_submit{background-image:url(/imgs/btn_search.gif);
	background-repeat:no-repeat;}
input.src_submitover{
	background-image:url(/imgs/btn_search_ov.gif);
	background-repeat:no-repeat;}
/***end***/


#header #logo {
	position: absolute;
	height: 128px;
	width: 182px;
	left: 40px;
	top: 0px;
}
.print{
	display:none;}

#shadow_header{
	position: absolute;
	width: 950px;
	height: 10px;	
	left: 40px;
	top: 128px;
	background-image:url(/imgs/shadow_header.gif);
	background-repeat:repeat-x;
	/*z-index:10;*/
}

input, textfield, option, select{
font-size:10px;
}


#secondaryAd{
	background-color:#fff;
	padding:2px 55px;

}
/*-------------top nav-----------------------*/
#top_nav {
	position:absolute;
	background-repeat:repeat-x;
	top:79px;
	left:245px;
	width:715px;
	/*z-index:25;*/
}

#top_nav ul li{
	display:inline;
	}


/*-------------------------button-------------------------*/

input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6C6BA5;
	background:#fff;
	/*border:none;*/
}




#content{
	overflow:hidden;
	width:950px;
	margin:0;
	padding-bottom:20px;
	background-image:url(/imgs/bkg_page.gif);
	background-repeat:repeat-x;
	background-color:#f2e5e8;
	color:#522D24;
	}
#content a{	color:#522D24; text-decoration:underline;}
#content a:hover{color:#EF5091; text-decoration:none;}


#contenthome_left{
	position:relative;
	overflow:hidden;
	float:left;
	width:710px;
	margin:0;/*
	height:550px;*/
	min-height:550px;
	}
#contenthome_left img{ margin:0;
}
#home_member{
position:absolute;
width: 159px;
height: 157px;
min-height: 157px;
top:375px;
left:46px;
}
#home_text{
padding:20px 10px 10px 250px;
overflow:hidden;
}

#contenthome_right{
	overflow:hidden;
	float:left;
	width:220px;
	margin:0;
	padding:20px 5px 40px 15px;
	}
#contenthome_right p{
	line-height:15px;
	margin:5px 0 10px;}
#content_left{
	float:left;
	width:180px;
	min-height:400px;
	height:auto !important;
	height:400px;
	padding: 40px 10px 0px 45px;
}

#content_right{
float:left;
	width:600px;
	margin:0;
	min-height:450px;
	padding:30px 40px 0 23px;
	color:#522d24;
}

#content_right a{color:#EF5091;}
#content_right a:hover{text-decoration:none;}
#content_right ul, #content_right ol {
	line-height:18px;
	}
#content_right ul li, #content_right ol li {
	padding-bottom:10px;}

#content h1{
color:#522d24;
font-size:18px;
}


#content h2{
color:#522d24;
font-size:16px;
margin:0;
}
#content h3{
color:#522d24;
font-size:14px;
margin:0;
}

#content .pink_text {
	color:#EF5091;
}
#content .small_text, #content .small_text a{
	font-size:9px;
	text-transform:uppercase;
	letter-spacing:1px;
	text-decoration:none;}
#content-home{
	margin:0;
	padding:0;
	background-color:#fff;
}


*html #content_left{/*border:solid 1px #333333*/}
*html #content_right{/*border:solid 1px #333333; width:400px; float:left*/}

.founders {
	width:600px;
	float:left;
	overflow:hidden;}


/*#contenthome_right a:hover{
background-color:#ef5091;color:#fff; }
#content_left a, #contenthome_right a {color:#794c41; text-decoration:none; display:block; padding:2px 2px 2px 5px;}
*/
/***********************   List -- Right Side Home Page   ********************************/
#contenthome_right ul{margin:0 0 0 0;padding:10px 10px 10px 0;}
#contenthome_right li{ list-style:none; margin:0px; padding:5px 0 5px 16px; background:url(/imgs/bullet_pink.gif) no-repeat 3px 8px;}
#contenthome_right li:hover{color:#522D24; background:url(/imgs/bullet_white.gif) no-repeat 3px 8px #ef5091}
#contenthome_right li a{text-decoration:none;}
#contenthome_right li a:hover{color:#fff;}

*html #contenthome_right li a{display:block; padding:2px;}
*html #contenthome_right li a:hover{color:#ffffff; display:block; background-color:#ef5091; padding:2px;}


/***********************   Left Menu   ********************************/

/***   I Level   ***/
#left-nav {}
#left-nav ul{margin:0 0 0 15px; padding:0;}
#left-nav li{margin:0; padding:0; list-style:square; color:#EF5091;}
#left-nav a{display:block;padding:5px 2px 5px 0px;/* font-weight:bold;*/ font-size:11px; text-transform:capitalize; text-decoration:none;}

*html #left-nav a{width:135px}
#left-nav a:hover{color:#EF5091; text-decoration:underline;}

/***   II Level   ***/
#left-nav ul ul{padding-bottom:8px; margin:0 0 0 15px;}
#left-nav ul ul li{ list-style:none; list-style:square; color:#EF5091; margin:0; padding:0;}
#left-nav ul li ul li a{display:block;padding:3px 2px 3px 0; font-weight:normal; font-size:11px; text-transform:none; margin:0;
/*background:url(../imgs/bullet-brown.gif) no-repeat left center;*/}

/*** III Level   ***/
#left-nav ul li ul li ul li a{ font-size:10px; display:block; color:#EF5091; font-weight:normal; text-transform:none;/* padding:3px 2px 3px 12px; margin-left:19px;
background:url(../imgs/bullet-red.gif) no-repeat left center;*/}

#left-nav ul li ul li ul li a:hover{color:#794c41;}

#left-nav .selected {font-weight:bold;}

/**********************************************************************/


.left-col-header{ 
font:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#ef5091;
/*border-bottom:solid 1px #ef5091;*/
margin-bottom:10px;
display:block;
width:110px;
}



/*-----------------------------left section-------------------------------*/
#left_content{
	float:left;
	margin:0;
	padding:0 0 0 29px;
	width:266px;

}
/*-----------------------------center section-----------------------------*/
#main_content{
	float:left;
	margin:0;
	padding:0;
	width:645px;

}
/*-----------------------------products main page--------------------------------------*/
#featured_product{
	float:right;
	width:645px;
}



#product1{
	padding:27px 10px 0 38px;
	width:160px;
	float:left;
	text-align:center;
}
#product2{
	padding:27px 14px 0 0;
	width:180px;
	float:left;
	text-align:center;
}
#product3{
	padding:27px 0 0 0;
	width:180px;
	float:left;
	text-align:center;
}
#product1_mid, #product2_mid, #product3_mid{
	width:180px;
	border:1px solid #DFDBDB;
	min-height:122px;
	margin-bottom:5px;
}

/* Heading links for Featured Products */

#product1 h1 a, #product2 h1 a, #product3 h1 a{
	color:#6B6CA6; text-decoration:none;
}
#product1 h1 a:hover, #product2 h1 a:hover, #product3 h1 a:hover{
	text-decoration:underline;
}

/* text and links for the bottom of the Featured Products */
#product1_btm a, #product2_btm a, #product3_btm a{
	color:#4c4c4c; text-decoration:none;
}

#product1_btm a:hover, #product2_btm a:hover, #product3_btm a:hover{
	text-decoration:underline;
}




/*---------------------------quote box main page---------------------------*/
#quote{
	float:right;
	padding:40px 25px 20px 40px;
	margin:0;
	text-align:center;
	width:575px;
	color:#6c6ca6;
	line-height:18px;
	background-color:#fff;
}
.quote_from{
	font-style:italic;
}
.quote_readmore{
	text-transform:uppercase;
	color:#FFA800;
	font-size:10px;
}
#quote .quote_readmore a, #quote .quote_readmore a:visited{
	text-transform:uppercase;
	color:#FFA800;
	font-size:10px;
	text-decoration:none;
}
#quote .quote_readmore a:hover{
	text-transform:uppercase;
	color:#FFA800;
	font-size:10px;
	text-decoration:underline;
}
/*--------------------------footer1-----------------------*/
#watermark{
background-color:#f2e5e8; 
width:950px; 
height:50px;
min-height:50px;
background-image:url(/imgs/watermark.gif);
background-repeat:no-repeat;
background-position:center;
}

#footer_gamma {
	clear:both;
	width:1030px;
	height:100px;
	min-height:100px;
	margin: 0 auto;
	padding-top:25px;
	font-size: 10px;
	color: #ffffff;
	text-align:center;
	background-image:url(/imgs/footer.gif);
	background-repeat:no-repeat;
	position:relative;
}
*html #footer_gamma{
	background-image:url(/imgs/footer_IE.gif);
	background-repeat:no-repeat;
}

#footer_gamma a{color:#f2cbd5; text-decoration:none}
#footer_gamma a:hover{text-decoration:underline}

#footer {
margin:40px auto;
*padding-top:40px;
	width:950px;
	font-size: 10px;
	color: #A9A9A9;
	text-align:center;
	/*padding-top:45px;*/
}

#socialnetwork_links{
	width:196px;
	height: 36px;
	position:absolute;
	top:2px;
	left: 778px;
}
#socialnetwork_links ul, #socialnetwork_links li{
margin:0;
padding:0;
list-style-type:none;
}
#socialnetwork_links ul li{display:inline;}



#footer a{color: #A9A9A9;}
#footer a:hover{text-decoration:none;}
#bi_footer a{ text-decoration:none;
}
#bi_footer a:hover{ text-decoration:underline;
}

/*--------------------------------------------------*/
#sign_up{
	margin:0;
	padding:20px 0 0 290px;
	background-color:#fff;


}
#foot{
	margin:0;
	padding:10px 0 0 0;
	background-color:#ffffff;
	text-align:center;
	color:#6c6ca6;
	font-size:10px;
}
.foot_text{
	color:#000;
}
#foot a, #foot a:visited{
	color:#000;
	font-size:10px;
	text-decoration:none;
}
#foot_btm{
	margin:0;
	padding:10px 0 15px 0;
	text-align:center;
	color:#6B6BA5;
	font-size:10px;
	line-height:18px;
	background-color:transparent;
}
#foot_btm a, #foot_btm a:visited{
	color:#fff;
	font-size:10px;
	text-decoration:none;
}
#foot_btm a:hover{
	color:#fff;
	font-size:10px;
	text-decoration:underline;
}
#foot_btm .brands{
	text-transform:uppercase;

}
#textfield{
	margin:0 3px 0 5px;
	padding:0;
	font-size:12px;
	background:#fff none repeat scroll 0 0;
	border:1px solid #DFDBDB;
	color:#DFDBDB;
}
.clear {
	clear:both;
	
}


/* Contact Form styles */

#contact_form input, #contact_form textarea{
	border:1px solid #CDCDCD;
	padding:3px;
	color:#333333;
}

/* Checkout form styles */
#checkout_tbl input, #checkout_tbl textarea{
	border:1px solid #CDCDCD;
	padding:3px;
	color:#333333;
}

#contact_form select, #contact_form img {
	border:1px solid #CDCDCD;
	color:#333333;
}

#checkout_tbl select {
	border:1px solid #CDCDCD;
	color:#333333;
}



#contact_form th, #checkout_tbl th{
	color:#523128;
}

#checkout_tbl .store_table th {color:#fff;}

#contact_form input.submit, #checkout_tbl input.submit{
	border:none;
	background-color: #311B16;
	color: #FFFFFF;
	font-size: 10px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	cursor:pointer;
	padding: 2px;
}

#contact_form input.submitover, #checkout_tbl input.submitover{
	background-color: #ef5091;
	border:none;
	color: #fff;
	font-size: 10px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	cursor:pointer;
	font-weight: bold;
	padding: 2px;
}

#bread_crumb {margin-bottom:14px;}
#bread_crumb ul, #bread_crumb li { margin:0;padding:0; list-style-type:none;}
#bread_crumb li {display:inline; padding-right:8px;}

#profileDetails p{display:block; padding-top:24px;}

#logo-ahref {
	position:absolute; 
	top:46px; 
	left:47px; 
	width:152px; 
	height:87px;
}

#logo-ahref a {
	display: block;
	width:152px; height:87px;
	text-decoration:none;
}

#logo-ahref a span { visibility:hidden;}

#details li {margin-left:22px;}

#rvm0, #rvm1, #rvm2 {display:inline;}
.imgright{float: right; padding: 10px 0px 10px 20px}
.imgleft{float: left; padding: 10px 20px 10px 0px; }

.locator_content h2 {
padding: 4px;
background-color:#ef5091;
color:#FFFFFF;
}

.errortext {color:#EF5091; font-weight: bold;}
.labelnotes { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #666666;}

#content_right a.locator_links{
padding: 4px;
margin-right: 10px;
background-color:#ef5091;
color:#FFFFFF;
text-decoration:none;
}

#content_right a:hover.locator_links{
background-color:#36201a;}
#locatorflash{
width:auto;
height:460px;
background-color:#f2e5e8}
.size14{
font-size:16px}

#color_key {
	position:absolute;
	top:325px;
	left:675px;
	width:225px;}
	
a.lightbox span {display:none; padding:3px 3px; margin-left:-80px; width:60px; text-align:center; font-size:9px; line-height:9px;}

a.lightbox:hover span{display:inline; position:absolute; background:#F2D0D9; opacity:0.65;filter:alpha(opacity=65); border:1px solid #5C382E; color:#5C382E;}

a.tooltip span {display:none; padding:3px 3px; margin-left:-50px; width:80px; text-align:center; font-size:12px; line-height:12px; top:20px;}

a.tooltip:hover span{display:inline; position:absolute; background:#F2D0D9;/* opacity:0.65;filter:alpha(opacity=65);*/ border:1px solid #5C382E; color:#5C382E;}

.chapter_info {
	color:#EF5091;}
	
#prominent_members img {
	padding-right:10px;
	}
	
img { _behavior: url(/common/iepngfix.htc)}
#found-logo{padding-bottom:14px;}