/* 清除内外边距 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {background: transparent;  border: 0; margin: 0; padding: 0; vertical-align: baseline;}

body { line-height: 1;}

body,
button, input, select, textarea {font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;} /* font: 14px/1 "Helvetica Neue", Helvetica, Arial, sans-serif; 用 ascii 字符表示，使得在任何编码下都无问题 */ /* for ie */

/*.eng{font: 16px/1 Georgia, 'Times New Roman', serif;}*/

header, footer, nav, section {display: block;}
ul, ol , li { list-style: none; }

a {text-decoration: none; }
a:hover { text-decoration: underline; }
a:link {color: #034af3;text-decoration: underline;}
a:visited {color: #505abc;}
a:active {color: #12eb87;}

html { overflow-y: scroll; }

h1, h2, h3, h4, h5, h6 {clear: both;font-weight:bolder;font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;}

/*.eng h1,.eng h2,.eng h3,.eng h4,.eng h5,.eng h6{font-family: Georgia, 'Times New Roman', serif;}*/

blockquote {quotes: none;}
blockquote:before, blockquote:after {content: '';content: none;}
del {text-decoration: line-through;}

table {border-collapse: collapse;border-spacing: 0;}
a img {border: none;}

.clear{clear: both; margin: 0; padding: 0; height: 0; font-size: 0; line-height: 0;}

/* =Layout
-------------------------------------------------------------- */
#container {width:100%; height:auto;}

/* =Fonts
-------------------------------------------------------------- */
h1 { font-size: 20px;}/* 18px / 12px = 1.5 */
h2 { font-size: 18px;}
h3 { font-size: 16px;}
h4, h5, h6 { font-size: 100%;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
body {line-height: 18px; } /*background-color:#FCFCFC;*/

.bound{margin:0px auto;position:relative;width:1006px;}
.contentbound{width:85%;margin:0px auto;overflow:hidden; position:relative;max-width:960px;}

p {margin: 0 0 1.143em 0;line-height:1.45em;}

h1,h2{
	color: #019B62;
	font-size: 36px;
	font-weight: normal;
}

table, th, td
{
border: 2px solid #fff;
}

/* =Header
-----------------------------------------------------------------*/
#header {
	background-color:#fff;
	width: 100%;
}

#header .background {
	height: 100px;
/*background: url(../images/logo-back.jpg) no-repeat center;*/
}

/** Logo **/
#logo {
	font-size: 36px;
	font-weight: normal;
	width:40%;
	float:left;
}

#logo a {
	color: Grey;
	text-decoration: none;	
  padding-left: 20px;	
}

/**search1**/
form#search1{
float:right;
}
#search1 input[type="text"] {
    background-color:#F2F2F2;
    border: 2px solid #BDBDBD;
    font:13px Helvetica,Arial,Sans-serif;
    color: #A4A4A4;
    width: 250px;
	height:25px;
	float:right;
    margin-top:40px;
	padding-left:0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    }

#search1 input[type="text"]:focus {
    margin-left:0px;
    margin-right:0px;
    padding-left:0px;
    padding-right:0px;
    width: 300px;
    }
    
.sample-request{
width:135px;
height:25px;
background: url(../images/sample.jpg) repeat;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
float:right;
margin-top:20px;
}
.sample-request a{
color:#0B610B;
text-decoration:none;
padding-left:5px;
padding-top:2px;
}


/** Navigation **/
#navigation {
	width:100%;
	height: 42px;
	border-top:1px solid #D8D8D8;
	border-bottom:1px solid #D8D8D8;
	border-left:1px solid #D8D8D8;
	background: url(../images/bg-navigation.png) repeat;
	margin: 0 auto;
	float:left;
}

#navigation li {
	float: left;
	width: 200Px;
	/*border-style: none solid;*/
	/*border-width: 1px;*/
	/*border-color: #0B6138;*/
	border-right:1px solid #bdbdbd;
}

#navigation li a {
  color: #173B0B;
	display: block;
	font-size: 18px;
	font-weight: normal;
	line-height: 42px;
	text-align: center;
	text-decoration: none;
	letter-spacing: 1px;	
}

