@charset "utf-8";
html 
{
	overflow-y:scroll;
}
body, h1, h2, h3,h4,h5,h6, ul, input, select, textarea {
	font-family: "Segoe UI", Segoe, Tahoma, Arial;
	font-size:14px;
	color:#2f2f2f;
	margin:0;
	padding:0;
}
body {
	background-color: #f9f9f9;	
}

img {
	border:none;
}

a:link, a:active, a:visited {
	color:#0b0b0b;
	text-decoration:none;
	outline:none;
}
a:hover {
	
	text-decoration:underline;
}

ul {
	list-style:none;
}
li {
	background:url(../images/bullet.gif) no-repeat left 8px;
	padding-left:11px;
	margin:2px 0;
}
.pageWrap {
	width:970px;
	margin:0 auto;
}


#header {
	background:url(../images/bg_top.gif) repeat-x bottom #262626;
	height:58px;
}

#header, #midCont ,#midContInner {
	min-width:980px;
}

#midCont {
	background:url(../images/bg_middle.gif) repeat-x;
	height:103px;
}
#midContInner 
{
    background:url(../images/bg_middleInner.gif) repeat-x top #e6e6e6;
    border:1px solid #e3e3e3;
	min-height:118px;
	overflow:hidden;
	padding:3px 0;
}

#topContent {
	background:url(../images/bg_img.gif) no-repeat right top;
	min-height:120px;
	padding-bottom:30px;
}

#logo {
	padding-top:5px;
	float:left;
	width:150px;
}

#logo img 
{
	border:none;
}

/* Start Top Nav*/
#topMenu {
	margin-left:200px;
	padding-top:15px;
}

#topNav {
	list-style:none;
	text-align:right;
}

#topNav li {
	color:#fff;
	display:inline-block;
	margin:0 5px;
	background:none;
	position:relative;
}

#topNav 
{
	*float:right;
}
#topNav li 
{
	*float:left;
}

#topNav li a {
	color:#fff;
	font-size:16px;
	display:block;
	text-decoration:none;
	padding:4px 8px;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#topNav li a.contact , #topNav li a.menuOpen
{
    background:url(../images/toggle.png) no-repeat right 10px;
    padding-right:20px;
}
#topNav li a.contact, #topNav li a.menuOpen:hover
{
	background-color:#ff8a00;
}
#topNav li a.menuOpen 
{
    background-position:right -40px;
}

#topNav li a:hover,  #topNav li a.selected{
	background-color:#414141;
}

/* Sub Menu */

#topNav li ul 
{
    background-color:#414141;
    position:absolute;
    top:25px;
    left:11px;
    z-index:100000;
    display:none;
    -moz-border-radius: 5px;
	-webkit-border-radius:5px;
	border-radius: 5px;
	width:200px;
}
#topNav li ul li 
{
    display:block;
    float:none;
    text-align:left;
    border-bottom:1px dotted #ccc;
    margin:0px!important;
    padding-left:0px;
    position:static;
}

#topNav li ul li:last-child 
{
    border:none;
}
#topNav li ul li a 
{
    padding:5px 8px!important;
    -moz-border-radius: 0px;
	-webkit-border-radius:0px;
	border-radius: 0px;
}
#topNav li ul li a:hover 
{
    background-color:#ff8a00;
}


/* Sub Menu */

#topCont {
	margin-right:560px;
	padding-top:20px
}
#topContInner {
	padding-top:20px;
	padding-bottom:20px;
}
h1 {
	font-size:25px;
	font-weight:normal;
	margin-bottom:5px;
}

.midCont {
	font-size:12px;
	float:left;
	width:260px;
	margin-right:50px;
	padding-top:20px;
}

.midCont h1 {
	font-size:16px;
}


/* Start Bottom Cont*/

#bottomCont {
	clear:both;
	margin-top:20px;
	margin-bottom:40px;
	overflow:hidden;
}

#botLeft {
	float:left;
	width:505px;
}

#botRight {
	margin-left:540px;
}

#quotes, #quotesSmall {
	background:url(../images/bg_quote.gif) no-repeat;
	width:368px;
	min-height:78px;
	font-style:italic;
	font-size:12px;
}

#quotesSmall {
	background:url(../images/bg_quoteSmall.gif) no-repeat;
}



