body {
	margin: 0;
	font: 11px/18px Arial, Helvetica, sans-serif;
	color: #505050;
	background: #FFF;
}
img {border-style: none;}
a {color: #3398CC;}
a:hover {text-decoration: none;}
form, fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
	line-height:15px
}
input, textarea, select {
	font: 11px/16px Arial, Helvetica, sans-serif;
	vertical-align: middle;
	color: #505050;
}
.hidden {display: none;}
#wrapper {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	width: 960px;
	border-left:1px solid #B2D1ED;
	border-right:1px solid #B2D1ED
}
#header {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	height: 228px;
	width: 960px;
	background: url('../images/bg-header.jpg') no-repeat;
}
.top-nav {
	float: right;
	margin: 0;
	padding: 1px 0 0;
	list-style: none;
}
* html .top-nav {margin: 0 2px 0 0;}
.top-nav li {
	float: left;
	padding: 0 4px 2px 4px;
	background: url('../images/sep-top-nav.gif') no-repeat 0 4px;
}
.top-nav li:first-child {background: none;}
.top-nav li a {
	float: left;
	color: #505050;
}
.top-nav li a.hieroglyph {
	overflow: hidden;
	margin: 3px 0 0;
	height: 13px;
	width: 50px;
	text-indent: -9999px;
	background: url('../images/hieroglyph.gif') no-repeat;
}
.top-nav li a.hieroglyph:hover {
	height: 11px;
}
.logo {
	position: absolute;
	z-index: 2;
	top: 17px;
	left: 118px;
	margin: 0;
	width: 211px;
	text-indent: -9999px;
}
.logo a {
	display: block;
	overflow: hidden;
	height: 96px;
	background: url('../images/logo.jpg') no-repeat;
}
.slogan {
	margin:150px 0 5px;
	padding: 0 50px 6px;
	width: 860px;
	text-align: right;
	font: bold 24px/31px "Century Gothic", Arial, Helvetica, sans-serif;
	color: #FFF;
}
.slogan strong {
	line-height: 34px;
	font-size: 28px;
}
.slogan span {
	position: relative;
	top: -8px;
	line-height: 20px;
	font-size: 16px;
	font-weight: normal;
}
#header .holder {
	height: 30px;
	width: 100%;
	background: url('../images/bg-nav.jpg') no-repeat;
}

#header .holder2 {
	height: 60px;
	width: 100%;
	background: url('../images/bg-nav.jpg') no-repeat;
}
#header .holder:after {
	content: "";
	display: block;
	clear: both;
}

#header .holder2:after {
	content: "";
	display: block;
	clear: both;
}

