/*

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 */

	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;

	background: #d5d6d7 url('images/kubrickbgcolor.jpg');

	color: #333;

	text-align: center;

	}



#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;

	}



#content {

       /*  margin-right:141px; */

	}



.narrowcolumn .entry, .widecolumn .entry {

/*font: 13px/21px Arial,Helvetica,sans-serif;*/

/*font-size:13px;*/

/*line-height:23px;*/

/*margin-top:10px;*/

text-align:justify;

color:#5A5858;

}

	}

.thread-alt {

	background-color: #f8f8f8;

}

.thread-even {

	background-color: white;

}

.depth-1 {

border: 1px solid #ddd;

}



#footer {

          

	/* background: #e7e7e7 url('images/kubrickfooter.jpg') no-repeat top; */

	/* border: none; */

	}



small {

	font-family: Arial, Helvetica, Sans-Serif;

	font-size: 0.9em;

	line-height: 1.5em;

	}

#headerimg .description {

	font-size: 1.2em;

	text-align: center;

	}





#sidebar {

	/*font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;*/

	}



small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {

	color: #777;

	}



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 {

	text-decoration: none;

	}



a:hover {

	color: #147;

	text-decoration: underline;

	}



#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 20px 0;*/

	padding: 0;

	}



#page {

	background-color: white;

	/*margin: 20px auto;*/

	padding: 0;

	/*width: 984px;*/

        margin :0 auto;

	border: 1px solid #959596;

	}



#header {

	background-color: #73a0c5;

	margin: 0 0 0 1px;

	padding: 0;

	height: 200px;

	width: 984px;

	}



#headerimg {

	margin: 0;

	height: 200px;

	width: 100%;

	}



.narrowcolumn {

	float: right;

	padding: 0 0 20px 9px;

	/*margin: 0px 133px 0px 0px;*/

	width: 705px;

        *width: 700px;

        background-color:#ffffff;

        /*border-left:solid 1px #E3DFE0;*/

	}



.widecolumn {

	padding: 10px 0 20px 0;

	margin: 5px 0 0 150px;

	width: 450px;

	}



.post {



	}



.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; */

	/* margin: 0 auto; */

	/* width: 760px; */

	clear:both;

        /* background:url("images/footer-bg.jpg") repeat-x scroll 0 0 transparent;*/

	}



#footer p {

	margin: 0;

	/*padding: 20px 0;*/

	text-align: center;

	}

/* End Structure */







/*	Begin Headers */

#sidebar h2 {

	margin: 5px 0 0;

	padding: 0;

        color:#333728;

	font-size:20px;

	padding:7px 0 0 60px;

	text-shadow:1px 1px #FFFFFF;

	}



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: none;

	padding-left: 10px;

	text-indent: -10px;

	}



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, #sidebar ul ol {

	/*margin: 0;*/

	/*padding: 0;*/

        list-style:none;

	/*margin:10px 0 0 17px;*/

	padding:0;

        width:240px;

	}



#sidebar ul li {

	list-style-type: none;

	list-style-image: none;

	font:normal 13px Arial, Helvetica, sans-serif;

	color:#5A5858;

	}

#sidebar ul li a {

	color:#5A5858;         

}





#sidebar ul li a:hover {

 color:#8B0101;

text-decoration:none;

font:13px/21px Arial,Helvetica,sans-serif;



}



#sidebar ul li a.selected {

	color:#8B0101;

       /* text-decoration:none;*/

        font-weight:bold;         

}









#sidebar ul p, #sidebar ul select {

	margin: 5px 0 8px;

	}



#sidebar ul ul, #sidebar ul ol {

	margin: 7px 0 0 15px;

        width:221px;

       

	}



#sidebar ul ul ul/*, #sidebar ul ol*/ {

        list-style:none outside none;

        padding:0;

        width:220px;

	}



ol li, #sidebar ul ol li {

	list-style: decimal outside;

	}



#sidebar ul ul li, #sidebar ul ol li {

	background:url(images/ser-bullets.jpg) no-repeat scroll 0 7px transparent;

	font:13px/17px Arial,Helvetica,sans-serif;

	/*margin:3px 0 0;*/

	padding:0px 0 0 13px;

	width:180px;

        line-height:21px;

	}

/* End Entry Lists */







/* Begin Form Elements */

#searchform {

	margin: 10px auto;

	padding: 5px 3px;

	text-align: center;

	}



#sidebar #searchform #s {

	width: 108px;

	padding: 2px;

	}



#sidebar #searchsubmit {

	padding: 1px;

	}



/*.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

{

	/*padding: 20px 0 10px 0;*/

	margin-left:13px;

       *margin-left:10px;

	width: 255px;

       *width: 253px;

        

        background:url(images/services.jpg) no-repeat;

        background-color:#FFFFFF;

	/*width:240px;*/

	/*margin:0 auto;*/

        float:left;

	}



#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;

	}



.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;

}

/* End captions */



















* {

	margin:0;

	padding:0;

	}

img {

	border:none;}

a { outline:none;}

.clrfix {

	clear:both;

	}

.clrleft {

	clear:left;

	}

br.clear  {

clear:both;

height:1px;

}

.pad7 {

	padding-left:7px;

}



body {

	background:#FFFFFF url(images/main-bg.jpg) repeat-x top center;

	font:normal 11px Arial, Helvetica, sans-serif;

	}

.clearfix {

	clear:both;

	}

.noborder{border:none;}

.topwrapper {

	width:984px;

	margin:0 auto;

	background:url(images/wrap-bg.jpg);

	background-position:center 71px;

	background-repeat:no-repeat;

	height:331px;

	}



.topwrapper1 {

	width:984px;

*width:720px;

*float:right; 

*padding-right:136px;   

	margin:0 auto;

	/*background:url(images/wrap-bg.jpg);

	background-position:center 71px;

	background-repeat:no-repeat;*/

	height:auto;

	}



.topwrapper2 {

	width:984px;

*width:190px;

*float:right;

margin:0 auto;

	/*background:url(images/wrap-bg.jpg);

	background-position:center 71px;

	background-repeat:no-repeat;*/

	height:auto;

	}





.logo {

	width:171px;

	height:68px;

	float:left;

        background:url(images/logo.jpg);

	}

/*------------------- menu start ------------------*/

#menu {

/*	width:993px;*/

	height:66px;

	float:right;

}

#menu ul {

	margin:0;

	padding:0;

	list-style: none;

}

#menu ul li {

	float: left;

}

#menu ul li a {

	text-decoration: none;

	float: left;

	text-indent:-9999px;

	height: 69px;

	padding:0;

	margin:0;

	/* background:;*/

	display:block;



}

#menu ul li a.home {

	background:url(images/home-bg-menu.jpg) no-repeat;

	width:106px;

	height:69px;

}

#menu ul li a.home:hover, #menu ul li a.home-select {

	background-position: 0 -69px;

       

}

#menu ul li a.why {

	background:url(images/home-bg-menu.jpg) no-repeat -106px 0;

	width:106px;

	height:69px;

}

#menu ul li a.why:hover, #menu ul li a.why-select {

	background-position: -106px -69px;

}

#menu ul li a.service {

	background:url(images/home-bg-menu.jpg) no-repeat -211px 0;

	width:106px;

	height:69px;

}

#menu ul li a.service:hover, #menu ul li a.service-select {

	background-position:-212px -69px;

}



