@charset "utf-8";
#main_table {
/*	border-collapse:collapse;
	padding:0px 0px 0px 0px;
	border: 1px solid #CCC;*/
	border: 1px solid #CCC;
}

#header {
	position: relative;
	height: 100px;
	width: 1000px;
	background-color: #FFF;
	float: none;
}

#logo {
	margin-top: 15px;
	float: left;
	height: 68px;
	width: 212px;
	margin-bottom: 15px;
}

#search_box {
	position: relative;
	height: auto;
	width: 205px;
	float: right;
	margin-top: 75px;
	background-color: #FFF;
	margin-bottom: 15px;
	vertical-align: middle;
}
#search_btn {
	float: right;
	position: static;
	background-repeat: no-repeat;
	border-width: 0px 0px 0px 0px;
	border-style: none;
	background-image: url(images/search_btn.jpg);
	width: 64px;
	height: 23px;
}
#menu_box {
	position: relative;
	height: 38px;
	width: 700px;
}

.container {
	width: 1000px;
	padding: 0;
	margin: 0 auto;
}
.folio_block {
	position: absolute;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
 
/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}

/*--Window/Masking Styles--*/
.window {
	height:300px;
	width: 1000px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: -2px;
	left: -1px;
}
.image_reel img {

float: left;
background-color: #FFFFFF;
}

 
/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: -9px;
	right: 0px;
	width: 178px;
	height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	background: url(paging_bg2.png) no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	font-family:arial, verdana, sans-serif;
	padding: 5px;
	text-decoration: none;
	color: #000;
	font-size: 18px;
}
.paging a.active {
	font-family:arial, verdana, sans-serif;
	font-weight: bold;
	border: 1px solid #999;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #666;
	color: #FFF;
}
.paging a:hover {
	font-weight: bold;
	color: #FFF;
}

#feature_con {
	position: relative;
	height: auto;
	width: 1000px;
	margin-top: 325px;
}

.fbox {
	/*height: 105px;*/
	width: 318px;
	float:left;
	border: 1px solid #CCC;
	/*padding: 20px;*/
}

#f2 {
	margin-left:20px;
}
	
#f3 {
	margin-left:20px;
}

.feature_title{
	width: 170px;
	float:left;
	margin-left:0px;
	margin-top:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: normal;
	color: #39C;
	height: auto;
}

.feature_title a {
	color: #39C;
	text-decoration: none;
}
.feature_title a.active {
	font-weight: normal;
}
.feature_title a:hover {
	font-weight: normal;
	color: #39C;
	text-decoration: underline;
}

.feature_title a:visited {
	text-decoration: underline;
	color: #39C;
}


.feature_pic {
	height: 100px;
	width: 100px;
	float:right;
	margin-right:0px;
	margin-top:0px;
	overflow: hidden;
	border: 1px solid #CCC;
}

.feature_pic a {
}
.feature_pic a.active {

}
.feature_pic a:hover {

}

.feature_des {
	width: 160px;
	float:left;
	margin-left:0px;
	margin-top:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	text-align: left;
	height: auto;
}

.feature_des ul {
	text-align: left;
	margin:0 0;
	white-space: normal;
	display: inline;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
}

#feature_home {
	margin-topt:40px;
	margin-top: 5px;
	margin-bottom: 0px;
	float: left;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: lighter;
	color: #5da9dd;
	text-align: left;
	margin-top: 0px;
	line-height: 1.2;
	letter-spacing: 1pt;
	margin-bottom: 5px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666;
	text-align: left;
	line-height: 1.5;
	margin-top: 0px;
}

p a {
	color: #00a6d6;
	text-decoration: none;
}

p a:hover {
	font-weight: Normal;
	color: #666;
	text-decoration: none;
}

p a:visited {
	text-decoration: none;
}



.feature_link {
	width: 70px;
	margin-right:0px;
	margin-top:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
}

.feature_link a {
	color: #0285AF;
	
	text-decoration:none;
}
.feature_link a.active {
	font-weight: normal;
	text-decoration: underline;

}
.feature_link a:hover {
	font-weight: Normal;
	color: #666;
	
	text-decoration: underline;
}

.feature_link a:visited {
	text-decoration: none;
	color: #39C;
}

#content_container {
	margin-top:0px;
}

#content {
	width:598px;
	float:left;
	margin-left:0px;
	margin-top:25px;
	margin-right: 0px;
	border: 1px solid #CCC;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	height: 452px;
}
#intro_link {

}

#intro_link a{
	text-decoration: none;
}

#intro_link a:hover{
	text-decoration:underline;
}

#article_list_link {
	float: left;
}

