/* STYLE SHEET */

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	position:relative;
	height:100%;
	background-color:#ececec; 
	background-repeat:repeat-x; 
	background-image:url(../images/background/bodybg.jpg);
	background-position:top; 
	margin:0px;
}
#container {
	position:relative;
	width:960px;
	margin:auto;
	padding-bottom:20px;
}


/* ***************************************************************************** */
/* HEADER */
#header {
	position:relative;
	padding-top:10px;
	margin-bottom:2px;
	height:75px;
	}
#header-left {
	position:relative;
	float:left;
	width:300px;	
	}
#header-right {
	position:relative;
	float:right;
	width:660px;	
	color:#9a9898;
	font-size:14px;
	text-align:right;
}
#logo {
	position:relative;
	padding-top:10px;
}
/* ***************************************************************************** */
/* MENU */
#navigation {
	position:relative;
	background-image:url(../images/background/menubg.jpg);
	background-repeat:no-repeat;
	height:42px;
	z-index:100;
	margin-bottom:10px;
}
/* ***************************************************************************** */
/* BANNER */
#banner {
	background-color:#ffffff;
	border-top:1px solid #dfdddd;
	border-left:1px solid #dfdddd;
	border-right:1px solid #dfdddd;
	height:305px;
}
#banner-left {
	float:left;
	padding:5px 0px 0px 5px;
	width:580px;
}
#banner-right {
	float:right;
	width:360px;
	height:295px;
	margin:5px;
	/*
    background-image:url(../images/background/introbg.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	background-color:#919295;
    */
	color:#ffffff;	
	font-family:"Lucida Sans Unicode","Lucida Grande",Arial,sans-serif;		
}
#banner-right p{
	color:#ffffff;
	font-size:14px;
}
#banner-content {
	padding:10px 5px 5px;
	color:#ffffff;
	font-size:14px;
	line-height:18px;
}
#banner-content a:link,
#banner-content a:visited,
#banner-content a:hover{
	color:#919295;
	text-decoration:none;
	font-size:14px;
}
#banner-content h1 {
	color:#ffffff;
	font-size:20px;
	margin-bottom:10px;
    text-decoration:none;
}
.banner-content {
	position:absolute;
	width:260px;			/* 375 total */
	height:240px;			/* 280 total */
	float:right;
	top:0px;
	right:0px;
	text-decoration:none;
	padding:15px 0px;
	font-weight:normal;
	font-size:14px;
	color:#919295;
	line-height:18px;
	text-align:right;
    text-decoration:none;
}	
.banner-title {
	font-family:"Lucida Sans Unicode","Lucida Grande",Arial,sans-serif;	
	color:#db2a21;
	font-size:24px;	
    text-decoration:none;
}

.banner-holder {
	position:relative;
	float:left;
	background-color:#09F;
	width:10px;
	height:10px;
	margin-right:10px; 
}

.banner-selection {
	position:relative;
	float:right;
	text-align:right;
	height:15px;
	width:100%;
	border-top:1px dotted #666666;
	border-bottom:1px dotted #666666;
	cursor:pointer;
}
/* ***************************************************************************** */
/* PRODUCTS */
#products {
	height:108px;
	background-image:url(../images/background/productsbg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	font-size:18px;
	color:#ffffff;
	font-family:"Lucida Sans Unicode","Lucida Grande",Arial,sans-serif;	
	clear:both;
	margin-top:0;
}
#products a:link,
#products a:visited,
#products a:hover {
	color:#ffffff;
	text-decoration:none;
}
#corporate {
	float:left;
	text-align:center;
	width:240px;
	padding-top:40px;
}
#estate {
	float:left;
	text-align:center;
	width:240px;
	padding-top:40px;
}
#realestate {
	float:left;
	text-align:center;
	width:240px;
	padding-top:40px;
}
#other {
	float:left;
	text-align:center;
	width:240px;
	padding-top:40px;
}

/* ***************************************************************************** */
/* FEATURED*/
#featured {
	margin:15px 0px;
	color:#4c4d50;
	height:320px;
}
#featured h2 {
	color:#ffffff;
}
#featured-left {
	float:left;
	width:310px;
	margin-right:15px;
}
#featured-middle {
	float:left;
	width:310px;
}
#featured-right {
	float:right;
	width:310px;
}
.featured-title {
	height:40px;
	background-image:url(../images/background/featuredbg.gif);
	background-repeat:no-repeat;
	background-position:top;
	padding:6px 0px 0px 10px;
}
.featured-content {
	padding:10px 10px 20px;
	border-bottom:3px solid #db2a21;
	background-color:#f6f6f6;
	height:240px;	
}
input.contact {
	width:134px;
	border:1px solid #cccccc;
	height:18px;
	font-size:12px;
}
input.contact2 {
	width:280px;
	border:1px solid #cccccc;
	height:18px;
	font-size:12px;
}
textarea.contact {
	width:280px;
	border:1px solid #cccccc;
}
input.submit {
	background-color:#db2a21;
	color:#ffffff;
	border:none;
	padding:2px 10px;
}
/* ***************************************************************************** */
/* TESTIMONIAL */

#testimonial {
	background-image:url(../images/background/testimonialbg.gif);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#d4d4d4;
	border:1px solid #cccbcb;
	padding:10px 40px 10px;
	margin-bottom:15px;
}

/* ***************************************************************************** */
/* GALLEY */

table.image-gallery{
	width:100%;
	border-spacing:0px;
}
table.image-gallery tr th{
	background-color:#d9e3d1;
	text-align:left;
	padding:4px;
	font-weight:normal;
}
table.image-gallery tr td{
	padding:4px;
}

img.gallery-thumb{
	margin-right:5px;
	margin-bottom:5px;
}

/* ***************************************************************************** */
/* FOOTER */
#footer {
	position:relative;
	padding:10px 0px;
	font-size:11px;
	color:#919295;
	border-top:1px solid #cccbcb;
}
#footer-left {
	position:relative;
	float:left;
}
#footer-right{
	position:relative;
	float:right;
}
#footer a:link,
#footer a:visited,
#footer a:hover {
	color:#858688;
}


/* GLOBAL */

	
.clear-column {
	clear:both;
}
:focus {
	outline:none;
}
h1, h2, h3 {
	font-weight:normal;
	margin:2px 0px;
}
a:link,
a:visited,
a:hover {
	color:#ee2e24;
}

ul,ol{ 
	margin-left:20px;
}
ul li, 
ol li{
	margin-bottom:8px;
}

.form-input-error{
	font-size:11px;
	color:#FF0000;
	padding:2px;
	font-weight:bold;
}
.message_confirm {
	padding:10px;
	border:1px dashed #000000;
	background-color: #dddddd;
	color: red;
}

.line {
	margin:2px 0px;
	height:2px;
	border-bottom:1px solid #cccccc;
}

.pagination {
	text-align:center;
}
.support-text{
	font-family:Verdana, Arial, Helvetica, sans-serif;	
    line-height:18px;
	font-size:11px;
	color:#4c4d50; 
	padding: 4px 0px;
}
