@charset "utf-8";
/* CSS Document */

*{
	padding:0;
	margin:0;
}

img{
	border:none;
}

a{
	color:#386A8A;
	text-decoration:underline;
}

a:hover{
	color:#8D5355;
	text-decoration:none;
}

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal;  }

h1 { font-size: 2.5em; line-height: 1em; margin-bottom: 0.5em; color:#386A8A; text-align:left;}
h2 { font-size: 18px; margin-bottom: 0.35em;  color:#fff; text-align:left;}
h3 { font-size: 14px; line-height: 1em; margin-bottom: 0.75em; font-weight:bold; border-left:5px solid #663333}
h4 { font-size: 13px; line-height: 1em; margin-bottom: 0.75em; font-weight:bold; color:#386A8A}
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img,
h4 img, h5 img, h6 img {
  margin: 0;
}

/* Headings-------------------------------------------------------------- */



body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#444444;
	text-align:left;
	line-height:1.5em;
	background-color:#f6f5fa;
}

#wrapper{
	width:100%;
	margin:0 auto;
}

#maincontainer{
	min-width:1000px;
	height:auto;
}

#header{
	background:url(../images/header-bg.jpg) #3d2324 center;
	background-repeat:no-repeat;
	height:148px;
	width:100%;
	color:#ffffff;
}
.headermain, x:-moz-any-link {display:-moz-inline-box; padding-top:0.5em;} {mozillz firefox 2}
.headermain, x:-moz-any-link, x:default {display:inline-block; padding-top:0;}

.headermain{
	width:1000px;
	margin:0 auto;
	color:#ffffff;
	
}

.inner-content{
	margin:0 auto;
	height:114px;
}

.logo{
	width:30	%;
	background-repeat:no-repeat;
	float:left;
	margin-top:25px;
}

.logo img{
 float:left;
}

.contact_details{
	width: 43%;
	margin:0px 10px 0 10px;
	float:right;
	text-align:right;
}

.contact_details img{
	margin:3px;
}

.cnt-mail{
float:left;
margin-top:10px;
padding-left: 17px;
margin-right: 20px;
float: right;
}

.chat{
/*float:right;*/
}

.contact_details a{
color:#FFFFFF;
}
.contact_details a:hover{
color:#CD787B;
}

.contact_details .serach_box img{
	margin:0 0 0 5px;
}

.serach_box{
	padding:1px 0 0 0;
	background-color: transparent;
	float:right;
	margin-right: 2px;
}

.serach_box input.rounded {
	border: 0;
	background: url(../images/search_box.gif) top left no-repeat;
	width: 190px;
	height: 20px;
	padding: 3px 5px;
	font-size: 100%;
	color: #d4d4d4;
	text-align:center;
	border-radius:none;
	box-shadow:none;
}

.nav_menu{
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5em;
	text-align: justify;
	color:#ffffff;
}

/*.nav_menu ul{
	margin:0 auto;
	float:right;
}

.nav_menu ul li{
	list-style-type: none;
	margin:0 16px;
	text-decoration: none;
	float:left;
	text-transform:none;
	font-weight:bold;

}

.nav_menu ul li a{
color:#fff;
text-decoration:none;
}

.nav_menu ul li a:hover{
color:#e1e1e1;
width:72px;
height:28px;
}*/

#banner{
background-image:url(../images/banner-bg1.jpg);
background-repeat:no-repeat;
height:388px;
background-position:center;
}

.banner-content{
width:1000px;
}

.static-img{
background-image:url(../images/static-image.gif);
height:367px;
width:336px;
float:right;
margin: 14px 22px 0 0;
}

#static-info{
width:336px;
*width:307px;
float:right;
margin: 249px 16px 0 0;
*margin: 249px 30px 0 0;
}

#static-info img{
margin:10px  0;
}

#main{
	margin:0 auto;
	width:1000px;
	overflow: hidden;
}

