/* MAIN STYLES */
body {
	background: #bfb8a6 url("../images/bg.jpg") repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4b4a4a;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body.popup {
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4b4a4a;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

 #backToPage {
float:right;
}
#backToPage a, #backToPage a:visited {
line-height: 22px;
height:25px;
display:block;
background: url(../images/goback.gif) no-repeat left ;
padding: 0px 0px 0px 30px;
font-weight:bold;
color: #6c6a75;
text-decoration: none;
font-size: 12px;
}
#backToPage a:hover {
text-decoration: underline;
}
	
a {color: #550f1b}	
a:hover {color: #4b4a4a}	 
  
#main{
	width: 760px;
	margin: 0 auto;
	background-color:#ffffff;
	overflow: hidden;
	border:1px solid #fff;
	min-height:500px;
}


#content-container {
	width:100%;
	padding:0px;
	margin:0 auto;
	}

#content-holder {
	width:760px;
	background:#ffffff;
	}

#content {
	padding-left:8px;
	padding-right:8px;
	padding-bottom:10px;
	padding-top:0px;
	margin:0;
	min-height:300px;
	}

#content-left {
	float:left;
	width:199px;
	
	/*background-image: url(../images/mike.jpg); background-repeat: no-repeat; background-position: bottom;
	background-color:#ece9d8;
	margin-bottom: -1000px; padding-bottom: 1000px;*/
	}

#content-center {
	float:left;
	width:550px;
	border-left: 1px dashed black;
	margin-bottom: -1000px; padding-bottom: 1000px;
}


	

h1  {
  	font-family:Georgia,"Times New Roman",Times,serif;
  	font-size:20px;
	font-weight:normal;
	font-style:italic;
	color:#b8372d;
	margin-bottom:8px;	
	margin-top:15px;	
	padding-bottom: 4px;
	/*border-bottom: 1px solid #808080;*/
}

h2{
	font-size: 12px;
	color: #000000;
	margin:  10px 0 5px 0;
	text-transform: uppercase;
}

h3{
	font-size:12px;
	text-transform:uppercase;
	color: #49361C;
	margin-bottom:2px;
}
h4{
	font-size:12px;
	text-transform:capitalize;
	color: #808080;
	margin-bottom:2px;
	margin-top:0px;
}


#footer {
	font-size: 11px;
	color: #ffffff;
	width:760px;
	margin: 0 auto;
	padding:0px;
	background-color: #882727;
	border:1px solid #ffffff;
}

#footer a
{
	text-decoration: underline;
	color: #ffffff;
}
#footer a:hover
{
	text-decoration: underline;
	color: #ece9d8;
}
#footercontainer ul
{
	padding: 10px;
	margin: 0;
	list-style-type: none;
	text-align: center;
	color: #ffffff;
}

#footerlinks li { display: inline; color: #ffffff;}

#footerlinks li a
{
	text-decoration: none;
	color: #ffffff;
	padding: 0 10px 0 5px;
	text-transform: lowercase;
	border-right: 1px solid #fff;
}

#footerlinks li a:hover
{
	color: #ffffff;
}

#footer a {
	
	color: #ffffff;
}



/*input, select {margin-bottom:8px;}*/
	

input:focus, input.sffocus, textarea:focus, textarea.sffocus, select:focus, select.sffocus{
	background-color: #ece9d8;
	border-color: #FC6;
}	

.alert{
	color: red;
	font-weight: bold;
}	
.sold{
	color: red;
	font-weight: bold;
	font-size:125%;
}


.clearfix:after {content: "."; height:0; visibility: hidden; display: block; clear: both; }
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix {height: 1%; display: block; }
/* End hide from IE-mac */



#navcontainer ul
{
background-color:#605237;
height: 25px;	
padding:  12px 0 0 0;
margin: 0;
list-style-type: none;
color: #efe2be;
width: 100%;
text-align: center;
font-weight: bold;
letter-spacing: .2px;
border-bottom: 1px solid white;
}

#navlist li { display: inline; }

#navlist li a
{
text-decoration: none;
color: #efe2be;
padding: 0 12px 0 12px;
border-right: 1px solid #fff;
}

#navlist li a:hover
{
color: #ffffff;
}

tr.d0 td.tableRow{
	background-color:#ffffff; border-bottom: 1px dashed black;overflow:hidden;
}
tr.d1 td.tableRow{
	background-color:#f4f4e2; border-bottom: 1px dashed black;overflow:hidden;
}




label {
	display:block;
	margin-bottom:2px;
	}