#menu ul li a.portfo {

	background:url(images/home-bg-menu.jpg) no-repeat -318px 0;

	width:106px;

	height:69px;

}

#menu ul li a.portfo:hover, #menu ul li a.portfo-select {

	background-position: -318px -69px;

        

}

#menu ul li a.enquire {

	background:url(images/home-bg-menu.jpg) no-repeat -424px 0;

	width:106px;

	height:69px;

}

#menu ul li a.enquire:hover, #menu ul li a.enquire-select {

	background-position: -424px -69px;

}

#menu ul li a.contact {

	background:url(images/home-bg-menu.jpg) no-repeat -530px 0;

	width:106px;

	height:69px;

}

#menu ul li a.contact:hover, #menu ul li a.contact-select {

	background-position: -530px -69px;

}

#menu ul li a.about {

	background:url(images/home-bg-menu.jpg) no-repeat -636px 0;

	width:106px;

	height:69px;

}

#menu ul li a.about:hover, #menu ul li a.about-select {

	background-position: -636px -69px;

}

/*-------------------  Header Start ------------------*/



.headhold {

	float:left;

	width:664px;

	}

.header {

	color:#fff;

	}

.header h1 {

	font-family:Arial;

	font-size:29px;

	font-weight:normal;

	padding:21px 0 0 20px;

	}

.header h1 span {

	color:#ffc348;

	}

.header h2 {

	font-size:13px;

	font-weight:normal;	

	}

.header ul {

	list-style:none;

	margin:10px 0 0 30px;

	padding:0;

	float:left;

	display:inline;

	}

.header ul li{

	background:url(images/bullet-1.gif) no-repeat center left;

	line-height:26px;

	padding-left:20px;

       *padding-left:5px;

	}

.header ul li a{

	font-size:13px;

	color:#FFFFFF;

	text-decoration:none;

	}



.header ul li a:hover{

	text-decoration:underline;

        color:#F0AC3F;

        font-size:13px;

	}

.headpic {

	background:url(images/pic-clock.jpg) no-repeat;

	width:228px;

	height:227px;

	float:right;

	margin:13px 46px 0;

	display:inline;

	}

.more {

	clear:both;

	color:#FFFFFF;

	font-family:arial;

	font-size:13px;

	left:645px;

	position:absolute;

	/*top:-38px;*/

        margin-top:206px;

        *margin-top:-55px;

	/*width:100px;*/

        margin-left:150px;

	}

.more a{

	color:#FFFFFF;

	text-decoration:none;

}

.more a:hover {

	text-decoration:underline;

	}

/*-------------------  container ------------------*/

.container {

	background:url(images/container-bg.jpg) repeat-y center top;

	color:#5a5858;

	height:auto;

	}

#rightcolumn {												background:url(images/rightclmn-bg.jpg) no-repeat center top;

width:708px;

float:left;

/*margin-top:5px;*/

/*margin-left:10px;*/

border-left:1px solid #E3DFE0;

}



.rightcontent{														margin:0 0 0 32px;

width:643px;

}

														.mainhead{

border-bottom:1px dotted #999999;

color:#000000;

font-size:19px;

padding-bottom:5px;

}

														.rightcontent h1 span{

color:#FF0000;

}

														.maintext{

font:normal 13px/19px Arial, Helvetica, sans-serif;

text-align:justify;

padding-top:14px;

padding-bottom:14px;

border-bottom:1px dotted #999999;

}



p a{

color:#EE0000;

}

														.mainhead-2 {

color:#000000;

font-size:19px;

padding:5px 0 20px 0;

}

														.border-bot {

border-bottom:1px dotted #999999;

}

		/*--------------------------------------------------------------------- Featured Projects -----------------------------------------------------------------*/									

														#scrollhold {

border-bottom:1px dotted #999999;

height:105px;

margin-left:18px;

padding-bottom:21px;

}

		

														#scrollhold a.prev {

background:url(images/left.png) no-repeat 0 40px;

height:105px;

width:23px;

text-decoration:none;

float:left;

margin-right:8px;

}

														#scrollhold a.prev:hover {

background:url(images/leftDisabled.png) no-repeat 0 40px;

}

														#scrollhold a.next {

background:url(images/right.png) no-repeat 0 40px;

height:105px;

width:23px;

text-decoration:none;

float:left;

}

														#scrollhold a.next:hover {

background:url(images/rightDisabled.png) no-repeat 0 40px;

}

														#scrollhold .carousel{

float:left;

left:0;

overflow:hidden;

position:relative;

visibility:visible;

width:627px;

z-index:2;

}

														#scrollhold .carousel ul li{

margin-right:10px;

}

														#scrollhold .carousel li img, .carousel li p {

background-color:#FFFFFF;

height:105px;

/*margin:8px;*/

width:199px;

}

		/*--------------------------------------------------------------------- Featured Projects -----------------------------------------------------------------*/						









#leftcolumn {

width:266px;

float:left;

padding-top:14px;

background-color:#ffffff;

}



.servicebox {

background:url(images/services.jpg) no-repeat;

width:240px;

margin:0 auto;

}

.servicebox h1 {

color:#333728;

font-size:20px;

padding:11px 0 0 60px;

text-shadow:1px 1px #FFFFFF;

}

.servicebox ul{

list-style:none;

margin:10px 0 0 17px;

padding:0;

}

.servicebox ul li{

background:url(images/ser-bullets.jpg) no-repeat center left;

font:normal 13px Arial, Helvetica, sans-serif;

line-height:26px;

padding:0 0 0 16px;

}

.servicebox ul li a {

color:#5a5858;

text-decoration:none;

}

.servicebox ul li a:hover {

color:#5a5858;

text-decoration:underline;

}

.serviceboxbot {

background:url(images/servicesbottom.gif) no-repeat right bottom;

width:263px;

height:130px;

margin:-124px -10px auto;



/*margin-right:3px;*/

}

.chatboxbot {

background:url(images/servicesbottom.gif) no-repeat right bottom;

width:263px;

height:130px;

margin:-112px -12px auto;

}



.chatboxbot1 {

background:url(images/servicesbottom.gif) no-repeat right bottom;

width:263px;

height:130px;

margin:-161px -12px auto;

}

























/*--------------- Services --------------------------*/	

				

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

				

/*--------------- Live Chat -------------------------*/	

.chatbox {

background:url(images/chat.jpg) no-repeat;

width:240px;

margin:0px;

}

.chatbox h1 {

color:#333728;

font-size:20px;

padding:11px 0 0 60px;

text-shadow:1px 1px #FFFFFF;

}

.chatbox ul{

list-style:none;

margin:10px 0 0 17px;

padding:0;

}

.chatbox ul li{

/*padding:0 0 0 2px;*/

float:left;

}

.chatbox ul li a {

text-decoration: none;

float: left;

height: 44px;

padding:0;

margin:0;

text-indent:-9999px;

}

.chatbox ul li a.phone {

background-position:0 0;

}

.chatbox ul li a.yahoo {

background-position:-47px 0;

}

.chatbox ul li a.gtalk {

background-position:-93px 0;

}

.chatbox ul li a.skype {

background-position:-139px 0;

}

.chatbox ul li a.msn {

background-position:-185px 0;

}

.chatbox ul li a.phone, a.yahoo, a.gtalk, a.skype, a.msn{

background:url(images/contact-icons.jpg) no-repeat;

width:40px;

height:44px;

}

