/*
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 */
.archive{
	font-size: 62.5% !important; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, sans-serif !important;
	background: url('images/bdybg.jpg');
	color: #333 !important;
	text-align: center !important;
	font-size:12px !important;

}
.single
{
	font-size: 62.5% !important; /* Resets 1em to 10px*/ 
	font-family: Arial, Helvetica, sans-serif !important;
	background: url('images/bdybg.jpg');
	color: #fff !important;
	text-align: left !important;
	font-size:12px !important;

}
.page-template-blogs-php
{
	font-size: 62.5% !important; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, sans-serif !important;	
	color: #333 !important;
	text-align: center !important;
	font-size:12px !important;	

}
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, sans-serif;
	background: url('images/bdybg.jpg');
	color: #333;
	text-align: center;
	font-size:12px;
	}

#page {	
	border: 1px solid #510f0c;
	text-align: left;
	text-align:center;
	}

#header {
	background: url('images/headerbg.jpg') repeat-x top center;
	}
#headerport{
	width:1000px;
	margin:auto;	
	background: url('images/header-desbg.jpg') no-repeat top center;
	text-align:left;
}

#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	}

#content {
	font-size: 1.2em;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	height: expression( this.scrollHeight < 290 ? "290px" : "auto" ); /* sets min-height for IE */
	min-height:290px;
	}

.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: #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;
	}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	float:left;
	}

.description {	
	float:right;
	width:685px;	
	margin-top:60px;
	margin-right:25px;
	position:absolute;
	right:0;
	z-index:10000px;
	}
.desc_menu{
float:left;
margin-left:90px;
margin-top:60px;
right:0;
width:620px;
}
h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: Arial, Helvetica, 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: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Arial, Helvetica, 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: Arial, Helvetica, sans-serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em Arial, Helvetica, sans-serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #E1AFAB;
	}

code {
	font: 1.1em Arial, Helvetica, sans-serif;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #e1afab;
	text-decoration: none;
	}

a:hover {
	color: #e1afab;
	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 0px 0;
	padding: 0;
	}

#page {	
	margin: 0px auto;
	padding: 0;
}

#header {	
	margin: 0 0 0 1px;
	padding: 0;
	height: 562px;
	width: 100%;
	}
#blog_header{
background: url('images/bdybg.jpg');
	margin: 0 0 0 1px;
	padding: 0;
	width: 100%;
	border-bottom:3px solid #a24f44;
}
#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {	
	padding: 0 0 0px 0px;
	margin: auto;
	width: 1000px;
	background: url('images/middleport-grdbg.jpg') no-repeat top;
	font-size:12px;
	color:#E1AFAB;
	text-align:left;
	}
.narrowcolumnblog {	
	padding: 0 0 0px 0px;
	margin: auto;
	width: 1000px;
	background: url('images/middleport-grdbg.jpg') no-repeat top;
	font-size:12px;
	color:#E1AFAB;
	text-align:left;
	height:100%;
	}	

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 5px;
	}

.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: 8px 0 0 0;
	margin: 0 auto;
	width: 100%;
	clear: both;
	background: url('images/ftrbg.jpg') repeat-x top;
	text-align:center;
	height:203px;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	color:#dfc9c7;
	font-size:11px;
	}
.terms{
	color:#ffdc17;
}
.terms a:link,.terms a:visited{
	color:#ffdc17;
	text-decoration:none;
	padding:0 5px;
}
.terms a:hover{
	text-decoration:underline;
}
.ftrnav{
	margin:0 auto 0 auto;
	padding:0px;
	width:700px;
	height:30px;
}
.ftrnav ul{
	margin:0 !important;
	padding:0px;
	list-style:none;	
	height:30px;
}
.ftrnav li{
	display:inline;
	padding:0px;
}
.ftrnav li a{
	display:block;
	font-size:11px;
	color:#fff;
	text-decoration:none;
	background:#7f2217;
	float:left;
	padding:8px 11px 8px 11px;
	margin:0 10px;
}
.ftrnav li a:hover{
	color:#fff;
	text-decoration:none;
	background:#603836;
}
/* End Structure */



/*	Begin Headers */
h1 {
	padding: 23px 0 24px 0;
	margin: 0;
	}

h2 {
	margin: 0px 0 0;
	}

h2.pagetitle {
	margin-top: 0px;
	text-align: left;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	color:#480605;
	}
#sidebar h2 a{
	color:#480605;
	}

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: 0px;
	margin: 0 10px 0px 0;
	display: inline;
	}

