#container { 
	width:100%;
	margin: 0 auto;
	position:relative;
	text-align:center;
}

/******************HEADER BEGIN******************/

#header {
	width:100%;
	position:relative;
}

#header_top {
	width:990px;
	height:70px;
	background-image:url(../image/header_top.gif);
	background-position:top left;
	background-repeat:no-repeat;	
	margin: 0 auto;
	font-size:0;
}

#header_top_left {
	width:200px;
	padding-top:20px;
	margin-left:26px;
	float:left;
}

#header_top_center {
	width:200px;
	padding-top:20px;
	float:left;
}

#header_top_right {
	width:200px;
	padding-top:20px;
	margin-left:30px;
	float:left;
}

* html #header_top_right {
	padding-top:19px;
}

*:first-child+html #header_top_right {
	padding-top:19px;
}

#header_container {
	width:990px;
	margin: 0 auto;
}

#header_menu_elements_inner {
	width:990px;
	height:50px;
	background-image:url(../image/header_menu.gif);
	background-repeat:no-repeat;
	background-position:top;
	margin:0 auto;
}

#header_menu {
	width:868px;
	height:50px;
	padding-left:26px;
	float:left;
}

#header_cart {
	width:76px;
	height:50px;
	float:left;
}

#header_cart_text {
	width:76px;
	height:14px;
	background-image:url(../image/cart_item_bg.gif);
	background-position:top left;
	background-repeat:no-repeat;	
	margin: 0;
	padding: 0;	
}

#box_cart_content{
	width:76px;
	height:14px;
	padding-left:7px;
	text-align: left;
}

#box_cart_content .box_cart_item .text_small{
	font-size:11px;
}

#shop_cart_number .box_cart_price{
	display:none;
}


#header_cart_img {
	width:76px;
	height:36px;
	text-align:right;
}

#header_banner {
	width:988px;
	height:136px;
	padding-top:40px;
	padding-left:2px;
	background-image:url(../image/header_container.jpg);
	background-repeat:no-repeat;
	background-position:top;
	margin: 0 auto;
}

#header_banner_home {
	width:988px;
	height:136px;
	padding-top:40px;
	padding-left:2px;
	background-image:url(../image/header_container_home.jpg);
	background-repeat:no-repeat;
	background-position:top;
	margin: 0 auto;
}

#head_content {
	width:920px;
	height:110px;
	margin: 0 auto;
	text-align:center;
}

#head_content_text h1 {
	padding-top: 20px;
	margin:0px;
}

#head_content a {
	font-size:45px;
	font-weight:bolder;
	color:#d4ff84;
}

#header_bottom {
	margin: 0 auto;
	width:990px;
	font-size:0;
}

#header_bottom_left_bg {
	float:left;
	width:185px;
	height:40px;
	background-image:url(../image/header_bottom_left_bg.gif);
	background-repeat: no-repeat;
	background-position:top;
}

#header_bottom_left_bg_home {
	float:left;
	width:185px;
	height:40px;
	background-image:url(../image/header_bottom_left_bg_home.gif);
	background-repeat: no-repeat;
	background-position:top;
}

#header_bottom_home_menu {
	float:left;
	width:620px;
	min-height:20px;
}

#header_bottom_right_provider {
	float:left;
	width:185px;
	height:40px;
}

/****************** HEADER END ******************/


/****************** CONTNET BEGIN ******************/

#content { 
	width:100%;
	position:relative;
}

#content_container_outer { 
	width:990px;
	margin: 0 auto;
}

#content_container { 
	width:944px;
	margin: 0 auto;
	background-image:url(../image/content_container.gif);
	background-repeat: repeat-y;
	background-position:center;
}

#content_bottom { 
	font-size:0;
	margin:0 auto;
	height:16px;
	width:944px;
	background-image:url(../image/content_bottom.gif);
	background-position:top;
	background-repeat: no-repeat;
}

/****************** LEFT BEGIN ******************/

#left { 
	float:left;
	width:198px;	
}

