@charset "utf-8";
/* CSS Document */

body{ 
width:100%; 
height:auto; 
margin:0; 
padding:0; 
background:#252E35 url(../images/content_background.png) repeat top;
font-family: Verdana, Geneva, sans-serif;
}


#warp{ width:900px; height:auto; margin:0 auto; padding:14px 0 0 0;}
.nav{ width:900px; height:40px; margin: 0 ; padding:0}
.cpanelnavbar { width:600px; height:40px; margin: 0 ; padding:0; margin:-70px -80px 0 0; float:right;}

.content{ width:815px; height:auto; margin:10px 0 0 0 ; padding:120px 30px 30px 55px; background:url(../images/about-pic.png) no-repeat; }
.content span{ font-size:10px; color:#959595;}
.content p{ margin:0; padding:10px 0; color:#3e3e3e; line-height:18px; font-weight:lighter; font-size:14px;}

h3 {  font-size:18px; color:#2d95d7; margin:0; padding:5px 0 5px 0; font-weight: normal;}
h1 {  font-size:24px; color:#2d95d7; margin:0; padding:5px 0 5px 0; font-weight: normal; line-height:30px;}
strong { font-weight:bold; }

.foot{ width:900px; height:40px; text-align:center; line-height:40px; font-size:12px; color:FFF; margin-left:auto; margin-right:auto;margin-top:25px; margin-bottom:5px;}

.bottomcontent{ width:900px; height:1px; text-align:center; line-height:10px; font-size:11px; color:3e3e3e;}

/* FOOTER */
div#foot_container {
	margin-right:auto;
	margin-left:auto;
	width:900px;
}
div#footer {
	width: 100%;
	height: 250px;
	margin: 0;
	margin-top: 30px;
	margin-bottom: 0;
	padding-right:0;
	padding-left:0;
	background: #000;
	color: #FFF;
	/*background: -webkit-gradient(linear,0 0,0 100%,from(#a5a9af),to(#c4c7cb));
    background-image: -moz-linear-gradient(19% 59% 90deg,#C4C7CB, #a7adb3);*/
	
	/*
	border-radius: 8px;
	  -webkit-border-radius: 8px;
	  -moz-border-radius: 8px;
	*/
	/* box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.5), 0px 2px 0 -1px #fff;
	-moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.5), 0px 2px 0 -1px #fff;
	text-shadow: 0px 1px 0px rgba(255,255,255, .5); */
	font-size: 14px;
}

div#footer p {
	color: #FFF;
	/*text-shadow: 0px 1px 0px rgba(255,255,255, .5);*/

}

div#footer a {
  text-decoration: none;
  color: #FFF;
  text-shadow: 0px 1px 0px rgba(255,255,255, .5);
}
div#footer a:hover {
  text-decoration: none;
  color: #2d95d7;
  text-shadow: 0px 1px 0px rgba(255,255,255, .5);
}

div#footer ul {
	float: left;
	position: relative;
	top: 25px;
	line-height: 1.5em;
    color: #FFF;
}

div#footer ul li strong {
	color: #2d95d7;
}
div#footer ul li {
	list-style-type: none;
	padding-left: 18px;
	color: #FFF;
/*spacing between nav items*/
}

/* END FOOTER */

/* Apple Style Toolbar */
#navigation img {
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius:0px;
border:0px;
margin:0px;
margin-right:4px;
margin-bottom:0px;
margin-top:0px;
padding:0px;
padding-bottom:0px;
vertical-align:middle;
}
.navigationactive {
  background-color: #333333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#4c4c4c), color-stop(0.6, #474747));
  background-image: -moz-linear-gradient(90deg, #4c4c4c, #474747);
}
ul#navigation li {
  list-style-type: none;
  display: block;
  width: 9em;
  float: left;
  text-align: center;
  font-family: "Lucida Grande", sans-serif;
  font-size:13px;
  height: 3em;
  border-right: 1px #818181 solid;
}
.navigationinactive {
  background-color: #c9c9c9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c9c9c9), to(#848484), color-stop(0.6, #a1a1a1));
  background-image: -moz-linear-gradient(90deg, #c9c9c9, #848484);
  -webkit-transition: all 0.5s;
}
#navigation li:hover {
  background-color: #333333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#4c4c4c), color-stop(0.6, #474747));
  background-image: -moz-linear-gradient(90deg, #4c4c4c, #474747);

}
#navigation li:hover a {
  color: #e8e8e8;
  text-shadow: 1px 1px 0px #353535;
}
tr {
  background-color #fff;
  -webkit-transition: background-color .5s
  }
tr:hover {
  background-color #a1a1a1
  }