#navigation li.selected a {
background: url(../images/nav2.jpg) repeat-x;
background-image: -ms-radial-gradient(center top, circle farthest-corner, #019B62 0%, #001F13 100%);
/* Mozilla Firefox */ 
background-image: -moz-radial-gradient(center top, circle farthest-corner, #019B62 0%, #001F13 100%);
/* Opera */ 
background-image: -o-radial-gradient(center top, circle farthest-corner, #019B62 0%, #001F13 100%);
/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(radial, center top, 0, center top, 509, color-stop(0, #019B62), color-stop(1, #001F13));
/* Webkit (Chrome 11+) */ 
background-image: -webkit-radial-gradient(center top, circle farthest-corner, #019B62 0%, #001F13 100%);
/* W3C Markup, IE10 Release Preview */ 
background-image: radial-gradient(circle farthest-corner at center top, #019B62 0%, #001F13 100%);	
	border-color: #fff;
	color: #fff;
}

#navigation li a:hover{
/*	background-color:#BDBDBD;*/
	color: #019B62;
}
#navigation ul {
display: inline-block;
list-style: none;
margin: 0;
padding: 0px 0px;
float:left;
}

#navigation ul li span b {
	display: inline-block;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 7px solid #0B610B;
	margin-left: 8px;
	position: relative;
	top: -1px;
}

.dropotron {
	background-color: #EBEBEB;
	/*border-top: solid 1px #00a9a0;*/
	border: solid 1px #019B62;
	margin: 0;
	padding: 15px 10px 15px 10px;
	min-width: 200px;
  /*-moz-border-radius: 6px;*/
  /*border-radius: 6px;*/
	/*-moz-box-shadow: 0px 4px 4px 0px #00a9a0;*/
  /*-webkit-box-shadow: 0px 4px 4px 0px #00a9a0;*/
  /*box-shadow: 0px 4px 4px 0px #00a9a0;*/
  background-image:url(../images/dropotron-bg.gif) repeat-x;

background-image: -ms-linear-gradient(top, #FFFFFF 0%, #EFEFEF 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #FFFFFF 0%, #EFEFEF 100%);

/* Opera */ 
background-image: -o-linear-gradient(top, #FFFFFF 0%, #EFEFEF 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #EFEFEF));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #EFEFEF 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #FFFFFF 0%, #EFEFEF 100%);  
	border-top: solid 6px #019B62;
	border-bottom: solid 2px #019B62;
}

.textshadow .dropotron {
  	text-shadow: 0 1px 1px #EBEBEB;
}

.rgba .dropotron{
}

.dropotron a, .dropotron span {
  color: #333;
	text-decoration: none;
	letter-spacing: 1px;
	display: block;
	width: 100%;
	position: relative;
	line-height:30px;
}

.dropotron a:hover {
color: #019B62;
}

.dropotron span b {
	display: inline-block;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 7px solid #333;
	position: absolute;
	right: 0px;
	top: 7px;
}

.dropotron li:hover span b {
	border-left-color: #019B62;
}

.dropotron li:hover, .dropotron li.active {
/*	background:#00a9a0;
	border-top: solid 1px #00a9a0;
	border-bottom: solid 1px #00a9a0;
	border-left: solid 1px #00a9a0;
	border-right: solid 1px #00a9a0;*/
  font-weight:normal;	
}

/* =Contents
-----------------------------------------------------------------*/
#location{
padding:15px 0px 50px 20px;
color:#A4A4A4;
font-size:17px;
}

#location a{
text-decoration:none;
color:#A4A4A4;
}

#location a:hover{
color:#019B62;
text-decoration:none;
}

#slider {
	position: relative;
	width: 100%;
	height:375px;
	margin-top:20px;  
	border:1px solid #dbdbdb;
}

#slider .viewer {
width:100%;
height:100%;
}

#slider .slide {
	width: 1006px;
	height: 375px;
}

#slider .indicator {
  position: relative;
	z-index: 1;
	text-align: right;
	margin-top: -20px;
	margin-right:5px;
}

#slider .indicator span {
	display: inline-block;
	text-indent: -9999em;
	width: 15px;
	height: 15px;
	background:#fff;
	opacity:1;
	border-radius: 5px;
	margin: 0 2px 0 2px;
}

#slider .indicator span.active {
	background: #80FF00;
}

#adbox # a{
	font-size:15px;
	color:#019B62;
	padding-left:20px;
	line-height:19px;
}

#adbox #home-sider ul li{
font-size:15px;
line-height:17px;
}

#contents #adbox{
	height:auto;
	width:100%;
}

#home-sider2 a{
	font-size:15px;
	color:#019B62;
	padding-left:20px;
	line-height:19px;
}

#home-sider2 ul li{
font-size:15px;
line-height:17px;
}

#home-sider2{
	width:220px;
	height:500px;
