@charset "utf-8";

body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; 
	padding: 0;
	color: #f26622;
	font-size:12px;
}

/* --- layout structure ---*/
.oneColFixCtrHdr #container {
	width: 100%; 
	background: #FFFFFF;
	text-align: left;
}

.oneColFixCtrHdr #header {
	background: #4E4E4E;
	height:220px;
	font-size:16px;
	background-image:url('../img/bg_clouds.png');
	background-repeat: no-repeat;
	background-position:center;
}

.oneColFixCtrHdr #header .hdLayout {
	height:220px;
	width: 990px;
	margin: 0px auto;
}

.oneColFixCtrHdr #mainContent {
	background: #f26622;
	height: auto;
}

.oneColFixCtrHdr #mainContent .conLayout{
	background: #ffffff;
	width:990px;
	margin: 0px auto;
}

.oneColFixCtrHdr #footer {
	background:#c5c5c5;
	height:138px;
}

.oneColFixCtrHdr #footer .footer-bar {
	background:#4e4e4e;
	height:4px;
}

.oneColFixCtrHdr #footer .ftLayout{
	background: #bcbcbc;
	width:990px;
	height:134px;
	margin: 0px auto;
}

.oneColFixCtrHdr #footer p {
	margin: 0; 
	padding: 10px 0;
}

.oneColFixCtrHdr #footer .copyright{
	background: #ffffff;
	width:990px;
	height:50px;
	margin: 0px auto;
	line-height: 40px;
	text-indent: 10px;
}
/* --- end of layout structure */


/* --- header section ---*/
#csc {
  width : 618px;
  height : 52px;
  position : absolute;
  margin:160px 0px 0px 170px;
}

#csc .left{
  position : absolute;
  background : transparent url('../img/left_bar.png') no-repeat;
  left : 0;
  width:5px;
  height:52px;
}

#csc .right{
  position : absolute;
  background : transparent url('../img/right_bar.png') no-repeat;
  right : 0;
  width:5px;
  height:52px;
}

#csc .con{
  background : transparent url('../img/con_bar.png') repeat;
  position:absolute;
  width:608px;
  height:52px;
  left:  5px;
}

.twitter{
  margin:30px 0px 0px 650px;
  position:absolute;
}

.twitter .text{
  font-size:14px;
  font-weight:bold;
}

.sub-menu{
	list-style:none;
	padding:0;
	margin:5px 0px 0px 700px;
	position: absolute;
    height: 30px;
}

.sub-menu li {
	display:inline;
	color:#fff;
}

.sub-menu li a{
	color:#fff;
	text-decoration:none;
	float:left;
	font-size:12px;
	padding:0 10px;
}

.menu-options{
	list-style:none;
	padding:0;
	margin:0;
	height:52px;
	width:610px;
}

.menu-options li {
	display:inline;
	color:#fff;
	font-weight:bold;
}

.menu-options li .ok{
	color:#fff;
	text-decoration:none;
	float:left;
	line-height:50px;
	padding:0 27px;
	background:url('../img/pipe.png') no-repeat right;
}

.menu-options li .last{
	color:#fff;
	text-decoration:none;
	float:left;
	line-height:50px;
	padding:0 27px;
}

.menu-options li a:hover{
	color:#f26622;
}

.logo{
	margin:20px auto;
	position:absolute;
}

.slogan{
	margin:100px 0px 0px 140px;
	position:absolute;
}
/* --- end of header section ---*/

/* --- footer ---*/
.technologies{
	list-style:none;
	padding:0;
	position:absolute;
	margin:30px 0px 0px 6px;
}

.technologies li {
	display:inline;
	padding:5px;
	color:#fff;
	font-size:12px;
	font-weight:bold;
}

.technologies li a{
	color:#f26622;
	text-decoration:none;
	float:left;
	padding:0 10px;
}

.footer-options {
	list-style:none;
	padding:0;
	position:absolute;
	margin:100px 0px 0px 6px;
}

.footer-options li {
	display:inline;
	padding:5px;
	color:#fff;
	font-size:12px;
	font-weight:bold;
}

.footer-options li a{
	color:#f26622;
	text-decoration:none;
	float:left;
	padding:0 10px;
}

.footer-titles{
	color:#454545;
	font-size:12px;
	font-weight:bold;
}

.title-position{
	margin: 6px 0px 0px 6px;
	position:absolute;
}

.title1-position{
	margin: 75px 0px 0px 6px;
	position:absolute;
}

.section-title{
	font-size:30px;
}

.section-text{
	color:#5a5a5a;
}
/* --- end of footer */