.navigationactive a {
  display: block;
  padding: .8em .5em .5em .5em;
  text-decoration: none;
  color: #e8e8e8;
  text-shadow: 1px 1px 0px #353535;
}
.navigationinactive a {
  display: block;
  padding: .8em .5em .5em .5em;
  text-decoration: none;
  color: #292929;
  text-shadow: 1px 1px 0px #cccccc;
}
ul#navigation li:first-child {
  -webkit-border-top-left-radius: .5em;
  -moz-border-radius-topleft: .5em;
  border-top-left-radius: .5em;
  -webkit-border-bottom-left-radius: .5em;
  -moz-border-radius-bottomleft: .5em;
  border-bottom-left-radius: .5em;
    width:4em;

}
ul#navigation li:last-child {
  -webkit-border-top-right-radius: .5em;
  -moz-border-radius-topright: .5em;
 /* border-top-left-radius: .5em; */
  -webkit-border-bottom-right-radius: .5em;
  -moz-border-radius-bottomright: .5em;
  border-bottom-right-radius: .5em;
   border-right:0px;
     width: 7em;

}


/* Control Panel Navigation */
#cpanelnav img {
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius:0px;
border:0px;
margin:0px;
margin-right:4px;
margin-bottom:0px;
margin-top:0px;
padding:0px;
padding-bottom:0px;
vertical-align:middle;
}
.cpanelnavactive {
  background-color: #333333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#4c4c4c), color-stop(0.6, #474747));
  background-image: -moz-linear-gradient(90deg, #4c4c4c, #474747);
}
ul#cpanelnav li {
  list-style-type: none;
  display: block;
  width: 8em;
  float: left;
  text-align: center;
  font-family: "Lucida Grande", sans-serif;
  font-size:12px;
  height: 3em;
  border-right: 1px #818181 solid;
}
.cpanelnavinactive {
  background-color: #c9c9c9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c9c9c9), to(#848484), color-stop(0.6, #a1a1a1));
  background-image: -moz-linear-gradient(90deg, #c9c9c9, #848484);
  -webkit-transition: all 0.5s;
}
#cpanelnav li:hover {
  background-color: #333333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#4c4c4c), color-stop(0.6, #474747));
  background-image: -moz-linear-gradient(90deg, #4c4c4c, #474747);

}
#cpanelnav li:hover a {
  color: #e8e8e8;
  text-shadow: 1px 1px 0px #353535;
}
.cpanelnavactive a {
  display: block;
  padding: .8em .5em .5em .5em;
  text-decoration: none;
  color: #e8e8e8;
  text-shadow: 1px 1px 0px #353535;
}
.cpanelnavinactive a {
  display: block;
  padding: .8em .5em .5em .5em;
  text-decoration: none;
  color: #292929;
  text-shadow: 1px 1px 0px #cccccc;
}
ul#cpanelnav li:first-child {
  -webkit-border-top-left-radius: .5em;
  -moz-border-radius-topleft: .5em;
  border-top-left-radius: .5em;
  -webkit-border-bottom-left-radius: .5em;
  -moz-border-radius-bottomleft: .5em;
  border-bottom-left-radius: .5em;
    width:8em;

}
ul#cpanelnav li:last-child {
  -webkit-border-top-right-radius: .5em;
  -moz-border-radius-topright: .5em;
  -webkit-border-bottom-right-radius: .5em;
  -moz-border-radius-bottomright: .5em;
  border-bottom-right-radius: .5em;
   border-right:0px;
     width: 8em;

}

/* Social Media */
ul#socialmedia {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	width:200px;
	border:0px;
}
ul#socialmedia img {
	border: 0px;
}
ul#socialmedia li {
	float: left;
	list-style: none;
	display: inline;
	margin-top:0px;
	margin-left:3px;
	margin-right:3px;
	margin-bottom:10px;
	padding:0px;
	width:45px;
	border:0px;
}
.socialnetwork:hover{
	/* Tilt */
	z-index:100;
	position:relative; /* Make the z-index work in Safari */
	-moz-transform:scale(1.25);
	-webkit-transform:scale(1.25);
}
.socialnetwork {
	border:0px;
}