/*	border:3px solid #CEF6F5;	
	border-radius: 10px;*/
	border:1px solid #dbdbdb;
	border-top:6px solid #019B62;
	float:right;
	margin-right:10px;
	background: url(../images/contactus.jpg)  right top;
	background-repeat:no-repeat
}
#home-sider2 #contactus a{
font-size:21px;
color:#019B62;
width:200px;
height:90px;
text-decoration:none;
padding-left:15px;
line-height:25px;
}
#home-sider2 #contactus a:hover{
text-decoration:underline;
}
#home-sider2 #contactus p{
padding-top:5px;
padding-left:15px;
}
#home-sider2 #contactus p2{
color:#019B62;
font-size:20px;
padding-top:5px;
padding-left:15px;
line-height:25px;
}	

.more {
	background-position: 0 -35px;
	color: #636974;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	height: 35px;
	line-height: 35px;
	width: 170px;
	padding: 1px 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
.more:hover {
	background-position: 0 -82px;
	color: #010000;
}

#contents {
	margin-top: 10px;
	/*border:1px solid #dbdbdb;*/
	border-bottom:6px solid #019B62;
	background-color:#fff;
	width:1004px;
	min-height:500px;
	padding:5px 0px 30px 0px;
  display:inline-block;	
/*  -moz-border-radius: 5px;	
	border-radius:5px;*/
}

.content-pic
{
width:730px;
height:189px;
border:10px solid #dbdbdb;
margin-bottom:30px;  
}
.content-pic img
{
  max-width:100%;
  min-height:189px;
}
 #home-sider{
	width:220px;
	/*border:3px solid #CEF6F5;*/
  border: 1px solid #DBDBDB;
  border-top: 6px solid #019B62;	
	float:right;
	margin-right:10px;
	padding-bottom:30px;
	background: url(../images/contactus.jpg)  no-repeat right top;
  /*-moz-border-radius-topright:10px;
  -moz-border-radius-topleft:10px;
  -moz-border-radius-bottomright:10px;
  -moz-border-radius-bottomleft:10px;
  border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;*/
}

.splitter
{
border-top: #019B62 2px dashed; 
width:100%; 
height: 2px;  
}

#home-sider .splitter
{
width:109%; 
}

#contents #home-sider #contactus a{
font-size:20px;
color:#019B62;
width:200px;
height:90px;
padding-left:00px;
text-decoration:none;
padding-left:20px;
line-height:25px;
}

.navarrow
{
  background:url(../images/go.gif)  no-repeat left 7px;
}

#home-sider .navarrow
{
    margin-left:20px;
}

#home-sider2 .navarrow
{
    margin-left:16px;
}

#home-sider2 .navarrow font
{
    margin-left:5px;
}

#contents #home-sider #contactus a:hover{
text-decoration:underline;
}

#contents #home-sider #contactus p{
padding-top:5px;
padding-left:20px;
}

#contents #home-sider #contactus p2{
color:#019B62;
font-size:20px;
padding-top:5px;
padding-left:20px;
line-height:25px;
}	

#applicaiton-info h5{
color: #019B62;
	font-size: 20px;
	font-weight: normal;
}

#applicaiton-info h4{
	color: #019B62;
	}
	
#applicaiton-info h3{
	color: #019B62;
font-size: 26px;
font-weight: 200;
letter-spacing: 2px;
line-height:26px;
	}
	
#contents h2 {
	font-size: 35px;
	line-height: 24px;
}

#contents h4 {
	font-size: 20px;
	line-height: 24px;
	margin: 0 0 12px;
}

#contents h6 {
	font-size: 12px;
	line-height: 24px;
}

#contents p {
	color: #6E6E6E;
	font-size: 16px;
	line-height:25px;
	letter-spacing:normal;
  font-weight: normal;
}

#contents p a {
	color: #019B62;
}
#contents p a:hover {
	color: #721f29;
}

#contents #overview{
	width: 660px;
	float:left;
	padding-left:30px;
	background-color:#fff;
}

#contents #overview p{
  padding-bottom:50px;
	border-bottom: #A4A4A4 1px dashed;
}
#contents #main{
	width:660px;
	float:left;
	margin-top:30px;
	padding-left:30px;
	padding-bottom:50px;
}
#contents #main h4{
	color:#019B62;
}

#contents .section {
	width: 250px;
	padding: 0 0 0 20px;
	margin-right:10px;
	float:right;
  background: #999; /* for non-css3 browsers */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#D9D9D9'); /* for IE */
  background: -moz-linear-gradient(top,  #FFFFFF,  #D9D9D9); /* for firefox 3.6+ */  
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #D9D9D9)); /* for webkit browsers */	
}

#contents .section h4{
	color:#019B62;
}
#contents .section p{
	width:230px;
  color: #6E6E6E;
  font-size: 16px;
  line-height: 25px;
  margin: 0;
  padding: 0 0 24px;
  letter-spacing: normal;
  font-weight: normal;	
}