.alignright {
	float: right;
	color:#e1afab;
	}
.alignright a{	
	color:#e1afab;
	}
	
.alignleft {
	float: left;
	color:#e1afab;

	}
.alignleft a {
	color:#e1afab;

	}
/* 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 0px;
	list-style: none;	
	text-indent: 0px;
	}

html>body .entry li {
	margin: 0;
	}

/*.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;
	}
.archiev li{
border-bottom:1px solid #802c21;

}
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	line-height:30px;
	margin-left:10px;	
	}
#sidebar ul li a{
	color:#fff;
	margin:0 0 0 0px;
	
	
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#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: 3px 0 0;
	padding: 0;
	color:#fff;
	}
/* 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;
	color:#ccc;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	background:#6a4543;
	color:#000;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
	background:#6a4543;
}

.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: 10px 0 10px 0;
	margin:0px;
	/*width: 190px;*/
	}

#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: 30px;
	}
/* 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;
}


/* Header Menu CSS */
#nav{
	margin:0px;
	padding:0px;
}
#nav ul{
	margin:0px;
	padding:0px;
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
}
#nav li{
	display:inline;
	padding:0 30px;
	background: url('images/nav-sep.jpg') no-repeat top right;
	height:33px;
	float:left;
}
#nav li a{
	display:block;
	text-decoration:none;
}
#nav li a b{
	font-size:16px;
	font-weight:bold;
	color:#fff;	
	display:block;
	padding-bottom:2px;
}
#nav li a em{
	font-size:11px;
	color:#c59ba3;
	font-style:normal;
	padding-left:3px;
}
#nav li a:hover b{
	color:#c59ba3;
}
/*#nav li a:hover em{
	color:#fff;
}*/
.nav-nonebck{
	padding-right:0px !important;
	background:none !important;
}

.left{float:left;}
.right{float:right;}
.banner{
	width:1000px;
	padding:6px 0 0 0;
	height:422px;
	position:absolute!important;
	z-index:0!important;
}
* html .banner{
	width:1000px;
	padding:6px 0 0 0;
	height:422px;
	position:absolute!important;
	z-index:0!important;
}
.hm-topbox{
	margin:40px 0 0 0;
	color:#dfc9c7;
	font-size:12px;
	line-height:18px;
	position:relative; 
	height:160px;
}
.hm-topbox h2{
	color:#ffdc17;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:25px;
	font-weight:normal;
	padding:5px 0 0 0;
}
.hm-topbox-txtmrg{margin-top:20px;}
.hm-nightclubapp{
/*	width:318px !important;*/
	float:left;
	background:url('images/nav-sep.jpg') repeat-y right;
	padding:0 25px 0 25px;
}
.hm-ourservices{
	/*width:295px;*/
	float:left;
	padding:0 5px 0 27px;
	background:url('images/nav-sep.jpg') repeat-y right;
}
.hm-clienttestimonial{
	width:302px;
	float:left;
	padding:0 0 0 25px;
}

.hm-btmhead{
	background:url('images/btmhead-bg.jpg') repeat-x top;
	font-size:25px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#fff;
	padding:17px 30px;
	font-weight:normal;
	margin:55px 0 0 0;
}

.hm-serlnk-box{
	margin:35px 0 0 0;
	color:#fff;
	position:relative;
	height:175px;
}
.hm-serlnk-box h3{
	margin:0px;
	color:#fff;	
	font-size:12px;
	border-bottom:1px solid #743f3d;
	line-height:30px;
	padding:0px;
}
.hm-serlnk-lf{
	width:350px;
	float:left;
}
.hm-serlnk-mdl{
	width:331px;
	float:left;
}
.hm-serlnk-rht{
	width:316px;
	float:left;
}
.hm-serlnk{
	margin:0px;
	padding:0px;
}
.hm-serlnk ul{
	margin:0px;
	padding:0px;
	list-style:none;	
}
.hm-serlnk li{
	padding:0px;
	font-size:11px;	
	border-bottom:1px solid #743f3d;	
}
.hm-serlnk li a{
	text-decoration:none;
	color:#dfc9c7;
	line-height:30px;
}
.hm-serlnk li a:hover{
	text-decoration:underline;
	color:#dfc9c7;
}
.hm-serlnk-none{border-bottom:none !important;}
.inner-headrht{
	background:url('images/inner-headlf.png') repeat-x top;
	font-size:25px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#fff;
	padding:18px 18px;
	font-weight:normal;
	margin:0 0 0 0;
	height:23px;
	
}
.inner-headlf{
	background:url('images/inner-headlf.png') repeat-x top;
	font-size:25px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#fa9200;
	height:30px;
	padding:29px 18px 0 18px;
	font-weight:normal;
	margin:0 0 0 0;
}
.inner-bg{
	background:url('images/inner-headlf.png');	
	padding:18px 18px;
	height:100%;	
	margin:0 0 0 0;
	
}
.serv-box{
	margin:20px 0 0 0;
	padding:0px;
	font-size:11px;
	color:#e1afab;
	line-height:15px;
}
.serv-box h3{
	margin:0px;
	font-size:11px;
	color:#fff;
}
.serv-txtmrg{margin:10px 0 0 0;}
.readmore a{
	background:url('images/readmorebg.jpg') repeat-x top;
	height:21px;
	display:block;
	padding:6px 10px 0 10px;
	float:right;
	color:#fff;	
	right:10px;
	position:relative;
}
.readmore a:hover{
	color:#fff;
	text-decoration:underline;
}
.serv-brd{
	background:#9a4e45;
	height:1px;
}

