/* new styles */

#header, #footer {width: 100%
}
.body{text-align: center; margin:0px; width: 100%;
}
#container{ position: relative; float: left; text-align:center; width: 100%; background: url(images/inner_extender.gif) repeat; height: auto;
}
#container .inner_container{ text-align:left; margin: auto; width: 842px; background: url(images/extender.gif) repeat-x; height: auto; 
}
#header{
	float: left;
	text-align:left;
}
#header .inner_header{
	width: 842px;
	background-color: #FFFFFF;
	height: 158px;
}

#top_menu_container{
	float: left;
	width: 669px;
	height: 23px;
}

#menu_container{ float: left; width: 100%; height: 25px; background-color: #000000; color: #cccccc; font-weight: bold; font-size: 9pt;
}

#menu_container a.nav_link{ color: #cccccc; text-decoration: none;}

#menu_container a.nav_link:hover{ color: #FFFFFF; }


#content_container{
	float: right; background: #FFFFFF url(images/content_extender.gif) repeat-y; height: auto; 
}

#content_container .inner_content_container{
	width: 842px;float: left
	}


#content_sub_container{
	float:left; background: #FFFFFF url(images/content_extender.gif) repeat-y; height: auto; 
}

#content_sub_container .inner_sub_content_container{	
	width: 842px;
}

#content{float: left; width: 473px; min-height: 580px; height: auto; 
}
#content .inner_content{margin-left: 15px; height: auto; width: 458px 
}

#sub_content{float: left; width: 669px; min-height: 580px; height: auto;
}
#sub_content .inner_sub_content{margin-left: 15px; width: 654px; height: auto; 
}

#left_nav{float:left; width: 173px; min-height: 580px;
}
#left_nav .inner_left_nav{
	margin-left: 8px; width: 165px;
}

#search_container{float: left; width: 165px; height: auto;  margin-top: 10px; background: url(images/checkout_middle.gif) repeat-y;
}
#search_container .inner_search_top{float: left; height: 6px; width: 100%; background: url(images/checkout_top.gif) no-repeat;
}
#search_container .inner_search_bottom{float: left; height: 12px; width: 100%; background: url(images/checkout_bottom.gif) no-repeat;
}
#search_container .inner_search_container{
	margin-left: 8px; /*margin-top: -5px; */line-height: 16px; font-weight: bold
}

/*end of left nav section*/
#right_nav{
	float:right; width: 196px; min-height: 580px; background-color: #ffffff 
}

#footer{float: left; background-color: #ffffff;
}
.inner_footer{width: 842px; background-color: #000000; text-align: center; color: #FFFFFF; line-height: 20px; padding-top: 5px; padding-bottom: 5px
}

/* end new styles */
