/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */	
	background: #fff;
	color: #333;
	text-align: center;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	}
img{border:0px;}
.left{float:left;}
.right{float:right;}

.font11{font-size:11px;}

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

#header {
	/*background: #73a0c5 url('images/kubrickheader.jpg') no-repeat bottom center;*/
	}

#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	}

#middle{
	width:100%;
	margin:0px;
	padding:0px;
	background:url('images/mdlbg.jpg') repeat-x left top;
}
.mdlport{
	background:url('images/mdl-whtbg.png') no-repeat left top;
	padding:0px;
	width:990px;
	margin:auto;
}
	
#content {
	font-size: 1.2em;
	}
.nortxt
{
	color:#434342;
	font-size:12px;
	text-decoration:none;
	text-align:justify;
	line-height:1.5em;
}
.nortxt a:link, .nortxt a:visited{
color:#434342;
font-size:12px;
text-decoration:none;
}
.nortxt a:hover{
text-decoration:underline;
}
.lightgrey{
color:#9a9a99;
text-decoration:none;
}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {
	background: #fafaf9 url('images/ftrbg.jpg') repeat-x top;
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family:Arial,Helvetica,sans-serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #9DAF31;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul li ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;

	list-style:none !important;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #425A07;
	text-decoration: none;
	}

a:hover {
	color: #8BBD10;
	text-decoration: none;
	}
.slider_inner	a:link,.slider_inner a:visited{
color: #8BBD10;
	text-decoration: none;
}
.slider_inner	a:hover{
color: #425A07;
	text-decoration: none;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 0 0;
	padding: 0;
	}

#page {
	background-color: white;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	border: 1px solid #959596;
	padding-top:10px !important;
	}

#header {
	/*background-color: #ff00ff;*/
	margin: 0 auto;
/*	padding: 8px 0 0 0;*/
	height: 184px;
	position:relative;
	width: 990px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}
.hdrlf{
	float:left;
	padding:19px 0 8px 10px;
	width:287px;
	background:url('images/hdr-sept.jpg') no-repeat right top;
	margin:7px 0 0 0;
	}
.hdrrht{
	float:left;
	width:684px;
	margin:0 0 0 9px;
	}
.hdr-contport{
	width:480px;
	float:right;
	padding:0 10px 15px 0;
	background:url('images/hdr-cont-sept.jpg') no-repeat right bottom;
	color:#3a3a3a;
	font-weight:bold;
	}
.srchbg{
 	background:#fff;
	width:181px;
	height:17px;
	float:right;
	padding:3px;	
	}
.hdr-tag{
	font-size:20px;
	color:#9daf31;
	font-family:Tahoma;
	float:left;
	padding:10px 0 0 0;
	}
.mail_icons_text{
font-size:10px;
color:#404040;
padding:0 10px 0 0;
margin:15px 0 0 0;
}
.mail-icon-mrg{margin-left:30px;}	
.contact-mail a{outline:none; background:url(images/all-contact-icon.gif) no-repeat -87px 0; height:32px; float:left; display:block; width:27px; margin-top:2px; text-indent:-9999px;}
.contact-yahoo a{ outline:none;background:url(images/all-contact-icon.gif) no-repeat 0 0; height:32px; float:left; display:block; width:27px; margin:2px 0 0 5px; text-indent:-9999px;}
.contact-skype a{ outline:none; background:url(images/all-contact-icon.gif) no-repeat -29px 0; height:32px; float:left; display:block; width:27px; margin:2px 0 0 4px; text-indent:-9999px;}
.contact-msn a{outline:none; background:url(images/all-contact-icon.gif) no-repeat -58px 0; height:32px; float:left; display:block; width:27px; margin:2px 0 0 0px; text-indent:-9999px;}
.hdrlf a{
text-decoration:none;
outline:none !important;
}
.navbg{
		background:url(images/navbg.png) no-repeat left top;
		height:73px;
		margin:8px 0 0 0;
		position:relative;
		padding:4px 0 4px 0;
}


.narrowcolumn {
	float: left;
	padding: 0 0 20px 20px;
	margin: 0px 0 0;
	width: 650px;
	}
.narrowcolum_e{float:left;
margin:0 0 0;
padding:0 0 20px 20px;
}
.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 0px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;	
	width: 100%;
	clear: both;
	}
