body {margin:0; background:url(images/body_bg.jpg) repeat-x top; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#333;}
html {height:100%}
h1, h2, h3, h4, h5, h6 {margin:0 0 12px 0; font-weight:normal; font-family:arial, serif; /* text-transform:uppercase; */ color:#3E4857;}
h1 {font-size: 28px;}
h2 {font-size: 22px;}
h3 {font-size: 18px}
h4 {font-size: 14px}
h5 {font-size: 12px}
h6 {font-size: 10px}
/* h1:first-child {font-weight:bold;} */
a {color:#344F70}
a:hover {color:#222;}
p {margin:0 0 12px 0;}
img {border:none;}
form {margin:0; padding:0;}
:-moz-any-link:focus {outline: none;}
.clear {clear:both;}
.pointer {cursor:pointer}

/*------------------
Wrappers
-------------------*/
#page {}
#wrapper {margin:0 auto 20px auto; width:1050px;}

/*------------------
Header
-------------------*/
#header {
	height:124px;
	margin-bottom:12px;
	position:relative;
	overflow:hidden;
	color:#333;
}

#header #logo {
	position:absolute;
	top:14px;
	left:0px;
	width:440px;
	height:auto;
	border:0px solid #ccc;
}
#header #header-content {
	position:absolute;
	top:10px;
	right:0px;
	width:392px;
	height:auto;
	text-align:right;
	border:0px solid #ccc;
}
#header #header-middle-content {
	position:absolute;
	top:16px;
	left:460px;
	width:190px;
	height:auto;
	border:0px solid #ccc;
}


/*-------------
Header > Search Box 
---------------*/

#header #searchbox {
	float:right;
	display:block;
	width:350px;
	border:1px solid #ccc; 
	background: #EAEAEA url(images/search_bg.gif) repeat-x top; 
	padding:5px 10px; 
	font-size:11px; 
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	border-radius:10px;
	-moz-border-radius:10px;
}
#header #searchbox a {text-decoration:none}
#header #searchbox a:hover {text-decoration:underline;}
#header #searchbox input {color:#555}

/*-------------
Header > Slider
---------------*/

/* Slider */
.fadein {position:relative; height:230px; width:720px; border:1px solid #3399CC; margin-bottom:14px;} /*275px*/
.fadein img {position:absolute; left:0; top:0;}

/*------------------
Main Content & Wrappers
-------------------*/
#maincontent-wrapper-border {
	padding:10px;
	border:1px solid #bbb; 
	background:#f5f5f5; 
	clear:both; 
	-moz-box-shadow: 1px 1px 2px #aaa; 
	-webkit-box-shadow: 1px 1px 2px #aaa; 
	box-shadow: 1px 1px 2px #aaa;
	border-radius:10px;
	-moz-border-radius:10px;
}
#maincontent-wrapper {
	background:#fff url(images/maincontent_wrapper_bg.png) repeat-y left;
	min-height:500px;
	border-radius:10px;
	-moz-border-radius:10px;
}
#maincontent {
	float:left; 
	width:720px; 
	margin:15px 0 0 15px;
	font-size:12px;
}
#maincontent h1, #maincontent h2, 
#maincontent h3, #maincontent h4, 
#maincontent h5, #maincontent h6 {font-weight:bold;}


/* ---------------
Navigation
-----------------*/
#navigation {
	margin: 0;
	padding: 0;
	height: 22px;
	font: 16px Arial, sans-serif;
	width: 100%;
	border-bottom: 0px solid #bbb;
	list-style-type: none;
	margin-bottom:20px;
}

/*(MAIN) Items*/
#qm0 a {
	background: transparent;
	color: #fff;
	text-decoration: none;
	padding: 3px 10px 3px 10px;
	display: block;
	border-radius:5px;
	font-weight:bold;
	-moz-border-radius:5px;
	text-shadow: 1px 1px 2px #133D51;
}
#qm0 a:hover {
	color: #fff;
	border-bottom: 3px solid #99CC33;
	cursor: pointer;
	background: #344F70;
}

/*(MAIN) Parent Items*/
#qm0 a.qmparent {
	color:#fff;
	background: transparent;
}
#qm0 a.qmparent:hover {
	color: #fff;
	border-bottom: 3px solid #99CC33;
	background: #344F70;
}

