html {height:100%}
body {background:#C45F35 url(images/body_bg.jpg) repeat-x top; margin:0; padding:0; font-family:Arial, Helvetica, sans-serif; color:#333;}
h1, h2, h3, h4, h5, h6 {margin:0 0 12px 0; font-weight:bold; font-family: Arial, sans-serif; font-size:12px; color:#48110C; letter-spacing:-1px;}
h1 {font-size: 28px;}
h2 {font-size: 24px;}
h3 {font-size: 20px}
h4 {font-size: 16px}
h5 {font-size: 12px}
h6 {font-size: 10px}
/* h1:first-child {font-weight:bold;} */
a {color:#771E10}
a:hover {color:#DB4C2C}
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
-------------------*/
#site-wrapper {
	background:#fff; 
	border-left:8px solid #fff; 
	border-right:8px solid #fff; 
	border-bottom:8px solid #fff; 
	width:900px; 
	margin:0 auto; 
	-moz-box-shadow: 0px 2px 8px #000; 
	-webkit-box-shadow: 0px 2px 8px #000; 
	box-shadow: 0px 2px 8px #000;
	-moz-border-radius-bottomright:8px;
	-moz-border-radius-bottomleft:8px;
	border-bottom-right-radius:8px;
	border-bottom-left-radius:8px;
}
#maincontent-wrapper {
	background:#fff url(images/maincontent_wrapper_bg.png) repeat-y left;
	min-height:300px;
	border-radius:10px;
	-moz-border-radius:10px;
}

/*------------------
Header
-------------------*/
#header {
	position:relative; 
	padding:10px 0; 
	height:auto; 
	background-color:#fff;
}
#header #logo {
	float:left; 
	width:350px; 
	height:auto; 
	border:0px solid #000;
	font-size:12px;
}
#header #header-content {
	float:right; 
	position:relative;
	width:248px;
	height:auto;
	text-align:right;
	border:0px solid #000;
	font-size:12px;
}
#header #header-middle-content {
	float:left;
	width:270px;
	height:auto;
	border:0px solid #ccc;
	margin-left:10px;
	height:auto;
	font-size:12px;
}

/*-------------
Header > Bottom
---------------*/
#header-bottom {
	font-size:12px;
	height:auto;
}

/*-------------
Header > Slider
---------------*/

/* Slider */
.fadein {position:relative; height:180px; width:900px;} /*275px*/
.fadein img {position:absolute; left:0; top:0;}

/* Slider Border */
.slider-border {
	background:#eee; 
	height:3px; 
	border-top:1px solid #fff; 
	border-bottom:1px solid #fff;
}

/*-------------
Header > Search Box
---------------*/
.search {background:url(images/search_bg.png) top left no-repeat; height:25px; width:250px; display:block; margin:2px 0 0 0; padding-right:0;}	
.search form {padding:3px 0 0 0;}	
.search_input {border:none; background:transparent; display:block; float:left; padding:2px 0 0 10px; width:210px; outline:none; font-size:11px;}
.search_btn {margin-right:5px;}

/*------------------
Content
-------------------*/
#maincontent {
	float:right; 
	width:660px; 
	margin:15px 0 0 15px;
	font-size:12px;
	border:0px solid #000;
}

/*------------------
Sidebar
-------------------*/
#sidebar {
	font-size:12px; 
	float:left; 
	width:210px; 
	margin:15px 0 0 0; 
	border:0px solid #000;
}

/*------------------
Navigation
-------------------*/
#navigation {
	background:#771E10 url(images/nav_bg.png);
}

/*(MAIN) Items*/
#qm0 a {
	background:transparent;  
	color:#fff; 
	margin:0 0 0 0;  /* 0 1px 0 0 */
	padding:12px 14.7px 12px 14px; 
	width:auto; /* orig width:132px; with 7 buttons*/ 
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px; 
	font-weight:bold;
	text-align:center; 
	text-decoration:none; 
	border-bottom:none;
	text-shadow: 1px 1px 2px #000;
}
#qm0 a:hover {
	background:#DB4C2C url(images/nav_bg_hover.png) repeat-x; 
	color:#fff; 
	text-decoration:none;
	text-shadow: 1px 1px 2px #000;
}