.content-area{
	height:auto;
	width:1000px;
	overflow: hidden;
}

.blurb{
	height:auto;
	/*background-color:#ededed;*/
	overflow: hidden;
	
}

.blurb-column{
	float:left;
	/*background-color:#ededed;*/
	/*border-bottom:1px solid #bababa;*/
	margin:5px 0 5px 13px;
}

.blurb-column img{
float:left;
}

.facebook-like{
float:left;
margin:0 auto;
}

.facebook-widget{
	margin-right:42px;
	margin-top: 25px;
}

.google-map{
	margin:20px 42px 10px 0;
	
}


.welcome-content{
	height:auto;
	text-align:justify;
	margin:15px 0 0px 0;
	overflow: hidden;
}

.welcome-content p{
	margin-bottom: 15px;
}

.content-left{
	width:618px;
	float:left;
	padding: 0 0 0 15px;
}

.content-right{
	width:365px;
	float:right;
	text-align:center;
}

.content-right ul{
	margin:0 auto;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	margin-bottom:5px;
	
	width:206px;
	padding: 10px 25px 15px;
	background:#FCDDE4;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	
	/* firefox's individual border radius properties */
	-moz-border-radius-topleft:8px; /* top left corner */
	-moz-border-radius-topright:8px; /* top right corner */
	-moz-border-radius-bottomleft:8px; /* bottom left corner */
	-moz-border-radius-bottomright:8px; /* bottom right corner */
	-moz-border-radius:8px 8px 8px 8px;  /* shorthand topleft topright bottomright bottomleft */
	
	/* webkit's individual border radius properties */
	-webkit-border-top-left-radius:8px; /* top left corner */
	-webkit-border-top-right-radius:8px; /* top right corner */
	-webkit-border-bottom-left-radius:8px; /* bottom left corner */
	-webkit-border-bottom-right-radius:8px; /* bottom right corner */
	
    border-top-left-radius: 8px ;
    border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}

.content-right ul li{
	line-height: 2em;
    list-style-image:url(../images/arrows.png);
	margin-left: 28px;
    text-decoration: none;
	border-bottom:1px  solid #999999;
	list-style-type:none;
}

.content-right ul li a{
	color:#532b2b;
	text-decoration:none;
}

.content-right ul li a:hover{
	color:#CD787B;
	text-decoration:underline;
}

.content-right .sidebar-tab{
	height: 23px;
	background: none repeat scroll 0 0 #fafafa;
	border-top:1px solid #cfcfcf;
	border-bottom:1px solid #a2a2a2;
	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#d1d1d1'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#d1d1d1)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fafafa,  #d1d1d1); /* for firefox 3.6+ */ 
	
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	
	/* firefox's individual border radius properties */
	-moz-border-radius-topleft:8px; /* top left corner */
	-moz-border-radius-topright:8px; /* top right corner */
	-moz-border-radius-bottomleft:8px; /* bottom left corner */
	-moz-border-radius-bottomright:8px; /* bottom right corner */
	-moz-border-radius:8px 8px 8px 8px;  /* shorthand topleft topright bottomright bottomleft */
	
	/* webkit's individual border radius properties */
	-webkit-border-top-left-radius:8px; /* top left corner */
	-webkit-border-top-right-radius:8px; /* top right corner */
	-webkit-border-bottom-left-radius:8px; /* bottom left corner */
	-webkit-border-bottom-right-radius:8px; /* bottom right corner */
	
    border-top-left-radius: 8px ;
    border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
    /*color: #444444;*/
	color:#386A8A;
    font-weight: bold;
    letter-spacing: -0.02em;
    line-height: 23px;
    padding: 5px 25px;
    text-shadow: 0 1px 0 #eeeeef;
	width:206px;
	margin-left:54px;
	*margin-left:0px;
}


.content-right .sidebar-tab h2{
color:#386A8A;
}

