/****************************************** imports ***************************************/

@import url('/assets/css/editor.css');


/****************************************** Reset + clearfix  ***************************************/

.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix {
    display:inline-block;
}
.clearfix {
    display:block;
}
* html .clearfix {
    height:1px;
}

.clear {
	height: 1px;
	clear: both;
}
* { margin: 0; padding: 0; text-decoration: none; font-size: 100%; outline: none; }
code, kbd, samp, pre, tt, var, textarea, input, select, isindex { font: inherit; font-size: 1em; }
dfn, i, cite, var, address, em { font-style: normal; }
th, b, strong, h1, h2, h3, h4, h5, h6 { font-weight: normal; }
a, img, a img, iframe, form, fieldset, abbr, acronym, object, applet { border: none; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td, center { text-align: left; vertical-align: top; }
body { background: white; }
q { quotes: "" ""; }
ul, ol, dir, menu { list-style: none; }
sub, sup { vertical-align: baseline; }
a { color: inherit; text-decoration: none; }


/****************************************** layout ***************************************/

body {
    background: #231f20 url('/assets/images/bg.png') left top repeat-x;
}

p{
    color: #fff;
}

h1, h2, h3 {
    color: #fff;
}

#content img {
	padding: 3px;
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	border: 1px solid #88777B;
}


#wrap {
    width: 930px;
    margin: 0 auto;
}

#banner {
    position: relative;
    height: 155px;
}

#banner img {
    position: absolute;
    top: 0px;
    left: 0px;
}
/************************* nav *********************/

#nav {
    background: #000 url('/assets/images/navBottom.png') left bottom no-repeat;
}

#nav ul {
    width: 809px;
    float: left;
    padding: 0 0 0 15px;
    z-index: 9999;
}

#nav ul li {
    display: block;
    float: left;
    font-size: 13px;
    margin: 0 20px 0 0;
    position: relative;
    padding: 13px 0;
    z-index: 9999;
}

#nav ul li a {
    color: #fff;
	font-weight: bold;
    font-size: 10px;
    text-transform: uppercase;
    z-index: 9999;
}

#nav ul li a:hover {
	text-decoration: none;
	font-weight: bold;
	font-family: "Gill Sans MT",Arial; 
	color: #f25e00;
    z-index: 9999;
}

/**************** sub nav *************/

#nav ul ul {
    position: absolute;
    width: 255px;
    top: 41px;
    left: -999999px;
    padding: 0 0 7px;
    background: url('/assets/images/subNavBottom.png') left bottom no-repeat;
    z-index: 9999;
}

html>/**/body #nav ul li:hover ul {
    left: -5px;
    z-index: 9999;
}

#nav ul ul.IEHover {
    left: -5px;
    z-index: 9999;
}

#nav ul ul li {
    display: block;
    float: none;
    padding: 0;
    margin: 0;
    z-index: 9999;
}

#nav ul ul li a {
    display: block;
    padding: 7px 9px 8px;
    text-transform: none;
    z-index: 9999;
    
}

#nav ul ul li a:hover {
    background: #484848;
    z-index: 9999;
}


#clientLogin {
    font-size: 13px;
    color: #fff;
    float: right;
    margin: 13px 8px 0 0;
}

#content {
    padding: 17px;
}

/************************* language nav *********************/

#lang {
    position: absolute;
    z-index: 300;
    top: 3px;
    left: 523px;
    width: 400px;
    text-align: right;
    
}

#lang  li {
    display: inline;
    color: #f56200;
    font-size: 13px;
    font-weight: normal;
    margin: 0 2px 0 0;
    font-family: arial;
    
}

#lang  li a {
    color: #fff;
}

/************************* footer *********************/

#footer {
    background: url('/assets/images/footerBg.png') left top repeat-x;
    min-height:89px;
      height:auto !important;
      height:89px;
      
    margin: 0 0 20px;
    text-align: center;
    padding: 15px 0 0;
}
/**************** forms *************/

