/*template elements */
body{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #F5F3EF;	
}
#topbar{
	margin-left: auto ;
	margin-right: auto ;
	width: auto;
	height: 25px;
	background-color: #DE616A;
	}
#topbarstuff{	
	width:875px;
	margin-left: auto ;
	margin-right: auto ;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 5px;
	height: 20px;	
}
#topbarstuff a {
	color: #FFFFCC;
	text-decoration: underline;
}
#trymefree {
	position: absolute;
	overflow: visible;
	margin-top: 9px;
	margin-left: 525px;
	z-index: 99;
}
.trymefreebox {

}
.trymefreebox img {

	margin-right: 27px;

}
#topbarstuff a:hover
{
	color: #FFFFFF;
}
#topbarstuff_l{	
	float: left;
}
#topbarstuff_r{	
	float: right;
	text-align: right;

}
#wrap1{

	background: url(images/background.jpg) center repeat-y scroll;
	margin-left: auto ;
	margin-right: auto ;
	width: 898px;
	
	
	}
#wrap2{
	background: url(images/header.jpg) center top no-repeat;
	margin-left: auto ;
	margin-right: auto ;
	width: 898px;
	
	}
#ld_header{
	height:103px;
  	margin-left: auto ;
	margin-right: auto ;
}

#main{	

	width:858px;
	margin-left: auto ;
	margin-right: auto ;
}
#content{	
	clear: both;
	width:858px;
	margin-left: auto ;
	margin-right: auto ;
}


#nav1{
	height:55px;
	margin-left: 1px;
	margin-right: 0px;
	padding-top:2px;
	width: 858px;
}
#nav1_buttons
{
	float: left;

	padding-left: 12px;
	
}
#nav1_user
{

	float: right;
	padding-top: 17px;
	padding-right: 10px;
}
#nav1_cart, #nav1_cart a
{

	color:#9D8F72;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	

}


#nav2{
clear: both;
overflow: auto;
padding-top:10px;
width:100%;
height:26px;
}

#nav2_search{
padding-top:10px;
background-color:#FFFFFF;
min-height:26px;
}

#nav2_links{
float:left;
left: 200px;
}

#nav2_links a{
	color: #6A582D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	text-decoration: none;
	padding-right:10px;
}

#nav2_user{
float:right;
}

#ld_footer{
	background: url(images/footer_image.jpg) center bottom no-repeat;
	height:12px;
}

#home_links
{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #ECE8DF;
	margin-top: 0px;

}

#home_links a {

	color:#9D8F72;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	text-decoration:none;

}

#home_text
{
	color:#9D8F72;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	text-align:center;
	padding: 8px;
	border-bottom: 1px solid #DDDDDD;
}

#news_mini_signup
{
	color:#999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	text-align:center;
	padding: 8px;
	border-bottom: 1px solid #DDDDDD;
}

#home_icons
{
	text-align:center;
	padding: 8px;
	border-bottom: 1px solid #DDDDDD;
}


/* this is the main UL element*/
.dropdown{
	visibility:hidden;
	margin:0;
	padding:0;
	list-style:none;
	/* border-bottom:1px solid #C7C4A7; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: lowercase;
}

/* these are the inner menus*/
.dropdown ul{
	margin:0;
	padding:0;
	border-top:1px solid #C7C4A7;
	list-style:none;
}

/* these are all the LIs in the menu*/
.dropdown li{
	margin:0;
	padding:4px;
	width:91px;
	background-color:#E3DBCE;
	cursor:pointer;
}

/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
#dropdownmenu a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#8F8B76;
	text-decoration:none;
	width:100%;
}

#dropdownmenu a:hover{
	text-decoration:underline;
	
}

/* these are the LIs that only belong to submenu*/
.dropdown ul li{
	border:1px solid #C7C4A7;
	border-top:0;
	margin-left:-1px;
}

/* these are the LIs that contains a submenu*/
.dropdown li.submenu{
	/*background-image:url('expand_down.gif');
	background-position:center left;
	background-repeat:no-repeat;
	padding-left:20px;
	width:105px;*/
}

/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
.dropdown ul li.submenu{
	background-image:url('images/expand_right.gif');
	background-position:center right;
	background-repeat:no-repeat;
	padding:4px;
	width:91px;
}

/* these are the navigation buttons*/
.templateNavButton{
	background-image: url(images/main_nav_button_5ac.gif);
	background-repeat: no-repeat;
	text-align: center;
	height: 27px;
	width: 88px;
	padding-top: 16px;
}

.templateNavButtonLink {
	color:#FFFFFF;
	text-decoration: none;
}

