﻿/* ========== Styling all elements */
* {
	margin: 0;
	padding: 0;
}
a {
	outline: none;
	border: none;
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
.floatleft {
	float: left !important;
}
.floatright {
	float: right !important;
}
abbr {
	cursor: help;
}
acronym {
	cursor: help;
}
/* ========== Applying clearfix fix for some browsers to use in appropriate places */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hide from IE Mac \*/
.clearfix {
	display: block;
}
/* End hide from IE Mac */
/* ========== BODY */
body {
	margin: 0;
	padding: 0;
	background-color:#F5F5F5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
/* ========== WRAPPER */
#wrapper {
	width:800px;
	margin: 0 auto;
	background-image:url('../images/layout-bg.jpg');
	background-repeat:repeat-y;
}
/* ========== Logo */
#topcontainer{
	width:800px;
	height:57px;
}
.logo{
	background-image:url('../images/logo.jpg');
	background-repeat:no-repeat; 
	height:53px;
	width:202px;
	float:left;
	margin-top:2px;
	margin-left:18px;
	}
.logo h1 a {
	display: block;
	height:53px;
	width:202px;
	position: absolute;
	text-indent: -2000em;
}
/* ========== Header Container */
#header-box{
	width:800px;
	height:191px;
	clear:both;
}
.header-container{
	width:601px;
	height:191px;
	background-image:url('../images/header.jpg');
	background-repeat:no-repeat;
	float:right;
}
.link-box{
	width:199px;
	height:191px;
	float:left;
}

/* ========== Center Container */
#center-container{
	width:800px;
	height:auto;
	background-image:url('../images/page-bg.jpg');
	background-repeat:repeat-y;
}

#center-container2{
	width:800px;
	height:auto;
	background-image:url('../images/layout-bg.jpg');
	background-repeat:repeat-y;
}
/* ========== Left Container */
#left-container{
	width:540px;
	height:auto;
	float:left;
}

#welcome-textbox{
	width:505px;
	height:auto;
	margin:0 auto;
	margin-top:8px;
}
#welcome-textbox p{
	font-family:Verdana;
	font-size:11px;
	color:#00597e;
	text-align:justify;
}
h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#00597e;
	padding-bottom:10px;
}
/* ========== Portfolio Container */
#portfolio-box{
	width:505px;
	height:auto;
	padding-top:25px;
	margin:0 auto;
}
.portfolio-title{
	background-image:url('../images/portfoliodetails-img.jpg');
	background-repeat:no-repeat;
	width:192px;
	height:21px;
	padding-bottom:15px;
}
#threebox-container{
	width:505px;
	height:auto;
}

.text-box{
	width:505px;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#00597e;
	padding-bottom:10px;

}
/* ========== Right Container */
#right-container{
	width:260px;
	height:auto;
	float:right;
}
#contact-detailbox{
	width:242px;
	height:auto;
	margin-top:10px;
}
.contact-top{
	width:242px;
	height:28px;
	background-image:url('../images/rt-titlestrip.jpg');
	background-repeat:no-repeat;
	margin-bottom:8px;
}
.contact-top h4{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding-top:5px;
	font-weight:bold;
	padding-left:15px;
	color:#FFFFFF;
}
.contact-text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#00597e;
	padding-left:8px;
}

/* ========== Client Logo Container */
.vatsalyalogo{
	background-image:url('../images/vatsalya-banner.jpg');
	background-repeat:no-repeat;
	width:224px;
	height:82px;
	margin:0 auto;
}
.vatsalyalogo a{
	display: block;
	width:224px;
	height:82px;
	position: absolute;
	text-indent: -2000em;
}


.vastulandlogo{
	background-image:url('../images/vastuland-banner.jpg');
	background-repeat:no-repeat;
	width:224px;
	height:80px;
	margin:0 auto;
}
.vastulandlogo a{
	display: block;
	width:224px;
	height:80px;
	position: absolute;
	text-indent: -2000em;
}


.ngppropertylogo{
	background-image:url('../images/vatsalyarealties-banner.jpg');
	background-repeat:no-repeat;
	width:224px;
	height:82px;
	margin:0 auto;
}
.ngppropertylogo a{
	display: block;
	width:224px;
	height:82px;
	position: absolute;
	text-indent: -2000em;
}

/* ========== Contact Page Class Container */
.contactpage-text{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#00597e;
	padding:30px;
}
.contact-title{
	background-image:url('../images/contact-title.jpg');
	background-repeat:no-repeat;
	width:192px;
	height:21px;
	margin-top:25px;
	margin-left:25px;
}
/* ========== Footer Container */
#footer-container{
	background-image:url('../images/footer-img.jpg');
	background-repeat:no-repeat;
	width:800px;
	height:47px;
	clear:both;
}
.footer-text{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	padding-left:25px;
	padding-top:16px;
}


/*------------------ outline hovering ------------------------- */

.highlightit img{
border: 1px solid #ccc;
}

.highlightit:hover img{
border: 1px solid green;
}

.highlightit:hover{
color: red; /* Dummy definition to overcome IE bug */
}

/*------------------------------------------------------------ */