#box_left { 
	width:198px;
	position:relative;
}

.box_left_container {
	width:170px;
	background-image:url(../image/box_container.gif);
	background-repeat: repeat-y;
	padding-left:14px;
	padding-right:14px;
	padding-top:8px;
	padding-bottom:8px;	
	overflow:hidden;
}

.box_left_title{ 
	width:198px;
	height:32px;
	margin:0;
	text-align:left;
	background-image:url(../image/box_title.gif);
	background-repeat: no-repeat;
}

.box_left_title h3 { 
	font-size: 13px;
	font-weight:bolder;
	padding-top:8px;
	padding-left:15px;		
	color:#FFFFFF;
	text-transform:uppercase;
}

.box_content {
	width:170px;
	overflow:hidden;
}

/****************** LEFT END ******************/

/****************** CENTER BEGIN ******************/

#center {
	float:left;
	width:548px;	
}

#body { 
	width:548px;
	position:relative;
}

#body_title { 
	width:548px;
}

#body_container { 
	width:530px;
	padding-left:9px;
	padding-right:9px;
	padding-top:8px;
	background-image:url(../image/body_container.gif);
	background-repeat: repeat-y;
}

#title_content {
	margin-left:9px;
	margin-right:9px;
	width:530px;
	height:46px;
	text-align:left;
	background: url(../image/title_content.gif) no-repeat top;
}

#body_title_home #title_content {
	margin-left:9px;
	margin-right:9px;
	width:530px;
	height:46px;
	text-align:left;
	background: url(../image/title_content_home.gif) no-repeat top;
}

#title_content h2 {
	font-size: 14px;
	font-weight:bolder;
	padding-top:15px;
	padding-left:15px;
	color:#FFFFFF;
	text-transform:uppercase;
}

/****************** CENTER END ******************/

/****************** RIGHT BEGIN******************/

#right {
	float:right;
	width:198px;	
}

#box_right {
	width:198px;
	position:relative;
}

.box_right_title { 
	width:198px;
	height:32px;
	margin:0;
	text-align:left;
	background-image:url(../image/box_title.gif);
	background-repeat: no-repeat;
}

.box_right_title h3 { 
	font-size: 13px;
	font-weight:bolder;
	padding-top:8px;
	padding-left:15px;	
	color:#FFFFFF;
	text-transform:uppercase;
}

.box_right_container {
	width:170px;
	padding-left:14px;
	padding-right:14px;
	padding-top:8px;
	padding-bottom:8px;
	background-image:url(../image/box_container.gif);
	background-repeat: repeat-y;
	overflow:hidden;
}

/****************** RIGHT END******************/

/****************** CONTENT END******************/

/****************** FOOTER BEGIN******************/

#footer { 
	width:100%;
	height:30px;
	position:relative;
	text-align:center;
	background-color:#92db49;
}

#bottomlink_content {
	padding-top:10px;
	padding-bottom:5px;
	text-align:center;
}

#bottomlink_content ul {
	margin:0;
	padding:0;
}

#bottomlink_content li {
	display:inline;
}

/****************** FOOTER END******************/

/****************** PROVIDER BEGIN******************/

#provider { 
	width:100%;
	position:relative;
	background-color:#92db49;	
}

#provider_content {
	width:944px;
	height:32px;
	margin:0 auto;
}

#provider_content_left {
	width:539px;
	float:left;
	text-align:left;
	padding-top:4px;
	height:20px;
	padding-left:5px;
}

.provider_content_text {
	float:left;
	margin-right:5px;
	text-align:center;
	padding-right:3px;
	padding-left:3px;
	border: 1px solid #1e5d0b;
	background-color:#FFFFFF;
}
.provider_content_text a {
	font-family:"Courier New", Courier, monospace;
	font-size:11px;
	color:#1e5d0b;
}
.provider_content_text a:hover {
	text-decoration:none;	
}

#provider_content_right {
	width:400px;
	float:right;
	text-align:right;
}

/****************** PROVIDER END******************/
