@charset "UTF-8";
/* 
	Based on "Walden Master Style Sheet" developed by Aaron Gough
	Walden: http://www.waldendesign.com
*/

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

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

body, html{
border: 0;
padding: 0;
margin: 0;
}

body{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
text-align: center;
background: #f6f0db;
color: #19388a;
}

h1, h2, h3, h4, h5{
margin: 0;
padding: 0;
font-weight: bold;
color:#19388a;
}

img{
border: 0;
}

h1{
font-size: 18px;
}

h2{
font-size: 16px;
}

h3{
font-size: 14px;
}

h4{
font-size: 12px;
}

h5{
font-size: 12px;
}

p{

}

ul{

}

a{
color:#5f2911;
outline: none;
}

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

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

#container{
width: 1002px;
margin: 0 auto;
margin-bottom: 23px;
background: transparent url(images/template_images/background_repeat.jpg) top left repeat-y;
}

#header_container{
width: 1002px;
height: 182px;
background: transparent url(images/template_images/header.jpg) top left no-repeat;
}

#footer_container{
width: 1002px;
background: transparent url(images/template_images/footer.jpg) bottom left no-repeat;
position: relative;
}

#menu_column{
width: 142px;
border-right: 2px solid #840f2b;
float: left;
margin-top: 40px;
}

#main_menu{
padding: 0;
margin: 0;
list-style: none;
text-align: left;
padding-left: 23px;
}

.has_submenu span, .no_submenu a, .no_submenu a:visited{
text-decoration: none;
color: #19388a;
}

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

.is_submenu{
padding-left: 20px;
list-style: none;
}

.is_submenu li a, .is_submenu li a:visited {
color: #19388a;	
text-decoration: none;
}

.is_submenu li a:hover{
color: #840f2b;	
}

#text_column{
width: 262px;
float: left;
display: inline;
margin-left: 30px;
text-align: left;
padding-bottom: 30px;
}

#text_column h1, h2{
color: #840f2b;
}

#image_column{
width: 434px;
padding: 20px;
display: inline;
float: right;
margin: 10px 25px 0px 0px;
}

#image_column img{
border: 1px solid #666;
}

#footer{
width: 100%;
height: 112px;
clear: both;
position: relative;
}

#contact_details{
position: absolute;
bottom: 100px;
left: 35px;
font-size: 11px;
}

#email{
display: block;
position: absolute;
bottom: 69px;
left: 35px;
color: #840f2b;
font-size: 11px;
}

#copyright{
position: absolute;
left: 491px;
bottom: 71px;
color: #840f2b;
font-size: 10px;
}

#walden_badge{
position: absolute;
right: 23px;
bottom: 71px;
text-decoration: none;
color: #840f2b;
font-size: 10px;
}

#walden_badge a {
color: #840f2b;
}

#walden_badge:hover{
text-decoration: underline;	
}

#product_icebox_box {
margin: 30px auto 0px auto;
text-align: center;
}

#product_icebox_box img {
border: 2px solid #666;
}

/* styles for icebox popups  */

#icebox{
background: #000000;
}

#icebox_image{
position: absolute;
top: 16px;
left: 16px;
}

#icebox_frame{
position: absolute;
top: 16px;
left: 16px;
border: 0px;
}

#icebox_close_button{
position: absolute;
top: 0px;
right: 0px;
}

#icebox_loading{
position: fixed;
bottom: 0px;
right: 0px;
}

#icebox_overlay{
background-color: black;
-moz-opacity: 0.8;
opacity: 0.8;
filter:alpha(opacity=80);
_background: transparent url("/icebox_images/overlaybg.png" ) top left repeat;
}

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

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

/* for any block-level elements */
.clear{ 
clear: both; 
}

.float_left{
float: left;
}

.float_right{
float: right;
}

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

.align_right{
text-align: right;
}

.align_center{
text-align: center;
}

.align_justify{
text-align: justify;
}

.bold{
font-weight: bold;
}

.italic{
font-style: italic;
}

.underline{
text-decoration: underline;
}

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

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

.img_flash{
border: 1px solid #666;
width: 434px;
}

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

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

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

.white{
background: #f5f5f5;
}

#icebox{
background: #000000;
}

.redText{
color:#840f2b;
}
