@charset "UTF-8";

/*******************************************
		Template Configuration
*******************************************/



/* Header Background Color */
#background{
/*background: #9a1e19;*/
}

/* Header Background Seperator Color */
#background{
/*border-color: white;*/
}

/* Header Spacer Color (should be the same as the header background color) */
#header_spacer{
/*background: #9a1e19;*/
}

/* Container Background Color */
#container{

}

/* Header Right Hand Side Image */
#header_image{
/*background: url(images/header.jpg) top left no-repeat;*/
}

/* Header Menu Background Color */
#header_menu_container{
/*background: white;*/
}

/* Text Container Background Color */
#text_container{

}

/* Text Container Text Color */
#text_container{

}

/* Text Container Bottom Image */
#text_container{
}

/* Left Column Divider Color */
#left_column_separator{
/*background: #927964;*/
}

/* Left Column Contact Background Color */
#left_column_contact{
/*background: white;*/
} 

/* Left Column contact text color */
#left_column_contact, #left_column_contact a{
/*color: white;*/
}

/* Color of Header Menu text */
#header_menu li a {
/*color: white;*/
}

/* Color of footer text */
#walden_badge{

}

/*#copyright{
color: #cbcbcb;
}*/

/* Hover Color of menu text */
#header_menu li a:hover{
/*color: black;
text-decoration: none;*/
}

/* Footer Background Color */
#footer{

}

/* 
	Based on Walden "Master Style Sheet" developed by Aaron Gough 
	Walden: http://www.waldendesign.com
*/

/************************************************

			Generic Basic Styling
			
*************************************************/

body, html{
border: 0px;
padding: 0px;
margin: 0px;
background: #000000;
}

body{
font-family: Geneva, sans-serif;
font-size: 12px;
color: #c1c1c1;
text-align: center;
z-index: 0;
position: relative;
top: 0;
left: 0;
}

h1, h2, h3, h4, h5{
/*font-family: Georgia, "Times New Roman", Times, serif;*/
font-family: 'CartoGothicStdBook', Arial, sans-serif;
margin: 0;
padding: 0;
color: #f49d1e;
/*font-weight: bold;*/
font-weight: normal;
}

img{
border: 0;
}

h1{
font-size: 21px;
}

h2{
font-size: 17px;
}

h3{
font-size: 14px;
}

h4{

}

h5{

}

p{
text-align: justify;
}

ul{
/*list-style: none;
margin: 0px;
padding: 0px;
margin-left: 0px;
padding-left: 0px;*/
}

li{
/*margin: 0px;
padding: 0px;
margin-left: 0px;
padding-left: 0px;*/
}

a{
color: #fec97c;
text-decoration: none;
}

a:hover{
text-decoration: underline;
}


/************************************************

		Custom Styling for Specifi IDs
			
*************************************************/

#background{
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 280px;
border-width: 0 0 5px 0;
border-style: solid;
z-index: -1;
}

/*#header_spacer{
height: 40px;
width: 980px;
margin: 0 auto;
}*/

#container{
width: 981px;
margin: 0 auto;
margin-bottom: 45px;
background: #2b2b2b;
}

#header{
width: 981px;
height: 164px;
position: relative;
background: url(images/header.jpg) top left no-repeat;
}

#left_column{
width: 152px;
float: left;
overflow: hidden;
padding-bottom: 30px;
margin-top: 50px;
/*border: 1px solid red;*/
}

#left_column_menu{
width: 135px;
text-align: left;
margin-top: 0px;
margin-left: 17px;
/*border: 1px solid #900;*/
}

#main_menu{
width: 135px;
list-style: none;
margin: 0px;
padding: 0px;
text-align: left;
font-size: 13px;
/*border: #900 1px solid;*/
}

.vertical .has_submenu span, .vertical .no_submenu a{
display: block;
color: #fec97c;
text-decoration: none;
width: 135px;
margin-bottom: 15px;
/*padding-bottom: 9px;*/
/*border: 1px solid #06C;*/
/*padding: 2px 10px 2px 10px;*/
}

.vertical li .is_submenu{
padding: 0;
margin: 0;
list-style: none;
}