.dialogBoxDisplay h1 {
	padding: 0px;
	margin: 0px;
}
.dialogBoxTextA {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #696969;
}
.dialogBoxTextB {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3DA55F;
	font-weight: normal;
}
.dialogBoxTextC {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #696969;
	font-weight: normal;
}
.dialogBoxTextD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #993300;
	font-weight: normal;
}
/***************** Product Type Display **********************/
.prodTypeDetail {
	border: 1px solid #333333;
	padding: 6px;
	width: 400px;
	background-color:#FFFFFF;
}
.dialogBoxDefault {
	border: 1px solid #333333;
	padding: 6px;
	float: left;
	background-color:#FFFFFF;
}
.prodTypeMainHeading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-bottom:3px;
}
.prodTypeMain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
}
.prodTypeText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.prodTypeColorA {
	color:#666666;
}
.prodTypeColorB {
	color:#F9C700;
}
.prodTypeColorC {
	color:#C15353;
}
.prodTypeFooter {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}
.pageTabs
{
	float:left;
	width:200px;
	background-color:#CCCCCC;
	text-align:center;
	margin-right:5px;
	margin-top:10px;
	cursor:pointer;
	color:#666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

.pageTabsSelected
{
	float:left;
	width:200px;
	background-color:#E4E4E4;
	text-align:center;
	margin-right:5px;
	margin-top:10px;
	color:#666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	/* border: 1px solid #999999; */
}
.pageTabsBarColor
{
	background-color:#E4E4E4;
}
.pageTabsBorderTop
{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}
.pageTabsBorderBottom
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.pageTabsBorderLeft
{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
}
.pageTabsBorderRight
{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}
.errorContent {
	background-color:#FFE465;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	font-size: small;
	color: #990000;
	margin: 0px;
	padding: 2px;
	text-indent: 5px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
.messageContent {
	background-color:#FFE0E1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	font-size: small;
	color: #990000;
	margin: 0px;
	padding: 2px;
	text-indent: 5px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
.textTitleA {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.productname{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.productname a:link, .productname a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.productBox
{
    color: #666666;
    text-align: left;
    border: 1px solid #DDDDDD;
	width: 110px;
	float:left;
}

.productBoxImageArea
{
	/*padding-bottom: 10px;*/
	text-align: center;
}

.productBoxTextArea
{
	padding-top: 8px;
	text-align: center;
	border-top: 1px solid #DDDDDD;
	font-size: 14px;
}

.productBoxCell
{
	padding-top:10px;
	padding-right:10px;
}

.backgroundA
{
	background-color:#D8CDBB;
}


.buttons
{
	list-style:none;
	padding:0px;
	margin:0px;
}
.buttons ul
{
	list-style:none;
	padding:0px;
	margin:0px;
}
.buttons li
{
	color:#FFFFFF;
	padding:5px;
	cursor:pointer;
	font-size:12px;
	margin-right:5px;
	width:100px;
	cursor:pointer;
	float:left;
	text-align: center;
}
.buttons li.active, .buttons li:hover{
	background-color:#C2AE95;
	border:1px solid #FFFFFF;
	color:#fff
}

.buttonsNotSelected
{
	border:1px solid #C2AE95;
	background-color:#C2AE95;
}

.buttonsSelected
{
	border:1px solid #FFFFFF;
	background-color:#9C8B77;
}



.buttonsNav
{
	list-style:none;
	padding:0px;
	margin:0px;
}
.buttonsNav ul
{
	list-style:none;
	padding:0px;
	margin:0px;
}
.buttonsNav li
{
	color:#FFFFFF;
	padding:2px;
	cursor:pointer;
	font-size:12px;
	margin-right:5px;
	/*width:100px;*/
	cursor:pointer;
	float:left;
}
.buttonsNav li.active, .buttonsNav li:hover{
	border:1px solid #C2AE95;
	background-color:#FDB81C;
}

.buttonsNavNotSelected
{
	border:1px solid #FFFFFF;
	background-color:#FFFFFF;
	margin-top:2px;
	height:10px;
	width:10px;
}

.buttonsNavSelected
{
	border:1px solid #C2AE95;
	background-color:#FDB81C;
	margin-top:2px;
	height:10px;
	width:10px;
}
.buttonsNavNextPrev
{
	border:1px solid #C2AE95;
	background-color:#C2AE95;
}

.buttonsNavShow
{
	display:block;
}
.buttonsNavHide
{
	display:none;
}
#search
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	height: 20px;
	vertical-align: baseline;
}