/*  (SUB) Container */
#qm0 div, #qm0 ul {
	background:#344F70;
	border-top:none;
	margin-left:0px; /* 2px orig */
	margin-top:4px; /* 4px orig */
	padding:0;
	width:190px;
	border-radius:5px;
	-moz-border-radius:5px;
	-moz-box-shadow: 0px 1px 5px #888;
	-webkit-box-shadow: 0px 1px 5px #888;
	box-shadow: 0px 1px 5px #888;
}
/*(SUB) Items*/
#qm0 div a, #qm0 ul a {
	background:#344F70; 
	color:#fff; 
	padding:8px 5px 8px 10px;
	text-align:left;
	border:none;
	width:175px;
	text-shadow: 1px 1px 2px #000;
	font-size:12px;
	font-weight:normal;
}
#qm0 div a:hover, #qm0 ul a:hover {
	background:#99CC33;
	border-bottom: none;
	border-radius:5px;
	-moz-border-radius:5px;
	-moz-box-shadow: 0px 0px 0px #888;
	color:#fff; 
	text-shadow: 1px 1px 2px #000;
	
}

/*(SUB) Parent Items*/
#qm0 div a.qmparent, #qm0 ul a.qmparent {
	background:#344F70; 
	color:#fff;
}
#qm0 div a.qmparent:hover, #qm0 ul a.qmparent:hover {
	background:#99CC33; 
	color:#fff; 
	text-align:left;
	white-space:normal;
	border-bottom: none;
}

/*  (SUB) SUB Container */
#qm0 div div, #qm0 ul ul {
	background:#344F70;
	border-top:none;
	margin-left:0px; /* 2px orig */
	margin-top:4px; /* 4px orig */
	padding:0;
	width:190px;
	border-radius:5px;
	-moz-border-radius:5px;
	-moz-box-shadow: 0px 1px 5px #888;
	-webkit-box-shadow: 0px 1px 5px #888;
	box-shadow: 0px 1px 5px #888;
}
/*(SUB) SUB Items*/
#qm0 div div a, #qm0 ul ul a {
	background:#344F70; 
	color:#fff; 
	padding:8px 5px 8px 10px;
	text-align:left;
	border:none;
	width:175px;
	text-shadow: 1px 1px 2px #000;
	font-size:12px;
	font-weight:normal;
}
#qm0 div div a:hover, #qm0 ul ul a:hover {
	background:#99CC33;
	border-bottom: none;
	border-radius:5px;
	-moz-border-radius:5px;
	-moz-box-shadow: 0px 0px 0px #888;
	color:#fff; 
	text-shadow: 1px 1px 2px #000;
}
/*(SUB) SUB Parent Items*/
#qm0 div div a.qmparent, #qm0 ul ul a.qmparent {
	background:#344F70; 
	color:#fff;
}
#qm0 div div a.qmparent:hover, #qm0 ul ul a.qmparent:hover {
	background:#99CC33; 
	color:#fff; 
	text-align:left;
	white-space:normal;
	border-bottom: none;
}


/*------------------
Navigation

#navigation ul {
	margin:0; 
	padding:0;
	list-style-type: none;
} 
#navigation li {
	float: left;
	margin: 0;
	padding: 0;
	width: auto;
	display: block;
}
#navigation li a, #navigation li a:link {
	background: transparent;
	color: #fff;
	text-decoration: none;
	padding: 3px 10px 3px 10px;
	display: block;
	border-radius:5px;
	-moz-border-radius:5px;
}
#navigation li a:hover {
	color: #fff;
	border-bottom: 3px solid #99CC33;
	cursor: pointer;
	background: #125A6E;
}
-------------------*/

/* -----------------
Sidebar
-------------------- */
#sidebar {font-size:12px; float:right; width:240px; margin:15px 15px 0 0;}
#sidebar-content-top {}
#sidebar-content-bottom {}