form label {
    float: left;
    color: #fff;
    width: 100px;
    font-size: 13px;
    padding: 5px 0 0;
}

form input {
    width: 200px;
    float: right;
    margin: 0 0 10px 0;
}

form br {
    clear: both;
}

#lSubmit {
    width: auto;
    height: auto;
}

#loginForm {
    width: 350px;
    margin: 0 auto;
    border: 1px solid #ddd;
}

/****************************************** unique ***************************************/

/************************* home *********************/

#homeLeft {
    width: 665px;
    float: left;
}

#homeRight {
    width: 180px;
    float: right;
}

#homeRight a {
    font-size: 12px;
    font-weight: bold;
    color: #6c93b5;
    font-family: "Gill Sans MT", Arial;
}

#homeRight p {
    margin: 0 0 0 0;
}

#homeFlash {
    padding: 0 0 20px 0;
    clear: both;
}

#NewsHeading
{
	font-size:20px;
	}

/************************* inner *********************/

#innerLeft {
    width: 585px;
    float: left;
}

#innerRight {
    width: 294px;
    float: right;
}

#innerRight ul li {
    padding: 10px 0 10px 3px;
    border-bottom: 1px solid #5e5e5e;
    list-style: none;
    margin: 0;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: normal;
}

#innerRight ul li.on {
	color: #f25e00;
}

#innerRight ul li a {
    font-size: 10px;
    color: #fff;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
}

#innerRight ul li a:hover {
	text-decoration: none;
	
	
	color: #f25e00;
}

/************************* manageent team *********************/

.manager {
    border-bottom: 1px solid #5a5a5a;
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
}

.manager img {
    width: 117px;
    float: left;
}

.manager div {
    width: 749px;
    float: right;
}


.manager h3 {
	font-size: 14px;

}

/************************* technology *********************/

.tech {
    border-bottom: 1px solid #5a5a5a;
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
}

.techLeft {
    width: 170px;
    float: left;
    text-align: center;
}

.techRight {
    width: 720px;
    float: right;
}

.techRight h3 {
    font-size: 16px;
}

 .techLink {
    font-size: 14px;
    color: #f56200;
    
}
/************************* contact page *********************/

#contactLeft {
    width: 154px;
    float: left;
}

#contactLeft ul li {
    list-style: none;
    margin: 0 0 2px 0;
    padding: 0;
    line-height: normal;
    
}

#contactLeft ul li a {
    margin: 0;
    padding: 0;
    line-height: normal;
    color: #fff;
    font-family: Verdana;
}

#contactLeft ul li.on a {
    color: #f56200;
    
}

#contactMiddle {
    width: 351px;
    float: left;
    height: 321px;
    padding: 3px;
    border: 1px solid #86787c;
    
}

#googleMap {
    width: 351px;
    height: 321px;    
}

#contactRight {
    padding: 0 0 0 20px;
    width: 331px;
    float: left;
}

#contactRight h3 {
    font-weight: bold;
}

#contactRight p span {
    color: #f56200;
}

#contactRight a {
}

.cMan {
    margin: 0 0 10px 0;
}

.cMan img {
    width: 103px;
    float: left;
    padding: 3px ;
    border: 1px solid #86787c;
    
}

.cMan div {
    width: 203px;
    float: right;
}

#servicesTable img {border:none;}







/************************* services page *********************/

#servicesTable {
    width: 100%;
}

#servicesTable th, #servicesTable td {
    padding: 6px;
    border: 1px solid #ddd;
}

#servicesTable th, .tTitle {
    font-weight: bold;
    background: #181818;
    color: #fff;
    font-size: 13px;
    text-align: center;
    
}

#servicesTable td {
    vertical-align: middle;
    text-align: center;

}

.tColTwo,.tColThree,.tColFour,.tColFive {
    width: 150px;
}

.officeManager p span
{
	font-size: 10px;
    font-family: Verdana, Arial;
    
}