#contents #content-home{

}

#content-home{
	width:1006px;
	height:350px;;
	background-color:#fff;
	margin-top:30px;
	margin-bottom:20px;	
}
#content-home h3 { font-size: 16px;font-weight:bold;text-align:center;margin-top:20px;height:30px;}

#content-home p{
font-size:14px;
line-height:1.45em;
color:#848484;
margin-top:10px;
text-align:center;
padding:0 10px;
height:110px;
}

#content-home a{
font-size:15px;
color:#0042B5;
font-weight:bold;
text-decoration:none;
display:block;
padding:0 72px;
}

#content-home p a{
font-size:15px;
color:#0042B5;
font-weight:normal;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#content-home a:hover{
text-decoration:underline;
}
.content-home-img{
width:159px;
height:105px;
border:7px solid #fff;
margin:0 auto;
}

#content-home1{
width:242px;
height:350px;
background-color:#FAFAFA;
float:left;
border-radius:5px;
border:1px solid #E6E6E6;
border-bottom:2px solid #BDBDBD;
}
#content-home2{
width:242px;
height:350px;
background-color:#FAFAFA;
float:left;
margin-left:10px;
border-radius:5px;
border:1px solid #E6E6E6;
border-bottom:2px solid #BDBDBD;
}
#content-home3{
width:242px;
height:350px;
background-color:#FAFAFA;
float:left;
margin-left:10px;
border-radius:5px;
border:1px solid #E6E6E6;
border-bottom:2px solid #BDBDBD;
}
#content-home4{
width:242px;
height:350px;
background-color:#FAFAFA;
float:right;
border:1px solid #E6E6E6;
border-bottom:2px solid #BDBDBD;
border-radius:5px;
}

#contact{
width:900px;
height:200px;
padding:48px 30px 24px;
}
#contact-info{
width:680px;
float:left;
padding-left:0px;
margin-left:0px;
}

#contact #contactpage{
float:right;
width:130px;
height:100px;
background-color:#fff;
padding-top:40px;
padding-right:20px;
}

#contents #shadow{
position:relative;
top:-10px;
left:-5px;
}

#contents #form-part{
height:950px;
}

#contents #notice{
width:350px;
float:left;
background-color:#fff;
padding-left:30px;
margin-top:50px;
}

#contents .contact-form{
	border:1px solid #D8D8D8;
	width: 500px;
	padding: 0 0 50px 20px;
	float:right;
	margin:50px 50px 0px 0px;
	/*border-radius: 15px;*/
	border-top:6px solid #019B62;
	
}
.contact-form label {
	float: left;
	color:  #019B62;
	display: inline-block;
	font-size: 17px;
	line-height: 30px;
	width: 300px;
	text-align: left;
	margin-left:55px;	
}

.contact-form input[type='text'] {
	color: #636974;
	height: 30px;
	line-height: 35px;
	width: 350px;
	border: 1px solid #d7d7d7;
	margin: 0 0 13px;
	margin-left:55px;
	padding: 0 4px;
	border-radius: 5px;	
}
.contact-form textarea {
	color: #636974;
	display: inline-block;
	height: 95px;
	line-height: 24px;
	width: 342px;
	border: 1px solid #d7d7d7;
	margin: 0 0 4px;
	padding: 0 4px;
	overflow: auto;
	margin-left:55px;
}
.contact-form input[type='submit'] {
	background-position: 0 0;
	color: #fff;
	cursor: pointer;
	height: 25px;
	line-height: 25px;
	width: 52px;
	border: 0;
	margin-left: 0px;
	padding: 0;
	margin-left:55px;
	background-color:#019B62;/* IE10 Consumer Preview */ 
background-image: -ms-radial-gradient(center top, circle farthest-corner, #019B62 0%, #001F13 100%);

/* Mozilla Firefox */ 
background-image: -moz-radial-gradient(center top, circle farthest-corner, #019B62 0%, #001F13 100%);

/* Opera */ 
background-image: -o-radial-gradient(center top, circle farthest-corner, #019B62 0%, #001F13 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(radial, center top, 0, center top, 509, color-stop(0, #019B62), color-stop(1, #001F13));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-radial-gradient(center top, circle farthest-corner, #019B62 0%, #001F13 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: radial-gradient(circle farthest-corner at center top, #019B62 0%, #001F13 100%);	
}
.contact-form input[type='submit']:hover {
	background-position: -62px 0;
	color: #fff;
}


#contents > div:first-child {
}
/** adbox **/
#contents #adbox {
	padding: 0 0 10px;
	position: relative;
}

#adbox > div {
	height: 450px;
	padding-right: 20px;
	-webkit-border-bottom-right-radius: 1px;
	-webkit-border-bottom-left-radius: 1px;
	-moz-border-radius-bottomright: 1px;
	-moz-border-radius-bottomleft: 1px;
	border-bottom-right-radius: 1px;
	border-bottom-left-radius: 1px;
}
#adbox > div:after {
	clear:both;
	content:"";
	display:block;
	height:1%;
	line-height:0;
	visibility:hidden;
}
#adbox h1 {
	padding-top: 18px;
}
#adbox h4 {
	font-size: 14px;
}
#adbox img {
	float: left;
	margin-right: 20px;
}


