* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	font-family: Lucida Grande, Arial;
	background: url('../img/hdr3.png') repeat-x;
}
#c {
	width: 900px;
	margin: 0 auto 0 auto;
	overflow: hidden;
}
#header 
{
    width: 900px;
	background: url('../img/hdllr.png');
	height: 108px;
}
#header img {
	float: left;
	margin-top: 15px;
}
#header ul {
	background: #ffffff;
	color: #00accd;
	list-style-type: none;
	float: right;
	height: 25px;
	padding: 0 5px 0 5px;
}
#header li {
	display: inline;
	color: #fff;
	font-size: 12px;
}
#header li a {
	color: #00accd;
	text-decoration:none;
	margin: 5px 0 5px 0;
	padding: 0 5px 0 5px;
	line-height: 20px;
	border-right: 1px solid #00accd;
}
#header li a:hover {
	text-decoration: underline;
}
#header li.last a {
	/*font-weight: bold;*/
	border: 0;

}

#header_languagechoice 
{
	float: right;
	display: block;
	margin-top: 80px;

}

#menu {
	height: 36px;
}
#menu ul {
	list-style-type: none;
}
#menu li {
	display: inline;
	color: #fff;
	line-height: 30px;
}
#menu li a {
	padding: 9px 20px 8px 20px;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#menu li a:hover, #menu li.current a {
	background: url('../img/mbg.png') repeat-x 0 0;
	color: #00accd;
}
#subheader, #subheader_content 
{
	
	/*background: #EFF1E7 url('../img/photo.jpg') no-repeat top right;*/
	background: #eeeeee;
	padding: 20px 400px 20px 20px;

}

#subheader_home
{
	background: #ffffff;
	padding: 10px 400px 0 0;
}

#subheader_content {

	padding-right: 250px;
}
#subheader h1, #subheader_content h1, #subheader_home h1 {
	font-size: 18px;
	color: #00accd;
	margin-bottom: 15px;
		width:550px;
}
#subheader h2, #subheader_content h2, #subheader_home h2 {
	font-size: 18px;
	color: #00accd;
	margin-bottom: 15px;
		width:550px;
}

#subheader p, #subheader_content p, #subheader_home p {
	line-height: 160%;
	color: #000000;
	font-size: 11px;
	margin-bottom: 10px;
	width:550px;
}

#subheader li, #subheader_content li, #subheader_home li {
	
	color: #000000;
	font-size: 11px;
}



#subheader p a, #subheader_content p a, #subheader_home p a {
	color: #7C684F;
	font-weight: bold;
}



#why{
	/*background: #01ABCC;
	padding: 12px;*/
	float: left;
	width: 500px;
	height: 400px;
}
#why h2{
	font-size: 16px;
	color: #fff;
	margin-bottom: 5px;
}
#why ul{
	list-style-type: none;
}
#why li{
	padding-left: 15px;
	color: #fff;
	font-size: 14px;
	line-height: 25px;
}

#news{
	width: 200px;
	
}

#products, #products_content, #products_home {
	background: #00accd;
	padding: 12px;
	float: right;
	margin-top: 100px;
	width: 210px;
	height: 150px;
}

#products_content{
	margin-top: -139px;
}

#products_home{
	margin-top: -10px;
}


#products h2, #products_content h2, #products_home h2 {
	color: #e7eeee;
	font-size: 16px;
	margin-bottom: 5px;
}
#products ul, #products_content ul, #products_home ul {
	list-style-type: none;
}
#products ul li, #products_content ul li, #products_home ul li {
	color: #2E261D;
	line-height: 25px;
	font-weight: bold;
	padding-left: 20px;
	background:  url('../img/b.png') no-repeat 5px 8px;
}
#products ul li a, #products_content ul li a, #products_home ul li a{
	color: #2E261D;
	text-decoration: none;
}
#products ul li a:hover, #products_content ul li a:hover, #products_home ul li a:hover{
	color: #fff;
}

#product_content ul {
	list-style-type: circle;
}