.chatstatus {

margin:10px auto;

width:133px;

height:67px;

/*height:95px;*/

}

.chattext {

background:url(images/chat-text-bg.jpg) repeat-x top center;

font:bold 13px Arial, Helvetica, sans-serif;

text-align:center;

padding-top:8px;

}

/*--------------- Live Chat -------------------------*/	



/*------------------------------------------------------------------------------------------------------------------------------------------------------------------*/



/*-------------- Get In Touch -----------------------*/	

.get-touch {

background:url(images/get-touch.jpg) no-repeat;

width:240px;

margin:0px;

}

.get-touch h1 {

color:#333728;

font-size:20px;

padding:11px 0 20px 60px;

text-shadow:1px 1px #FFFFFF;

}

.cont-details {

margin:10px auto;

width:231px;

height:180px;

}

.addholdpic {

width:22px;

float:left;

margin-left:10px;

}



.addhold {

float:left;

font:normal 13px Arial, Helvetica, sans-serif;

width:178px;

padding-left:12px;

margin-bottom:22px;

}

/*.addhold span{

font-weight:bold;

}*/

/*-------------- Get In Touch -----------------------*/









			



/* Innerpage Top Menu Starts */



#corner-left {

	float:left;

	background: url(images/corner-left.jpg) no-repeat;

	width:9px;

	height:44px;

}

#corner-right {

	float:right;

	background: url(images/corner-right.jpg) no-repeat;

	width:9px;

	height:44px;

}



#nav-tab {

	background:#000 url(images/menu-bg.jpg) repeat-x;

	height:44px;

	float:left;

	width:625px;

}

/*

#nav-tab { 

	width:100%; 

	background-color:#000;

	height:36px;

	-moz-border-radius: 10px;

	-webkit-border-radius: 10px;

}*/





/*

#nav-tab .menu {width:100%; height:36px; margin:0px 0px 0px 6px;}

#nav-tab .menu ul {padding:0;margin:0;list-style-type:none; background-color:#FFFFFF;}

#nav-tab .menu li {float:left; height:36px; position:relative; padding:0px; margin:0px; background:url(images/nav-tab-devider.gif) no-repeat top right;}

#nav-tab .menu li.last { background-image:none !important;}

#nav-tab .menu li .selected {color:#fff; background:url(images/bg-tab-on.gif) repeat-x left center; font-weight:normal;}

#nav-tab .menu li .selected:hover{color:#fff; background:url(images/bg-tab-on.gif) repeat-x left center; font-weight:normal;}

#nav-tab .menu a { float:left; font-size:12px;text-decoration:none; color:#fff; padding:0px 19px; line-height:36px; font-weight:normal;}

#nav-tab .menu a img{ margin:7px 0px; }

#nav-tab .menu a:hover{color:#fff; background:url(bg-tab-on.gif) repeat-x left center;}

#nav-tab .menu li.pad-l-10 { padding-left:10px;}

*/





/*--------------------menu start---------------------------*/



.menu {

	height:44px;

	font-size:12px;

}

.menu ul {

	list-style: none;

}

.menu ul li {

	float: left;

	font:normal 12px Arial, Helvetica, sans-serif;

	color:#fff;

	/*padding:0 0.1em;*/

}

.menu ul li a {

	color:#fff;

	text-align:center;

	text-decoration: none;

	cursor:pointer;

	float: left;

	height:31px;

	padding-left:15px;

}

.menu ul li a span {

	color:#fff;

	text-align:center;

	text-decoration: none;

	float: left;

	height:31px;

	padding-right:15px;

	padding-top:13px;

}



.menu ul li a:hover {

	background: url(images/left-bg.jpg) no-repeat left top;

	color:#000;

	height:44px;

	padding-left:15px;

	font-size:12px;

}

.menu ul li a:hover span {

	background: url(images/right-bg.jpg) no-repeat top right;

	color:#fff;

	float: left;

	height:31px;

	padding-right:15px;

	padding-top:13px;

}



.menu ul li a.selected {

	background: url(images/left-bg.jpg) no-repeat;

	color:#fff;

	float: left;

	height:44px;

	padding-left:15px;

}

.menu ul li a.selected span {

	background: url(images/right-bg.jpg) no-repeat top right;

	color:#fff;

	float: left;

	height:31px;

	padding-right:15px;

	padding-top:13px;

}









/* Home Page Ajax Tab Starts */

/*

div#techblock {margin:5px 0px; height:243px; }

div#techblock ul{margin:0px; padding:0px; list-style-type:none !important;}

div#techblock ul li{float:left; width:48%; height:82px; margin-top:5px; margin-right:9px; border:1px solid white;overflow:hidden; background:none !important; padding: 0px !important; margin-bottom:5px;}

div#techblock ul li:hover{ background-color:#f5f5f5;}

div#techblock ul li span.icon{background:url(images/icon-home.gif) no-repeat top left;}

div#techblock ul li span.t1{background-position:-9px -9px; height:51px; width:57px !important; float:left;}

div#techblock ul li span.t2{background-position:-9px -71px; height:51px; width:57px !important; float:left;}

div#techblock ul li span.t3{background-position:-9px -135px; height:51px; width:57px !important; float:left;}

div#techblock ul li span.t4{background-position:-9px -198px; height:51px; width:57px !important; float:left;}

div#techblock ul li span.t5{background-position:-9px -260px; height:51px; width:57px !important; float:left;}

div#techblock ul li span.t6{background-position:-9px -324px; height:51px; width:57px !important; float:left;}



div#techblock ul li span.p1{background-position:-76px -9px; height:51px; width:57px !important; float:left;}

div#techblock ul li span.p2{background-position:-76px -71px; height:51px; width:57px !important; float:left;}

div#techblock ul li span.p3{background-position:-76px -135px; height:51px; width:57px !important; float:left;}

div#techblock ul li span.p4{background-position:-76px -198px; height:51px; width:57px !important; float:left;}

div#techblock ul li span.p5{background-position:-76px -260px; height:51px; width:57px !important; float:left;}

div#techblock ul li span.p6{background-position:-76px -324px; height:51px; width:57px !important; float:left;}



div#techblock ul li span.a1{background-position:-143px -9px; height:51px; width:57px !important; float:left;}

div#techblock ul li span.a2{background-position:-143px -71px; height:51px; width:57px !important; float:left;}

div#techblock ul li span.a3{background-position:-143px -135px; height:51px; width:57px !important; float:left;}

div#techblock ul li span.a4{background-position:-143px -198px; height:51px; width:57px !important; float:left;}

div#techblock ul li span.a5{background-position:-143px -260px; height:51px; width:57px !important; float:left;}

div#techblock ul li span.a6{background-position:-143px -324px; height:51px; width:57px !important; float:left;}



div#techblock ul li span.y1{background-position:-210px -9px; height:51px; width:57px !important; float:left;}

div#techblock ul li span.y2{background-position:-210px -71px; height:51px; width:57px !important; float:left;}

div#techblock ul li span.y3{background-position:-210px -135px; height:51px; width:57px !important; float:left;}

div#techblock ul li span.y4{background-position:-210px -198px; height:51px; width:57px !important; float:left;}

div#techblock ul li span.y5{background-position:-210px -260px; height:51px; width:57px !important; float:left;}

div#techblock ul li span.y6{background-position:-210px -324px; height:51px; width:57px !important; float:left;}



div#techblock ul li span.d1{background-position:-277px -9px; height:51px; width:57px !important; float:left;}

div#techblock ul li span.d2{background-position:-277px -71px; height:51px; width:57px !important; float:left;}

div#techblock ul li span.d3{background-position:-277px -135px; height:51px; width:57px !important; float:left;}

div#techblock ul li span.d4{background-position:-277px -198px; height:51px; width:57px !important; float:left;}

div#techblock ul li span.d5{background-position:-277px -260px; height:51px; width:57px !important; float:left;}

div#techblock ul li span.d6{background-position:-277px -324px; height:51px; width:57px !important; float:left;}



div#techblock ul li span.m1{background-position:-344px -9px; height:51px; width:57px !important; float:left;}

div#techblock ul li span.m2{background-position:-344px -71px; height:51px; width:57px !important; float:left;}

div#techblock ul li span.m3{background-position:-344px -135px; height:51px; width:57px !important; float:left;}

div#techblock ul li span.m4{background-position:-344px -198px; height:51px; width:57px !important; float:left;}

div#techblock ul li span.m5{background-position:-344px -260px; height:51px; width:57px !important; float:left;}

div#techblock ul li span.m6{background-position:-344px -324px; height:51px; width:57px !important; float:left;}



div#techblock ul li span.f1{background-position:-411px -9px; height:51px; width:57px !important; float:left;}

div#techblock ul li span.f2{background-position:-411px -71px; height:51px; width:57px !important; float:left;}

div#techblock ul li span.f3{background-position:-411px -135px; height:51px; width:57px !important; float:left;}

div#techblock ul li span.f4{background-position:-411px -198px; height:51px; width:57px !important; float:left;}

div#techblock ul li span.f5{background-position:-411px -260px; height:51px; width:57px !important; float:left;}

div#techblock ul li span.f6{background-position:-411px -324px; height:51px; width:57px !important; float:left;}



div#techblock ul li span{display: block; float:left; width:250px; line-height:1.3em;}

div#techblock ul li h2{color:#ac0b30 !important; font-size:14px;  margin-bottom:0px !important;}

div#techblock ul li h2 a{color:#ac0b30 !important; font-size:14px; text-decoration:none;}

div#techblock ul li h2 a:hover{color:#ac0b30 !important; font-size:14px; text-decoration:none;}

div#techblock a {text-decoration:none; color:#ac0b30; font-size:11px;}

div#techblock a:hover {text-decoration:underline; color:#ac0b30; font-size:11px;}

*/