.ftrport{
	width:960px;
	margin:auto;
/*	padding:20px 15px;
	height:300px;
*/}
#footer p {
	margin: 0;
	padding: 0px 0;
	/*text-align: center;*/
	}
.servicesbox{
margin:0px;
padding:0px 0px 5px 0px;	
}

.pos5-list{
	margin:0px;
	padding:0px;
	}
.pos5-list ul{
	margin:0px;
	padding:0px 0 0 0;
	list-style:none;
	width:222px;
	}
.pos5-list li{	
	color:#2f3b44;
	line-height:27px;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	}
.pos5-list li h4{margin:0px; padding:0px; font-weight:normal;}
.pos5-list li a{
	color:#3C4444 !important;
	text-decoration:none;	
	background:url(images/arrow.jpg) no-repeat 5px 8px;
	display:block;
	padding:0 0 0 22px;
	font-size:10px;
	}
.pos5-list li a:hover{background:url(images/arrow.jpg) no-repeat 0 8px; color:#427195;}

#f_img{
	padding-left:0px;
	width:230px;
	color:#444;	
	}
.contact-twitter a{background:url(images/all-contact-icon.gif) no-repeat -172px 0; height:32px; float:left; display:block; width:31px; margin-top:5px; text-indent:-9999px;}
.contact-facebook a{background:url(images/all-contact-icon.gif) no-repeat -207px 0; height:32px; float:left; display:block; width:31px; margin:5px 0 0 3px; text-indent:-9999px;}
.contact-stumbleupon a{background:url(images/all-contact-icon.gif) no-repeat -242px 0; height:32px; float:left; display:block; width:31px; margin:6px 0 0 3px; text-indent:-9999px;}

.footer_links{
padding-right:10px;
padding-top:7px;
text-align:right;
}

.ftr-logo{background:url(images/all-contact-icon.gif) no-repeat -133px 0; height:28px; float:left; width:20px; margin:0px 0 0 0; text-indent:-9999px;}

.copyright{
color:#525252;
font-size:11px;
text-align:center;
text-decoration:none;
padding-left:300px;
}
.copyright a:link, .copyright a:visited{
font-size:11px;
color:#525252;
text-decoration:none;
}
.copyright a:hover{
text-decoration:underline;
}

.ftr-seotxt{
	color:#becd9a;
	padding:0 5px;
	font-size:11px;
	font-weight:normal;
}
.ftr-seotxt a{
	color:#becd9a;
	font-weight:bold;
	text-decoration:none;
}
.ftr-seotxt a:hover{
	text-decoration:underline;
	color:#becd9a;
}
.ftrsept {
background:none repeat scroll 0 0 #FFFFFF;
height:1px;
margin:10px 0;
}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

.post h2 {
	font-family:Tahoma;
	margin:0px 0px 10px 0px;
	padding:0px;
	color:#2F2519;
	font-size:18px;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	padding:0px;
	margin:0px;
	color:#FFFFFF;
	font-family:Tahoma;
	font-size:20px;
	background:#8BBD10;
	font-weight:normal !important;	  
	text-align:left;
	padding-top:7px;
	padding-bottom:5px;
	padding-left:10px !important;	  
	
}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style-type:disc;
	padding-left: 10px;
	text-indent: 0px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

/*.entry ul li:before, #sidebar ul ul li:before {
		content: "\00BB \0020";
	}*/

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	
	}
 
#sidebar ul ul{
	background:#FFFFFF;
	border:2px #8BBD10 solid;
	margin:0px !important;
	padding:0px  !important;
	padding-left:10px !important;
	padding-top:3px !important;
	padding-bottom:0px !important;
	/*list-style:none !important;
*/
}
 
 
#sidebar ul ul li{
	/*list-style:none !important;
*/	 
}
#sidebar ul ul li a:link,#sidebar ul ul li a:visited{
	font-family:Arial, Helvetica, sans-serif;
	color:#718080;
	text-decoration:none;	
 	font-size:11px;
	
	
	}
#sidebar ul ul li a:hover{ color:#427195; text-decoration:underline;}
#sidebar ul ul ul{
	border:none !important;
		padding-bottom:5px !important;
}
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}
#sidebar ul p{
width:233px;
}	

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
 
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	/*list-style: decimal outside;*/
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 10px 0;
	padding-left:5px;
	}
/* End Entry Lists */