/* -----------------
Footer
-------------------- */
#footer{
	margin:0px auto; 
	min-height:160px;
	padding-top:28px; 
	clear:both; 
	width:100%; 
	background: #999999 url(images/footer_bg.png) repeat-x top left;
	color:#333;
}
#footer-content {width:1050px; margin:0 auto; min-height:auto; border:0px solid #000; font-size:12px;}
#footer-content ul {margin:0 0 12px 20px; padding:0;}
#footer-content ul li {list-style-type:square;}
#footer-content .title {font-size:16px; font-weight:bold; font-family:Arial, sans-serif; /* text-transform:uppercase; */ letter-spacing:1px; color:#3E4857;}
#footer-content1 {float:left; width:228px; padding:0 20px 0 0; min-height:120px; border-right:1px solid #aaa; font-size:14px;}
#footer-content2 {float:left; width:228px; padding:0 20px 0 20px; min-height:120px; border-left:1px solid #eee; border-right:1px solid #aaa; font-size:14px;}
#footer-content3 {float:left; width:228px; padding:0 20px 0 20px; min-height:120px; border-left:1px solid #eee; border-right:1px solid #aaa; font-size:14px;}
#footer-content4 {float:left; width:240px; padding:0 0 0 20px; min-height:120px; border-left:1px solid #eee; font-size:14px;}
#footer #copyright {font-size:12px;}

/* ---------------
C1
-----------------*/
#c1 {padding:10px; font-size:11px; color:#333; text-align:center;}
#c1 a {color:#333;}
#c1 a:hover {color:#333;}

/*-------------
Home > Slider 
---------------*/
.slider-wrapper {
	margin-bottom:28px;
}
#slider {
	position:relative;
	width:720px; /* Change this to your images width */
	height:360px; /* Change this to your images height */
	background:url(slider/images/loading.gif) no-repeat 50% 50%;
	border:1px solid #777;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}


/*-------------
OLD V1 Styles
---------------*/
/*   GLOBAL CLASSES FOR REAL ESTATE AND CATALOG   */
/**************************************************/
.defaulttext {font-size: 12px;}
.pageThru {font-size: 12px;}
.pageThru a{font-weight: bold;text-decoration: none;}
.pageThru a:hover{font-weight: bold;text-decoration: none;}
.productTitle {font-size: 12px;}
.productDescription {font-size: 12px;}
.productPrice {font-size: 12px;}

.realtorheaderbg1 {background-color:#ddd; font-size:12px; color:#000; height:25px;}
.realtorheaderbg1 a{font-size:12px;color:#344F70}
.realtorheaderbg1 a:hover{font-size:12px;color:#000}

.realtorheaderbg2 {background-color:#efefef; font-size:12px; color:#000; height:25px;}
.realtorheaderbg2 a{font-size:12px;color:#344F70}
.realtorheaderbg2 a:hover{font-size:12px;color:#000}

.headerborder1 {border:1px solid #000;}
.headerborder2 {border: 1px solid #000;}

/* Fix for color issues  in tabbed search*/
.tabcontent, .tabcontent td {color: #000}
#maintab li a {color: #000; text-decoration: none}
#maintab li a:hover {text-decoration: underline}
table table table table td {color: #000} /* Fixes color of text in register box*/
table table table form a {color: #000; text-decoration: none} /* Fixes link color of text in register box*/

/* ---------------
 MINI-CART 

#MiniCart {color:#000; font-size:11px; margin-top:10px;}
#MiniCart a {}
#MiniCart a:hover {}
#MiniCart .defaulttext {font-size:11px;}
#MiniCart td.defaulttext {padding:0 10px;}
#MiniCart td.defaulttext strong {font-size:12px;}

.cart-tab td.realtorheaderbg1 {
	background:#003366;
	color:#fff; 
	font-size:16px;
	text-shadow: #000 1px 1px 2px;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	font-weight:normal;
}
.cart-tab {
	border:1px solid #ccc; 
	width:200px; 
	font-size:11px; 
	background-color:#fff; 
	font-family:Arial, Helvetica, sans-serif;
	margin:auto;
}
.cart-tab select {
	width:100%; 
	font-size:11px; 
	font-family:Arial, Helvetica, sans-serif;
}
 -----------------*/

/*-------------
Mini Cart
---------------*/
#MiniCart {color:#000; font-size:12px; margin-top:10px;}
#MiniCart a {}
#MiniCart a:hover {}
#MiniCart .defaulttext {font-size:12px;}
#MiniCart td.defaulttext {padding:0 10px;}
#MiniCart td.defaulttext strong {font-size:12px;}

.cart-tab td.realtorheaderbg1 {background:#333 /* #FF6600 */ url(images/carttab_bg.png) repeat-x top; color:#fff; 
font-size:14px; padding:5px 0; text-shadow: 1px 1px 2px #000; /* text-transform:uppercase; */}
.cart-tab {border:1px solid #ccc; width:240px; font-size:11px; background-color: #fff; margin:auto;}
.cart-tab select {width:100%; font-size:12px;}