/* Home Page Ajax Tab Starts */

div#techblock {

	border:1px solid #bb0500; 

	margin-bottom:14px;

	padding:10px 10px 0;

	-moz-border-radius: 8px 8px 0 0;

	-webkit-border-radius: 8px 8px 0 0;

	border-radius: 8px 8px 0 0;

	behavior: url(border-radius.htc);

	background:#FFF;

}

div#techblock ul {

	margin:0px;

	padding:0px;

	list-style-type:none !important;

	clear:both;

}

div#techblock ul li {

	float:left;

	width:48%;

	height:82px;

	margin-top:5px;

	margin-right:9px;

	overflow:hidden;

	background:none !important;

	padding: 0px !important;

	margin-bottom:5px;

}

div#techblock ul li:hover {

	background-color:#f5f5f5;

}

div#techblock ul li span.icon {

	background:url(images/icon-home.png) no-repeat top left;

}

div#techblock ul li span.t1 {

	background-position:-9px -9px;

	height:51px;

	width:57px !important;

	float:left;

}

div#techblock ul li span.t2 {

	background-position:-9px -71px;

	height:51px;

	width:57px !important;

	float:left;

}

div#techblock ul li span.t3 {

	background-position:-9px -135px;

	height:51px;

	width:57px !important;

	float:left;

}

div#techblock ul li span.t4 {

	background-position:-9px -198px;

	height:51px;

	width:57px !important;

	float:left;

}

div#techblock ul li span.t5 {

	background-position:-9px -260px;

	height:51px;

	width:57px !important;

	float:left;

}

div#techblock ul li span.t6 {

	background-position:-9px -324px;

	height:51px;

	width:57px !important;

	float:left;

}

div#techblock ul li span.p1 {

	background-position:-76px -9px;

	height:51px;

	width:57px !important;

	float:left;

}

div#techblock ul li span.p2 {

	background-position:-76px -71px;

	height:51px;

	width:57px !important;

	float:left;

}

div#techblock ul li span.p3 {

	background-position:-76px -135px;

	height:51px;

	width:57px !important;

	float:left;

}

div#techblock ul li span.p4 {

	background-position:-76px -198px;

	height:51px;

	width:57px !important;

	float:left;

}

div#techblock ul li span.p5 {

	background-position:-76px -260px;

	height:51px;

	width:57px !important;

	float:left;

}

div#techblock ul li span.p6 {

	background-position:-76px -324px;

	height:51px;

	width:57px !important;

	float:left;

}

div#techblock ul li span.a1 {

	background-position:-143px -9px;

	height:51px;

	width:57px !important;

	float:left;

}

div#techblock ul li span.a2 {

	background-position:-143px -71px;

	height:51px;

	width:57px !important;

	float:left;

}

div#techblock ul li span.a3 {

	background-position:-143px -135px;

	height:51px;

	width:57px !important;

	float:left;

}

div#techblock ul li span.a4 {

	background-position:-143px -198px;

	height:51px;

	width:57px !important;

	float:left;

}

div#techblock ul li span.a5 {

	background-position:-143px -260px;

	height:51px;

	width:57px !important;

	float:left;

}

div#techblock ul li span.a6 {

	background-position:-143px -324px;

	height:51px;

	width:57px !important;

	float:left;

}

div#techblock ul li span.y1 {

	background-position:-210px -9px;

	height:51px;

	width:57px !important;

	float:left;

}

div#techblock ul li span.y2 {

	background-position:-210px -71px;

	height:51px;

	width:57px !important;

	float:left;

}

div#techblock ul li span.y3 {

	background-position:-210px -135px;

	height:51px;

	width:57px !important;

	float:left;

}

div#techblock ul li span.y4 {

	background-position:-210px -198px;

	height:51px;

	width:57px !important;

	float:left;

}

div#techblock ul li span.y5 {

	background-position:-210px -260px;

	height:51px;

	width:57px !important;

	float:left;

}

div#techblock ul li span.y6 {

	background-position:-210px -324px;

	height:51px;

	width:57px !important;

	float:left;

}

div#techblock ul li span.d1 {

	background-position:-277px -9px;

	height:51px;

	width:57px !important;

	float:left;

}

div#techblock ul li span.d2 {

	background-position:-277px -71px;

	height:51px;

	width:57px !important;

	float:left;

}

div#techblock ul li span.d3 {

	background-position:-277px -135px;

	height:51px;

	width:57px !important;

	float:left;

}

div#techblock ul li span.d4 {

	background-position:-277px -198px;

	height:51px;

	width:57px !important;

	float:left;

}

div#techblock ul li span.d5 {

	background-position:-277px -260px;

	height:51px;

	width:57px !important;

	float:left;

}

div#techblock ul li span.d6 {

	background-position:-277px -324px;

	height:51px;

	width:57px !important;

	float:left;

}

div#techblock ul li span.m1 {

	background-position:-344px -9px;

	height:51px;

	width:57px !important;

	float:left;

}

div#techblock ul li span.m2 {

	background-position:-344px -71px;

	height:51px;

	width:57px !important;

	float:left;

}