/* Begin Form Elements */
#content  #searchform #s { 
 width:190px;
 	height:20px;	
	padding:0px;
	margin:0px;
	padding:3px;
	border:1px #000000 solid;
}

#content  #searchform  #searchsubmit {
	padding: 0;
	background:url('images/big_go.jpg') no-repeat;
	width:37px;
	height:28px;
	cursor:pointer;
	border:none;	
	padding-left:20px;
	}

#searchform {
	/*margin: 10px auto;
	padding: 5px 3px;*/
	float:left;
	background-color:#343434;
	
	}

#searchform #s {
	width: 152px;
	padding: 0px;
	border:none!important;
	font-size:14px;
	height:21px;	
	padding:3px 0 1px 3px;
	margin:0px;
	border-color:#FFFFFF;
	outline:none;
	background-color:#343434;
	color:#F6F5F3;
 
	}
.border
{
border:none!important;
float:left;
}

#searchsubmit {
	padding: 0;
	background:url('images/new_go.png') no-repeat;
	width:23px;
	height:14px;
	cursor:pointer;
	border:none;
	margin:6px 3px 2px 0px;	
	float:right;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	/*margin-left: 545px;*/
/*	width: 220px !important;*/
	background:#8BBD10;
	padding:0px;
	margin:0px;
	*border: 1px solid white; *margin-top: 20px;
 }

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	outline:none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.md_left
{
width:475px;
float:left;
}
.md_right
{
float:left;
width:470px;
}
.md_left_inner
{
width:668px;
float:left;
}
.md_right_inner
{
float:right;
width:246px;
 padding-right:17px;
}
.mrgtop25
{
margin-top:25px;
}
.portfolio
{
width:490px;
}
.p_title{
width:390px;
color:#403428;
font-size:20px;
font-weight:normal;
}
.arrow{
	width:62px;
}
.right_arrow
{
padding-left:10px;
}
.border_bottom
{
border-bottom:1px solid #E6EBD7;
}
.title_pad
{
padding:0px 0px 5px 10px;
}
.left_img{
width:230px;
}
.right_img{
width:237px;
}
.mrttop10
{
margin-top:10px;
}
.hire_joomladeveloper
{
width:474px;
height:217px;
background-color:#8BBD10;
}
.hire_title
{
padding:10px 10px 10px 15px;
}
.title_white
{
color:#FFFFFF;
font-family:tahoma;
font-size:22px;
}
.sub_titile_black
{
color:#000000;
font-family:tahoma;
font-size:16px;
}
.hirejoomla_main
{
font-family:tahoma;
position:relative;
}
.bg_white
{
margin-left:15px;
background-color:#FFFFFF;
width:445px;
height:128px;
}
.fee_link a:visited,.fee_link a:link
{
color:#FFFFFF;
font-family:tahoma;
font-size:16px;
font-weight:bold;
text-decoration:underline;
}
.fee_link a:hover
{
text-decoration:none;
}
.mrgtop5
{
margin-top:5px;
}
.madel_icon
{
position:absolute;
top:0;
left:425px;
margin:0px;
padding:0px;
}
.txt_hire
{
padding:10px 0px 10px 15px;
width:360px;
line-height:15px;
text-align:justify;
color:#7D7D7D;
font-size:11px;
}
.condition
{
width:406px;
padding-left:15px;
 
}
.con_left
{
	width:174px;
}
.con_right
{
	width:232px;
}
.con_1
{
background:url(images/arrow_right.jpg) no-repeat center left;
padding-left:20px;
color:#2F2617;
font-size:13px;
padding-top:4px;
padding-bottom:4px;
}
.mid_portion
{
width:990px;
}
.mid_article
{
background:url(images/bg_middle.jpg) no-repeat center top;
width:990px;
}
.art_title_wower
{
color:#2F2519;
font-size:20px;
padding:20px 0px 0px 80px;
height:61px;
background:url(images/who_we_are.jpg) no-repeat center left;
}
.art_title_wtwedo
{
padding:20px 0px 0px 80px;
height:61px;
color:#2F2519;
font-size:20px;
background:url(images/wht_we_do.jpg) no-repeat center left;
}
.art_title_wychoosus
{
padding:20px 0px 0px 85px;
height:61px;
color:#2F2519;
font-size:20px;
background:url(images/why_choose_us.jpg) no-repeat center left;
}
.mid_article_1
{
width:355px;
}
.mid_article_2
{
width:345px;
}
.mid_article_3
{
width:280px;
}
.hgt30{
height:30px;
}
.smallfont{
font-weight:normal !important;
font-size:10px !important;
}
.article_txt
{
margin-top:10px;
color:#3C4444 !important;
font-size:11px;
font-family:Trebuchet MS;
text-align:justify;
}
.article_txt p{
margin-bottom:5px;
padding:0;
}
.art_width
{
width:280px;
}
.hgt20
{
height:20px;
}
.client_speak
{
width:990px;
height:116px;
background-color:#74685A;
}
.client_s_main{
width:966px;
padding:10px 10px 0px 10px;
margin:0px;
}
.wight_box_main
{
width:806px;
}
.client_name
{
	width:160px;
	text-align:right;
}
.client_w_box
{
width:806px;
height:95px;
}
.wight_box
{
width:762px;
height:95px;
background-color:#FFFFFF;
}
.wight_arrow
{
width:40px;
padding-top:19px;
}
.client_txt
{
margin-top:8px;
margin-left:8px;
width:730px;
}
.photo
{
width:90px;
}
.c_txt
{
width:640px;
font-size:11px;
color:#3C4444 !important;
text-align:justify;
}
.c_txt p{
margin:7px 0px 0px 0px;
}
.name
{
color:#FFFFFF;
font-size:12px;
}
.site_name a
{
display:block;
padding-top:5px;

color:#FFFFFF;
text-decoration:underline;
font-size:11px;
}
.read_more
{
margin-top:10px;
}
.read_more a:link,.read_more a:visited
{
text-decoration:none;
color:#FFFFFF;
font-size:12px;
font-weight:bold;
}
.client_info
{

margin-top:30px;
}
.main_article
{

}
.testimonial_box
{
border:1px solid #8BBD10;
margin-bottom:10px;
}
.testimonail_txt
{
padding:10px;
}
.tesi_img
{
float:left;
width:100px;
}
.testimonial_con
{
width:544px;
float:left;
}
.testimonial_con p
{
margin:0px;
padding:0px;
padding-bottom:5px;
}
.width
{
width:644px;
}
.green
{
color:#8BBD10;
}
.float_left
{
float:left;
}
.float_right
{
float:right;
}
.port_div
{
width:300px;
}
.port_title
{
margin:10px 0px;
}
.port_title a
{
font-size:14px;
color:#8BBD10;
font-weight:bold;
}
.url_bg{
background-color:#ABA8A1;
float:left;
margin-left:3px;
margin-top:10px;
padding:5px 15px;
}
.url_bg a
{
font-size:12px;
color:#FFFFFF;
}
.width330px {
width:330px;
}
.hgt10
{
height:10px;
}
.grey_bg{
background-color:#F2F2F2;
float:left;
padding:10px;
}
.green_bg
{
background-color:#8BBD10;
float:left;
margin-left:3px;
padding:10px;
}
.green_bg a:link, .green_bg a:visited {
color:#FFFFFF;
text-decoration:none;
}
.port_desc_bg
{
background-color:#F2F2F2;
float:left;
height:auto;
padding:10px 10px 10px 15px;
width:312px;
}
.prj_title h3
{
margin:10px 0px 0px;
color:#8BBD10;

}
.enquiry_left
{
width:668px;
}
.enquiry_right 
{
width:246px;
border:2px solid #8BBD10;
}
.quickcontact_title 
{
color:#FFFFFF;
background:#8BBD10;
font-family: Tahoma;
font-size:20px;
font-weight:normal;
height:100%;
width:216px;
padding:10px 15px;
}
.mail_icons-mail a 
{
background:url("images/all-contact-icon.gif") no-repeat scroll -87px 0 transparent;
display:block;
float:left;
height:32px;
margin:0;
text-indent:-9999px;
width:27px;
}
.mail_icons_text a:link, .mail_icons_text a:visited {
color:#676050;
padding-left:0;
}
.mail_icons-yahoo, .mail_icons-yahoo a {
background:url("images/all-contact-icon.gif") no-repeat scroll 0 0 transparent;
display:block;
float:left;
height:32px;
margin:0;
text-indent:-9999px;
width:27px;
}
.mail_icons-skype, .mail_icons-skype a {
background:url("images/all-contact-icon.gif") no-repeat scroll -29px 0 transparent;
display:block;
float:left;
height:32px;
margin:0;
text-indent:-9999px;
width:27px;
}
.mail_icons-msn, .mail_icons-msn a {
background:url("images/all-contact-icon.gif") no-repeat scroll -58px 0 transparent;
display:block;
float:left;
height:32px;
margin:0;
text-indent:-9999px;
width:27px;
text-align:left;
}
.mail_icons_text_2
{
color:#676050;
height:31px;
padding-left:0;
padding-top:10px;	
}
.mail_icons_text_2 p {
margin:0;
padding:7px 0 0;
}
.mail_icons_text_2 p a:link,.mail_icons_text_2 p a:visited{
color:#2F2519;
text-decoration:none;
padding-left:5px;
}
.mail_icons_text_2 p a:hover{
color:#9DAF31;
text-decoration:underline;
}
.cust-repr-box
{
margin:0 0 10px 15px;
padding-top:0;
width:216px;
}
.entry
{
color:#3C4444 !important;
font-size:12px;
}
.title
{
color:#777777;
font-weight:bold;
}
.seletd_link 
{
font-weight:bold;
}
.entry a{
color:#9DAF31;
font-size:12px;
text-decoration:none;
}
.entry a:hover
{
text-decoration:underline;
}
.article_txt a:link,.article_txt a:visited
{
font-weight:bold;
color:#2F2519;
text-decoration:none;
}
.article_txt a:hover
{
text-decoration:underline;
}
#services{
	padding:0px;
	margin:0px;
	list-style:none;
	
}
#services ul{
	margin:0px;
	padding:0px;
	list-style:none !important;
}
#services ul li{
	padding-left:10px;
	font-size:11px;
		list-style:none;
}
.wrap h3{
	
	font-size:14px !important;
	font-weight:normal !important;
}
.portfolio_title
{
	padding-top:21px;
	font-family:tahoma;
	font-size:18px;
	line-height:22px;
	padding-bottom:20px;
	text-transform:uppercase;
	color:#2F2519;
		
}
.home_content{
	padding:0px;
	margin:0px;
	padding-top:10px;
}
.home_content ul{
	 
	padding:0px;
	margin:0px;
	padding-left:25px;
}
.home_content ul li{
	padding-left:1px;
	padding-top:1px;
	padding-bottom:1px;
}
.mrgin_top10
{
margin-top:10px;
}
.blue_font
{
color:#3C4444 !important;
font-size:14px;
font-weight:bold;
}
/*portfolio*/