.search-form {
	float: right;
	width: 285px;
}
.search-form .text {
	float: left;
	margin: 6px 0 0;
	border: 1px solid #B7D5E9;
	padding: 1px 5px;
	width: 131px;
	background: #FFF;
}
* html .search-form .text {
	padding: 0 6px 2px;
	width: 129px;
} 
*+html .search-form .text {
	padding: 0 6px 2px;
	width: 129px;
} 
.search-form .submit {
	display: inline;
	float: left;
	margin: 3px 0 0 7px;
	border-style: none;
	padding: 0;
	height: 24px;
	width: 85px;
	line-height: 0;
	font-size: 0;
	text-indent: -9999px;
	background: url('../images/btn-search.gif') no-repeat;
	cursor: pointer;
}
.search-form .submit:hover,
.search-form .submit.hover {background-position: 0 -24px;}
.nav {
	margin: 0;
	list-style: none;
	margin-left:-6px
}
.nav li {
	display: inline;
	position: relative;
	float: left;
	margin: 0 6px;
	font: bold 15px/18px "Century Gothic", Arial, Helvetica, sans-serif;
}
.nav li.active {margin: 0 3px 0 15px;}
.nav li a {
	float: left;
	padding: 0 0 0 14px;
	color: #FFF;
	text-decoration: none;
	outline: none;
}
.nav li a span {
	float: left;
	cursor: pointer;
	padding: 7px 14px 5px 0;
}
.nav li a:hover {
	background: #afd1e8;
	/*background: url('../images/glow.gif') no-repeat;*/
}
.nav li a:hover span {
	background: none;
	/*background: url('../images/glow.gif') no-repeat 100% 0;*/
}
.nav li.active a:hover {text-decoration: none;}
.nav li.active a:hover span {text-decoration: none;}
.nav li.active a,
.nav li.active a:hover {
	position: relative;
	margin: -4px 0 0;
	padding: 0 0 0 14px;
	color: #3398CC;
	background: url('../images/bg-nav-active.gif') no-repeat;
}
.nav li.active a span,
.nav li.active a:hover span {
	padding: 11px 14px 5px 0;
	background: url('../images/bg-nav-active.gif') no-repeat 100% 0;
}
.nav ul {
	position: absolute;
	top: 31px;
	left: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 750px;
	list-style: none;
}
.nav ul li {
	display: inline;
	position: static;
	margin: 0 1px 0 -1px;
	padding: 0 2px 0 3px;
	white-space: nowrap;
	background: url('../images/sep-nav.gif') no-repeat 0 50%;
}
.nav ul li:first-child {background: none;}
.nav ul li a,
.nav li.active ul li a {
	position: static;
	margin: 0;
	padding: 0 0 0 14px;
	color: #FFF;
	background: none;
}
.nav ul li a:hover,
.nav li.active ul li a:hover {
	margin: 0;
	color: #FFF;
	background: #afd1e8;
	/*background: url('../images/glow2.gif') no-repeat;*/
}
.nav ul li a:hover span,
.nav li.active ul li a:hover span {
	padding: 5px 7px 7px 0;
	background: none;
	/*background: url('../images/glow2.gif') no-repeat 100% 0;*/
}
.nav ul li a span,
.nav li.active ul li a span {
	padding: 5px 7px 7px 0;
	background: none;
}
.nav ul li.active {
	position: relative;
	margin: 0 -1px 0 0;
	padding: 0;
}
.nav ul li.active a,
.nav li.active ul li.active a,
.nav li.active ul li.active a:hover {
	margin: 0;
	padding: 0 0 0 14px;
	color: #3398CC;
	background: url('../images/bg-nav-l2-active.gif') no-repeat;
}
.nav ul li.active a:hover,
.nav li.active ul li.active a:hover {text-decoration: none;}
.nav ul li.active a:hover span,
.nav li.active ul li.active a:hover span {text-decoration: none;}
.nav ul li.active a span,
.nav li.active ul li.active a span,
.nav li.active ul li.active a:hover span {
	padding: 5px 7px 14px 0;
	background: url('../images/bg-nav-l2-active.gif') no-repeat 100% 0;
}
#main {
	margin-top:240px
}

#main2 {
	margin-top:260px
}

.main-holder {
	background: url('../images/bg-main-holder.jpg') repeat-y;
}
.main-wrap {
	overflow: hidden;
	width: 861px;
	padding: 5px 49px 3px 50px;
	background: url('../images/bg-main-wrap.jpg') no-repeat;
}
#content {
	float: left;
	width: 581px;
}
.content-block {
	margin: 0 0 15px;
	width: 100%;
}
.content-block .t,
.content-block .b {
	overflow: hidden;
	height: 53px;
}
.content-block .t {background: url('../images/bg-content-block-t.png') no-repeat;}
.content-block .b {background: url('../images/bg-content-block-b.png') no-repeat;}
.content-block .m {
	width: 100%;
	background: url('../images/bg-content-block-m.png') repeat-y;
}
.content-block .m:after {
	content: "";
	display: block;
	clear: both;
}
.content-block .holder {
	position: relative;
	float: left;
	margin: -52px 0 -52px;
	padding: 0 1px;
	width: 579px;
}
.content-block .alignleft {float: left;}
.content-block .intro {
	float: right;
	padding: 26px 29px 8px 0;
	width: 380px;
	text-align: justify;
}
.heading {
	overflow: hidden;
	width: 100%;
}
.content-block .intro .heading {padding: 0 0 13px;}
.content-block .info .heading {padding: 0 0 9px;}
.side-box .heading {padding: 0 0 10px;}
.heading h2 {
	float: left;
	margin: 0;
	border-bottom: 4px solid #AFD1E8;
	padding: 0 0 2px;
	font: bold 18px/22px "Century Gothic", Arial, Helvetica, sans-serif;
	color: #1B6392;
}

h2.thanks {
  color:#1B6392;
  font:18px Arial,Helvetica,sans-serif;}

.content-block .intro p {margin: 0 0 6px;}
.intro span.more {margin: -6px 0 0;}
span.more {
	display: block;
	text-align: right;
	font-size:11px
}
.content-block .info {
	padding: 20px 29px 27px 30px;
	width: 520px;
	text-align: justify;
}

