/* CSS Document */

/*************************************
|                                    |
| Author: Rahamathullah.K            |
| (c) 2010 Q Base Technologies       |
|                                    |
*************************************/

* {
	margin:0px;
	padding:0px;
	}
	
body {
	font-size:12px;
	font-family:"Trebuchet MS", Helvetica, Verdana;
	color: #4f504c;
	line-height: 1.5em;
	background:url(../images/body-bg.gif) repeat-x top left;
	}
a:focus {
	outline:0; 
	}
img {
	border:0px;
	}
h2 {
	margin-bottom:10px;
	padding-bottom:5px;
	border-bottom:1px dotted #4F504C;
	}
h3 {
	font-size:11px;
	font-weight:bold;
	margin-bottom:17px;
	}

#wrapper {
	width:980px;
	margin:0 auto;
	}
#header {
	}
	.logo {
		margin:15px 0 0px 20px;
		}

/** NAVIGATION **/

.menu-bg {
	background:url(../images/menu_bg.gif) repeat-x top left; 
	margin:25px 15px 0 15px;
	}
.menu-left {
	background:url(../images/menu_left.gif) no-repeat top left;
	}
.menu-right {
	background:url(../images/menu_right.gif) no-repeat top right; 
	height:51px;
	}
ul#navigation {
	list-style:none;
	padding:12px 0 0 0;
	}
ul#navigation li {
	float:left;
	text-transform:uppercase;
	font-family:"Trebuchet MS", Verdana;
	font-weight:bold;
	font-size:13px;
	padding:5px 30px;
	background:url(../images/menu_sep.gif) no-repeat right top;
	}

ul#navigation li a {
	color:#4f4f4f;
	text-decoration:none;
	}
ul#navigation li a:hover {
	color:#06a8f4;
	}
ul#navigation li.last {
	background:none;
	}
	
.snetwork {
	margin:3px 0 0 80px;
	width:150px;
	float:right;
	}
ul#snetwork {
	
	}
ul#snetwork li {
	list-style:none;
	float:left;
	padding-right:20px;
	}
	
#banner {
	margin:5px 0 0 0;
	}
	
#contentarea {
	margin:1px 0 0 0;
	background:url(../images/content_area_bg.gif) no-repeat top;
	padding: 30px;
	}
#contentarea p {
	margin-bottom:20px;
	}
	
#leftColumn{
float: right;
width: 570px;
padding-right: 20px;

}
h2 span	{
	color:#2ca7d3;
	}
ul.list {
	margin-bottom:15px;
	}
ul.list li {
	background:url(../images/bullet.png) no-repeat left;
	list-style:none;
	padding:0 0 0 20px;
	line-height:22px;
	}
.seotable td{
	height:30px;
	}
.seotable tr.head {
	background:#4bacc6;
	text-align:center;
	font-weight:bold;
	color:#993300;
	}
.seotable td.clor1 {
	background:#4bacc6;
	font-weight:bold;
	padding:0 0 0 10px;
	text-align:left;
	color:#fff;
	}
.seotable tr.contn {
	background:#a5d5e2;
	font-weight:bold;
	text-align:center;
	padding:0 0 0 10px;
	color:#000;
	}
.seotable tr.contn2 {
	background:#d2eaf1;
	font-weight:bold;
	text-align:center;
	padding:0 0 0 10px;
	color:#000;
	}
	
#rightColumn{
background:#FFFFFF url(../images/bg-rightColumn.gif) no-repeat top right;
float: left;
width: 305px; /*Width of right column in pixels*/
}

#rightColumn h3 {
	background:url(../images/service_bg.gif) no-repeat;
	padding:10px 0 14px 55px;
	}
#rightColumn h3 a {
	color:#fff;
	text-decoration:none;
	}

/** FOOTER **/

#footer {
	background:url(../images/footer-bg.gif) repeat-x left top;
	}
#fwrap {
	width:960px;
	background:url(../images/bg-contact-enveloppe.gif) no-repeat left top;
	margin:0 auto;
	}
	.quote { 
		padding:20px 0 30px 150px;
		}
	.flinks {
		padding:25px 0 10px 0;
		line-height:2.5em;
		color:#a0a19c;
		}
	.flinks a, .flinks a:hover {
		color:#a0a19c;
		text-decoration:none;
		}
.flinks a:hover {
	color:#CCCCCC;
	text-decoration:underline;
	}

/*Contact Form*/
#contact-wrapper {
	width:550px;	

	padding:0 0 0 10px;
}
#contact-wrapper div {
	clear:both;
	margin:1em 0;
}
#contact-wrapper label {
	display:block;
	float:none;
	font-size:12px;
	padding-bottom:5px;
	width:auto;
}
form#contactform input {
	border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
	border-style:solid;
	border-width:1px;
	padding:2px;
	font-size:12px;
	color:#333;
}
form#contactform textarea {
	font-size:100%;
	padding:3px;
	border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
	border-style:solid;
	border-width:1px;
}

form#contactform .error {
	color:#CC0000; }

form#contactform .btn {
	background: url(../images/contact_btn_bg.gif) repeat-x top left;
	color:#fff;
	font-weight:bold;
	border:1px solid #4a93ca; 
	padding:5px;
	}