.vertical li .is_submenu li a{
display: block;
color: #fec97c;
text-decoration: none;
/*width: 165px;*/
/*padding: 7px 0 7px 25px;*/
margin-left: 15px;
margin-bottom: 15px;
}

.has_submenu span:hover, .no_submenu a:hover{
cursor: pointer;
_cursor: hand;
color: #c1c1c1;
}

li .is_submenu li a:hover{
color: #c1c1c1;	
}

.submenu_active span{
background: url(images/menu_bckg.jpg) top left no-repeat;
}

.no_submenu .active_page{
color: #c1c1c1 !important;	
}

/*.is_submenu li a .active_page{
color: #ffffff;	
}*/

/*#left_column_content{
width: 190px;
text-align: left;
font-size: 15px;
font-weight: bold;
margin-left: 40px;
color: #faf4ee;
}

#left_column_content a{
color: #faf4ee;
text-decoration: underline;
}

#left_column_content a:hover{
text-decoration: none;
}

#left_column_separator{
width: 100%;
height: 3px;
overflow: hidden;
margin: 20px 0 20px 0;
}

#header_image{
width: 696px;
height: 140px;
float: right;
overflow: hidden;
}

#header_menu_container{
width: 696px;
height: 35px;
float: right;
margin-bottom: 11px;
text-align: right;
}

#header_menu{
margin: 0;
padding: 0;
list-style: none;
}
*/

/*
#text_container{
width: 685px;
float: right;
display: inline;
margin-right: 40px;
padding-top: 10px;
padding-bottom: 20px;
margin-bottom: 24px;
background: #333333;
overflow: hidden;
text-align: left;
}*/

#center_column{
width: 259px;
float: left;
padding-left: 22px;
margin-top: 20px;
border-left: 1px solid #ac8630;
text-align: left;
margin-bottom: 20px;
}

#center_column li{
padding-bottom: 8px;
}

#right_column{
width: 472px;
float: left;
margin-left: 41px;
margin-bottom: 30px;

/*border: 1px solid red;*/
}

#right_column_container{
width: 472px;
background: url(images/right_column_backgr.jpg) top left repeat-y;
}

#right_column_container_top{
width: 472px;
background: url(images/right_column_backgr_top.jpg) top left no-repeat;
}

#right_column_container_bottom{
width: 459px;
background: url(images/right_column_backgr_bottom.jpg) bottom left no-repeat;
padding-left: 13px;
padding-top: 22px;
}

#right_column .product{
width: 450px;
margin-bottom:30px;
color: #b38131;
font-size: 12px;
/*border: 1px solid red;*/
}

#right_column .product .left{
width: 220px;
float: left;
display: inline;
text-align: center;
/*border: 1px solid blue;*/
}

#right_column .product .right{
width: 220px;
float: right;
display: inline;
text-align: left;
padding-top: 10px;
color: #c1c1c1;
font-size: 14px;
/*border: 1px solid blue;*/
}

#right_column .spacer{
width: 100%;
height: 1px;
/*background: #c1c1c1;*/
clear: both;
margin-top: 10px;
}

/****/
.right_column_thumb{
width: 110px;
height: 135px;
float: left;
margin-bottom: 14px;
text-align: center;
font-size: 11px;
color: #b38131;
/*border: 1px solid red;*/
}

img.floatRight { 
float: right; 
margin-right: 0px;
margin-left: 25px;
margin-bottom: 15px;
}

.body_list{
display: inline;
float:left;
padding: 0px;
margin: 0px;
width: 177px;
margin-left: 1px;
padding-left: 1px;
list-style: none;
}

li .body_list{
margin-left: 1px;
padding-left: 1px;
list-style: none;
}

#text_container h2{

}

#text_container .header{
color: #c8242b; 
font-weight: bold;
}

#full_width_text{
margin-left: 55px;
margin-right: 28px;
float: left; 
}

#left_text{
float: left; 
width: 343px;
margin-left: 55px;
}

#right_text{
	
}

#right_image{
float: right; 	
margin-right: 28px;
padding-top: 72px;
}

#spacer{
width: 100%;
height: 1px;
clear: both;
}

