@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	border:0;
}

body{
	background-image:url(../images/bg_body.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#1f2f8c;
}

#out-container{
	width:894px;
	padding:0 10px 10px 10px;
	margin:0 auto 0 auto;
	background-color:#fff;
}

#inner-container{
	width:854px;
	margin:0 auto 0 auto;
	padding:0 20px 0px 20px;
	background-color:#fff;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}


#header{
	width:850px;
	height:129px;
	font:11px Helvetica, sans-serif;
	color:#999999;
	border-bottom: 1px solid #999999;
}
#header .logo{
	float:left;
}
#header .top{
	width:545px;
	float:right;
}
#header ul#navmenu {
	list-style: none;
}
#header ul#navmenu li {
  float: right; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
}
#header ul#navmenu a {
  padding: 10px 9px 10px 9px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  color: #999999;
  font: 11px/14px Helvetica, sans-serif;
  text-decoration: none;
}
#header ul#navmenu .blog a{
	padding:10px 20px 10px 20px;
}
#header ul#navmenu .blog, #header ul#navmenu .blog a{
	color: #ffffff;
	background-color:#ff6633;
}
#header ul#navmenu .blog a:hover{
	color:#fff;
	background-color:#c1c1c1;
}
#header .table_rw{
	margin: 9px 0 0 9px;  /* was 20px */
	float:right;
}

#header .facebook{
	float: right;
	margin-top: 6px;
	margin-left: 9px;
}

#header .table_rw label{
	float:left;
	padding:2px 10px 0 0;
}
#header .input{
	width:96px;
	float:left;
	margin: 0px 0px 5px 0px;
	padding:2px;
	border: 1px solid #cccccc;
	font-size:11px;
	color:#666666;
}
#header .button{
	padding:3px 0 0 5px;
}
#header .banner{
	padding:10px 0 0 0;
}




#menu-top{
	width:850px;
	height:28px;
	border-bottom: 1px solid #999999;
	margin:0 0 5px 0;
	position:relative;
}
#menu-top a span{
	display:none;
}
#menu-top ul#navmenuin li {
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  border-right: 1px solid #c1c1c1;
}

#menu-top a{
	display:block;
	height:28px;
}
#menu-top a:hover{
	background-position:center left;
}
#menu-top .selected{
	background-position:bottom left;
}
#menu-top a.selected:hover{
	background-position:bottom left;
}

#menu-top .home{
	width:65px;
	background-image:url(../images/nav_home.gif);
    border-left: 1px solid #c1c1c1;
}
#menu-top a.home:hover{
	background-position:center left;
}

#menu-top .about{
	width:102px;
	background-image:url(../images/nav_about.gif);
}
#menu-top .services{
	width:90px;
	background-image:url(../images/nav_services.gif);
}
#menu-top .cris{
	width:71px;
	background-image:url(../images/nav_cris.gif);
}
#menu-top .clients{
	width:81px;
	background-image:url(../images/nav_clients.gif);
}
#menu-top .our_team{
	width:94px;
	background-image:url(../images/nav_our_team.gif);
}
#menu-top .case{
	width:118px;
	background-image:url(../images/nav_case.gif);
}
#menu-top .press{
	width:99px;
	background-image:url(../images/nav_press.gif);
}
#menu-top .contact{
	width:120px;
	background-image:url(../images/nav_contact.gif);
}
#navmenuin a.contact div{
	background-image:none !important;
}


#content{
	width:854px;
	font-family:Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	line-height:1.7em;
}
#content .index_img{
	padding:0 0 10px 0;
	margin:0 0 10px 0;
	border-bottom: 1px solid #999999;
}
#content .top_image{
	width:850px;
}

#content .large{
	padding:15px 20px 20px 20px;
	background-image:url(../images/bg_right.jpg);
	background-repeat:repeat-y;
}

#content .left{
	width:253px;
	float:left;
	padding:20px 10px 0 10px;
	background-color:#fff;
}
#content .left h2{
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF3300;
	text-transform:uppercase;

}
#content .right{
	width:513px;
	min-height:373px;
	height:auto !important;
	height:373px;
	float:right;
	padding:15px 20px 20px 20px;
	background-image:url(../images/bg_right.jpg);
	background-repeat:repeat-y;
}

#content .right a{
	color:#fd682e;
	text-decoration:none;
}
#content .right a:hover{
	color:#000066;
}
#content .right h1 {
	font-family: Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#000066;
	text-transform:uppercase;
	margin:0;
}
#content .right h2 {
	font-family: Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#666666;
	padding-bottom:8px;
}
#content .right h3 {
	font-family: Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#000033;
}

#content .index_left{
	width:533px;
	float:left;
	padding:0 10px 0 10px;
}
#content .index_right{
	width:253px;
	float:right;
	padding:15px 10px 15px 10px;
	margin-bottom:20px;
	background-image:url(../images/bg_right_index.jpg);
	background-repeat:repeat-y;
}
#content .index_right h2{
	font-family:Helvetica, sans-serif;
	color:#000066;
	font-size:12px;
	font-weight:bold;
}

#content .index_left p{
	text-indent:10px;
}
.left ul, .index_right ul{
	margin-left:1px;
	list-style:none;
}
.left li a, .index_right li a{
	color:#333333;
	padding-left:13px;
	text-decoration:none;
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	background-image:url(../images/bg_li.jpg);
	background-repeat:no-repeat;
	background-position:center left;
}
.left li a:hover, .left .select_submenu, .index_right li a:hover, .index_right .select_submenu{
	color:#000066;
	background-image:url(../images/bg_li_hover.jpg);
	background-repeat:no-repeat;
	background-position:center left;
}

.right ul, .right ol{
	margin-left:25px;
}

#content p{
	padding-bottom:10px;
}


.more{
	width:90px;
	height:8px;
	font-size:2px;
	background-image:url(../images/learn_more.jpg);
	background-repeat:no-repeat;
	background-position:top;
	/*display: -moz-inline-box;
	vertical-align:middle !important;
	vertical-align:baseline;*/
	display:inline-block;
	cursor:pointer;
	text-decoration:none;
}
.details{
	width:60px;
	height:8px;
	font-size:2px;
	background-image:url(../images/details.jpg);
	background-repeat:no-repeat;
	background-position:top;
	/*display: -moz-inline-box;
	vertical-align:middle !important;
	vertical-align:baseline;*/
	display:inline-block;
	cursor:pointer;
	text-decoration:none;
}
a.details:hover, a.more:hover{
	background-position:bottom;
}




#footer{
	width:894px;
	padding:10px 10px 10px 10px;
	margin:0 auto 0 auto;
	text-align:center;
	color:#c0bfbf;
	line-height:1.3em;
	font-family:Arial, Helvetica, sans-serif;
}
#footer .contact{
	font-size:11px;
}
#footer span{
	color:#ffffff;
	padding-left:10px;
}
#footer .copyright{
	font-size:10px;
}


.clear{
	clear:both;
}
div.separator {
	height:1px;
	width:500px;
	background:url(../images/divider.gif) repeat;
	margin-bottom:9px;
}
div.tops {
	margin-top:7px;
}
p.breadcrumb {
	font-weight:bold;
	color:#000033;
}