.services_samples{
	margin:0 auto;
	
}

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

.tab{
	height:48px;
	background-image:url(../images/tab-bg.jpg);
	background-repeat:no-repeat;
	margin:0 13px;
}

.tab .heading{
/*text-transform:capitalize; 
font-variant:small-caps;*/
font-size:18px;
padding:18px 0 0 0;
text-align:center;
}



.column{
	width:333px;
	height:280px;
	float:left;
	margin-bottom:15px;
}

.column p{
	text-align:left;
	margin:8px 34px;
}

.customer_usability{
	height:auto;
	margin:10px 0px;
	text-align:justify;
	
}

.customer_usability h2{
	font-size:18px;
	font-weight:300;
	color:#386A8A;
}


.dashline{
	background-image:url(../images/dash_line.jpg);
	background-repeat:no-repeat;
	height:1px;
	padding-bottom:10px;
}

.social_connection{
	width:320px;
	float:left;

	margin:21px 5px 0 15px

}

.social_connection p{
margin:8px 0 0 0;
}

.social_connection p img{
float:left;
margin:0 3px 3px 0;
}


.client_talk{
 	width:320px;
	float:left;
	margin:0 5px 0 5px ;
}

.client_talk p{
	padding:0 18px;
}

.quick_contact{
	width:320px;
	float:right;
	margin:0 5px 0 5px ;

	text-align:left;
}

.quick_contact img{
	margin:10px 0;
}

.quick_contact .cnt-link{
	margin-top:18px;
    background: none repeat scroll 0 0 #FCDDE4; width:264px; float:left;
    border: 1px solid #A3A3A3;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1) inset;
    font: 14px Arial,Helvetica,sans-serif; font-weight:bold;
    padding: 5px 10px;
}


.iso_certified{
	width:320px;
	margin: 0 5px 0 15px;
	text-align:left;
	float:left;
}

.downloads{
	width:320px;
	margin:20px 5px 0 5px ;
	text-align:left;
	float:left;
}

.downloads img{
	float:left;
	margin:5px 8px 0 10px;
}

.downloads p{
	text-align:justify;
	word-wrap: break-word;
	margin:5px 15px 18px;
}

.clear {
    clear: both;
}

#footer{
	width: 100%;
	margin: 0px auto;
	background:url(../images/footer-bg.jpg) #321d1d center;
	background-repeat:no-repeat;
	color: #fff;
	margin-top:30px;
	padding-bottom:10px;
}


#footer_column_container {
	width: 1000px;
	margin: 0px auto;
	text-align:left;
}


div.footer_column {
	width: 250px;
	float: left;
	padding: 25px 0 17px 0px;
	color:#fff;
}
div.footer_column.first {
	border-left: none;
	padding-left: 0px;
	padding-right: 20px;
	text-align:justify;
}

div.footer_column.first ul{
	margin:0 auto;
}

div.footer_column.first ul li{
	line-height: 1.5em;
    list-style-type: none;
    text-decoration: none;
}

div.footer_column.first a{
color:#FFFFFF;
}
#footer_column_container p{
padding-top:10px;
}

#footer_column_container p a{
color:#FFFFFF;
}

#footer_column_container p a:hover{
color:#CD787B;
}

div.footer_column.first a:hover{
color:#CD787B;

}

div.footer_column.browse {
	border-left: none;
	padding-left: 20px;
	text-align:justify;
	width:190px;
}

div.footer_column.browse ul{
	margin:0 auto;
}

div.footer_column.browse ul li{
	line-height: 1.5em;
    list-style-type:disc;
	margin-left: 15px;
    text-decoration: none;
}

div.footer_column.browse a{
	color:#fff;
	text-decoration:none;
}

div.footer_column.browse a:hover{
	color:#CD787B;
}

div.footer_column.serv {
	border-left: none;
	padding-left: 20px;
	padding-right: 20px;
	text-align:left;
	width:200px;
	color:#FFFFFF;
}