.quete, .quoteSmall  {
	margin:0 50px;
	padding-top:5px;
}
#quoteSmall {
	padding-top:0px;	
}

.speaker, .speakerSmall {
	font-style:normal;
	font-weight:bold;
	text-align:left;
	margin-top:5px;
	font-size:11px;
}
#speakerSmall {
	margin-top:2px;
}

#ourClients {
	overflow:auto;
	margin-bottom:15px;
	margin-top:20px;
}
.clientsThumb {
	background-color:#fff;
	border:1px solid #ccc;
	width:115px;
	text-align:center;
	float:left;
	margin-right:15px;
	margin-top:15px;
	padding:5px 0;
}
.clientsThumb:hover {
	border-color:#666;
}

.btnBlue {
	background-color:#0090ff;
	display:inline-block;
	padding:2px 6px;
	color:#fff!important;
	font-size:12px;
	text-decoration:none;
	*zoom:1;
	
}

.btnBlue:hover {
	background-color:#ff5a00;
}

#footer, #footerInner {
	border-top:1px solid #ccc;
	clear:both;
	font-size:12px;
	padding-top:10px;
	text-align:right;
}

#footerInner {
	border:none;
	margin-top:10px;
}

#clientList 
{
	overflow:hidden;
	clear:both;
	padding-right:100px;
	*padding-right:0px;
	*margin-right:100px;
}

/* form */
form 
{
	margin:0px;
	display:inline;
}

input, select, textarea 
{
	border:1px solid #666;
	min-width:120px;
}

#contactbtn 
{
	position:relative;
}

#contactHolder 
{
	direction:ltr;
	position:absolute;
	top:25px;
	width:300px;
	height:230px;
	display:none;
	right:0px;
	background-color:#ff8a00;
	padding:10px;
	
	-webkit-border-radius: 5px;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius: 5px;
	-moz-border-radius-topright: 0;
	border-radius: 5px;
	border-top-right-radius: 0;

	 background: -moz-linear-gradient(top, #ff8a00, #ea6300);
	 background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ff8a00), to(#ea6300)); 
	 z-index:10000


}
#contactHolder input, textarea 
{
	width:180px;
}
#contactHolder .row 
{
	clear:both;
	margin:5px;
	overflow:auto;
}

#contactHolder .row label 
{
	float:left;
	width:80px;
	text-align:left;
}

#contactHolder .input 
{
	float:left;
}

label.error, label.checked
{
	float:none!important;
	display: inline-block;
	margin-right: 3px; /*background-color: #ffcfcf;
	border-right: 2px solid #dbdbdb;*/
	background: url(../images/error.png) no-repeat right center;
	width: 20px!important;
	text-indent:-9000px;
}
label.checked
{
		float:none!important;
	background: url(../images/success.png) no-repeat right center;
}
.btn_submit 
{
	background-color:#414141;
	color:#fff;
	font-size:16px;
	padding:4px 8px;
	width:auto!important;
	min-width:50px!important;
	border:none;
	cursor:pointer;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.btn_submit:hover
{
	background-color:#fff;
	color:#414141;
}

.preloader 
{
	background:url(../images/loader.gif) no-repeat center center;
	*zoom:1;
	width:18px;
	height:11px;
	font-size:8px;
	display:none;
}

#address 
{
    font-size:11px;
    text-align:center;
    position:absolute;
    top:220px;
    left:10px;
}

.ContactSuccess 
{
    text-align:center;
    font-weight:bold;
}

/* Start Projects List */
.gallery 
{
    list-style:none;
    margin:0px;
    padding:0px;
}
.gallery li 
{
    background:none!important;
    border:1px solid #ccc;
    float:left;
    margin-right:15px;
    margin-bottom:15px;
    padding:3px 3px 0;
    position:relative;
}

.gallery li .new 
{
    background:url(../images/newIcon.png) no-repeat;
    height:53px;
    width:88px;
    position:absolute;
    top:0px;
    left:0px;
}


.gallery li:hover 
{
    border-color:#666;
}

/* Start Legend */
#legend 
{
    font-size:10px;
    padding-left:15px;
    padding-top:5px;
}
#legend span 
{
    font-weight:bold;
}

#legend img 
{
    width:12px;
    height:12px;
}
