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

/************************************************
		 Styling for Standard Elements	
*************************************************/

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

body{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-align:center;
background: #64bae9;
color: white;
}

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

img{
border: 0;
}

h1{
font-size: 27px;
font-weight:100;
margin-bottom:0;
}

h2{
font-size: 16px;
}

h3{
font-size: 14px;
}

h4{
font-size: 12px;
}

h5{
font-size: 12px;
}

p{

}

ul{

}

a{
color:#fbae16;
}

/************************************************
		Custom Styling for Specific IDs		
*************************************************/

#header_background_container{
width: 100%;
background: #001e38 url(images/template_images/header_background_repeat.jpg) top left repeat-x;
}

#footer_background_container{
width: 100%;
background: transparent url(images/template_images/footer_background_repeat.jpg) bottom left repeat-x;
}

#container{
width: 991px;
padding-bottom: 38px;
margin: 0 auto;
background: #001e38 url(images/template_images/footer_background_repeat.jpg) bottom left repeat-x;
}

#header{
width: 991px;
height: 129px;
background: transparent url(images/template_images/header.gif) top left no-repeat;
clear: both;
position: relative;
}

#search_container{
position: absolute;
top: 15px;
right: 83px;
}

#search_container input{
outline: none;
height: 13px;
width: 126px;
padding: 2px;
border: 0;
margin: 0;
border-style: none;
}

#client_login, #wholesaler_login, #technical_support, #contact_us{
float: right;
display: inline;
height: 25px;
line-height: 25px;
color: #001e38;
text-decoration: none;
margin-top: 60px;
margin-left: 20px;
}

#client_login{
width: 101px;
left: 306px;
}

#wholesaler_login{
left: 426px;
width: 133px;
}

#technical_support{
left: 579px;
width: 140px;
}

#contact_us{
left: 739px;
width: 197px;
margin-right: 54px;
}

#left_menu_column{
width: 253px;
float: left;
background: transparent url(images/template_images/left_menu_repeat.gif) top left repeat-y;
}

#left_menu_header{
width: 253px;
height: 20px;
background: transparent url(images/template_images/left_menu_header.gif) top left no-repeat;
}

#left_menu{
width: 253px;
min-height: 295px;
}

#left_menu_ul{
padding: 0;
margin: 0;
list-style: none;
text-align: left;
width: 253px;
}

.has_submenu, .no_submenu{
width: 253px;	
}

.has_submenu span, .no_submenu a{
display: block;
width: 206px;
padding: 3px 0 3px 47px;
color: white;
text-decoration: none;
}

.submenu_active, .has_submenu:hover, .no_submenu:hover, .no_submenu a .active_page{
background: transparent url(images/template_images/left_menu_selected_repeat.gif) top left repeat-y;	
}

.submenu_active span, .has_submenu span:hover, .no_submenu a:hover, .no_submenu a .active_page{
color: #fbae16;
font-weight: bold;
}

.is_submenu{
padding: 3px 0 3px 0;
margin: 0;
list-style: none;
width: 253px;
background: transparent url(images/template_images/left_menu_submenu_repeat.gif) top left repeat-y;
}

.is_submenu li{

}

.is_submenu li a{
display: block;
width: 195px;
padding: 3px 0 3px 58px;
color: #001e38;
text-decoration: none;
}

.is_submenu li a:hover, #left_menu_ul .active_page{
background: transparent url(images/template_images/left_menu_submenu_selected_repeat.gif) top left repeat-y;
color: #001e38;
}

#left_menu_footer{
width: 253px;
height: 34px;
background: transparent url(images/template_images/left_menu_footer.gif) top left no-repeat;
}

#left_column_contact{
width: 190px;
height: 120px;
background: #001e38 url(images/template_images/contact_box.jpg) bottom left no-repeat;
text-align: left;
padding: 41px 20px 0 43px;
color: #001e38;
}

#left_column_contact a{
color: #001e38;
}

#left_column_contact_heading{
display: block;
font-weight: bold;
}

#right_column{
width: 732px;
float: right;
padding-right: 4px;
}

#flash_container{
width: 665px;
margin: 0 auto;
padding-top: 9px;
}

#main_text_container{
width: 590px;
margin: 0 auto;
margin-top: 20px;
border: 2px solid white;
border-width: 0 2px;
}

#text_margin{
width: 500px;
margin: 0 auto;
text-align: justify;
}

#text_margin h1{
text-align: left;
}

#calling_features a{
color: white;
}

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

#footer_container{
width: 991px;
margin: 0 auto;
height: 87px;
position: relative;
font-size: 10px;
}

#copyright{
position: absolute;
bottom: 60px;
right: 121px;
text-align: right;
}

#copyright a{
color: white;	
}

#walden_badge{
position: absolute;
bottom: 60px;
left: 373px;
color: white;
text-align: left;
}

#walden_badge a{
color: white;	
}

/************************************************
				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;
}

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

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

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

.orangeText{
color:#fbae16;
}

.smallerText{www.
font-size:10px;
}

.contact_table_left_column{
text-align: right;
width: 150px;
}

.contact_table_right_column input{
width: 340px;	
}

#icebox{
background: #000000;
}

/************************************************
				Custom Classes	
*************************************************/