div#techblock ul li span.m3 {

	background-position:-344px -135px;

	height:51px;

	width:57px !important;

	float:left;

}

div#techblock ul li span.m4 {

	background-position:-344px -198px;

	height:51px;

	width:57px !important;

	float:left;

}

div#techblock ul li span.m5 {

	background-position:-344px -260px;

	height:51px;

	width:57px !important;

	float:left;

}

div#techblock ul li span.m6 {

	background-position:-344px -324px;

	height:51px;

	width:57px !important;

	float:left;

}

div#techblock ul li span.f1 {

	background-position:-411px -9px;

	height:51px;

	width:57px !important;

	float:left;

}

div#techblock ul li span.f2 {

	background-position:-411px -71px;

	height:51px;

	width:57px !important;

	float:left;

}

div#techblock ul li span.f3 {

	background-position:-411px -135px;

	height:51px;

	width:57px !important;

	float:left;

}

div#techblock ul li span.f4 {

	background-position:-411px -198px;

	height:51px;

	width:57px !important;

	float:left;

}

div#techblock ul li span.f5 {

	background-position:-411px -260px;

	height:51px;

	width:57px !important;

	float:left;

}

div#techblock ul li span.f6 {

	background-position:-411px -324px;

	height:51px;

	width:57px !important;

	float:left;

}

div#techblock ul li span {

	display: block;

	float:left;

	width:250px;

	line-height:1.3em;

}

div#techblock ul li h2 {

	color:#ac0b30 !important;

	font-size:14px;

	margin-bottom:0px !important;

}

div#techblock ul li h2 a {

	color:#ac0b30 !important;

	font-size:14px;

	text-decoration:none;

}

div#techblock ul li h2 a:hover {

	color:#ac0b30 !important;

	font-size:14px;

	text-decoration:none;

}

div#techblock a {

	text-decoration:none;

	color:#ac0b30;

	font-size:11px;

}

div#techblock a:hover {

	text-decoration:underline;

	color:#ac0b30;

	font-size:11px;

}

/* Home Page Ajax Tab Ends */











/* Home Page Ajax Tab Ends */

















/*lightbox css*/

#jquery-overlay {

	position: absolute;

	top: 0;

	left: 0;

	z-index: 90;

	width: 100%;

	height: 500px;

}

#jquery-lightbox {

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	z-index: 100;

	text-align: center;

	line-height: 0;

}

#jquery-lightbox a img { border: none; }

#lightbox-container-image-box {

	position: relative;

	background-color: #fff;

	width: 250px;

	height: 250px;

	margin: 0 auto;

}

#lightbox-container-image { padding: 10px; }

#lightbox-loading {

	position: absolute;

	top: 40%;

	left: 0%;

	height: 25%;

	width: 100%;

	text-align: center;

	line-height: 0;

}

#lightbox-nav {

	position: absolute;

	top: 0;

	left: 0;

	height: 100%;

	width: 100%;

	z-index: 10;

}

#lightbox-container-image-box > #lightbox-nav { left: 0; }

#lightbox-nav a { outline: none;}

#lightbox-nav-btnPrev, #lightbox-nav-btnNext {

	width: 49%;

	height: 100%;

	zoom: 1;

	display: block;

}

#lightbox-nav-btnPrev { 

	left: 0; 

	float: left;

}

#lightbox-nav-btnNext { 

	right: 0; 

	float: right;

}

#lightbox-container-image-data-box {

	font: 10px Verdana, Helvetica, sans-serif;

	background-color: #fff;

	margin: 0 auto;

	line-height: 1.4em;

	overflow: auto;

	width: 100%;

	padding: 0 10px 0;

}

#lightbox-container-image-data {

	padding: 0 10px; 

	color: #666; 

}

#lightbox-container-image-data #lightbox-image-details { 

	width: 70%; 

	float: left; 

	text-align: left; 

}	

#lightbox-image-details-caption { font-weight: bold; }

#lightbox-image-details-currentNumber {

	display: block; 

	clear: left; 

	padding-bottom: 1.0em;	

}			

#lightbox-secNav-btnClose {

	width: 66px; 

	float: right;

	padding-bottom: 0.7em;	

}



/*end of lightbox css*/







.title1{

font-size:14px; 

color:#A90003; 

font-weight:bold;

margin:5px 0px;

}



.space1{

margin-top:5px;

}







/*--------------------------------------------------------------------- Featured Projects -----------------------------------------------------------------*/

.footer1 {

	background:#6E0001 url(images/footer-bg.jpg) repeat-x;

	height:558px;

        clear: both; 

}

.footerhold {

	width:984px;

	color:#FFF;

	margin:0 auto;

       *margin-left:130px;

}



.footerhold .ftmiddle {

	background:url(images/ft-mdl-bg.jpg) no-repeat #FFFFFF;

	float:left;

	height:60px;

	width:984px;

}

.footerbot {

	height:238px;

	background:url(images/ft-logo.jpg) no-repeat left top;

        margin-top:14px;

*margin-top:0px;

}

.ftlogo {

	background: url(images/ft-logo2.png) no-repeat;

	float:left;

}

.ftright {

	float:right;

	width:550px;

}

.ftright div {

	float:right;

	clear:left;

	padding:10px 0;

       *padding:60px 0px 0px 0px;

        

}

p.text1 {

	color:#AAA9A9;

	font-size:12px;

	padding:20px 0;

*width:396px;

*padding:0px 0px 0px 155px;

	}

p.text1 span{

	color:#000;

	font-weight:bold;

	}



ul#ftmenu {

	list-style:none;

	margin:0;

	padding:0;

	float:right;

}

ul#ftmenu li{

	float:left;

	color:#fff;

	padding:10px 0 0 10px;

}

ul#ftmenu li a{

	text-decoration:none;

	color:#fff;

	font:normal 12px Arial, Helvetica, sans-serif;

}

ul#ftmenu li a:hover{

	text-decoration:underline;

	color:#fff;

	font:normal 12px Arial, Helvetica, sans-serif;

}

.country {

	text-align:center;

	clear:both;

	font-size:12px;

	line-height:17px;

}

.countryname {

	font-size:12px;

	color:#fff;

	padding:10px 0 0;

}

.generallink {

	font-size:12px;

	color:#aaa9a9;

	/* padding:28px 0 0; */

}

.generallink a{

	text-decoration:none;

	color:#aaa9a9;

	font-size:12px;

}

.generallink a:hover{

	text-decoration:underline;

	color:#aaa9a9;

	font-size:12px;

}





							.social {

								color:#333333;

								float:left;

								padding:17px 0 0 17px;

								}

							.social ul{

								list-style:none;

								margin:0;

								padding:0;

								}

							.social ul li{

								padding:0 0 0 13px;

								float:left;

								}

							.social ul li a {

								text-decoration: none;

								float: left;

								height: 33px;

								padding:0;

								margin:0;

								text-indent:-9999px;

							}

							.social ul li a.facebook {

								background-position:0 0;

							}

							.social ul li a.stumble {

								background-position:-39px 0;

							}

							.social ul li a.delicious {

								background-position:-71px 0;

							}

							.social ul li a.dig {

								background-position:-108px 0;

								}

							.social ul li a.facebook, a.stumble, a.delicious, a.dig {

								background:url(images/social-icons.jpg) no-repeat;

								width:23px;

								height:33px;

								}

							.twitter {

								float:right;

								padding-right:18px;

								position:relative;

								top:8px;

                                                                *position:none;

								*top:0px;

								}

							.twitter p{

								padding-top:10px;

								color:#5a5858;

								font:bold 12px Arial, Helvetica, sans-serif;

							}