div.footer_column.serv ul{
	margin:0 auto;
	color:#FFFFFF;
}

div.footer_column.serv ul li{
	line-height: 1.5em;
    list-style-type: disc;
	margin-left: 15px;
    text-decoration: none;
	
}

div.footer_column.serv a{
	color:#fff;
	text-decoration:none;
}

div.footer_column.serv a:hover{
	color:#CD787B;
}


div.footer_column.blog {
	border-left: none;
	padding-left: 20px;
	padding-right: 10px;
	text-align:left;
	width:200px;
	overflow:hidden;
}

div.footer_column.blog ul{
	margin:0 auto;
}

div.footer_column.blog ul li{
	line-height: 1.5em;
    list-style-type: disc;
	margin-left: 15px;
    text-decoration: none;
}

div.footer_column.blog a{
color:#ffffff;
text-decoration:none;
}

div.footer_column.blog a:hover{
color:#CD787B;
text-decoration:none;
}

.request-call img{
margin:0 1px 2px 17px;
}


.share{
	padding: 25px 0 17px 0;
    width: 264px;
	float:left;
	margin:21px 0px 0 0px

}

.share p{
margin:0px 0 0 0;
}

.share p img{
float:left;
margin:0 3px 3px 0;
}

.icons{
	margin:1px 0;
}


.social-conection {
	padding: 10px 38px 0 16px;
    width: 270px;
}

.social-conection-icon{
	padding:14px 0 0 14px;
}

.social-conection-icon img{
	margin:0 4px;
	_margin:0 8px;
}

/*.................................... inner pages ..........................................*/

.bread-crump{
	padding:3px 0 3px 10px;
	text-align:left;
}

.inner_page_banner{
background-image:url(../images/inner-page-bg.jpg);
background-repeat:repeat-x;
width:100%;
margin-top:3px;
}

.content_wrap{
	width: 1000px;
    padding: 0px 0 15px 4px;
    position: relative;
	text-align:left;
	height:auto;
	overflow: hidden;
}

.inner_page_content{
	margin: 0 auto;
    overflow: visible;
    position: relative;
}

.clearfix {
    display: block;
}

.page_wrap {
    float: left;
    width: 618px;
}

.page_wrap img{
	margin:0px 0px 10px;
}


.page_inner{
    float: left;
    position: relative;
    z-index: 1;
	text-align:justify;
	padding:0px 10px;
	width: 599px;
}

.page_inner h2{
	color: #386A8A;
	margin-bottom: 15px;
}

.page_inner .heading-h2{
	color: #386A8A;
	text-align:left;
	line-height:1.3em;
	font-size: 18px;
	margin-bottom: 0.75em;
}

.page_inner .list ul{
	margin:0 auto;
	margin:10px 0;
}

.page_inner .list ul li{
	text-decoration:none;
	list-style-type:none;
	margin-left:30px;
	line-height:1.8em;
	font-size:12px;
	font-weight:normal;
}

.page_inner .list ul li a{
	color:#386A8A;
	text-decoration:underline;
}

.page_inner .list ul li a:hover{
	color:#8d5355;
	text-decoration:none;
}


.page_inner .list-text{
	text-decoration:none;
	margin-left:30px;
	line-height:1.8em;
	font-size:12px;
	font-weight:normal;
}

.page_inner h3 p{
	margin-left:6px;
}



.page_inner .heading{
color: #386A8A;
border-left:2px #8d5355 solid;
}

.page_inner p{
	margin-bottom:15px;
	word-wrap: break-word;
	line-height:1.5em;
	text-align:justify;
}

.page_inner img{
	float:left;
	margin:5px 8px 0 10px;
}

.page_inner_left{
	float:left;
	margin:0 15px 0 5px;
	margin-bottom:10px;
}

.page_inner_right{
	float:right;
	margin:0 15px;
	margin-bottom:10px;
}

