@import url(ceebox/style.css);

body{
	background: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #fff;
}

#wrapper {
	width: 940px;
	background: none;
}

#content_wrapper {
	width: 940px;
	background: none;
	margin: 0;
	padding: 0;
}


/***** HEADER *****/

#header {
	width: 940px;
	padding: 0;
	height: auto;
	background: none;
}

#hlogo a {
	width: 560px;
	height: 115px;
	background: url(images/logo.jpg) no-repeat;
	margin: 30px 0 0 0;
}

#hcontent {float: none;}

#hcontent ul.certs {
	float: right;
	margin-top: 20px;
}
#hcontent ul.certs li {
	float: left;
	margin-left: 10px;
}

#hcontent .hblock1 {
	width: 380px;
	height: 30px;
	background: url(images/hblock1.jpg) no-repeat;
	text-indent: -9000px;
	float: left;
	margin-top: 68px;
}

#hcontent .hblock2 {
	width: 940px;
	height: 30px;
	background: url(images/hblock2.jpg) no-repeat;
	text-indent: -9000px;
	float: left;
}

#hcontent .hslider {
	width: 540px;
	height: 275px;
	float: left;
	margin-right: 20px;
}

#hcontent .hblock3 {
	width: 380px;
	height: 140px;
	background: url(images/hblock3.jpg) no-repeat;
	text-indent: -9000px;
	float: left;
	margin-top: 15px;
}

#hcontent .hblock4 {
	width: 380px;
	height: 115px;
	background: url(images/hblock4.jpg) no-repeat;
	text-indent: -9000px;
	float: left;
	margin-top: 5px;
}

#hmenu {
	width: 960px;
	height: 38px;
	float: left;
	background: none;
	margin: 20px 0 0 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#hmenu a {
	padding: 0;
	color: #fff;
	margin: 0 10px 0 0;
	height: 38px;
	width: auto;
}

#hmenu a.top-level-a {padding: 0 0 5px 15px; background: url(images/hmenuL.jpg) no-repeat left -100px; color: #fff; height: 33px;}
#hmenu a.top-level-a b {padding: 9px 15px 7px 0; background: url(images/hmenuR.jpg) no-repeat right -100px;}
#hmenu a.down b {padding: 9px 15px 7px 0; background: url(images/hmenuR.jpg) no-repeat right -100px;}

#hmenu a.top-level-a:hover {padding: 0 0 5px 15px; background: url(images/hmenuL.jpg) no-repeat left -50px; color: #fff; height: 33px;}
#hmenu a:hover b {padding: 9px 15px 7px 0; background: url(images/hmenuR.jpg) no-repeat right -50px;}

#hmenu a.hmenu_activ {padding: 0 0 5px 15px; background: url(images/hmenuL.jpg) no-repeat left top; color: #0C173E; height: 33px;}
#hmenu a.hmenu_activ b {padding: 9px 15px 7px 0; background: url(images/hmenuR.jpg) no-repeat right top;}
#hmenu li.top-level-li:hover > a {padding: 0 0 5px 15px; background: url(images/hmenuL.jpg) no-repeat left -50px; color: #fff; height: 33px;}
#hmenu li.top-level-li:hover > a b {padding: 9px 15px 7px 0; background: url(images/hmenuR.jpg) no-repeat right -50px;}
#hmenu li.top-level-li:hover > a.down b{padding: 9px 15px 7px 0; background: url(images/hmenuR.jpg) no-repeat right -50px;}

#hmenu ul.drop-down {top: 38px; left: 0; padding: 10px 0 15px 0;font-size: 12px; opacity: 1;}
#hmenu li ul {background:#FFCC00 none repeat scroll 0 0;}
#hmenu li li {border-bottom: none;}
#hmenu li li a {background: #FFCC00 none repeat scroll 0 0;}
#hmenu ul.drop-down a {
	color: #000;
	height: 20px;
	margin: 0 20px 0 20px;
	padding: 0;
	background: none;
}
*:first-child+html #hmenu ul.drop-down a {margin: 0 20px 0 0;} /*IE7 hack*/
#hmenu ul.drop-down a:hover {
	text-decoration: underline;
	background: none;
}

/***** IE6 Hack *****/
* html #hmenu a.top-level-a {padding: 0 0 5px 15px; background: #990000; color: #fff;}
* html #hmenu a.top-level-a b {padding: 9px 15px 7px 0; background: #990000;}

* html #hmenu a.top-level-a:hover {padding: 0 0 5px 15px; background: #FF0000; color: #fff;}

* html #hmenu a.hmenu_activ {padding: 0 0 5px 15px; background: #FFFFFF; color: #0C173E;}
* html #hmenu a.hmenu_activ b {padding: 9px 15px 7px 0; background: #FFFFFF;}
/***** END *****/

