body {
	margin:0;
	background:#000063 url(/images/template/bg-body.jpg) 50% 0 no-repeat;
	font:11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#717070;
}
img { border-style:none;}
a { 
	text-decoration:none;
	color:#00aedb;
}
a:hover { text-decoration:underline;}
a:focus,input:focus {outline:none;}
input, textarea, select { vertical-align:middle;}
form, fieldset {
	margin:0;
	padding:0;
	border-style:none;
}
p {margin:0 0 6px;}
p,ul,ol {color:#717070;}
h2 {
	margin:0 0 18px;
	font-size:13px;
	text-align:left;
	color:#fff;
	background:url(/images/template/bg-title-l.gif) repeat-x;
}
h3 {
	color:#f88025;
	font-size:14px;
	margin:0 0 7px;
	line-height:16px;
}
h4 {
	font-size:11px;
	margin:13px 0 7px;
	line-height:15px;
        font-weight: bold;
	color:#717070;
}
#wrapper {
	width:984px;
	margin:0 auto;
}
/* header */
#header {
	padding-top:17px;
	color:#fff;
}
.header-holder {
	height:120px;
	overflow:hidden;
	padding:0 45px 0 17px;
	margin-bottom:1px;
}
#header .logo {
	float:left;
	margin:0 13px 0 0;
	background:url(/images/template/logo.png) no-repeat;
	width:177px;
	height:120px;
	text-indent:-9999px;
	overflow:hidden;
}
#header .logo a {
	display:block;
	height:100%;
}
#header .wrap {
	float:left;
	width:430px;
	overflow:hidden;
	color:#fff;
}
#header .slogan {
	font-size:12px;
	line-height:18px;
	float:left;
	margin-top:62px;
	width:240px;
}
#header .search-form{
	width:190px;
	float:right;
	margin-top:74px;
}
#header .search-form input {
	float:left;
}
.search-form .input {
	width:115px;
	height:23px;
	background:url(/images/template/bg-input.gif) no-repeat;
	float:left;
	margin-right:9px;
}
.search-form .input .text {
	background:none;
	border:0;
	width:105px;
	padding:3px 0 2px 5px;
	float:left;
}
#header .btn {
	width:55px;
	background:url(/images/template/bg-btn.gif) repeat-x;
	color:#fff;
	padding:3px 8px 8px 8px;
	border:0;
	height:23px;
	font-size:11px;
        cursor:pointer;
}
#header .nav {
	background:url(/images/template/bg-nav1.gif) 0 0 no-repeat;
	height:57px;
}
#header .nav ul {
	margin:0;
	padding:25px 0 5px 3px;
	list-style:none;
	text-transform:uppercase;
	font-size:13px;
	text-align:center;
	line-height:18px;
}
#header .nav ul li {
	display:inline;
	padding:10px 29px 17px 29px;
	background:url(/images/template/separator-nav-header.gif) 0 3px no-repeat;
}
* +html #header .nav ul li{
	background:url(/images/template/separator-nav-header.gif) 0 10px no-repeat;
}
#header .nav ul li:first-child{
	background:none;
}
#header .nav ul a:link,
#header .nav ul a:active,
#header .nav ul a:visited {
	color: #fff;
	padding: 7px 0;
}
#header .nav ul a:hover {
	color: #00aedb;
	padding: 7px 0;
        text-decoration: none;
}
/* main */
#main {
	margin:0 auto 3px;
	width:982px;
}
#main .t {
	background:url(/images/template/bg-main-t.png) no-repeat;
	height:35px;
	overflow:hidden;
}
#main .c {
	background:url(/images/template/bg-main-c.png) repeat-y;
	width:100%;
}
#main .b {
	background:url(/images/template/bg-main-b.png) no-repeat;
	height:32px;
	overflow:hidden;
}
#main .content {
	overflow:hidden;
	padding:6px 55px 9px;
	width:872px;
}
.content .visual {
	width:100%;
	background:url(/images/template/bg-visual.gif) repeat-y;
}
.content .visual img {
	vertical-align:top;
}
.content .visual .holder {
	background:url(/images/template/bg-visual-t.gif) no-repeat;
}
.content .visual .frame {
	background:url(/images/template/bg-visual-b.gif) 0 100% no-repeat;
	padding:10px;
}
#main .main {
	height:1%;
	overflow:hidden;
	padding:23px 0 7px 10px;
}
#main a.more {
	padding-left:20px;
	background:url(/images/template/bg-a-more.gif) 0 6px no-repeat;
}
/* sidebar */
#sidebar {
	width:282px;
	float:right;
	padding-top:3px;
	overflow:hidden;
}
#sidebar .contact-box {
	width:198px;
	height:57px;
	background:url(/images/template/bg-contact-box.gif) no-repeat;
	padding:8px 0 30px 83px;
	overflow:hidden;
	line-height:21px;
	color:#fff;
	xfloat:left;
}
#sidebar .contact-box .contact-info {
	display:block;
	font-size:12px;
	font-weight:normal;
}
#sidebar .contact-box .contact-number {
	display:block;
	font-size:20px;
}
/* content */
#content {
	line-height:15px;
	width:577px;
	float:left;
}
x#content p {
	margin:0 15px 15px;
}
#sidebar blockquote{
	margin:0;
	text-align:center;
        padding: 0 10px 0 10px;
}
#sidebar blockquote q{
	quotes: none;
	font:italic 16px/24px Georgia, "Times New Roman", Times, serif;
}
#sidebar blockquote q:before{content:"";}
#sidebar blockquote q:after{content:"";}
#main .box-holder{
	width:885px;
	overflow:hidden;
}
#main .info-box{
	background:url(/images/template/bg-box.gif) repeat-y;
	float:left;
	margin-right:13px;
	width:282px;
	text-align:left;
}
.info-box ul li a:link,
.info-box ul li a:active,
.info-box ul li a:visited{
	color:#717070;
        text-decoration: none;
}
.info-box ul li a:hover{
	color:#00aedb;
        text-decoration: underline;
}
#main .info-box .holder{
	background:url(/images/template/bg-box-t.gif) no-repeat;
	padding-top:10px;
}
#main .info-box .frame{
	background:url(/images/template/bg-box-b.gif) no-repeat 0 100%;
	padding:0 10px 16px 10px;
	position:relative;
	min-height: 230px;
}
.info-box .frame h2{
	margin:0 0 18px;
	font-size:13px;
	text-align:left;
	color:#fff;
	background:url(/images/template/bg-title-l.gif) repeat-x;
}
.info-box .frame h2 span {
	background:url(/images/template/bg-title-rt.gif) 100% 0 no-repeat;
	display:block;
	line-height:36px;
	padding-left:15px;
	height:36px;
}
.info-box .frame h2 a:link,
.info-box .frame h2 a:active,
.info-box .frame h2 a:visited{
	color:#fff;
        text-decoration: none;
}
.info-box .frame h2 a:hover{
	color:#fff;
        text-decoration: underline;
}
.info-box img{
	vertical-align:top;
	margin: 5px 0 5px;
}
.info-box .frame h3{
	margin:0;
	font-size:16px;
}
.info-box .frame h3 a:link,
.info-box .frame h3 a:active,
.info-box .frame h3 a:visited{
	color:#717070;
        text-decoration: none;
}
.info-box .frame h3 a:hover{
	color:#00aedb;
        text-decoration: none;
}
#sidebar .sub-box {
	margin:-3px 0 18px 0;
}
#sidebar .sub-box .frame{
	text-align:center;
	padding:0 10px 14px 10px;
}
#sidebar .sub-box .frame img {
	margin: 5px 0 5px;
}
#main .sub-box{
	text-align:center;
}
.sub-box .frame h2{
	background:url(/images/template/bg-title-blue.gif) no-repeat;
	line-height:36px;
	padding-left:15px;
	height:36px;
        margin: 0;
}
.info-box ul{
	margin:-9px 0 0;
	padding:0;
	list-style:none;
	font-weight:bold;
	width:100%;
	overflow:hidden;
}
.info-box ul li{
	background:url(/images/template/separator-dashed.gif) repeat-x;
	padding:8px 0 7px 9px;
	margin:-2px 0 2px;
        line-height: 16px;
}
.info-box ul em {
	font-weight:normal;
}
.content-inner #content{
	background:url(/images/template/bg-content-box.gif) repeat-y;
	width:577px;
}
#content .holder{
	background:url(/images/template/bg-content-box-t.gif) no-repeat;
}
#content .frame{
	background:url(/images/template/bg-content-box-b.gif) no-repeat 0 100%;
	padding:10px 10px 15px 10px;
        min-height: 430px;
}
.post{
	margin:16px 0 16px 0;
	padding:0;
	xheight:1%;
	overflow:hidden;
	background:url(/images/template/separator-dashed.gif) 0 100% repeat-x;
}
.img-holder {
	width:272px;
	margin:4px 13px 20px 0;
	float:left;
}
.img-holder img {
	float:left;
	padding:0 2px 2px 0;
}
.post .wrap{
	overflow:hidden;
	xheight:1%;
	padding-right:40px;
        line-height: 15px;
}
.frame .info {
	display:block;
	font-style:italic;
	font-size:13px;
	text-align:center;
        margin-bottom: 5px;
}
#content h3,
.post h3{
	color:#f88025;
	font-size:14px;
	margin:0 0 7px;
	line-height:16px;
}
#content h4,
.post h4 {
	font-size:11px;
	margin:13px 0 7px 0;
	line-height:16px;
        font-weight: bold;
	color:#717070;
}
.content-inner h2{
	text-transform:uppercase;
	font-size:13px;
	margin:0 0 11px;
	color:#fff;
	background:url(/images/template/bg-title-l.gif) repeat-x;
	padding-left:15px;
}
.content-inner h2 span {
	display:block;
	background:url(/images/template/bg-title-rt.gif) 100% 0 no-repeat;
	line-height:36px;
}
.content-wrap{
	padding:0 13px;
}
.content-wrap p{
	margin:0 0 15px;
}
.post .wrap p {
	margin:0 0 6px;
}

/* Products Photo Gallery */

.post .img-holder table.photogalleryTable td,
.post table.photogalleryTable td {
	padding: 0px;
        vertical-align:top;
}

/* footer */
#footer{
	background:url(/images/template/bg_footer.png) no-repeat;
	height:1%;
	overflow:hidden;
	padding:8px 58px 60px 42px;
	margin-top:-3px;
}
#footer ul{
	margin:0 0 2px;
	padding:0;
	list-style:none;
	height:1%;
	overflow:hidden;
	color:#fff;
}
#footer ul li{
	float:left;
	background:url(/images/template/separator-nav-footer.gif) no-repeat 0 2px;
	margin:0 1px 0 -1px;
	padding:0 8px 0 8px;
}
#footer .login{
	float:right;
	padding:0 7px;
	line-height:23px;
	background:url(/images/template/bg-btn.gif) repeat-x;
	color:#fff;
	margin-top:3px;
}
.req {color: #f88025;}