/* About Us */
.henryimage {
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius:10px;
padding:0px;
margin:5px;
margin-right:20px;
margin-left:0px;
background:url(../images/henry.png) no-repeat top;
}
.toddimage {
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius:10px;
padding:0px;
margin:5px;
margin-right:20px;
margin-left:0px;
background:url(../images/todd.png) no-repeat top;
}
.abouttext {
margin:5px;
margin-left:15px;
margin-bottom:15px;
margin-top:0px;
padding:0px;
vertical-align: top;
}
.abouttext span{ font-size:14px; color:#2d95d7;margin:0px;line-height: 10px;}

.productimage {
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius:10px;
padding:0px;
margin:5px;
margin-right:20px;
margin-left:0px;
}
.producttext {
margin:5px;
margin-left:15px;
margin-bottom:15px;
margin-top:0px;
padding:0px;
margin-right:15px;
vertical-align: top;
}
.producttext span{ font-size:14px; color:#2d95d7;margin:0px;line-height: 10px;}

/* PROPERTY EDIT PAGE ../images */
.imageclass {
margin:5px;
padding:0px;
border: 1px solid #BBB;
float:left;
}

/* User Portal */
.delete_attachment {
	background: url(../images/close.png) no-repeat right top;
	width: 19px;
	height: 19px;
	z-index: 99;
	position: absolute;
}

/*new styles added*/
.headerback
{
	background:url(../images/back_header.jpg) repeat-x;
	margin:0px auto;
	height:226px;
	float:left;
}
#container{
  clear: both;
  padding: 10px 5% 0;
}

.span12{
  width: 100%;
  margin-left: 0;
}

#container, .inner{
  margin: 0 auto;
}

.span4{
  width: 32.3333333333%;
  
}
.nav_left{
  background:url(../images/nav_left.png) no-repeat;
  float:left;
  width:7px;
  height:61px;
  margin:0 0 0 140px;
 }
 .nav_center{
	 background:url(../images/nav_mid.png) repeat-x;
    float:left;
	height:61px;
}
.span6{
  width: 49.25%;
  
}
.col:first-child {
  margin-left:0;
}

nav{
	clear: both;
	display: block;
	float: left;
	margin: 0 auto 6px;
	width: 100%;
}
nav ul {
	font-size: 13px;
	list-style: none;
	margin: 0 0 0 -0.8125em;
	padding-left: 0;
}
nav li {
	float: left;
	position: relative;
	padding:1% 2% 0 2%;
}

nav li a {
	float: left;
	position: relative;
	
}

nav li ul li{
	float: left;
	padding:4px 20px;
	position: relative;
	background:#fff;
}

nav li ul li a{
	float: left;
	color:#000;
}

nav li ul li a:hover{
	float: left;
	color:#900;
}
nav a {
	color: #000;
	display: block;
	line-height: 3.333em;
	padding: 0 1.2125em;
	text-decoration: none;
}

nav a:hover {
	color: #900;
	display: block;
	line-height: 3.333em;
	padding: 0 1.2125em;
	text-decoration: none;
}

nav ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 108px;
	left: 0;
	width: 188px;
	z-index: 99999;
}
nav ul ul ul {
	left: 100%;
	top: 0;
}
nav ul ul a {
	background: #f9f9f9;
	border-bottom: 1px dotted #ddd;
	color: #444;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 168px;
}
nav li:hover > a,
nav ul ul :hover > a,
nav a:focus {
	/*background: #efefef;*/
}
nav li:hover > a,
nav a:focus {
	/* background: #f9f9f9; Show a solid color for older browsers */
	
	color: #c51f1f;
}
nav ul li:hover > ul {
	display: block;
}
nav .current-menu-item > a,
nav .current-menu-ancestor > a,
nav .current_page_item > a,
nav .current_page_ancestor > a {
	font-weight: bold;
color: #c51f1f;
}
nav select {
 display: none;
}
.nav_right{
   background:url(../images/nav_right.png) no-repeat;
    float:left;
	width:7px;
    height:61px;
}
.navimg{
	padding:0px 7px 0 0% !important;
	text-align:right !important;
	float:right;
}


.navimg ul {
	font-size: 13px;
	list-style: none;
	margin:0 0 0 0%;
	padding-left: 0;
	
}
.navimg li {
	float: left;
	padding:1% 6px 0 6px;
	position: relative;
}

.navimg li ul li{
	float: left;
	padding:0px;
	position: relative;
	background:#fff;
}

.navimg li ul li a{
	float: left;
	color:#000;
	text-align:left;
}

.navimg li ul li a:hover{
	float: left;
	color:#900;
}
.navimg a {
	color: #000;
	display: block;
	line-height: 3.333em;
	padding: 0 1.2125em;
	text-decoration: none;
background: none;
}

.navimg a:hover {
	color: #900;
	display: block;
	line-height: 3.333em;
	padding: 0 1.2125em;
	text-decoration: none;
}

.navimg ul ul {

	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 106px;
	left: 0;
	width: 188px;
	z-index: 99999;
}
.cf:before,
.cf:after {
    content:"";
    display:table;
}

.cf:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
    *zoom:1;
}
#mainweb_container{ width:100%; height:100%;}
p{
    font-size: 13px; /* 14 / 14 */
    line-height: 1.5em; /* 21 / 14 */
    margin-bottom: 0px; /* 21 / 14 */
}