#nav, #nav ul {
list-style: none;
line-height: 1;
}
#nav a, #nav a:hover {
display: block;
text-decoration: none;
border:none;
}
#nav li {
float: left;
list-style:none;
}
#nav a, #nav a:visited {
display:block;
font-weight:bold;
color: #f5f5f4;
padding:6px 12px;
}
#nav li ul {
position: absolute;
left: -999em;
height: auto;
width: 174px;
border-bottom: 1px solid #a9a9a9;
}
#nav li li {
width: 172px;
border-top: 1px solid #a9a9a9;
border-right: 1px solid #a9a9a9;
border-left: 1px solid #a9a9a9;
background: #777;
}
#nav li li a, #nav li li a:visited {
font-weight:normal;
font-size:0.9em;
color:#FFF;
}
#nav li li a:hover, #nav li li a:active {
background:#000;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
left: auto;
}
a.main:hover {
background:none;
}
.live_chat
{
position:fixed;
right:-2px;
top:2px;
float:right;
background:none;
display:block;
z-index:9999;

}
.textmrg
{
padding-left:10px;
}
.txt_div
{
padding-top:8px;
}
.srch_txt
{

padding:4px 0 0 0;
color:#999999;
font-size:12px;
text-align:justify;
font-weight:normal!important;
font-family:segoe ui,arial;
font-size:11px;
color:#848484;

}
.srch_small_hed
{
color:#85b80b!important;
padding-top:20px;
font-family:segoe ui,arial;
font-size:18px!important;
padding-bottom:20px;
}
.srch_small_hed a
{
color:#85b80b!important;
font-size:18px!important;
text-decoration:none;
}
.srch_small_hed a:hover
{
color:#85b80b!important;
font-size:18px!important;
text-decoration:underline;
}

