/* CSS Reset */
* { margin: 0; padding: 0; }

body {
height: 100%;
font-family:Georgia, "Times New Roman", Times, serif;
background-image:url(../images/body-bg.jpg);
background-repeat:repeat-x;
font-size:0.9em;
color:#5f5e5e;  
}

html {
height: 100%;
}

a {
color:#fff;
text-decoration:none;
}

a:hover {
color:#dab177;
text-decoration:none;
}

#col_1 a {
text-decoration:none;
color:#af6905;
}

#col_1 a:hover {
text-decoration:none;
color:#5f5e5e;
}

h1 {
font-size: 1.5em;
color:#af6905;
font-weight:normal;
}

h2 {
font-size: 1.2em;
color:#af6905;
font-weight:normal;
margin-bottom: 10px;
}


hr {
margin: 5px 0 10px 0;
}

#container {
width: 960px;
min-height: 100%;
height: auto;
margin: 0 auto -8em auto;
padding: 0 10px;
}

#header {
height: 136px;
color:#FFFFFF;
}

#logo {
float:left;
margin-top: 20px;
}

#navigation {
float:right;
margin: 42px 20px 0 0;
font-size: 1.5em;
color:#dab177;

}

.nav {
float:left;
margin-right: 40px;
}

.nav1 {
float:left;
}

#showcase {
margin-bottom: 20px;
}

#col_1 {
margin-top: 30px;
}

#col_2 {
width:520px;
float:left;
margin:10px 40px 0 0;
}

#col_3 {
width:380px;
float:left;
margin-top:10px;
}

#contact_form {

}

#contact_form input, #contact_form textarea {
width: 400px;
}

.contact_form_box {
height: 25px;
}


#contact_form input.submitButton {
	width: auto;
}

#latest_stock {
float:left;
margin-top: 20px;
font-size:0.9em;
width:960px;
}

.stock_col_1 {
width: 220px;
float:left;
margin-right: 20px;

}

.stock_col_2 {
width: 220px;
float:left;
}

.stock_text {
padding: 0 7px 0 7px;
}

.stock_price {
float:right;
color:#af6905;
}

.more-photos {
}

.range_col_1 {
float:left;
width: 320px;
}

.range-photo {
text-align:center;
}

.range-text {
padding: 0 20px 0 20px;
}

.range-text a {
text-decoration:none;
color:#af6905;
}

.range-text a:hover {
text-decoration:none;
color:#5f5e5e;
}

.range_col_2 {
float:left;
width: 320px;

}

.range_col_3 {
float:left;
width: 320px;

}

.foxy_photo {
float:left;
width: 470px;
height: 300px;
margin-bottom: 10px;
}

.foxy_text {
float:left;
width: 484px;
min-height: 300px;
margin-bottom: 10px;

}

#telephone {
font-size: 1.8em;
color:#fff;
float:right;
position:relative;
top: 10px;
right: 20px;
}

#footer {
height: 8em;
background-color:#424141;
clear: both;
}

#footer-stripe {
	width:1020px;
	height: 106px;
	background-image:url(../images/footer-stripe.jpg);
	margin: 0 auto;
	clear: both;
	position: relative;
	bottom: -38px;

}

.clear {
clear:both;
}