/*#footer_spacer{
width: 980px;
height: 16px;
clear: both;
background: url(images/footer_spacer.jpg) top left no-repeat;
}*/

#footer{
clear: both;
width: 981px;
height: 141px;
clear: both;
position: relative;
background: url(images/footer.jpg) top left no-repeat;
color: #e7a22e;
}

#footer_address{
position: absolute;
left: 13px;
top: 20px;
}

#footer_contact{
position: absolute;
top: 45px;
left: 13px;
font-size: 16px;
color: #fcb33f;
display: block;
}

#footer_contact a{
color: #fcb33f;
}

#copyright{
position: absolute;
top: 45px;
left: 489px;
}

#walden{
position: absolute;
top: 45px;
right: 22px;
display: block;
text-align: right;
}

#walden a{
color: #e7a22e;
text-decoration: underline;
}

#walden a:hover{
text-decoration: none;
}

.sizes_table{
width: 100%;
border: 1px solid #919090;
}

.sizes_table td{
border: 1px solid #919090;
text-align: center;
}

.sizes_table th{
text-align: left;
border: 1px solid #919090;
color: #f49d1e;
}

.home_page_button{
float: left;
display: inline;
margin-right: 3px;
}

.home_page_button_last{
margin-right: 0px;	
}

/* contact form */

label {
width: 95px;
float: left;
text-align: left;
margin-right: 12px;
display: block;
}

.textbox {
width: 160px;
}

input, textarea {
color: #000;
background: #f8fff3;
border: 1px solid #232f27;
font-size: 12px;
}

/*input {
width: 200px;
}*/

textarea {
clear: both;
width: 307px;
margin-top: 6px;
}

.submit input {
margin-left: 0px;
color: #fff;
background: #58585a;
border: 1px thin #d7b9c9;
width: 80px;
}

fieldset {
border: 0px solid #ccc;
width: 550px;
font-size: 12px;
font-weight: normal;
margin-left: -12px;
}

.required-text{
font-size: 10px;
color: #ac1d1d;
}

.display_none{
display: none;
visibility: hidden;
}



/************************************************

				Global Classes
			
*************************************************/

/* for any block-level elements */

.orange{
color: #fec97c;	
}

.clear{ 
clear:both; 
}

.float_left{
float:left;
padding-right:15px;
padding-bottom:15px;
}

.float_right{
float:right;
padding-left:15px;
padding-bottom:10px;
}

/* for text */
.text-left{
text-align:left;
}

.text-right{
text-align:right;
}

.text-center{
text-align:center;
}

.text-justify{
text-align:justify;
}

.bold{
font-weight:bold;
}

.italic{
font-style:italic;
}

.underline{
text-decoration: underline;
}

.highlight{
background:#ffc;
}

/* for images */
.img-left{
float: left;
display: inline;
margin: 4px 10px 4px 0;
}

.img-right{
float: right;
display: inline;
margin: 4px 0 4px 10px;
}

/* for lists */
.nopadding{
padding:0;
}

.noindent
{
margin-left: 0;
padding-left: 0;
}

.nobullet{
list-style: none;
list-style-image: none;
} 

.blueText{
color: #002c5d;
}

.honey{
position: absolute;
top: -100px;
left: -1000px;
}

.caption{
	font-size:10px;
	font-weight:bold;
}

/************************************************
Home Gallery	
*************************************************/

ul.slideshow {
	list-style:none;
	width:453px;
	height:388px;
	overflow:hidden;
	position:relative;
	margin:0;
	padding:0;
	
}	

ul.slideshow li {
	position:absolute;
	left:0;
	right:0;
}

ul.slideshow li.show {
	z-index:500;	
}

ul img {
	border:none;	
}

#slideshow-caption {
	width:453px;
	height:70px;
	position:absolute;
	bottom:0;
	left:0;	
	color:#fff;
	background:#000;
	z-index:500;
}

#slideshow-caption .slideshow-caption-container {
	padding:5px 10px;		
	z-index:500;
}

#slideshow-caption h3 {
	margin:0;
	padding:0;	
	font-size:14px;
}

#slideshow-caption p {
	margin:5px 0 0 0;
	padding:0;
}