.srch_sep
{
border-bottom:1px dotted #e5ebd7;
height:2px;
clear:both;
padding:10px 0 10px 0;
}
.srch_main_had
{
margin-bottom:20px!important;
}
.prev_slider
{
clear:both;
float:left;
}
.next_slider
{
float:right;
}
.nxt_prev_width
{
width:490px;
}







/*
	Accessible News Slider : Plugin Specific
-----------------------------------------------------------------------------------------*/
.business_as_usual  {
	width: 1000px;
	/*border-bottom: 1px solid #ddd;*/
	margin: 0 0 10px 0;
}
.business_as_usual .slide_div{
	width:883px !important;
	overflow:hidden !important;
}
.business_as_usual a {
	color: #363636;
}
.business_as_usual .back {
	/*width: 40px;
	height: 185px;*/
	/*left: 0;*/
	/*background: url(images/themes/business_as_usual/back_bg.gif) no-repeat top right;*/
	/*background:url(../images/prev_img.jpg) no-repeat 5px center;*/
	margin-top:-29px;
	margin-left:-22px;
}
.business_as_usual .back a {
	display:block;
	/*top: 0;
	right: 130px;*/
	width: 12px;
	height: 13px;
	line-height: 23px;
	/*background: url(images/themes/business_as_usual/back.gif) no-repeat top right;*/
	/*background:url(../images/prev_img.png) no-repeat 5px center;*/
	background-image:url(images/arrow_left.jpg);
	background-repeat:no-repeat;
	background-position:center;
	/*border:5px;*/
}
.business_as_usual .next {
	/*width: 40px;
	height: 185px;*/
	margin-top:-29px;
	margin-left:0px;
	right: 0;
	
	/*background: url(images/themes/business_as_usual/next_bg.gif) no-repeat top left;*/
	/*background:url(../images/next_img.jpg) no-repeat 5px center;*/
}
.business_as_usual .next a {
	
	/*top: 0;
	left: 130px;*/
	width: 12px;
	height: 13px;
	line-height: 23px;
	text-align: right;
	/*background: url(images/themes/business_as_usual/next.gif) no-repeat top left;*/
	background-image:url(images/arrow_right.jpg);
	background-repeat:no-repeat;
	background-position:center;
	/*border:5px;*/
	}