.page_inner ul{
	margin:0 auto;
	padding: 0px 17px;
	font-size:14px;
	font-weight:bold;
}

.page_inner ul li{
	line-height: 2em;
    list-style-image:url(../images/arrows.png);
	margin-left: 15px;
    text-decoration: none;
	list-style-type:none;
}

.work-area{
margin:5px 0 0 0;

}


.service-column{
    float: left;
    position: relative;
    z-index: 1;
	text-align:justify;
	padding:0px 10px;
}

.service-column .left{
	float:left;
}

.service-column .right{
	float:left;
}

.service-column h2{
color: #386A8A;
}

.service-column-left{
	float:left;
	margin:0 15px 0 5px;
	margin-bottom:10px;
}

.service-column-right{
	float:left;
	margin:0 15px;
	margin-bottom:10px;
}

.service-column ul{
	margin:0 auto;
	padding: 0px 17px;
	font-size:12px;
	color:#44444;
}

.service-column ul li{
	line-height: 2em;
    list-style-image:url(../images/arrows.png);
	margin-left: 15px;
    text-decoration: none;
	list-style-type:none;
}


.page_inner ul li a{
	color:#444444;
	text-decoration:none;
}

.page_inner ul li a:hover{
	color:#386A8A;
	text-decoration:underline;
}


.testimonal{
	 float: left;
    position: relative;
    z-index: 1;
	text-align:justify;
	padding:5px 10px;
}

.testimonal p{
	text-indent:50px;
}


.testi-left{
	width:290px;
	float:left;
	margin:0 0 0 10px;
}


.sidebar{
	float:right;
    width: 382px;
	margin:0 0 30px 0;
}

.sidebar_inner{
    position: relative;
    z-index: 1;
	text-align:justify;
	padding:5px 0;
}

.list-of-serv{
    position: relative;
	margin:5px 0 10px 10px;
	overflow: hidden;
}

.sidebar-tab{
	height: 23px;
	background: none repeat scroll 0 0 #fafafa;
	border-top:1px solid #cfcfcf;
	border-bottom:1px solid #a2a2a2;
	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#d1d1d1'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#d1d1d1)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fafafa,  #d1d1d1); /* for firefox 3.6+ */ 
	
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	
	/* firefox's individual border radius properties */
	-moz-border-radius-topleft:8px; /* top left corner */
	-moz-border-radius-topright:8px; /* top right corner */
	-moz-border-radius-bottomleft:8px; /* bottom left corner */
	-moz-border-radius-bottomright:8px; /* bottom right corner */
	-moz-border-radius:8px 8px 8px 8px;  /* shorthand topleft topright bottomright bottomleft */
	
	/* webkit's individual border radius properties */
	-webkit-border-top-left-radius:8px; /* top left corner */
	-webkit-border-top-right-radius:8px; /* top right corner */
	-webkit-border-bottom-left-radius:8px; /* bottom left corner */
	-webkit-border-bottom-right-radius:8px; /* bottom right corner */
	
    border-top-left-radius: 8px ;
    border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
    /*color: #444444;*/
	color:#386A8A;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: -0.02em;
    line-height: 23px;
    padding: 5px 25px;
    text-shadow: 0 1px 0 #eeeeef;
	width:276px;
}

.list-of-serv ul{
	margin:0 auto;
	padding: 10px 43px;
}

.list-of-serv ul li{
	line-height: 2em;
    list-style-image:url(../images/arrows.png);
	margin-left: 15px;
    text-decoration: none;
	list-style-type:none;
}

.list-of-serv ul li a{
	color:#444444;
	text-decoration:none;
}

.list-of-serv ul li a:hover{
	color:#386A8A;
	text-decoration:underline;
}

.list-of-serv li.active a {
	color:#663333;
	text-decoration:underline;
	background-color:#e7e7e7;
	padding:2px 5px 4px;
}


/*......... services page ........*/