#news {
	width: 350px;
	font-size: 12px;
	float: left;
	padding: 20px;
}
#news h2 {
	color: #00accd;
	font-size: 16px;
}
#news h3 {
	color: #666;
	font-size: 12px;
	margin-top: 10px;
}
#news p {
	line-height: 18px;
	color: #666;
}
#news p a {
	color: #666;
	font-weight: bold;
}
#footer {
	background: #00accd;
	padding: 5px;
}
#footer p {
	padding-left: 70px;
	font-size: 11px;
	color: #fff;
	line-height: 35px;
	width: 850px;
	position: relative;
	margin: 0 auto 0 auto;
}
#footer p a{
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}
#footer img {
	position: absolute;
	top: -30px;
	left: 0;
}

#productlist{
	clear: both;
	padding: 20px;
}

#productlist .productbit{
	float: left;
	text-align: center;
	margin: 0 35px 35px 0;
}

#productlist .productbit p{
	font-size: 11px;
	line-height: 15px;
	color: #00accd;
}

#productlist .productbit img{
	border: 1px solid #ffffff;
}

#productlist .productbit a:hover img{
	border: 1px solid #00accd;
}

#productlist .productbit a{
	text-decoration: none;
}

#productlist .productbit a:hover p{
	color: #239190;
}

#default_content{
	padding: 15px;
}

#default_content p{
	font-size: 10px;
	line-height: 18px;
	margin-bottom: 20px;

}

 #default_content td{
	
	color: #000000;
	font-size: 11px;
}

#default_content ul li{
	
	color: #000000;
	font-size: 11px;
	padding-left:20px;
}

#default_content_test{
	
	color: #000000;
	font-size: 119px;
	padding-right: 100px;
}

#default_content h2{
	font-size: 12px;
	line-height: 24px;
	margin: 10px 0 5px 0;
	color: #239190;
}

#default_content h3{
	font-size: 10px;
	line-height: 20px;
	margin: 10px 0 5px 0;
	color: #7C684F;
}

#home-flash
{
	clear:both;
	float:left;
	width:724px;
	
}


#imageScroll
{
    width: 900px;
}
#scrollContent ul, #scrollNav ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#scrollContent
{
    overflow: hidden;
    position: relative;
    height: 271px;
    width: 610px;
    float: left;
}
.scrollContentWide
{
    position: relative;
    width: 3900px;
}
#scrollContent ul li
{
    position: relative;
    float: left;
}
#scrollContent a
{
}
#scrollNav
{
    float: right;
     text-decoration:none;
}
#scrollNav ul li
{
    height: 53px;
    width: 290px;
    display: block;
    background-image: url('../images/navbg.png');
    background-position: top right;
    background-repeat: repeat-x;
     text-decoration:none;
}
.navTopThree
{
    border-bottom: 1px solid #d0d1d2;
     width: 351px;
}

#scrollNav ul li a
{
    display: block;
    height: 53px;
    width: 171px;
    padding-left: 4px;
     text-decoration:none;
}
#scrollNav ul li a h1
{
    font-size: 12px;
    padding: 8px 0 0 8px;
    margin: 0;
    color: #999;
    text-decoration:none;
}
#scrollNav ul li a p
{
    font-family: Arial;
    font-size: 11px;
    line-height: 14px;
    padding: 3px 5px 0 8px;
    margin: 0;
    font-weight: normal;
    text-decoration:none;
}
#scrollNav ul li a.selected
{
    border-left: 4px solid #00accd;
    padding-left: 0;
     text-decoration:none;
}
#scrollNav ul li a.selected h1
{
    color: #00accd;
    text-decoration:none;
}


#contactbox, #contactbox_home {
	background: #00accd;
	padding: 12px;
	float: right;
	margin-top: 45px;
	width: 210px;
	height: 40px;
	font-size: 12px;
}

#contactbox_home{
	margin-top: -2px;
}

#contactbox a, #contactbox_home a{
	color: #2E261D;
	text-decoration: none;
}
#contactbox a:hover, #contactbox_home a:hover{
	color: #fff;
}