.business_as_usual .view_all {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 35px 0 0 0;
	padding: 8px;
	background: url(images/themes/business_as_usual/view_all_bg.gif) repeat-x bottom left;
	text-align: center;
}
.business_as_usual li {
	/*padding: 15px 0;*/
	overflow: hidden;
	/*width: 240px;*/
	
}
.business_as_usual li img {
	float: left;
	display: inline;
}
.business_as_usual li p {
	float: left;
	display: inline;
	margin: 0 0 0 10px;
	width: 140px;
}

.slider_div{
	/*width:400px !important;*/
	margin:0 13px;
}
.accessible_news_slider img {
	border: 0;
}
.slide_img {
	background:transparent url url(images/image_bg.png) no-repeat scroll 0 0;
	border:2px solid #FFFFFF;
	float:left;
	height:185px;
	width:215px !important;
}
.accessible_news_slider li,
.accessible_news_slider p {
	font-family: "Arial", "Verdana", sans-serif;
	/*margin: 0;*/
	padding: 0;
	font-size: .8em;
	line-height: 1.6;	
}
.accessible_news_slider li p {
	font-size: 1em;
}
.accessible_news_slider {
	position: relative;
	overflow: hidden;
	width:454px;
}
.accessible_news_slider .javascript_css {
	position: relative;
	z-index: 3;
	padding: 20px;
	background: #fffcd3;
}
.accessible_news_slider .skip_to_news {
	position: absolute;
	top: 0;
	left: -9999px;
}
.accessible_news_slider ul {
	position: relative;
	left: 0;
	/*width: 460px;*/
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	z-index: 1;
}
.accessible_news_slider li {
	float: left;
	display: inline;
	/*border:8px solid #FFFFFF;*/
	border:5px solid #339900;
	/*margin-left:0px;*/
	
}


/*#next_btn_over{
width:20px;
float:right;
background:url(images/banner_arrow_right_over.jpg) right no-repeat ;
height:264px;
}
#prev_btn_over
{
width:20px;
float:left;
height:264px;
background:url(images/banner_arrow_left_over.jpg) left no-repeat ;
}
*/