.content-block .image-holder {
	overflow: hidden;
	padding: 0 0 49px;
	width: 100%;
}
.content-block .aligncenter {
	float: left;
	margin: 0 0 0 43px;
}
.content-block .list {
	margin: 0 0 9px -2px;
	padding: 0;
	list-style: none;
}
.content-block .list li {
	position: relative;
	padding: 3px 0 9px 44px;
	font-weight: bold;
	background: url('../images/bullet-list.gif') no-repeat;
}
#sidebar {
	float: right;
	width: 265px;
}
.side-box {
	margin: 0 0 16px;
	width: 100%;
}
.side-box .t {
	overflow: hidden;
	height: 58px;
	background: url('../images/bg-side-box-t.png') no-repeat;
}
.side-box .b {
	overflow: hidden;
	height: 3px;
	background: url('../images/bg-side-box-b.png') no-repeat;
}
.side-box .m {
	width: 100%;
	background: url('../images/bg-side-box-m.png') repeat-y;
}
.side-box .m:after {
	content: "";
	display: block;
	clear: both;
}
.side-box .holder {
	position: relative;
	float: left;
	margin: -57px 0 -2px;
	padding: 0 1px;
	width: 263px;
}
#sidebar h3 {
	margin: 0;
	border-bottom: 4px solid #AFD1E8;
	padding: 0 0 2px;
	font: bold 18px/22px "Century Gothic", Arial, Helvetica, sans-serif;
	color: #1B6392;
}
#sidebar .heading h3 {float: left;}
.contact-box {padding: 20px 28px 14px 29px;}
.contact-form label {display: block;}
.contact-form label span {color: #F00;}
.contact-form .row {
	overflow: hidden;
	padding: 0 0 5px;
	width: 100%;
}
.contact-form .textarea {
	overflow: hidden;
	border: 1px solid #B8D6EB;
	width: 204px;
}
.contact-form .textarea textarea {
	overflow: auto;
	float: left;
	margin: 0;
	border-style: none;
	border: 0;
	padding: 0 0 0 5px;
	height: 102px;
	width: 199px;
	max-width: 199px;
}
.contact-form .text {
	float: left;
	margin: 0;
	border: 1px solid #B8D6EB;
	padding: 4px 5px;
	width: 194px;
}

.contact-box .more-articles {
	display: inline;
	float: right;
	margin:23px 2px 14px 0;
	border-style: none;
	padding: 0;
	height: 24px;
	width: 112px;
	line-height: 0;
	font-size: 0;
	text-indent: -9999px;
	background: url('../images/btn-more-articles.gif') no-repeat;
	cursor: pointer;
	*margin-bottom:16px
	
}
.contact-box .more-articles:hover,
.contact-box .more-srticles.hover {background-position: 0 -24px;}

.contact-form .code {padding: 6px 0 16px;}
.contact-form .code img {display: block;}
.contact-form .submit,
.contact-box .submit {
	display: inline;
	float: right;
	margin: 0 2px 0 0;
	border-style: none;
	padding: 0;
	height: 24px;
	width: 112px;
	line-height: 0;
	font-size: 0;
	text-indent: -9999px;
	background: url('../images/btn-contact_us.gif') no-repeat;
	cursor: pointer;
}

.submit-comment {
	display: inline;
	float:none !important;
	margin-top:20px !important;
	border:none !important;
	margin: 10px 2px 0 0;
	border-style: none;
	padding: 0;
	height: 24px;
	width: 112px;
	line-height: 0;
	font-size: 0;
	text-indent: -9999px;
	background: url('../images/btn-comment.gif') no-repeat;
	cursor: pointer;
}

.contact-form .submit:hover,
.contact-form .submit.hover,
.contact-box .submit.hover,
.submit-comment:hover
 {background-position: 0 -24px;}


.order-box {padding: 36px 29px 20px;}
.order-box .decor {
	display: inline;
	position: relative;
	float: right;
	margin:-42px -57px 0 0;
	height: 117px;
	width: 116px;
	background: url('../images/img04.png') no-repeat;
}

.order-box h3 {
  margin-top:-10px !important}

#sidebar .order-box h3 {
	margin: 0 0 9px;
	border-style: none;
	padding: 0 0 6px;
	background: url('../images/strange-divider.gif') no-repeat 0 100%;
}
.order-box p {margin: 0 0 12px;}
.order-box .link {
	display: block;
	margin: 0 auto;
	height: 36px;
	width: 163px;
	text-indent: -9999px;
	background: url('../images/btn-contact_us2.gif') no-repeat;
}
.order-box .link:hover {background-position: 0 -36px;}
.add-box .frame {
	margin: 0 0 41px;
	padding: 37px 28px 0 29px;
	font: bold 18px/22px "Century Gothic", Arial, Helvetica, sans-serif;
	color: #AFD1E8;
}
.add-box .frame p {margin: 0;}
.add-box img {
	display: block;
}
.news-block {
	overflow: hidden;
	border-bottom: 30px solid #EBF3F7;
	padding: 0 0 6px 22px;
	width: 938px;
}
.news-block .box {
	float: left;
	padding: 25px 0 0 29px;
	width: 270px;
	color: #1B6392;
}
.news-block .heading {margin: 0 0 15px;}
.news-block .heading h4 {
	float: left;
	margin: 0;
	border-bottom: 2px solid #B2D3E9;
	padding: 0 0 2px; 
	line-height: 18px;
	font-size: 14px;
	font-weight: normal;
}
.news-block h4 a {
	color: #1B6392;
	text-decoration: none;
}
.news-block h4 a:hover {color: #002D6A;}
.news-block .title {
	line-height: 16px;
	font-size: 12px;
	color: #1B6392;
	text-decoration: none;
}

.articles-title {
  font-weight:bold;
  color:#505050;
  text-decoration:none}
  
.textwidget .sub-nav  {
  font-size:9px;
  font-weight:bold !important;
  margin-bottom:-3px;
  color:#1B6392 !important}

.news-block .title:hover {text-decoration: underline;}
.news-block .sub-nav {
	overflow: hidden;
	margin: 0;
	padding: 2px 0 0;
	width: 100%;
	list-style: none;
	color: #505050;
}
.news-block .sub-nav li {
	float: left;
	margin: 0 4px 0 -4px;
	padding: 0 3px 0 5px;
	background: url('../images/sep-sub-nav.gif') no-repeat 0 5px;
}
.news-block .sub-nav li a {
	color: #505050;
	text-decoration: none;
}
.news-block .sub-nav li a:hover {text-decoration: underline;}
.news-block p {margin: 0 0 16px;}
.news-block .alignleft {
	float: left;
	margin: 9px 0 0 34px;
	outline: none;
}
.news-block .alignleft img {display: block;}
#footer {
	width: 100%;
	background: #1B6392;
}
.features-block {
	padding: 11px 0 0 50px;
	color: #FFF;
	background: url('../images/bg-features-block.jpg') repeat-y;
}
.features-block .holder {
	overflow: hidden;
	width: 100%;
}
.features-block .box {
	float: left;
	margin: 0 31px 0 0;
	padding: 0 0 19px;
	width: 268px;
	text-align: justify;
}
.features-block h4 {
	margin: 0 0 11px;
	line-height: 18px;
	font-size: 14px;
}
.features-block h5 {
	margin: 0 0 7px;
	line-height: 14px;
	font-size: 11px;
	color:white;
	text-decoration:none
}

.features-block a h5 {
	margin: 0 0 7px;
	line-height: 14px;
	font-size: 11px;
	color:white;
	text-decoration:none
}



.features-block p {margin: 0;}
.features-block .more {font-weight: bold;}
.features-block .more a {
	padding: 0 14px 0 0;
	color: #FFF;
	background: url('../images/bullet-more.gif') no-repeat 100% 50%;
}
.bottom-nav {
	margin: 0;
	padding: 5px 0 6px;
	list-style: none;
	text-align: center;
}
.bottom-nav li {
	display: inline;
	padding: 0 38px 0 40px;
	line-height: 16px;
	font-size: 12px;
	font-weight: bold;
	background: url('../images/sep-bottom-nav.gif') no-repeat 0 50%;
}
.bottom-nav li:first-child {background: none;}
.bottom-nav li a {
	text-decoration: none;
	color: #FFF;
}
.bottom-nav li a:hover {text-decoration: underline;} 
.bottom-box {
	overflow: hidden;
	padding: 6px 0 5px;
	width: 960px;
	border-bottom: 4px solid #FFF;
	background: #EBF3F7;
}
.bottom-box .by {
	position: relative;
	float: right;
	margin: 0 10px;
	text-decoration: none;
	font-size:10px
}
.bottom-box .by:hover {text-decoration: underline;}
.bottom-box ul {
	margin: 0;
	padding: 0 0 0 120px;
	list-style: none;
	text-align: center;
}
.bottom-box ul li {
	display: inline;
	padding: 0 7px 0 9px;
	font-size: 10px;
	color: #3398CC;
	background: url('../images/sep-bottom-box-nav.gif') no-repeat 0 50%;
}
.bottom-box ul li:first-child {background: none;}
.bottom-box ul li a {
	color: #3398CC;
	text-decoration: none;
}
.bottom-box ul li a:hover {text-decoration: underline;}


/* CONTACT FORM */

.contact-form .submit {
	display: inline;
	float: right;
	margin: 0 2px 0 0;
	border-style: none;
	padding: 0;
	height: 24px;
	width: 112px;
	line-height: 0;
	font-size: 0;
	text-indent: -9999px;
	background: url('../images/btn-contact_us.gif') no-repeat;
	cursor: pointer;
}
.contact-form .submit:hover,
.contact-form .submit.hover,
.wpcf7-f3-p26-o1 .submit:hover {background-position: 0 -24px;}

.contact-box .submit,
.contactform2 .submit,
.wpcf7-f3-p26-o1 .submit
 {
	display: inline;
	float: right;
	margin: 0 2px 0 0;
	border-style: none;
	padding: 0;
	height: 24px;
	width: 112px;
	line-height: 0;
	font-size: 0;
	text-indent: -9999px;
	background: url('../images/btn-contact_us.gif') no-repeat;
	cursor: pointer;

}

.contactform3 .submit {
	display: inline;
	float: right;
	margin: 0 2px 0 0;
	border-style: none;
	padding: 0;
	height: 24px;
	width: 112px;
	line-height: 0;
	font-size: 0;
	text-indent: -9999px;
	background: url('../images/btn-order-brochure.gif') no-repeat;
	cursor: pointer;

}

.contact-box .submit:hover,
.contactform2 .submit:hover,
.contactform3 .submit:hover {background-position: 0 -24px;}

.contactform3 .submit {
  position:absolute;
  margin-left:170px;
  margin-top:-20px}

.wpcf7-validates-as-required  {
  width:180px;
  margin-top:5px;
  border:1px solid #B8D6EB;
  }
  
.contact-box textarea,
.contactform2 textarea {
  width:200px;
  margin-top:5px;
  border:1px solid #B8D6EB;}
  
  
.captcha2 {
  border:1px solid #B8D6EB;
  display:inline;
  height:24px;
  margin-left:100px;
  margin-top:-52px;
  *margin-top:-38px;
  width:50px;}
  
.contact-box span.star,
.contactform2 span.star  {
  color:red}
  
span.red  {
  color:red}
  

  
.captchadiv {
  margin-left:50px}
  
.span.wpcf7-not-valid-tip  {
background:none repeat scroll 0 0 #FFFFFF !important;
border:1px solid #FF0000 !important;
font-size:10pt !important;
padding:2px !important;
position:absolute !important;
top:20% !important;
width:200px !important;
z-index:100 !important;
}

.contactform2 p {
  margin:0px !important}
  
.contactform2 textarea  {
  width:400px}
  
.contactform2 .submit,
.contactform2 .submit:hover {
  float:left}
  
.form2captcha {
  border:1px solid #B8D6EB;
  height:17px;
  margin-left:100px;
  margin-top:-85px;
  *position:absolute;
  *margin-top:-40px;
  *margin-left:100px !important;  
  width:100px;
  }
  
.textwidget ul    {
  margin-left:0;
  padding-left:0;
  margin-top:-5px
  }
  
.textwidget ul li   {
  list-style:none;
  }
  
.textwidget ul li a   {
  list-style:none;
  display:block;
  margin-left:0;
  padding-left:0;
  text-decoration:none;
  border-bottom: 1px solid #ACD1EB;
  font-family:"Century Gothic", Arial, Helvetica, sans-serif;
  font-size:12px;
  padding-bottom:5px;
  margin-top:5px
  }
  
.textwidget ul li a:hover {
  color:#1B6392}
  
li.current-cat a  {
  color:#1B6392}
  
  /* page navigation */
  
.navigation {
  text-align:center;
  margin-bottom:15px}
  
textarea.address  {
  width:280px;
  height:150px;
  }
    
.entry img,
.info img  {
  padding-right:20px;
  padding-bottom:20px;
  padding-top:5px;
  }
  
.contactform3 {
  float:left;
  *width:400px
 }
  
.contactimage {
  float:right;
  margin-right:-20px;
  margin-top:-30px;
  position:absolute !important;
  margin-left:300px;   
 *margin-left:-90px}
 
small {
  color:#1B6392;
  font-size:10px;
  padding-right:5px}
  
.textwidget ul.sub-nav {
color:#505050;
list-style:none outside none;
margin:0;
overflow:hidden;
padding:2px 0 0;
width:100%;
}

.textwidget ul.sub-nav li {
background:url("../images/sep-sub-nav.gif") no-repeat scroll 0 5px transparent;
float:left;
margin:0 4px 0 -4px;
padding:0 3px 0 5px;
}


h2  {
  font-size:16px}
  