/** Sidebar **/


#sidebar, .highlight {
	float: right;
	padding-right:0px;
	display: inline-block;
	border-left: 1px solid #BDBDBD;
	margin: 0 0 0px 0px;
}


/** list **/
ul.list {
	list-style: none;
	width: 900px;
	margin: 0;
	padding: 0;
}
ul.list li h5 + img {
	float: left;
	margin-right: 20px;
	margin-top: 6px;
}

/** About **/

#contents #about {
	padding-bottom: 0;
	padding-left:0px;
  position:relative;
  float:left;
}

.content-left{width:100%;float:left;}
.content-right{width:28%;float:right;}

#about #main img {
	margin-bottom: 18px;
}


/** application **/
#contents #application {
	display: inline-block;
	width: 1006px;
	height:auto;
	padding-left:0px;
	margin-top:0px;
}

#application ul .app-menu{
	background-color:#F2F2F2;
}
#application ul .app-menu a:hover{
	font-weight:bold;
}
#application ul .app-menu .selected{
	color:#5FB404;
}

#application-nav .selected a{
	font-weight:bold;
	color:#019B62;
	font-size:18px;
}

#application-nav{
	width:23%;
	height:auto;
	float:left;
}
#application-nav #list1 a{
	font-size:14px;
	color:grey;
	line-height:20px; 
	text-decoration:underline;
	letter-spacing:0.5px;
	font-weight: normal;
	padding:0 0 10px 24px;
}

#application-nav #list1 a:hover{
	color:#0431B4;
	text-decoration:underline;
}

#application-nav #list1 a.selected {
	color:#019B62;
}

#application-nav ul{
	background-color:#fff;
	/*border:0px solid #dfe1e4;*/
	/*border-radius:10px;*/
  border-top: 6px solid #019B62;	
	float:left;
	list-style:none;
	margin:0 0px 0 0;
	padding:0;
	width:200px;
}

#applicaiton-info{
	float:left;  
	width:76%;
}

#applicaiton-info td{
line-height:20px;
padding-bottom:10px;
padding-top:10px;
padding-left:8px;
padding-right:8px;
}

#applicaiton-info th{
line-height:20px;
padding-bottom:10px;
padding-top:10px;
padding-left:8px;
padding-right:8px;
}

#application .applicaiton-info ul li span{
width:500px;
}

#applicaiton-info a{
	color:#019B62;
	float:left;
	font-style:italic;
	font-size:17px;
}

#applicaiton-info ul {
  float:left;
  margin-bottom:20px;
}

#applicaiton-info li {
font-size: 16px;
line-height: 30px;
color: #6a7578;
float: left;
text-align: left;
list-style-type: circle;
}

#application-nav ul li.last:hover{
	border-radius:0 0 10px 10px;
}
#application-nav ul li{
	border-top:1px solid #dfe1e4;
}
#application-nav ul li a{
	color:#6a7578;
	display:block;
	font-size:16px;
	letter-spacing:.025em;
	line-height:17px;
	padding:14px 0 10px 19px;
	text-decoration:none;
	font-weight:500;
}
#application-nav ul li a:hover{
	color:#019B62;
}

#applicaiton-info div{
	position:relative;
}


#readmore{
	width:490px;
	height:50px;
	background-color:#fff;
	margin-top:20px;
}

#readmore a {
color: #019B62;
float: left;
font-style: italic;
font-size: 17px;
}

#application #shadow{
position:relative;
top:-10px;
}

/** product **/
#product #sidebar {
	min-height: 616px;
	margin-left: 19px;
}
#product-list{
float:left;
text-align:right;
line-height:30px;
}
#product-list a:hover{
text-decoration:none;
}

.footshadow
{
  height:20px;
  background: url(../images/footer.gif) no-repeat top center;
}
.footer{
color:#019B62;
margin-top:10px;
}