.thumb-services{
	margin:0 auto;
	padding:0px 5px 15px;
	overflow: hidden;
}

.thumb-services h2{
color:#386A8A;
margin-bottom: 0.75em;
}

.thumb-services p{
	word-wrap: break-word;
	margin-bottom:15px;	
	text-align:justify;
}

.thumb-services img{
	float:left;
	padding:0 15px 0 0;
}

.thumb-services ul{
	margin:0 auto;
	padding: 10px 0 10px 115px;
	float:left;
}

.thumb-services ul li{
	line-height: 2em;
    list-style-image:url(../images/arrows.png);
	margin-left: 15px;
    text-decoration: none;
	list-style-type:none;
}

.service-expect{
	padding: 10px 61px 0 15px;
	
}

.most-viewed-wrap{
	 height: auto;
    overflow: hidden;
    padding: 0 4px 10px;
    position: relative;
    text-align: left;
    width: 1000px;
}

.most-viewed-wrap-column {
    float: left;
    margin:0px 15px 15px 0px;
    width: 235px;
}

.most-viewed-wrap-column h3 p{
	text-align:left;
}

.most-viewed-wrap-column p{
	margin-bottom: 15px;
    word-wrap: break-word;
	text-align:justify;
	padding:0 5px 0 0;
	margin-left: 6px;
}

.most-viewed-wrap-column img {
    float: left;
    padding: 0 10px 0 0;
}

.most-viewed-wrap-column ul{
	margin:0 auto;
	float:left;
}

.most-viewed-wrap-column li{
	line-height: 2em;
    list-style-image:url(../images/arrows.png);
	margin-left: 15px;
    text-decoration: none;
	list-style-type:none;
}

.sample-images{
	margin:0 auto;
	float:left;
}

.sample-images1{
	margin:1px 2px 3px 4px;
	float:left;
}

.sample-images2{
	margin:1px 2px 3px 4px;
	float:right;
}

.sample-images3{
	margin:1px 2px 3px 4px;
	float:left;
}

.sample-images img{
	margin: 5px 16px 0 0px;
}

.faq h2 {
	margin-top:6px;
	margin-bottom:6px;
}
.faq h3 {
	margin-bottom:6px;
}
.faq h3 p{
	margin-bottom:5px;
}

.faq a{
 	text-decoration:none;
	color:#444444;
}

.faq a:hover{
 	text-decoration:underline;
}

.thnk-you{
	margin:30px 0 30px 0 ; 
	padding:20px 0 30px 10px;
	border:1px solid #999999;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	
	/* firefox's individual border radius properties */
	-moz-border-radius-topleft:8px; /* top left corner */
	-moz-border-radius-topright:8px; /* top right corner */
	-moz-border-radius-bottomleft:8px; /* bottom left corner */
	-moz-border-radius-bottomright:8px; /* bottom right corner */
	-moz-border-radius:8px 8px 8px 8px;  /* shorthand topleft topright bottomright bottomleft */
	
	/* webkit's individual border radius properties */
	-webkit-border-top-left-radius:8px; /* top left corner */
	-webkit-border-top-right-radius:8px; /* top right corner */
	-webkit-border-bottom-left-radius:8px; /* bottom left corner */
	-webkit-border-bottom-right-radius:8px; /* bottom right corner */
	
    border-top-left-radius: 8px ;
    border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}

.thnk-you h1{
	padding:14px 0 0 12px; 
	font-size:28px;
	font-weight:bold;
}

.sitemap{
	margin:0px 20px;
	float:left;
}

.sitemap ul{
	margin:0 auto;
	padding:0 43px 10px 43px;
}

.sitemap ul li{
	line-height: 2em;
    list-style-image:url(../images/arrows.png);
	margin-left: 15px;
    text-decoration: none;
	list-style-type:none;
}

.sitemap ul li a{
	color:#444444;
	text-decoration:none;
}

