body {
background-color: #d9d9d9;
margin: 0px;
padding: 0px;
}

#container {
width: 948px;
margin: 0px auto 0px auto;
}

	#header {
	height: 150px;
	background: url(../images/header_bg5.png) no-repeat;
	position: relative;
	}
	
		#home {
		position: absolute;
		top: 45px;
		left: 45px;
		display: block;
		width: 213px;
		height: 80px;
		}
		
		#header h1,
		#header h2 {
		display: none;
		}
	
		#login_box {
		position: absolute;
		top: 38px;
		right: 30px;
		z-index: 50;
		width: 180px;
		}
		
		#chat_box {
		position: absolute;
		top: 100px;
		right: 30px;
		z-index: 50;
		width: 180px;
		}
			#login_col1 {
			width: 100px;
			float: left;
			padding-top: 5px;
			}
			
				#login_col1 input {
				width: 100px;
				font-size: 10px;
				color: #666;
				display: block;
				margin-bottom: 5px;
				}
				
			#login_col2 {
			width: 70px;
			float: right;
			}
			
				#login_col2 input {
				width: 68px;
				height: 54px;
				border: none;
				}
	
	#home_main {
	height: 491px;
	background: url(../images/home_mainbg1.jpg) no-repeat;
	position: relative;
	}
	
		#home_text1 {
		position: absolute;
		top: 9px;
		left: 44px;
		width: 265px;
		height: 180px;
		overflow: hidden;
		}
			
			#home_text1 h3 {
			padding-left: 15px;
			}
		
		#home_text2 {
	position: absolute;
	top: 307px;
	left: 67px;
	width: 447px;
	height: 138px;
	color: #124c67;
	overflow: hidden;
		}
			
			#home_text2 h3 {
			color: #124c67;
			}
			
			#home_text2 a {
			color: #124c67;
			text-decoration: none;
			}
			
			#home_text2 a:hover {
			text-decoration: underline;
			}
			
		#home_search {
		position: absolute;
		top: 305px;
		left: 555px;
		z-index:5;
		}
		
			#home_search input.input_text {
			float: left;
			width: 152px;
			height: 23px;
			padding: 8px 0 0 12px;
			margin-right: 0;
			font-size: 10px;
			color: #666;
			background: #fff url(../images/home_search_text.png) top left no-repeat;
			border: none;
			}
			
			#home_search input.input_button {
			float: left;
			margin-left: 0;
			padding-left: 0;
			width: 129px;
			height: 31px;
			border: none;
			}
			
		#home_text3 {
		position: absolute;
		top: 335px;
		left: 555px;
		width: 340px;
		height: 100px;
		color: #124c67;
		overflow: hidden;
		z-index:4;
		}
			
			#home_text3 h3 {
			color: #124c67;
			}
			
			#home_text3 a {
			color: #124c67;
			text-decoration: none;
			}
			
			#home_text3 a:hover {
			text-decoration: underline;
			}
		
		#home_start {
		position: absolute;
		top: 11px;
		left: 28px;
		width: 282px;
		height: 171px;
		}
		#home_start img {
			border: none;
		}
		
		div#home_products {
		position: absolute;
		top: 8px;
		left: 336px;
		margin: 0px;
		padding: 0px;
		width: 600px;
		height: 320px;
		overflow: hidden;
		}
		
			#home_products ul {
				margin: 6px 6px 0;
				padding: 0;
				list-style-type: none;
				list-style-type: none;
				width: 600px;
				height: 320px;
				overflow: hidden;

			}
			
				#home_products li {
				margin: 0px;
				padding: 0px;
				list-style-type: none;
				float: left;
				width: 168px;
				margin-right: 25px;
				}
				
				#home_products .prod_title {
				margin: 0px 12px 0px 7px;
				}
	
		#home_footer {
		position: absolute;
		right: 150px;
		bottom: 0;
		font-family: verdana, sans-serif;
		font-size: 10px;
		color: #243967;
		margin-bottom: 4px;
		}
		
		#home_footer a {
		font-family: verdana, sans-serif;
		font-size: 10px;
		text-decoration: none;
		}
		
	#page_header {
		width: 545px;
		height: 42px;
		position: relative;
	}
	#page_header img {
		margin: 0;
	}
	#page_header img.help {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 20;
		border: none;
	}
	
	#main {
	width: 865px;
	height: 500px;
	background: url(../images/main_bg.jpg) top no-repeat transparent;
	padding: 10px 46px 0px 37px
	}
	
		#left {
		float: left;
		width: 221px;
		background: url(../images/start1.png) top no-repeat transparent;
		}
			
			#start {
			display: block;
			width: 221px;
			height: 34px;
			margin: 1px 0px 1px 0px;
			
			}
			
			img {
			margin-left: 4px;
			}
		
		#right {
		width: 542px;
		padding: 23px 25px 25px 55px;
		background: url(../images/main_right_bottom.gif) bottom no-repeat #fff;
		float: right;
		min-height: 370px;
		-height: 370px;
		}
		
			h1 {
			background: url(../images/dots.gif) repeat-x top transparent;
			margin-left: 0px;
			text-transform: lowercase;
			}
			
			h1 span {
			background-color: #fff;
			padding-right: 45px;
			}
			
		#footer {
		clear: both;
		padding: 10px 0px 20px 0px;
		font-family: verdana, sans-serif;
		font-size: 10px;
		color: #243967;
		}
		
			#footer a {
			font-family: verdana, sans-serif;
			font-size: 10px;
			text-decoration: none;
			}
			
			.left {
			float: left;
			}
			
			.right {
			float: right;
			}
		
		
