/* common style */
html {
	overflow-x: hidden;
}
body {
	background-color:#6aa9ca;
	padding: 0px;
	margin: 0px;
}
.h1_main {
	font-size: 13px;
	font-weight: bold;
	display: inline; 
} 

/* Site Layout */

#global_wrapper {
	background-image: url(../images/layout/global_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #6aa8c9;
	width: 100%;
	height: auto;
	float: left;
}
#global {
	width: 990px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#header_wrapper {
	width: 990px;
	height: 177px;
	float: left;
}
#mainnav_wrapper {
	width: 990px;
	height: 76px;
	float: left;
}
#global_footer {
	font-family: Arial;
	font-size: 11px;
	color: #7a7a7a;
	text-align: left;
	background-image: url(../images/layout/footer/globalfooter_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	width: 990px;
	height: 231px;
	float: left;
}
#global_footer a:link, #global_footer a:visited, #global_footer a:active {
	text-decoration: none;
	color: #7a7a7a;
}
#global_footer a:hover {
	text-decoration: underline;
	color: #5297d2;
}
#global_footer ol {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	list-style: none;
}
.global_footer_left {
	width: 25px;
	height: 213px;
	float: left;
}
.global_footer_right {
	width: 25px;
	height: 213px;
	float: right;
}
.global_footer_content {
	background-image: url(../images/layout/footer/globalfooter_content.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 940px;
	height: 213px;
	margin-top: 15px;
	float: left;
}
.global_footer_col01 {
	width: 177px;
	height: 201px;
	float: left;
}
.global_footer_col01_item01 {
	width: auto;
	height: auto;
	padding-left: 10px;
	padding-top: 13px;
	float: left;
}
.global_footer_col01_item02 {
	width: 147px;
	height: auto;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 38px;
	float: left;
}
.global_footer_col02 {
	width: 578px;
	height: 201px;
	float: left;
}
.global_footer_col02_row1 {
	width: 578px;
	height: 99px;
	padding-top: 51px;
	float: left;
}
.global_footer_col02_row1_item01 {
	width: 152px;
	height: auto;
	padding-left: 15px;
	float: left;
}
.global_footer_col02_row1_item02 {
	width: 135px;
	height: auto;
	padding-left: 15px;
	float: left;
}
.global_footer_col02_row1_item03 {
	width: 116px;
	height: auto;
	padding-left: 15px;
	float: left;
}
.global_footer_col02_row1_item04 {
	width: 115px;
	height: auto;
	padding-left: 15px;
	float: left;
}
.global_footer_col02_row2 {
	width: 578px;
	height: 44px;
	padding-top: 7px;
	float: left;
}
.global_footer_col02_row2_item01 {
	width: 578px;
	height: auto;
	padding-bottom: 3px;
	float: left;
	text-align: center;
}
.global_footer_col02_row2_item02 {
	width: 578px;
	height: auto;
	padding-bottom: 3px;
	color: #a2abac;
	float: left;
	text-align: center;
}
.global_footer_col03 {
	width: 185px;
	height: 201px;
	float: left;
}
.global_footer_col03_item01 {
	width: 155px;
	height: auto;
	padding-top: 54px;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
}
span.footer_img {
	width: auto;
	height: auto;
	padding-right: 10px;
	padding-bottom: 5px;
	float: left;
}
span.footer_blue {
	color: #408dce;
}
/* #header_wrapper */
.header_wrapper_content {
	background-color: #f2f8ff;
	background-image: url(../images/layout/header_spacer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 17px;	
	width: 960px;
	height: 160px;
	float: left;
}
.header_wrapper_left {
	width: 15px;
	height: 177px;
	float: left;
}
.header_wrapper_right {
	width: 15px;
	height: 177px;
	float: right;
}
.header_logo {
	width: 274px;
	height: 160px;
	float: left;
}
.header_flashandnav {
	width: 686px;
	height: 160px;
	float: left;
}
.header_nav {
	background-image: url(../images/layout/header/headernav_bg.jpg);
	background-repeat: no-repeat;
	width: 457px;
	height: 30px;
	padding-left: 229px;
	float: left;
}
.header_nav_btn {
	width: auto;
	height: 30px;
	float: left;
}
.header_nav_spacer {
	width: 1px;
	height: 30px;
	float: left;
}
.header_flash {
	background-image: url(../images/layout/header/headerflash_bg.jpg);
	background-repeat: no-repeat;
	background-position: left;
	width: 686px;
	height: 130px;
	float: left;
}
/* #mainnav_wrapper */

.mainnav_wrapper_content {
	background-image: url(../images/nav/mainsubnav_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 960px;
	height: 73px;
	float: left
}
.mainnav_wrapper_left {
	width: 15px;
	height: 76px;
	float: left;
}
.mainnav_wrapper_right {
	width: 15px;
	height: 76px;
	float: right;
}

/* Content Wrapper */

#content_wrapper {
	background-image: url(../images/layout/content_bg.gif);
	background-position: left;
	background-repeat: repeat-y;
	width: 990px;
	float: left;
}
.content_wrapper {
	background-image: url(../images/layout/contentfooter01.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	width: 990px;
	float: left;
}
.content_wrapper01 {
	background-image: url(../images/layout/content_outter_left.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	width: 990px;
	float: left;
}
.content_wrapper02 {
	background-image: url(../images/layout/content_outter_right.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	width: 990px;
	float: left;
}
.content_wrapper03 {
	background-image:url(../images/layout/footer_extra.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	width: 990px;
	float: left;
}
.content_spacer {
	background-image: url(../images/layout/content_bg.gif);
	background-position: left;
	background-repeat: repeat-y;
	width: 990px;
	float: left;
}
#content {
	font-family: Arial;
	font-size: 13px;
	color: #5f646a;
	width: 960px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.content {
	background-color: #ffffff;
	background-image: url(../images/layout/contentfooter_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 30px;		
	width: 920px;
	height: auto;
	float: left;
}
.content-no-background {
	background-color: #ffffff;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 30px;		
	width: 920px;
	height: auto;
	float: left;
}
.contentspacer_wrapper {
	width: 960px;
	height: 15px;
	float: left;
}

/* Footer Wrapper */

#footer_wrapper {
	font-family: tahoma;
	font-size: 12px;
	text-align: center;
	color: #fefefe;
	background-image: url(../images/layout/footer_bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	padding-bottom: 30px;
	width: 990px;
	height: auto;
	float: left;
}
.footer {
	width: 990px;
	height: 15px;
	float: left;
}
.footer_content {
	width: 930px;
	height: 15px;
	float: left;
}
.footer_left {
	width: 30px;
	height: 15px;
	float: left;
}
.footer_right {
	width: 30px;
	height: 15px;
	float: right;
}
.footer_top {
	width: 990px;
	height: auto;
	padding-bottom: 5px;
	margin-top: 20px;
	background-image: url(../images/layout/footer_spacer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	float: left;
}
.mainfooter_buttom {
	width: 990px;
	height: auto;
	padding-top: 5px;
	float: left;
}
.mainfooter_buttom2 {
	font-size: 10px;
	width: 990px;
	height: auto;
	padding-top: 5px;
	float: left;
}
span.mainfooter_buttom3 a:link, span.mainfooter_buttom3 a:visited, span.mainfooter_buttom3 a:active{
	text-decoration: underline;
	color: #fefefe;
}
span.mainfooter_buttom3 a:hover{
	text-decoration: underline;
	color: #bfe0f3;
}
.mainfooter_buttom2 a:link, .mainfooter_buttom2 a:visited, .mainfooter_buttom2 a:active{
	text-decoration: underline;
	color: #bfe0f3;
}
.mainfooter_buttom2 a:hover{
	text-decoration: none;
	color: #fefefe;
}
.content_mainright_banner_ecommerce {
	width: 194px;
	height: auto;
	padding-bottom: 4px;
	float: left;
}