/*-----------------------service links ------------------ */

					.servicesmain{



					}

					.servicesmain div{

						float:left;

						width:490px;

					}

					.servicesmain .h1{

						color:#c2e92c;

						font:normal 22px arial;

						letter-spacing:2px;

						padding-top:10px;

					}

					

					.servicesmain ul{

						margin:0;

						padding:0;

						float:left;

						width:490px;

					}

					.servicesmain li{

						margin:0 10px 0 0;

						list-style:none;

						float:left;

						height:20px;

						background:url(images/servicesarrow.gif) no-repeat 0 7px;

						padding:0 0 8px 20px;

					}

					.servicesmain li a{

						font:normal 12px Arial, Helvetica, sans-serif;

						color:#969696;

						width:190px;

						*width:183px;

						text-decoration:none;

						display:block;

						line-height:18px;

						border-bottom:1px solid #969696;

						clear:both;

						height:20px;

						margin:0 20px 0 0;

					}

					.servicesmain li a:hover{

						color:#FFF;

						text-decoration:none;

						border-bottom:1px solid #fff;

					}









/*----- Portfolio ---*/

.works {

	color:#000000;

	font-size:19px;

	background:url(images/works.jpg) no-repeat top left;

	width:129px;

	height:43px;

	text-indent:-9999px;

	float:left;

}

.projhead {

	border-bottom:1px dotted #505050;

	color:#505050;

	font-size:14px;

	margin-bottom:8px;

	padding-bottom:3px;

}

ul#filter {

	color:#505050;

	float: left; 

	font:bold 11px/13px Arial, Helvetica, sans-serif; 

	text-align:center; 

	list-style: none; 

	margin-left: 0; 

	width: 100%; 

	background:url(images/portmenubg.jpg) repeat-x top left; 

	text-shadow:1px 1px 1px #FFF;

        margin-bottom:25px;

	}





ul#filter li { 

	float: left;

	/*background:url(images/li-bg.png) no-repeat;*/

background:url(images/li-bg_left.png) no-repeat;

	height:29px;

padding-left:16px;

*padding-left:8px;

text-align:center;

	/*width:110px;*/

	/*margin:10px 0 0 -3px;*/

	/*padding-top:6px;*/

margin-top:10px;

*margin-left:5px;

padding-right:18px;

}



ul#filter li span { 

	float: left;

	background: url(images/li-bg_right.png) no-repeat top right;

	height:23px;

	padding-right:15px;

	*padding-right:17px;

	text-align:center;

	padding-top:6px;

}





ul#filter li:last-child { border-right: none; margin-right: 0; padding-right: 0; }

ul#filter a { color: #505050; text-decoration: none; }

ul#filter a:hover { color: #505050; font-size:11px; text-decoration: none; }

ul#filter li.current a, ul#filter a:hover { text-decoration: underline; }

ul#filter li.current a { color: #505050; }



ul#portfolio { list-style: none; display:inline;}

ul#portfolio li {

	float: left; 

	

}



.onepic {

	color:black;

	float:left;

	font-weight:bold;

	margin:0 10px 25px 5px;

        /* width:640px; */

}

.innergloss {

	border:1px solid #FFFFFF;

	margin:7px;

	z-index:45;

}

.outerbevel {

	background:url(images/outerbg.jpg) repeat-x scroll 0 0 #CACACA;

     /*	border-color:#CCCCCC #A8A8AA #97979A #CCCCCC; */

	border-color:#999 #666 #666 #999;

	border-style:solid;

	border-width:1px;

	cursor:pointer;

	position:relative;

	z-index:35;

        float:left;

        margin:0px 0px 25px 0px;

}

.outerbevel:hover {

	border:1px solid #000;

}



.scale-image {

	display: block;

	position: relative;

	border: 1px solid #7f7f7f;

	z-index: 45;

	background: #f9fafc url(images/loader_bg.gif) repeat center center;

	width: 281px;

/*	height: 190px;*/

}

.gloss {

	background:url(images/gloss.png) no-repeat scroll center top transparent;

	cursor:pointer;

	height:100%;

	left:0;

	position:absolute;

	top:0;

	width:100%;

	z-index:50;

}

#slider {

	height:19px;

	position:relative;

	right:0;

	top:0;

	width:190px;

	float:right;

}

#track {

	border-bottom:1px solid #CCCCCC;

	height:10px;

	width:190px;

}

#track0 {

	background:url(images/image.png) no-repeat scroll -3px 2px transparent;

	height:19px;

	position:absolute;

	top:0;

	width:190px;

}

#track01 {

	background:url(images/image.png) no-repeat scroll right 2px transparent;

	height:19px;

	margin-left:12px;

	width:180px;

}

#track1 {

	display:block;

	height:19px;

	left:11px;

	position:absolute;

	width:155px;

}

.ui-slider-handle {

	cursor:pointer;

	height:19px;

	position:absolute;

	top:1px;

	width:19px;

}







div#portfolio_content {

	width: 770px;

	margin-bottom: 50px;

	float: left;

	min-height: 624px;

}













/***------------------- Forms ------------------***/

.contactform {

	font-size:12px;

	color:#5a5858;

}

.forms p {

	margin-bottom:5px;

}

.forms .margin {

	margin:6px 6px 6px 0;

}

textarea, input, textarea#comment, #author, #email, #url {

     /*	border:1px solid #E5E5E5; */

	border:1px dotted #CCCCCC;

	font-family:Arial,Helvetica,sans-serif;

	font-size:12px;

	margin:2px 0;

	padding:7px 5px;

	/*width:98%;*/

        width:209px;

        /*height:11px;*/

}

.smallinput {

	width:54%;

	float:right;

}

textarea:focus, input:focus {

	border:1px solid #999 !important;

}



input.submit {

	-moz-border-radius:5px;

	-webkit-border-radius:5px;

	-khtml-border-radius: 5px;

	border-radius:5px;

	border:1px solid #CFCFCF;

	padding:5px 15px !important;

	color:#191919;

	font-weight:bold;

	background-color:#e5e5e5;

	width:auto !important;

}

input.submit:hover {

	cursor:pointer;

	border:1px solid #AFAFAF;

}

#name1{

width:98%;

}

#email{

width:98%;

}

#message{

width:98%;

}

#security_code{

width:98%;

}

/***------------------- Forms ------------------***/



/*-------------- Enquiry widget-----------------------*/



.enquiry {

	background:url(images/enquiry.jpg) no-repeat;

	width:240px;

	/* margin:0 auto; */

	}

.enquiry h1 {

	color:#333728;

	font-size:20px;

	padding:11px 0px 13px 60px;

	text-shadow:1px 1px #FFFFFF;

	}

.enq-details {

	margin:0px 0px 0px 9px;

	width:220px;

	}





/*----------- enquiry form----------------*/



.enquiry_head {

	color:#000000;

	font-size:19px;

	background:url(images/enquiry_img.jpg) no-repeat top left;

	width:129px;

	height:43px;

	text-indent:-9999px;

	float:left;

}



.inquirdiv {

	float:left;

	height:auto;

	margin-bottom:10px;

	margin-top:15px;

	width:616px;

}

