@charset "UTF-8";
/* CSS Document */

html, body {
	background:#000 url('/images/bg.jpg') repeat; height:100%;
}

h1 { color:#f29400; }

h2 { color:#855406; }

h3 { color:#5e5e5d; }

h4 { color:#e63404; }

h5 { color:#804839; }

.container {
        background-color:#666;
}

#wrapper {
	background:transparent url('/images/wrapperBg.png') repeat-y;
	min-height:100%; height:auto !important; height:100%;
	margin:0 auto -181px;
}

#header {
	height:220px; background:transparent url('/images/headerBg.png') no-repeat;
}

#leftNav {
	color:#000; font-size:1.1em;
}

#leftNav ul {
	margin:20px 30px 20px 35px;
}

#leftNav ul li {
	display:block; width:100%; line-height:27px;
	background:transparent url('/images/nav-bg-25.png') repeat-x;
	margin:0 0 .5em 0; padding:0;
	list-style-type:none;
}

#leftNav ul li ul {
        margin:.25em 0 0 15px;
}

#leftNav ul li ul li {
        background:transparent; margin:0 0 0 0;
}
	
#leftNav ul li.highlight a {
	color:#570F0F;
}
	
#leftNav ul li a {
	display:block; width:90%; height:27px;
	padding:0 0 0 15px; font-weight:bold; color:#eee; text-decoration:none;
}

#leftNav ul li a:hover,
#leftNav ul li ul li a:hover,
#leftNav ul li.hasvisiblechildren ul li a:hover,
#leftNav ul li.highlight ul li a:hover {
        color:red;
}

/* bof Navigation CSS for partially open subpages */
/* DO NOT CHANGE THE ORDER */
ul li.haschildren ul { display:none; }

ul li.hasvisiblechildren ul { display:block; }
ul li.highlight ul { display:block; }

ul li.highlight li.haschildren ul { display:none; }
ul li.hasvisiblechildren ul li.haschildren ul { display:none; }

ul li.hasvisiblechildren ul li.highlight ul { display:block; }
ul li.hasvisiblechildren ul li.hasvisiblechildren ul { display:block; }
/* eof Navigation CSS for partially open subpages */

#leftNav ul li.highlight ul li a {
        color:#222;
}

#leftNav ul li.hasvisiblechildren a {
        color:#570F0F;
}

#leftNav ul li.hasvisiblechildren ul li a {
        color:#222;
}

#leftNav ul li.hasvisiblechildren ul li.highlight a {
        color:#570F0F; font-style:italic;
}

#leftNav ul li.haschildren ul li a { padding-left:5px; }

#contactInfo {
	padding:20px 30px 10px 50px;
}

#mainContent {
	min-height:493px; height:auto; background:transparent url('/images/content.png') repeat-y;
}

#body a{
	color:#ff0000;
}

#content {
	padding-top:20px; height:auto;
}

#body {
                margin-right:25px; margin-bottom:2em;
        }
        
#contact-form-container {
	background:transparent;
}
        
        /* Listing Manager */
        ul#faders {
        }
        ul#faders li {
                width:100%; text-align:center;
        }
        ul#faders li img {
                margin:0 auto; text-align:center;
        }
        
        div.listing-row { margin-right:200px; }
        div.listing-thumbs {
                width:170px; float:right;
        }
        div.listing_description div.value {
                margin:0 0 0 120px;
        }
        div.listing_description div.value p { margin-bottom:0;}
        /* Listing Manager */
        

#footer {
	width:100%; text-align:center; height:181px;
}

#footer a {
        color:#555;
}

#subFooter {
	color:#fff; text-align:left; width:900px; height:141px; background:transparent url('/images/footerBg.png') no-repeat; padding:40px 0 0 50px;	
}