#product_thum {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	width: 660px;
	float: left;
	margin-top: 0px;
	height: auto;
}
.thumb_box {
	height: 200px;
	width: 150px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	float: left;
	margin-left: 15px;
}
.thumb_pic {
	border: 1px solid #CCC;
	height: 145px;
	width: 145px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;

}
.thumb_pic a {
	color: #666;
	text-decoration:none;
}
.thumb_pic a:hover {
	color: #39C;
	text-decoration:none;
}


h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	margin-top: 5px;
	font-weight: normal;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #0285AF;
	text-align: left;
	text-indent: 2%;
	margin-top: 0px;
}



#news_container {
	width:318px;
	float:right;
	margin-right:0px;
	margin-top:0px;
	height: 514px;
	overflow: hidden;
}
.tab_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
	text-indent: 5%;
}
#date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #41C4DC;
	text-align: left;
}
.new_box {
	width: auto;
	text-align: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #41C4DC;
	line-height: 1.3;
	overflow: hidden;
}

#last_box{
	border-bottom-style:none
	 }

#article_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #39C;
	font-weight: normal;
	text-align: left;
}

#article_title a {
	text-decoration: none;
	color: #00aeef;
}

#article_title a:hover {
	text-decoration: none;
	color: #666;
}

.address{
	height:70px;
	width:200px;
	float:left;
	margin-left:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #009CD3;
	text-align: left;
	}
	
.copyright{
	height:20px;
	width:330px;
	float:right;
	margin-right:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #009CD3;
	margin-top: 35px;
	text-align: right;
	}
	
#footer_container {
	margin-top: 65px;
}
.page_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}

.page_nav a {
	color: #666;
	text-decoration:none
}

.page_nav a.active {
	text-decoration:underline;
}

.page_nav a:hover {
	color: #0285AF;
	text-decoration:underline;
}

#page{
	float:left;
	width:235px;
	}
	
#jump{
	float:right;
	
	}
#article_inner {
	float: left;
	width: 600px;
	border: 1px solid #CCC;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	height: auto;
	padding-top: 30px;
	position: relative;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: normal;
	color: #0285AF;
	text-align: left;
	margin-top: 25px;
	margin-bottom: 5px;
}
h4 {
	font-size: 16px;
	font-weight: normal;
	color: #0285AF;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
}

h4 a:link {
	color: #0285AF;
	margin: 0 0 0 0;
}

h4 a:visited {
	text-decoration: underline;
	color: #0285AF;
}

h4 a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #00a9f3;
}

h4 a:active {
	text-decoration: none;
}

#article_pic{
	border:
	border: 1px solid #CCC;
	padding: 0px;
	/*height: 200px;*/
	width: 318px;
	border: 1px solid #CCC;
}
#contact_form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	width: 400px;
	float: left;
	height: 500px;
}
.con_table {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0;
}
#form_container {
	float: left;
	border: 1px solid #CCC;
	width: 680px;
	height: 406px;
	overflow: hidden;
	margin-top: 0px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
.border {
	border: 1px solid #CCC;
}
#contact_msg {
	float: right;
	width: 230px;
	height: 476px;
	overflow: hidden;
	margin-top: 0px;
}

#article_list {
	float: left;
	width: 938px;
	border: 1px solid #CCC;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	padding-top: 15px;
	height: auto;
}

.more {
	width: 70px;
	float:right;
	margin-right:5px;
	margin-top:10px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3CF;
}

.article_box {
	width: 938px;
	float:none;
	font-family: Arial, Helvetica, sans-serif;
	height: auto;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #0285AF;
}

#about_text{
	width: 940px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	border: 1px solid #CCC;
	margin-top: 0px;
	}
#Category_container {
	width:318px;
	float:right;
	margin-right:0px;
	margin-top:0px;
}
#contact_container {
	margin-top:0px;
}
.container2 {
	width: 700px;
	padding: 0;
	margin: 0 auto;
}
#product_container {
	margin-top:0px;
}

h5 a {
	text-decoration: none;
	color: #666;
}

h5 a:hover {
	text-decoration:underline;
	color: #39C;
}

h5 a:visited {
	text-decoration:underline;
	color: #666;
}

#about_container {
	margin-top:0px;
}

br{
	font-size:9px
}

#article_pbox {
	width:318px;
	float:right;
	margin-right:0px;
	margin-top:0px;
	height: 700px;
	margin-left: 0px;
}
.test{
	color: #3CF;
	text-decoration: underline;
	}

#nomargin{
		margin-left:0px;
}
.Paragraph {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: 1.5;
	text-align: justify;
	color: #666;
}

.Paragraph a {
	color: #00a6d6;
	text-decoration: none;
}

.Paragraph a:hover {
	font-weight: Normal;
	color: #666;
	text-decoration: none;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	font-weight: normal;
	margin: 8px 0px 5px 0px;
}
