/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset, fieldset legend,input,img { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,th { font-size: 1em; font-weight: normal; font-style: normal; }
li { margin-left: 25px; }
fieldset,img { border: none; }
img { outline: none; }
a { outline: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

.clear { clear:both; }
.clearer { clear: both; display: block; margin: 0; padding: 0; height: 0; line-height: 1px; font-size: 1px; width: 100%; }

.left{
	float: left;
}
.right{
	float: right;
}

.bold{
	font-weight: bold;
}
.img_border_left{
	float: left;
	padding: 2px;
	border: 1px solid #bdbdbd;
	margin-right: 10px;
	margin-bottom: 5px;
}
.img_border_right{
	float: right;
	padding: 2px;
	border: 1px solid #bdbdbd;
	margin-left: 10px;
	margin-bottom: 5px;
}
.product_title {
	font-size: 15px;
}
.input_text, textarea {
	border: solid 1px #5C86B0;
}
.input_short{
 width: 130px;
}
.min_height {
	float: left;
	width: 1px;
}

#content .min_height {
	/* height: 200px; */
}

a {
	color: #315684;
	text-decoration: none;
	
}
a:hover {
	color: #5C86B0;
	text-decoration: underline;
}
h1 {
	clear: both;
	font-size: 24px;
	font-weight: bold;
	color: #CE3B00;
	margin-bottom: 10px;
}
h3 {
	clear: both;
	font-size: 20px;
	color: #CE3B00;
	margin-bottom: 10px;
}
.sub_heading {
	color: #315684;
	font-size: 16px;
}
h4 {
	color: #315684;
	font-size: 16px;
	margin-bottom: 5px;
}
h4 a {
	color: #315684;
}
h4 a:hover{
	text-decoration: none;
	color: #5C86B0;
}
/** Layout **/
body, html {
	height: 100%;
	width: 100%;
	font-family: Arial;
	font-size: 13px;
	background-color: #aaa;
}
#header {
	width: 100%;
	height: 410px;
	background: url('../images/layout/bg_tile.png') top left repeat-x #fff;
}
#header_content {
	position: relative;
	width: 900px;
	height: 410px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: auto;
	margin-right: auto;
	background: url('../images/layout/bg_center.png') top left no-repeat;
}
#logo{
	float: left;
	width: 241px;
	height: 103px;
}
#menu{
	width: 650px;
	height: 35px;
	margin-top: 48px;
	float: right;
	font-size: 12px;
}

#menu a{
	display: block;
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	background: url('../images/layout/nav_divider.gif') top right no-repeat;
	color: #000;
	text-decoration: none;
}
#menu .menu_link:hover, #menu .link_active{
	text-decoration: none;
	color: #ce3b00;
}
#flash_div {
	clear: both;
	width: 900px;
	height: 275px;
	position: relative;
	top: 11px;
	/* background: url('../images/flash_images/image2.jpg') no-repeat; */
}
#banner-small {
	clear: both;
	width: 900px;
	height: 100px;
	position: relative;
	top: 11px;
	background: url('../images/layout/banner-small.jpg') no-repeat;
}


#content {
	width: 100%;
	background-color: #fff;
	font-family: Arial;
}
#content_container{
	width: 860px;
	margin-left: auto;
	margin-right: auto;
}
#content_container2{
	width: 860px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: -180px;
	z-index: 99;
}	
#footer {
	font-size: 10px;
	color: #dbdbdb;
	position: relative;
	height: 200px;
	border-top: 5px solid #dbdbdb;
	background: #aaa;
}
#footer_container {
	width: 908px;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
}
#footer a {
	color: #dbdbdb;
	text-decoration: none;
	font-weight: normal;
}
#footer a:hover {
	text-decoration: underline;
}
#map_div {
	width: 400px;
	height: 500px;
	float: right;
}
/* Submenus */
#about_submenu {
	top: 107px;
	left: 330px;
}
#buying_submenu {
	top: 107px;
	left: 410px;
}
#selling_submenu {
	top: 107px;
	left: 580px;
}
#project_submenu {
	top: 107px;
	left: 495px;
}
#resources_submenu {
	top: 107px;
	left: 650px;
}
#gallery_submenu {
	top: 107px;
	left: 740px;
}
#contact_submenu {
	top: 107px;
	left: 780px;
}

/* Content */
#left_col {
	width: 240px;
	padding-right: 20px;
	float: left;
}
#center_col {
	width: 340px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	border-left: 5px solid #dbdbdb;
	border-right: 5px solid #dbdbdb;
}
#right_col {
	width: 180px;
	padding-left: 20px;
	float: right;
}
#content p {
	text-align: left;
}
#content ul {
	text-align: justify;
}
#preview_content {
	position: relative;
	width: 795px;
	padding-top: 55px;
	margin-right: auto;
	margin-left: auto;
	top: 180px;
}

.submenu_boxes{
	width: 380px;
	height: 170px;
	border: 5px solid #dbdbdb;
	padding: 10px;
	padding-top: 0px;
	margin-bottom: 20px;
}
#main_img_div {
	height: 355px;
	width: 100%;
	text-align: center;
}

#main_gallery_image {
	position: relative;
	top: 50%;
}
#main_img {
	width: 400px;
	height: 386px;
	border: solid 1px #b5b5b5;
	padding: 6px;
	text-align: center;
	margin: 7px;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
}

#main_img img {

	position: relative;
	top: 7px;

}

#thumb_cont {
	margin: 14px;
	margin-top: 0;
	margin-left: 0;
	text-align: center;
}

#smalltext {
	font-size: 11px;
	clear:both;
}

.thumb {
	float: left;
	margin-right: 4px;
	margin-top: 4px;
}

.thumb img {
	cursor: pointer;
}

#prod_left {
	width: 430px;
	float: left;
	padding-top: 15px;
	padding-bottom: 28px;

}

#prod_right {
	width: 420px;
	padding: 15px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 28px;
	float: right;
}
#prod_right p {
	padding-left: 0;
}
#prod_nav {
	width: 100%;
}
#prod_nav h1 {
	margin-bottom: 0;
}
#prod_nav h1 span {
	margin-top: 0;
	margin-bottom: 0;
}
.product_title h3 {
	margin-top: 0;
}
#prod_overview {
	margin-left: -9px;
}
.prod_ovr_box {
	display: block;
	width: 176px;
	height: 238px;
	margin: 7px;
	margin-right: 0;
	padding: 5px;
	border: solid 1px #aaa;
	float: left;
	text-align: center;
}
.featured_item{
	clear: both;
	margin-bottom: 25px;
	/* border-bottom: 3px solid #dbdbdb; */
}

#movie_container {
	width: 400px;
	height: 300px;
}

#movie_bg {
	height: 453px;
	width: 100%;
	background: url('../images/layout/tree_bg.jpg') bottom right no-repeat;
}
#movie_div {
	float: right;
	width: 400px;
	height: 300px;
	margin-top: 100px;
	
	border: solid 5px #f1a358;
}


/*CSS Button Styles*/

a.button {
    background: transparent url('../images/layout/bg_button_a.gif') no-repeat scroll top right;
    color: #000;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('../images/layout/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:hover {
    background-position: bottom right;
    color: #444;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:hover span {
    background-position: bottom left;
    padding: 5px 0 5px 18px;
} 

#quickquote{
	position: absolute;
	right: -5px;
	top: 20px;
}
.req{
	color: red;
	font-size: 11px;
}