.inner-rhtlnk{
	margin:0px 0 0 10px;
	padding:0px 0 0 0;
}
.inner-rhtlnk ul{
	margin:0px 0 0 0px;
	padding:0px;
	list-style:none;
}
.inner-rhtlnk li{
	padding:0px;
	border-bottom:1px solid #944c43;
	color:#dfc9c7;
	font-size:11px;
	line-height:30px;
}
.inner-rhtlnk li a{
	color:#dfc9c7;
	text-decoration:none;
}
.inner-rhtlnk li a:hover{
	color:#fff;
	text-decoration:none;
}


.inner-rhtlnk-last{
	margin:0px 0 0 10px;
	padding:0px 0 0 0;
}
.inner-rhtlnk-last ul{
	margin:0px 0 0 0px;
	padding:0px;
	list-style:none;
}
.inner-rhtlnk-last li{
	padding:0px;
	color:#dfc9c7;
	font-size:11px;
	line-height:30px;
}
.inner-rhtlnk-last li a{
	color:#dfc9c7;
	text-decoration:none;
}
.inner-rhtlnk-last li a:hover{
	color:#fff;
	text-decoration:none;
}
.date-blog{
	background:#8d3a2e;
	border:1px solid #a95045;
	float:right;
	padding:2px 5px;
	font-size:11px;
	font-weight:normal;
	color:#fff;
	margin:12px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	}
.normal-txt{
	font-size:11px;
	color:#e1afab;
	line-height:18px;
	font-family:Arial, Helvetica, sans-serif;
	}
.normal-txt-blog{
	font-size:11px;
	color:#fff;
	line-height:18px;
	font-family:Arial, Helvetica, sans-serif;
	}	
.normal-txt a:link,.normal-txt a:visited{
	color:#e1afab;
	text-decoration:underline;
	}
.normal-txt a:hover{
	text-decoration:none;
	}
.normal-txt h3{
	font-size:12px;
	color:#e1afab;
	margin:10px 0 2px 0;
	color:#F3E1E0;
	}	
	
.normal-list{
	margin:0px;
	padding:0px;
	}
.normal-list ul{
	margin:5px 0 0 0;
	padding:0px;
	list-style:none;
	}
.normal-list li{
	padding:0 0 0 18px;
	background:url('images/normal-bullet.gif') no-repeat 0 7px;
	line-height:20px;
	}
.hr-sept{
	background:#743F3D;
	height:1px;
	margin:10px 0;
	}


.mrgtp5{margin-top:5px;}
.mrgtp10{margin-top:10px;}

