@charset "utf-8";

#divHeaderBar {
	background-image: url(header_back_sub_.png);
}

#divFooterBar {
	background-image: url(footer_back_sub.png);
	background-repeat: no-repeat;
	background-position: -3px top;
	position: relative;
}

#divFooter  {
	position: absolute;
	height: 15px;
	padding-top: 0px;
	right: 10px;
	bottom: 15px;
	margin-top: 0px;
	padding-right: 0px;
	top:auto;
}


.designedby {
	position: absolute;
	bottom: 15px;
	right: 260px;
	height: 15px;
	top:auto;
}

#divContentBar
{
	min-height: 430px;
	height: 100%;
	background-color: #ffffff;
	background-image: url(content_back_.png);
	background-repeat: repeat-y;
	background-position: right;
	position: relative;
}

#divContentBar #divContentLeft, #divContentRight {
	min-height: 450px;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

#divContentBar #divContentLeft {
	float: left;
	min-height: 425px;
	width: 470px;
	clear: both;
	margin: 0px;
	padding: 0px;
	padding-top:25px;
	padding-left: 5px;
	position: relative;
}

#divContentLeft #divContentUpLine {
	background-image: url(left_line_.png);
	background-repeat: no-repeat;
	height:8px;
	width:474px;
	position: absolute;
	right:-1px;
	top: 16px;
}

#divContentBar #divContentRight {
	clear: none;
	float: right;
	width: 424px;
	padding: 0px;
	background-image: url(products_sub_2.png);
	background-position: -3px 0px;
	margin: 0px;
	background-repeat: no-repeat;
	position: relative;
}


#divContentLeft hr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d0e9ef;
}

#divContentLeft .all a {
	font-size: 11px;
	font-style: normal;
	color: #007386;
	text-align: right;
	display: block;
	margin-top: 5px;
	float: right;
	clear: both;
}
#divContentLeft h1,h2,h3,h4,h5,h6 {
	padding: 0px;
	margin-top: 2px;
	color: #007386;
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#divContentLeft a {
	text-decoration: none;
	color: #007386;
	margin: 0px;
	padding: 0px;
}
#divContentLeft p {
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
}