.inquirdiv2 {

	display:inline;

	float:left;

	height:auto;

	margin:30px 10px 10px 14px;

	width:auto;

}

.inquirdiv2 h3 {

	border-bottom:1px dotted #999999;

	/*color:#5a5858;*/

color:#B30101;

	float:left;

	font:bold 13px Arial,Helvetica,sans-serif;

	text-align:left;

	padding-top:20px;

	padding-bottom:5px;

	margin-left:20px;

	display:inline;

	margin-bottom:10px;

	height:auto;

	width:540px;

}

.inqcnt {

	float:left;

	height:auto;

	padding-top:8px;

	text-align:left;

	width:578px;

}

.inqcnt2 {

	color:#000000;

	float:left;

	font:12px Arial,Helvetica,sans-serif;

	height:auto;

	margin-right:5px;

	padding-top:2px;

	text-align:right;

	padding-top:8px;

	width:195px;

}

select {

	border:1px dotted #CCCCCC;

	font-family:Arial,Helvetica,sans-serif;

	font-size:12px;

	margin:2px 0;

	padding:4px 4px;

	width:217px;

}

.input3 {

	float:left;

	font-family:Arial,Helvetica,sans-serif;

	font-size:12px;

	padding:0 5px;

	width:133px;}

.input3 .t3 {

	border:1px dotted #CCCCCC;

	font-family:Arial,Helvetica,sans-serif;

	font-size:12px;

	margin:0 0;

	width:125px;

}

.input4 {

	float:right;

	font-family:Arial,Helvetica,sans-serif;

	font-size:12px;

	margin-top:-14px;

	/*padding:0px 0px 0px 5px;*/

	width:133px;

}

.input4 .t4 {

	border:1px dotted #CCCCCC;

	float:right;

	font-family:Arial,Helvetica,sans-serif;

	font-size:12px;

	margin:-19px 0 0;

	width:121px;

}



#t3 {

       width:71px;

       height:13px;

       /*position:absolute;*/

       /*bottom:12px;*/

       left:7px;

       }



#submit1 {

    -moz-border-radius:5px;

	-webkit-border-radius:5px;

	-khtml-border-radius: 5px;

	border-radius:5px;

	border:1px solid #CFCFCF;

	padding:5px 15px !important;

	color:#191919;

	font-weight:bold;

	background-color:#e5e5e5;

	width:auto !important;

}



#jobdesc{

height:90px;

width:209px;

}





/*----------- sitemap ----------------*/

.sitemap {

	color:#000000;

	font-size:19px;

	background:url(images/sitemap.jpg) no-repeat top left;

	width:129px;

	height:43px;

	text-indent:-9999px;

	float:left;

}



/*----------- endsitemap ----------------*/







/*----------- aboutus ----------------*/



.aboutus {

	color:#000000;

	font-size:19px;

	background:url(images/about-us.jpg) no-repeat top left;

	width:129px;

	height:43px;

	text-indent:-9999px;

	float:left;

}

#filter2 {

	color:#505050;

	float: left; 

	font:bold 11px/13px Arial, Helvetica, sans-serif; 

	text-align:center; 

	list-style: none; 

	margin-left: 0; 

	width:642px; 

	height:auto;

	background:url(images/portmenubg.jpg) repeat-x top left; 

	text-shadow:1px 1px 1px #FFF;

	padding:5px 0px 0;

}

#filter2 h1{

	border-bottom:1px dotted #999999;

	color:#000000;

	font-size:19px;

	padding-bottom:13px;

	padding-top:18px;

	margin-left:10px;

	margin-right:10px;

	width:622px;

	float:left;

	text-align:left;

}

.maintext2{

	font:normal 13px/19px Arial, Helvetica, sans-serif;

	text-align:justify;

	float:left;

	padding:15px 10px 0px 10px;

        *overflow:hidden;

}



.maintext2 a{

color:#EE0000;

}



.mainhead-3 {

	border-bottom:1px dotted #999999;

	color:#000000;

	font-size:19px;

	padding-bottom:8px;

	padding-top:18px;

	width:622px;

	float:left;

	text-align:left;

	margin-left:10px;

	display:inline;

}





/*----------- contactus ----------------*/



.contactus {

	color:#000000;

	font-size:19px;

	background:url(images/contact-us.jpg) no-repeat top left;

	width:129px;

	height:43px;

	text-indent:-9999px;

	float:left;

}

.contact_div {

	background: url(images/spirel_bg.jpg) left top no-repeat;

	width:616px;

	height:auto;

	margin-left:14px;

	display:inline;

	float:left;

}

.contact_div2 {

	background: url(images/contact_btmbg.jpg) no-repeat left bottom;

	width:643px;

	height:auto;

	padding-bottom:20px;

	margin-top:24px;

	display:inline;

	float:left;

}

.cont_div {

       

	width:192px;

	height:auto;

	margin:50px 0 0 18px;

	display:inline;

	float:left;

}

.cont_head {

	background:url(images/serviceline_bg.jpg) no-repeat left bottom;

	width:192px;

	height:auto;

	float:left;

}

.flage {

	width:26px;

	height:auto;

	float:left;

	padding-bottom:10px;

}

.cont_text {

	font:bold 16px Arial, Helvetica, sans-serif;

	color:#333728;

	text-align:left;

	padding-left:32px;

	padding-top:4px;

	*padding-left:28px;

	float:left:

}

.add_div {

	width:auto;

	height:auto;

	float:left;

}

.add_div ul {

	list-style:none;

}

.add_div ul li {

	font:normal 13px Arial, Helvetica, sans-serif;

	color:#5a5858;

	text-align:left;

	margin:7px 0;

}

.add_div ul li a{

	font:normal 13px Arial, Helvetica, sans-serif;

	color:#5a5858;

	text-decoration:underline;

	text-align:left;

}

.add_div ul li a:hover{

	font:normal 13px Arial, Helvetica, sans-serif;

	color:#5a5858;

	text-decoration:none;

	text-align:left;

}

.map {

        background:url("images/map.jpg") no-repeat scroll left center transparent;

	width:564px;

	height:auto;

	/*border:1px solid #ebebeb;*/

	margin:20px;

	display:inline;

	float:left;

}

.spirel_img {

	width:auto;

	float:left;

	padding-top:15px;

}





/*----------- services ----------------*/



.services_head {

	color:#000000;

	font-size:19px;

	background:url(images/services_img.jpg) no-repeat top left;

	width:129px;

	height:43px;

	text-indent:-9999px;

	float:left;

}

.services_div{

	width:642px;

	height:auto;

	float:left;

}

.main_service {

	background:url(images/servicesbg.jpg) left bottom no-repeat;

	width:285px;

	height:146px;

	padding:0 18px;

	margin-top:28px;

	display:inline;

	float:left;

}

.service1 {

	background:url(images/serviceline_bg.jpg) left bottom no-repeat;

	width:285px;

	height:auto;

	float:left;

}

.service_img {

	width:50px;

	height:48px;

	float:left;

}

.service_text {

	font:bold 13px Arial, Helvetica, sans-serif;

	color:#5f5e5e;

	padding-top:10px;

	float:left;

}



.service_text a{

color:#EE0000;

}



.maintext3 {

	float:left;

	font:normal 13px/18px Arial,Helvetica,sans-serif;

	color:#585858;

	padding:10px 5px 0px 5px;

	text-align:justify;

}



.maintext3 a {

color:#EE0000;

} 