.mrgbtm10{margin-bottom:10px;}
.terms-numb{
	color:#fff;
	padding:0 5px 0 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
.justify{text-align:justify;}

.inner-subhead{
	font-size:16px;
	color:#fff;
	margin:10px 0 0 0;
	padding:0px;
	}
.inner-sub-second-head{
	font-size:15px;
	color:#FDB655;
	margin:10px 0 0 0;
	}
	
.hgt10{height:10px;}
.hgt5{height:5px;}

.privacy-smallhead{
	font-weight:bold;
	font-style:italic;
	}

/* End captions */


/* "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." */
a.seletd_link:link,a.seletd_link:visited{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
a.seletd_link:hover{
  text-decoration:underline;
}

.port_img{
	/*background:url(images/bg_portfolio.png) no-repeat scroll 0 0;*/
	background-image:url('images/bg_portfolio.png');
	background-repeat:no-repeat;
	width:300px;
	height:210px;
}
.port_img img{
	border:2px solid #FFFFFF;
}
.port_div
{
	width:292px;
	/*margin:0 25px;*/
}
.port_title{
	font-size:17px;
	font-weight:bold;
	line-height:20px;
	padding-bottom:10px;
	color:#FA9200;
	font-family:Georgia,"Times New Roman",Times,serif;

}
.port_title a:link, .port_title a:visited{
	color:#FFFFFF;
	text-decoration:none;
	border-bottom:1px dashed;
}
.port_title a:hover{
	color:#CCCCCC;
	text-decoration:none;
}
.hgt15{ height:15px; }
.hgt20{ height:20px; }
.hgt40{ height:40px; }
.pdtop22{ padding-top:22px; }
.url_bg{
	background:#964D46;
	float:left;
	margin-left:3px;
	padding:5px 15px;
	margin-top:5px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
.url_bg a:link, .url_bg a:visited{
	color:#FFFFFF;
	text-decoration:none;
}
.url_bg a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
.prj_title
{
	padding-top:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}
.port_desc_bg{
/*	background:url(images/bg_text.jpg) repeat scroll 0 0; */
	/*background-color:#F2F2F2;*/
	/*width:653px;*/
	color:#DFC9C7;
	font-size:11px;
	width:470px;
	float:left;
	height:auto;
	/*padding:10px;*/
	padding-left:15px;
	/*margin-top:20px;*/
}
.grey_bg{
	float:left;
	background-color:#FFF;
	padding:10px;
	color:#711F13;
	font-weight:bold;
}
.green_bg{
	float:left;
	margin-left:3px;
	font-size:12px;
	background-color:#964D46;
	padding:10px;
}
.green_bg a:link, .green_bg a:visited{
	color:#FFFFFF;
	text-decoration:none;
}
.green_bg a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
.portfolio-discription{
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:12px;
	font-weight:normal;
	line-height:2em;
	display:block;
	color:#FFFFFF;
	font-weight:bold;
}
.portfolio{
	float:left;
	margin:0 0 5px 5px;
	padding:0;
	
}

ul.portfolio li{
	background:url(images/icon_check2.gif) no-repeat scroll 5px center ;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	list-style:none;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:2px 0 2px 25px;
}
.width330px{ width:330px; }
.width300px{ width:300px; }
.width275px{ width:275px; }
.width260px{ width:260px; }
.width185px{ width:185px; }
.width672px{ width:672px; }
.mrg_top_15{ margin-top:15px; }
.padbottom-10{ padding-bottom:10px;}
.blog_title{
	font-size:25px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#fa9200;
	font-weight:normal;
	padding:5px 0px 5px 0px;
	margin:0 0 0 0;
}

.blog_title a:link,.blog_title a:visited{
	color:#fa9200;
	}
.blgsingle-title{
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#fa9200;
	font-weight:normal;
	padding:5px 0px 5px 0px;
	margin:0 0 0 0;
	}
.blgsingle-title a:link,.blgsingle-title a:visited{
	color:#fa9200;
	}

.contact_left
{
width:500px;
}
.contact_right
{
width:400px;
}
.blog_list
{
width:1000px;
}
.blog_left
{
width:700px !important;
/*padding:40px 15px 10px 15px;*/
padding:40px 0 20px 0;
background:url('images/inner-headlf.png');
margin:0 0 10px 0;	
}
.blog_right
{
width:280px;
margin-left:20px;
}
.padtop10
{
padding-top:10px;
}
.padbt10{
padding-bottom:10px;
}
.readmoreblog a
{
color:#fff;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
text-decoration:underline;
}
.readmoreblog a:hover
{
text-decoration:none;
}
.sept-blog{
	background:url('images/sept-blog.gif') repeat-x;
	height:4px;
	margin:30px 0 15px 0;
	}
#sidebar h2{
	background:url('images/blog-rhtbg.png') repeat-x;
	height:40px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#fff !important;
	font-size:18px !important;
	font-weight:normal;
	padding:0px 0 0 25px !important;
	line-height:40px;
	}
.categories ul li{
border-bottom:1px solid #802c21;
}
.blogroll li
{
border-bottom:1px solid #802c21;
}
.metalink li
{
border-bottom:1px solid #802c21;
}
.inputcontact{
border:1px solid #AAAAAA;
color:#666666!important;
background:#FFFFFF !important;
}	

.sendbutton	{ 
	width:auto;  
	padding:2px 0px; 
	margin: 0;
	font-size:0.8em;
	background-color:#7F2217 !important; 
	border:0;
	color:#FFFFFF;
	cursor:pointer;
	float:right;
	width:130px !important;
}

.btn-appl-dev a{
	background:url('images/app-dev.gif') no-repeat left center;
	height:56px;
	width:300px;
	text-align:center;
	display:block;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#ffffff !important;
	text-decoration:none !important;
	line-height:56px;	
	}
.btn-appl-dev a:hover{
	background:url('images/app-dev.gif') no-repeat right center;
	height:56px;
	width:300px;
	text-align:center;
	display:block;	
	}

.blog-txt-list{
	margin:0px;
	padding:10px 0 5px 0;
	}
.blog-txt-list ul{
	margin:0px;
	padding:0px;
	list-style:none;
	}
.blog-txt-list li{
	padding:0 0 0 15px;
	background:url('images/blog-bullet.gif') no-repeat 0 7px;
	}
.blog-subtitle{
	color:#f3b359;
	}
.blog-hd{
	font-size:15px;
	color:#f3b359;
	}
.from_lable{
color:#DFC9C7;
font-family:Trebuchet MS,sans-serif;
font-size:0.8em !important;
font-size-adjust:none;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
text-align:left;
}
.ft_content
{
color:#DFC9C7;
font-family:Trebuchet MS,sans-serif;
font-size:0.7em;
font-size-adjust:none;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
text-align:left;
}
.textareafromclass{
-x-system-font:none;
border:1px solid #AAAAAA;
color:#666666!important;
font-family:Trebuchet MS,sans-serif;
font-size:0.9em;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
padding:3px;
vertical-align:top;
width:500px;
}
.inputformclass{
border:1px solid #AAAAAA;
color:#666666!important;
background:#FFFFFF !important;
width:300px;
padding:3px;
}
.selectboxclass
{
border:1px solid #AAAAAA;
color:#666666!important;
width:200px;
padding:2px;
}
.btn_app{
background-color:#7F2217 !important;
border:0 none;
color:#FFFFFF;
cursor:pointer;
font-size:0.8em;
margin:0;
padding:7px 5em;
}
.inputmain{
float:left;
}
.app_form 
{
background:url(images/inner-headlf.png);
margin:0;
padding:18px;
height:1000px;
}
.font10px
{
font-size:12px;
}
.float_left
{
float:left;
}
.cform textarea, .cform input 
{
background-color:#FFFFFF!important;
}
/*.single
{
color:#666666!important;
background:#FFFFFF !important;
padding:3px;
}*/
.footer_subtitle
{
float:left!important;
margin:0px;
padding:0px;
}
.footer_subtitle h3{
color:#FFFFFF;
font-size:12px;
line-height:30px;
margin:0px 0px 10px 0px;
padding:0;
}
.twitter 
{
margin-right:5px;
padding:0px;
float:left;
text-align:left!important;
}
.twitter img
{
display:block;
z-index:1;
}
.sep
{
margin:5px;
padding:0px;
text-align:left!important;
}
.facebook
{
text-align:left!important;
margin-left:15px;
padding:0px;
}
.footer_main
{
width:1000px;
margin:0px auto;
}
.footer_left_menu
{
float:left !important; 
width:870px !important;
}
.fctwilink
{
float:left !important; 
width:130px !important;
}
/* Sulution page style*/
.solution_page
{
margin:0 auto;
width:1000px;
}
.solution_left
{
width:500px;
font-family:Arial,Helvetica,sans-serif;
text-align:left;
}
.solution_right{
width:500px;
text-align:left;
}
.s_right
{
float:right;
width:360px;
text-align:left;
background:url('images/inner-headlf.png');
height:100%;
height:820px;

}
.clear
{
clear:both;}
.solu_title
{
color:#FA9200;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:25px;
font-weight:normal;
height:30px;
margin:0;
padding:29px 0px 0;
}
.solu_txt
{
font-size:16px;
color:#DBDFDE;
line-height:25px;
}
.solution_step{
width:430px;
margin:0px;
padding:0px;
}
.title_so
{
font-size:24px;
color:#FEDA16;
padding:60px 0px 30px 0px;
margin:0px;
}
.app_title{
color:#DBDFDE;
}
.app_left
{
padding-top:10px;
width:150px;
color:#DBDFDE;
font-size:16px;
font-weight:bold;
}
.app_right{
width:210px;
}
.hr-sept_t {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#743F3D none repeat scroll 0 0;
height:1px;
margin:5px 0;
}
.features{
width:450px;
font-size:16px!important;
font-weight:bold!important;
}
.features_left
{
width:300px;
}
.features_right
{
width:150px;
}

.feature_txt
{
color:#DBDFDE;
font-size:16px;
margin-left:20px;
}
.good_pad
{
}
.good
{
background:transparent url(images/banner1.png) no-repeat scroll right center;
height:262px;
margin-left:15px;
width:330px;

}
.better
{
background:url(images/banner2.png) no-repeat scroll right center;
width:330px;
height:262px;
margin-left:15px;
}
.best
{
background:url(images/banner3.png) no-repeat scroll right center;
width:330px;
height:262px;
margin-left:15px;
}
.good_pack_box
{
font-family:"Trebuchet MS", Times, serif;
text-align:justify;
margin:35px 0px 0px 40px;
}
.good_title
{
color:#70292F;
font-size:21px;
margin-bottom:7px;
}
.good_title_mid
{
color:#70292F;
font-size:21px;
margin-bottom:7px;
}
.just
{
font-size:19px;
color:#000000;
font-weight:bold;
}
.pr{
color:#DE4A24;
font-size:19px;
font-weight:bold;
}
.package_ul li
{
width:160px;
line-height:20px!important;
}
.package_ul_mid
{
width:160px;
line-height:16px!important;

}
.package_ul_bottom li
{
width:160px;
line-height:18px!important;
}
.p_txt
{
margin-left:15px!important;
padding:0px;
margin-top:5px!important;
font-size:12px!important;
color:#000000!important;
width:150px;
}
.p_txt li
{
list-style:none;
list-style-image:url(images/dot.jpg);
list-style-position:inherit;
width:175px;
vertical-align:top;
text-align:left!important;
line-height:15px;
}
.audio_bg
{
background:url(images/audio.png) no-repeat;
height:48px;
width:132px;
}
.blog_bg
{
background:url(images/blog.png) no-repeat;
height:48px;
width:132px;
}
.map_bg
{
background:url(images/maps.png) no-repeat;
height:48px;
width:132px;
}
.info_bg
{
background:url(images/info.png) no-repeat;
height:48px;
width:132px;
}
.events_bg
{
background:url(images/events.png) no-repeat;
height:48px;
width:132px;
}
.news_bg
{
background:url(images/news.png) no-repeat;
height:48px;
width:132px;
}
.photos_bg
{
background:url(images/photo.png) no-repeat;
height:48px;
width:132px;
}
.twitter_bg
{
background:url(images/twitter.png) no-repeat;
height:48px;
width:132px;
}
.wap
{
text-align:right;
color:#DBDFDE;
font-size:16px;
font-weight:bold;
padding-top:10px;
}
.wap_top
{
margin:0px!important;
padding:0px!important;
}
.our_partner
{
background-color:#240503;
width:130px;
height:56px;
}
.o_p
{
width:130px;
padding-top:13px;
}
.our_p_left
{
width:94px;
color:#DFCAC7;
font-size:12px;
font-weight:bold;
padding-top:7px;
}
.our_p_right
{
width:25px;
}
.mrgtop
{
margin-top:35px;
}
.port_title_single{
color:#FA9200;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:25px;
font-weight:normal;
height:30px;
margin:0;
}
.vert_sep 
{
border-top:1px solid #944C43;
}
.margtopbottom{
}
.wight_box
{
background-color:#FFFFFF;
width:150px;
height:165px;
}
.mobile_img
{
padding-top:10px;
width:150px;
height:165px;
}
.mobile_list td h2
{
color:#FFCC00;
text-align:center;
font-size:12px;
padding-bottom:10px;
}
.adr_title
{
color:#FA9200;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:18px;
font-weight:normal;
margin:5px 0px;
}

/*slider*/

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border-bottom-width: 6px;
width: 400px; /*width of featured content slider*/
height:305px;

}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
width: 390px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 350px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;
padding: 5px 10px 5px 5px;
}

.pagination a{
padding: 7px 30px;
text-decoration: none; 
color:#FFFFFF;
background: #964D46;
}

.pagination a:hover, .pagination a.selected{
color: #964D46;
background-color: #FFFFFF;
}