/* CSS Document */
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing:1px;
	line-height:20px;
	background-image:url(../images/bg_body.png);
	background-repeat:repeat;
}
h1 {
	font-size:34px;
	line-height:26px;
}
h2 {
	font-size:26px;
	line-height:24px;
}
h3 {
	font-size:20px;
	line-height:22px;
}
h4 {
	font-size:18px;
	line-height:20px;
}
h5 {
	font-size:14px;
	line-height:18px;
}
a {
	text-decoration:none;
	color:#000;
}
a:hover {
	color:#036;
	}
#container {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	height:auto;
	background-color:#FFF;
	box-shadow: 0px 1px 5px #2e3092;
}
#top {
	width:1000px;
	height:150px;
	margin:0px;
	padding:0px;
}
#banner {
	width:300px;
	height:150px;
	padding:5px;
	float:left;
}
#menu {
	width:690px;
	height:150px;
	float:right;
}
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu ul li {
	float: left;
	list-style-type: none;
	text-align:center;
}
#menu ul li a {
	display: block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color:#2e3092;
	width:138px;
	height:50px;
	padding-top:75px;
	-webkit-transition: color 1s;
	-moz-transition:    color 1s;
	-ms-transition:     color 1s;
	-o-transition:      color 1s;
	transition:         color 1s;
}
#menu ul li a:hover {
	color:#FFF;
border-bottom:solid 3px #009abc;
	background-color:#2e3092;
-webkit-transition: color .50s linear, background-color .50s linear .1s;
transition: color .50s linear, background-color .50s linear .1s;

}
#content {
	min-height:500px;
	height:auto;
	padding:10px;

}
#slider {
	height:300px;
	padding:20px;
}
#Product-Left {
	width:480px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	float:left;
	text-align:center;
	margin-bottom:10px;
	padding-right:10px;
}
#Product-Right {
	width:479px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	float:right;
	text-align:center;
	margin-bottom:10px;
	padding-left:10px;
	border-left:solid 1px gray;
}
.line-y {
	width:980px;
	height:1px;
	background-color:#2e3092;
	margin:10px 0px 10px 0px;
}
#Contact-Left {
	width:420px;
	height:500px;
	margin-left:auto;
	margin-right:auto;
	float:left;
	text-align:center;
}
#Contact-Right {
	width:529px;
	height:500px;
	margin-left:auto;
	margin-right:auto;
	float:right;
	border-left:solid 1px #CCC;
	padding-left:30px;
}

#footer {
	width:auto;
	height:40px;
	border-top:solid 1px #999;
	margin-bottom:5px;
	padding:25px 10px 0px 10px;
}
.textbox { 
    border: 1px solid #c4c4c4; 
    height: 25px; 
    width: 275px; 
    font-size: 13px; 
    padding: 4px 4px 4px 4px; 
    border-radius: 4px; 
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    box-shadow: 0px 0px 8px #d9d9d9; 
    -moz-box-shadow: 0px 0px 8px #d9d9d9; 
    -webkit-box-shadow: 0px 0px 8px #d9d9d9; 
} 
 .textbox2 { 
    border: 1px solid #c4c4c4; 
    font-size: 13px; 
    padding: 5px 5px 5px 5px; 
    border-radius: 4px; 
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    box-shadow: 0px 0px 8px #d9d9d9; 
    -moz-box-shadow: 0px 0px 8px #d9d9d9; 
    -webkit-box-shadow: 0px 0px 8px #d9d9d9; 
} 
 .clear {
	clear: both;
 }
.pad {padding:10px;}