.more_btn a{

	background:url(images/more_btn.jpg) no-repeat;

	width:58px;

	height:21px;

	text-indent:-9999px;

	margin-right:5px;

	float:right;

}

.more_btn a:hover{

	background:url(images/more_btn_hvr.jpg) no-repeat;

	width:58px;

	height:21px;

	text-indent:-9999px;

	margin-right:5px;

	float:right;

}



/*----------- whyus ----------------*/



.whyus {

	color:#000000;

	font-size:19px;

	background:url(images/whyus.jpg) no-repeat top left;

	width:129px;

	height:43px;

	text-indent:-9999px;

	float:left;

}

.mainhead-4 {

	border-bottom:1px dotted #999999;

	color:#fe0000;

	font-size:16px;

	padding-bottom:8px;

	padding-top:18px;

	width:622px;

	float:left;

	text-align:left;

	margin-left:10px;

	display:inline;

}

.contentbox {

	width:auto;

	margin:0 auto;

	float:left;

}

.contentbox ul {

	list-style:none;

	margin:10px 0 0 17px;

	padding:0;

}

.contentbox ul li {

	background:url(images/ser-bullets.jpg) no-repeat center left;

	font:normal 13px Arial, Helvetica, sans-serif;

	line-height:26px;

	padding:2px 0 2px 16px;

}



.add_div1 {

       width:auto;

       height:auto;

       float:left;

       margin-left:20px;

     }

.narrowcolumn .entry li, .widecolumn .entry li {

/*list-style-type:none;

line-height:20px;

font:13px/19px Arial,Helvetica,sans-serif;

padding-left:10px;*/

}



.sitemap1{

list-style-type:none;

line-height:20px;

font:13px/19px Arial,Helvetica,sans-serif;

padding-left:10px;

background:url("images/bullets.jpg") no-repeat scroll 0 6px;

}



.sitemap1 a {

color:#5A5858;

}



.narrowcolumn .entry li a, .widecolumn .entry li a {

/*color:#5A5858;*/

}



.sitemap1 a:hover{

color:#8B0101;

text-decoration:none;

}



.narrowcolumn .entry h2 a, .widecolumn .entry h2 a {

color:#8B0101;

}



/*

.narrowcolumn .entry p, .widecolumn .entry p {

font:normal 13px/19px Arial, Helvetica, sans-serif;

text-align:justify;

padding-top:14px;

}*/



.sitemap2{

list-style-type:none;

line-height:20px;

font:13px/19px Arial,Helvetica,sans-serif;

padding-left:13px;

background:url("images/bullets.jpg") no-repeat scroll 0 6px;

clear:both;

}



.sitemap2 a{

color:#EE0000;

}







/*----------- image scroller ----------------*/



div.jMyCarousel .prev{

	background: url('../../img/left.png') center center no-repeat;

	width:47px;

	height:61px;

	border:0px;

}



div.jMyCarousel .next{

	background: url('../../img/right.png') center center no-repeat;

	width:40px;

	height:61px;

	border:0px;

}



div.jMyCarousel .up{

	background: url('../../img/up.png') center center no-repeat;

	width:61px;

	height:40px;

	border:0px;

}



div.jMyCarousel .down{

	background: url('../../img/down.png') center center no-repeat;

	width:47px;

	height:61px;

	border:0px;

}





/** Carousel 2 **/

div.jMyCarousel{

	margin:auto;

        background : url("images/belt.png") no-repeat scroll left top transparent;

        padding-left:20px;

}



div.jMyCarousel ul{

	/*background-color:#000;*/	

}



div.jMyCarousel ul li{

	/*margin:5px;*/

	/*border:1px solid #444;*/

	line-height:0px;

	/*padding:3px;*/

}



div.jMyCarousel ul li a{ /* in case of link */

	display:block;

	margin:0px;

	padding:0px;

}



div.jMyCarousel ul li a img{

	display:block;

	border:0px;

	margin-bottom:0px;

	padding-bottom:0px;

}



.post h2 {

margin-left:41px;

color:#A00002;

display:none;

}



.marquee0 {

margin-top:7px;

}



.cod_img{width:auto;height:auto;float:left;}



.cont_div1{width:260px;height:auto;padding:9px 0px 0px;float:left;}





/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.

	It won't be a stylish marriage, I can't afford a carriage.

	But you'll look sweet upon the seat of a bicycle built for two." */

#pageContainer {
float:left;
width:640px;
}

a.prev-arrow {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/slide-arrow.png) no-repeat scroll 0 0;
float:left;
height:34px;
width:34px;
}

.prev-arrow {
float:left;
height:34px;
margin:116px 0 0 -23px;
position:relative;
text-indent:-9999px;
width:34px;
z-index:1;
}

#slideshow {
float:left;
margin:0 auto;
width:590px;
}
#slideshow #slidesContainer {
height:auto;
margin:0 auto;
padding-top:20px;
}
#slideshow #slidesContainer .slide {
float:left;
height:auto;
margin:0 auto;
}
.slide ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}
.portfolio-innerleft {
border:2px solid #838181;
float:left;
height:217px;
margin-left:7px;
width:330px;
}
.portfolio-right {
float:left;
height:auto;
padding-left:10px;
text-shadow:1px 1px 0 #FFFFFF;
width:230px;
}
.portfolio-right h1 {
-x-system-font:none;
color:#8B0101;
float:left;
font-family:'BahamasBold';
font-size:18px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
text-transform:uppercase;
width:230px;
}
.portfolio-right h2 {
-x-system-font:none;
color:#000000;
float:left;
font-family:Tahoma,Geneva,sans-serif;
font-size:16px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:normal;
padding:10px 0 0;
}
.portfolio-right h2 a {
color:#000000;
font-size:16px;
text-decoration:none;
}
.portcont {
float:left;
height:auto;
padding-top:10px;
width:230px;
}
.portcont p {
-x-system-font:none;
color:#000000;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:20px;
padding:0 0 5px;
text-align:justify;
}
.portcont p span {
-x-system-font:none;
color:#F30608;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:20px;
}
.features_div {
-x-system-font:none;
color:#000000;
float:left;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
padding:10px 0 5px;
text-align:justify;
width:580px;
}
.features_div span {
-x-system-font:none;
color:#F30608;
float:left;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:normal;
}
a.next-arrow {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/slide-arrow.png) no-repeat scroll -34px 0;
float:right;
height:34px;
width:34px;
}
.next-arrow {
float:right;
height:34px;
margin:116px 0 0 -31px;
position:relative;
text-indent:-9999px;
width:34px;
z-index:1;
}
a.next-arrow:hover {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/slide-arrow.png) no-repeat scroll -34px -34px;
float:right;
height:34px;
width:34px;
}
a.prev-arrow:hover {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../images/slide-arrow.png) no-repeat scroll 0 -34px;
float:left;
height:34px;
width:34px;
}



.bx-prev{ -moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/slide-arrow.png) no-repeat scroll 0 0;
float:left;
height:34px;
width:34px;
margin-top:-285px;
text-indent:-9999px; 
}
.bx-next{
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/slide-arrow.png) no-repeat scroll -34px 0;
float:right;
height:34px;
width:34px;
margin-top:-285px;	
text-indent:-9999px;
}
.bx-wrapper{
	width:650px !important;
	}
.bx-window{
	margin-left:19px;}
.magento_ecommerce p{
	padding:5px 0px 0px 0px;}