/*(MAIN) Parent Items*/
#qm0 a.qmparent {
	background:transparent; 
	color:#fff;
}
#qm0 a.qmparent:hover {
	background:#DB4C2C url(images/nav_bg_hover.png) repeat-x;  
	color:#fff;
}

/*  (SUB) Container */
#qm0 div, #qm0 ul {
	background:#771E10;
	border-top:none;
	margin-left:0px; /* 2px orig */
	margin-top:1px; /* 4px orig */
	padding:0;
	width:190px;
	-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:#771E10;
	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:#DB4C2C;
	color:#fff; 
	text-shadow: 1px 1px 2px #000;
}

/*(SUB) Parent Items*/
#qm0 div a.qmparent, #qm0 ul a.qmparent {
	background:#771E10 url(images/arrow-right.png) no-repeat right center; 
	color:#fff;
	text-shadow: 1px 1px 2px #000;
}
#qm0 div a.qmparent:hover, #qm0 ul a.qmparent:hover {
	background:#DB4C2C url(images/arrow-right.png) no-repeat right center; 
	color:#fff; 
	text-align:left;
	white-space:normal;
	text-shadow: 1px 1px 2px #000;
}

/*  (SUB) SUB Container */
#qm0 div div, #qm0 ul ul {
	background:#771E10; 
	border-top:none;
	margin-left:0px; /* 2px orig */
	margin-top:1px; /* 4px orig */
	padding:0;
	width:190px;
	-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:#771E10; 
	color:#fff; 
	padding:8px 5px 8px 10px;
	text-align:left;
	border:none;
	width:175px;
	text-shadow: 1px 1px 2px #000;
	font-weight:normal;
}
#qm0 div div a:hover, #qm0 ul ul a:hover {
	background:#DB4C2C; 
	color:#fff; 
	text-shadow: 1px 1px 2px #000;
}
/*(SUB) SUB Parent Items*/
#qm0 div div a.qmparent, #qm0 ul ul a.qmparent {
	background:#771E10 url(images/arrow-right.png) no-repeat right center; 
	color:#fff;
	text-shadow: 1px 1px 2px #000;
}
#qm0 div div a.qmparent:hover, #qm0 ul ul a.qmparent:hover {
	background:#DB4C2C url(images/arrow-right.png) no-repeat right center; 
	color:#fff; 
	text-align:left;
	white-space:normal;
}

/*-------------
Footer 
---------------*/
#footer{
	margin:10px auto 0px auto; 
	height:auto;
	padding-top:0px; 
	clear:both; 
	width:100%; 
	color:#000;
}
#footer-content {
	width:900px; 
	margin:0 auto; 
	min-height:auto; 
	border:0px solid #000; 
	font-size:12px;
	color:#fff;
}
#footer-content a {color:#fff;}

/*-------------
Footer > Copyright 
---------------*/
#copyright {width:900px; margin:0 auto; text-align:center; padding:0; font-size:11px; color:#fff;}
#copyright a {color:#fff;}

/*-------------
Footer > C1
---------------*/
#c1 {text-align:center; padding:5px 0 10px 0; font-size:11px; color:#EAB357;}
#c1 a {color:#EAB357;}

/*-------------
Mini Cart
---------------*/
#MiniCart {color:#333; 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:#C45F35 url(images/carttab_bg.png) repeat-x top; color:#fff; font-weight:bold; 
font-size:14px; font-family: Arial, sans-serif; padding:5px 0; text-shadow: 1px 1px 2px #000;}
.cart-tab {border:1px solid #ccc; width:200px; font-size:11px; background-color: #fff; margin:auto;}
.cart-tab select {width:100%; font-size:12px;}

/*-------------
CS/TEMPLATE SPECIFIC OLD V1 STYLES
---------------*/
.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:#ccc; font-size:12px; color:#000; height:25px; font-weight:normal; font-family: arial, sans-serif;}
.realtorheaderbg1 a{font-size:14px;color:#771E10}
.realtorheaderbg1 a:hover{font-size:14px;color:#DB4C2C}

.realtorheaderbg2 {background-color:#eee; font-size:12px; color:#eee; height:auto; font-weight:normal; text-align:center; font-family: arial, sans-serif;}
.realtorheaderbg2 a{font-size:14px;color:#771E10}
.realtorheaderbg2 a:hover{font-size:14px;color:#DB4C2C}

.headerborder1 {border:1px solid #ccc;}
.headerborder2 {border: 1px solid #ccc;}