p.fixmenu{ position:relative; margin:-4px 0 0 0;
font-family:Verdana, Geneva, sans-serif;
    line-height: 1.5em; /* 21 / 14 */
    margin-bottom: 0px; /* 21 / 14 */
}

img{
	max-width:97%
}

img{
max-height:auto;
}

@media \0screen {
  img { 
  	width: auto; /* for ie 8 */
	height:auto; /* for ie */
  }
}
.alt{
  color: #000;
  /*color: rgba(255,255,255, 0.9);
  letter-spacing: 0.05em;*/
  font-family:"Segoe UI";
  font-size:12pt;
}
.alt1{
	  text-decoration: none;
  margin: 0;
  display: block;
   padding: 20px 0 0px 5% !important;
  margin: 0 0 0 4%;
  background-color: rgba(255,255,255,0.1);
   border: 0 none;
   outline:none;
}
.alt2{
text-align:center;
  margin: 0;
  display: inline;
   padding: 0px 20px 0px 23px;
  margin: 0px;

}
.spacerheader{clear:both; height:12px;}

.footerback
{background:url(../images/footerback_background.png) repeat-x;
	margin:0px auto;
	height:auto;
padding:0 0 10px 0;
}
.footer-line
{
 	background:url(../images/footer-line.png) repeat-x;
	margin:0px auto;
	height:auto;
	float:left;
}
h2{
  font-size: 1.5em; /* 21 / 14 */
  line-height: 1.5em; /* 21 / 14 */
}
div.wpcf7 .watermark {
    color: #888888;
}


div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
}

span.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	background: #fff;
	border: 1px solid #ff0000;
	font-size: 10pt;
	width: 280px;
	padding: 2px;
}

span.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	font-size: 10pt;
	display: block;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 4px;
}

div.wpcf7 .watermark {
	color: #888;
}
.widget-container{ float:left;}
.footer_1{ float:left;}
.footerwrap
{background:url(../images/footerback_background.png) #ddddda repeat-x;
padding:0 5%;}
.contactdetail_wrap{}
.contactdetail_wrap p{ padding:0 0 4px 0 !important; margin:0; font-size:15px; font-weight:bold;}
.pfix{ margin:14px 0 0 0 !important;}
.pfix_form{ margin:0 !important;}
.clearall{ clear:both; height:0; overflow:hidden;}
.footer_leftbox{ width: 32.3333%; float:left; padding:10px 0 0 0;}
.footer_leftbox h2{ display:block; padding:0; margin:0;}
.supportdiv{ padding:26px 0;}
.input1-name {
	width:337px;
	height:33px;
	font-size:12px;
	color:#999;
	padding-left:4px;
}
.twtheadingfix{ margin:10px 0 0 0 !important;}
.fixtwtbox{ position:relative; margin:-18px 0 0 0;}
.fontfix{ font-size:15px; padding:0 0 10px 0;}

/*added on 23-4-2013*/

.login_contentwrap{ width:80%; margin:0 auto; min-height:454px;}

fieldset.devlogin_form { width:84%;  
	padding-left:20px; 
	padding-right:10px; 
	padding-bottom:10px;
	padding-top:10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: #fff;
	margin-top:15px;
	margin-bottom:15px;
	border:1px solid #bbb;
	display:block;
}



.input_white_user	{
	/* GENERAL */
	width:75% !important;
	padding:10px 15px;
	margin:5px auto;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	outline:none;

	/* BACKGROUND GRADIENTS */
	background: #F6F6F6;
	background: -moz-linear-gradient(top, #EEE, #FFF 35%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #EEE), color-stop(.25, #FFF));
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#EEEEEE', EndColorStr='#FFFFFF'); /* IE6,IE7 only */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#EEEEEE', EndColorStr='#FFFFFF')"; /* IE8 only */
	
	/* BORDER RADIUS */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	
	/* BORDERS */
	border:1px solid #CCC;
	
	/* TEXT COLOR & SHADOW */
	color:#666;
	
	/* INNER SHADOW & OUTER SHADOW */
	box-shadow: 0 0px 3px #F0F0F0;
	-webkit-box-shadow: 0 0px 3px #F0F0F0;
	-moz-box-shadow: 0 2px 3px #F0F0F0;

}

.input_white_user:hover	{
	border:1px solid #AAA;
}

.input_white_user:focus	{

	/* INNER SHADOW & OUTER SHADOW */
	-webkit-box-shadow: 0 0px 20px #90cfff;
	-moz-box-shadow: 0 0px 20px #90cfff;

}
.login_btnpanel{ width:78%; height:35px;}
.login_btnpanel .textpwd{ float:left; color:#3e3e3e; font-weight:lighter; font-size:14px; font-style:italic;}
.login_btnpanel .btnlogin_wrap{ float: right;}