@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	text-shadow: rgba(0, 0, 0, .4) 0 1px 0;
}
h1 {
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 10px;
	color:#666;
}
h2 {
	margin-bottom: 10px;
	font-size: 26px;
	font-weight: normal;
}
h3 {
	font-size: 18px;
	font-weight: bold;
	color: #25708F;
	margin-bottom: 5px;
        border-bottom-style: solid;
	border-bottom-color: #25708F;
        border-bottom-width: 1px;
}
h4 {
	color: #DF1A1A;
	font-size: 42px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding-bottom: 10px;
	text-align: center;
}
h5 {
	color: #DF1A1A;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding-bottom: 10px;
	text-align: center;
}
h6 {
	font-size: 28px;
font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #DF1A1A;
	margin-bottom: 5px;
        border-bottom-style: none;
	border-bottom-color: #000000;
        border-bottom-width: 1px;
text-align: center;

}
p {
	font-size: 14px;
	line-height: 22px;
	color: #333333;
	margin-bottom: 10px;
}
.wrapper {
	width: 980px;
	margin: 0px auto;
	position: relative;
}
.clear {
	clear: both;
}
#header {
	background-color: #FFFFFF;
}
#sub {
 background-image: url(images/sub.png);
}
#logo {
	height: 152px;
	width: 373px;
	float: left;
	margin-bottom: 10px;
	background-image: url(images/logo.png);
}
#headright {
	float: right;
	width: 400px;
	text-align: right;
	color: #393939;
	font-size: 50px;
	padding-top: 30px;
}
#headright span {
	font-size: 14px;
	display: block;
	font-weight: bold;
	color: #DD1515;
}
#headright i {
	font-size: 16px;
	color: #FFCC00;
	display: block;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}
#navigation {
	background-image: url(images/nav.png);
	background-color: #FFFFFF;
	padding-bottom: 10px;
	background-repeat: repeat-x;
}
#nav li {
	float: left;
	list-style-type: none;
}
#nav a {
	padding: 13px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	margin-right: 10px;
}
#nav a:hover {
	background-color: #DD1515;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
}
#banner {
	position: relative;
	background-image: url(images/bannerbg.png);
	background-repeat: repeat-x;
	background-color: #F0F0DB;
}
#bigbanner {
	background-image: url(images/banbg.png);
	height: 340px;
	width: 1000px;
	margin-left: -500px;
	position: absolute;
	left: 50%;
	top: -10px;
}
#slider {
	padding: 10px;
	height: 300px;
	background-image: url(images/slide.png);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#content {
	background-color: #F0F0DB;
}
#content .wrapper {
	background-color: #FFFFFF;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
#boxes {
}
.box {
	float: left;
	margin: 10px;
	padding: 10px;
	width: 286px;
	display: block;
	text-decoration: none;
}
.box img {
	border: none;
	margin-bottom: 10px;
}
.box:hover h5 {
	color: #DD1515;
}
#left {
	float: left;
	width: 620px;
	padding: 15px;
}
#right {
	float: right;
	width: 307px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-top: 15px;
}
#one {
	padding: 15px;
	}
#one img {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	}
.right{
	float:right;
	width: 550px;}
.alignleft {
	margin: 7px 10px 10px 0;
	float:left;}
.alignright {
	margin: 7px 0 10px 10px;
	float:right;}
div .alignleft {
	margin-right: 35px!important;
	clear:both;
	}
.xoxo li {
	list-style: none;
	padding: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#footer {
	background-color: #333333;
}
#footnav {
	float: left;
	width: 790px;
	padding-bottom: 5px;
}
#footnav li {
	list-style-type: none;
	float: left;
}
#footnav a {
	color: #999999;
	display: block;
	padding: 10px;
	text-decoration: none;
	font-size: 12px;
}
#footnav a:hover {
	color: #FFFFFF;
}
#footright {
	float: right;
	width: 150px;
	padding-right: 10px;
}
#copy {
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
#copy a {
	color: #FFFFFF;
}
.shadow {
	background-image: url(images/shadow.png);
	height: 30px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
blockquote {
	display:block;
	font-size: 14px;
	margin-bottom: 10px;
	padding: 20px 0 10px 0;
	border-top:dashed 1px #900;
}
blockquote p {
	padding:0 10px;
}
blockquote span {
	background-color:#DD1515;
	color:#FFF;
	padding:10px;
	display:block;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.foot li {
	list-style:none;
	float:right;}

#left li {
	font-size: 16px;
	color:#DF1A1A;
	margin-left: 35px;
	margin-bottom: 10px;
	line-height: 22px;
border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #DF1A1A;
}
.section {
	float: left;
	width: 462px;
	margin-bottom: 15px;
	color: #333;
	text-decoration: none;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	min-height: 200px;
}
.secimg {
	float: left;
	height: 150px;
	width: 150px;
	
}
.secimg img{
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;}
.secinfo {
	float: right;
	width: 300px;
}
.section:hover {
	background-color: #F1F0DB;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
.prodhead {
	font-size:28px;
	color:#333;
	margin-bottom: 10px;
	display:block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D7D7D7;
	padding-bottom: 10px;
}