.sitemap ul li a:hover{
	color:#386A8A;
	text-decoration:underline;
}

.sitemap h2{
	margin:5px 0 20px 0;
}

.sitemap p{
	margin:20px 0;
	text-indent:40px;
}


/*......... Gallery page ........*/

.gallery{
width:618px;
float:left;
}

.gallery-services{
	margin:0 auto;
	padding:0px 5px 15px;
	overflow: hidden;
	width:195px;
	float:left;
}


.gallery-services h2{
color:#386A8A;
margin-bottom: 0.75em;
text-align:center;
}

.gallery-services p{
	word-wrap: break-word;
	margin-bottom:15px;	
	text-align:justify;
}

.gallery-services img{
	float:none;
	padding:0 15px 0 0;
}

.gallery-services ul{
	margin:0 auto;
	padding: 10px 0 10px 10px;
	float:left;
}

.gallery-services ul li{
	line-height: 2em;
    list-style-image:url(../images/arrows.png);
	margin-left: 15px;
    text-decoration: none;
	text-align:left;
	list-style-type:none;
}


/*-------------------------------------  contact form style  ---------------------------------------------*/

.credits {
	color: #999;
	font: italic 90% "Times New Roman", Times, serif;
}
.credits a {
	color: #666;
}

form p {
	margin-top:5px;
}

.button {
	background:none; 
	border:none; 
	box-shadow:none; 
	padding-left:0; 
	margin-top:5px;
	-moz-box-shadow:none;
}
/************************************************************************************
FORM STYLE BEGIN
*************************************************************************************/

/* input styles */
input, 
textarea, select, 
input[type=search] {
	background: #f4f4f4;
	border: solid 1px #a3a3a3;
	padding: 5px 10px;
	color:#7a7a7a;
	font: 12px Arial, Helvetica, sans-serif;
	-webkit-box-shadow: inset 0 2px 3px rgba(0,0,0,.1);
	-moz-box-shadow: inset 0 2px 3px rgba(0,0,0,.1);
	box-shadow: inset 0 2px 3px rgba(0,0,0,.1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/*-webkit-appearance: none;*/ /* reset webkit search style */
}

/* input:focus styles */
input[type=text]:focus, 
textarea:focus, select,
input[type=search]:focus {
	background: #fff;
	border-color: #707070;
	outline: none; /* remove outline */
}

/* set field width */
input[type=text], select, input[type="search"] {
	width: 264px;
	border:1px solid #CCCCCC;
	background-color:#FFFFFF;
	margin-bottom:10px;
}
textarea {
	width: 264px;
	height: 82px;
	border:1px solid #CCCCCC;
	background-color:#FFFFFF;
	margin-bottom:10px;
}

option{
color:#7a7a7a;
}

/* fallback placeholder */
.placeholder {
	color: #7a7a7a;
}
/* webkit placeholder */
::-webkit-input-placeholder {
	color: #7a7a7a;
}
/* moz placeholder */
:-moz-placeholder {
	color: #7a7a7a;
}

/* remove webkit search input decoration and cancel button */
input[type="search"]::-webkit-search-decoration, 
input[type="search"]::-webkit-search-cancel-button {
	display: none;
}

/*-------------------------------------  contact form style  ---------------------------------------------*/

/*--------------------------------------- nivo slider --------------------------------*/

/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider-wrapper {
    /*background:url(../images/banner-images/slider.png) no-repeat;*/
    width:599px;
    margin:0 auto;
    padding-top:32px;
	float:left;
    /*margin-top:50px;*/
}

#nivoslider {
	position:relative;
    width:618px;
    height:246px;
    margin-left:190px;
	background:url(../images/banner-images/loading.gif) no-repeat 50% 50%;
}
#nivoslider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#nivoslider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:260px;
	bottom:-42px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(../images/banner-images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/banner-images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}



/*----------------------------nivo slider ------------------------*/