/***** END HEADER *****/


/***** MAIN *****/

#main {
	background: #fff;
	padding: 20px;
	margin: 0 20px 0 0;
	height: auto;
	width: 500px;
}

#main h1 {
	color: #AF0000;
	font-size: 20px;
	font-weight: bold;
	padding: 0 0 20px 0;
	margin: 0;
}

#main p {
	line-height: 18px;
	margin: 0 0 10px 0;
	color: #000;
}

.cons-page img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 4px;
}
.cons-page .cons-page-img2 {
	margin: 0 5px;
}

.cons-page-btn {
	background:url("images/rarrows.jpg") no-repeat scroll right 2px #000000;
	color:#FFCC00;
	display:block;
	padding:10px;
	text-decoration:none;
	width:40px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
}

/***** END MAIN *****/


/***** RIGHT COLUMN *****/

#right {
	background: #333;
	padding: 0 0 5px 0;
	margin: 0;
	height: auto;
	width: 380px;
}

#right #block_40 {
	width: 380px;
	height: 110px;
	background: url(images/right.jpg) no-repeat;
	text-indent: -9000px;
}

#right .blockwrap {
	width: 320px;
	height: 130px;
	margin: 5px 20px;
	padding: 10px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffcc00;
}

#right .blockwrap h2 {
	padding: 10px;
	background: #000;
}

#right .blockwrap a {
	padding: 10px;
	background: #000 url(images/rarrows.jpg) no-repeat right 2px;
	color: #ffcc00;
	text-decoration: none;
	width: 40px;
	display: block;
	margin: 62px 0 0 260px;
}


/***** END RIGHT COLUMN *****/


/***** FOOTER *****/

#footer {
	width: 900px;
	background: #000 url(images/fbgd.jpg) repeat-x;
	padding: 20px;
	margin: 20px 0 20px 0;
	color: #AF0000;
}

#signature {
	float: right;
	padding: 0;
	margin: 0;
}

/***** END FOOTER *****/


/***** CONTACT FORM *****/

#contact {
	width: 450px;
}
#contact form {
	padding:1em;
	margin:1em;
	background: #00FF33;
	width: 300px;
}
#contact label {
	float:left;
	width:10em;
	margin-right:1em;
	padding: 3px 0 0 0;
	color: #000;
}
#contact div{
	margin:15px 0
}

#contact input, #contact textarea {
	padding:0.15em;
	width:25em;
	border:1px solid #ddd;
	background:#e6e6e6;
	font:bold 0.95em arial, sans-serif;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}
#contact input:hover, #contact input:focus, #contact textarea:hover, #contact textarea:focus {
	border-color:#c5c5c5;
	background:#f6f6f6;
}

#contact fieldset {
	border:1px solid #e5e5e5;
	padding:0 0.5em 10px;
	margin: 10px 0;
}

#contact input.default {color:#bbb;}

#contact textarea{height:100px}

#contact .Button, #contact .Button a {
  border: none;
  padding: 0;
  margin: 0;
  background: none;
  font-size: 100%;
  font-family: inherit;
  line-height: inherit;
  display: inline-block;
  overflow: visible;
  width: auto;
  white-space: normal;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
}

#contact .Button .btn {
  position: relative;
  display: block;
  overflow: hidden;
  float: left;
  z-index: 0;
  height: 27px;
  color: #fff;
}

#contact .Button .t {
  height: 27px;
  line-height: 27px;
  padding: 0 11px;
  text-align: left;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
}

#contact .Button .r {
  display: block;
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  right: 0;
  width: 12px;
  height: 81px;
}
* html #contact .Button .r { font-size: 1px; left: expression(this.parentNode.offsetWidth-12+'px');}

#contact .Button .r span {
  display: block;
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  right: 0;
  width:421px;
  height: 81px;
}
* html .Button .r span { font-size: 1px; left: expression(this.parentNode.offsetWidth-421+'px');}

#contact .Button .active .l { top: -54px;}

#contact .Button .hover .l { top: -27px;}

#contact .Button .l {
  display: block;
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  left: 0;
  right: 12px;
  height: 81px;
}
* html #contact .Button .l { font-size: 1px; width: expression(this.parentNode.offsetWidth-12+'px');}



#contact .Button .l, #contact .Button .r span { background: #AF0000;}
* html #contact .Button .l, * html #contact .Button .r span { background: #AF0000;}

#contact .submitbar{text-align:right; padding: 10px 30px 0 0 }

#contact label.error {
	display: block;
	width: 100%;
	margin: 10px 0 10px 0;
	height: 33px;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
	padding: 0 0 0 140px;
}

/***** END CONTACT FORM *****/
