﻿/* ============================= Overall Style ====================== */

html,body{margin:0;padding:0;}

body{
font: 12px arial,sans-serif;
text-align:center;
background:url(images/bg-layout2.jpg) #1e1f1a repeat-x;
overflow-x:hidden;}

p{margin:0 10px 10px}

strong{color:#F0A222;font-weight:200;}

a{text-decoration:none; 
}

.cl{
background:none;
clear:left;
height:21px;
}
.clear{
background:none;
clear:left;
}
/* ============================= Container ====================== */

div#container{
width:980px;
margin:0 auto;
text-align:left;
}
/* ============================= Wrapper ====================== */

div#wrapper{
float:left;
width:100%;
}

/* ============================= Header ====================== */

div#header{
background:url(images/top-banner.jpg) no-repeat;
height:154px;
}
/* ============================= Top Menu ====================== */

div#header .menu{
float:right;
color:#ffffff;
padding-top:80px;
font-size:11px;
}

div#header .menu a{
color:#ffffff;
}

div#header .menu a:hover{
color:#c58233;
}

div#header .menu a:visited{
color:#ffffff;
}

/* ============================= Mid Banner ====================== */
div#mid-banner{
height:384px;
color:#966020;
}

div#mid-banner .lt{
height:384px;
width:721px;
float:left;
}

div#mid-banner .rt{
height:384px;
width:237px;
float:right;
background:url(images/form-bg.png) no-repeat;
margin-top:5px;
}
 
div#mid-banner .rt h2{
font-size:16px;
margin-top:10px;
margin-bottom:5px;
padding:0;
font-weight:bold;
text-align: center;
}

div#mid-banner .rt p{
margin:2px 0 0 30px;
}

div#mid-banner .rt input{
height:15px;
}

/* ============================= Feature Listings ====================== */

div#feat{
width:980px;
color:#ffffff;
text-align:center;
margin-top:15px;
}

/* ============================= Content ====================== */

div#content{
width:980px;
}

div#content p{
line-height:1.4;
}

div#content .left{
float:left;
}

/* ============================= Service yellow Box ====================== */

div#service {
width:750px;
}

div#service h2{
font-size:23px;
margin-top:22px;
margin-left:30px;
}

div#service a{
color:#000000;
}

div#service a:hover{
color:#ef9b1e;
}

div#service a:visited{
color:#000000;
}

div#service .s1{
background:url(images/sell.png) no-repeat;
width:365px;
height:113px;
float:left;
margin-right:20px;
}

div#service .s1 p{
margin-left:180px;
}

div#service .s2{
background:url(images/buy.png) no-repeat;
width:365px;
height:113px;
float:left;
}

div#service .s2 p{
margin-left:29px;
}

/* ============================= Location map ====================== */

#loc{
background:#000000;
height:300px;
width:185px;
float:right;
color:#f0a222;
font-size:12px;
text-align:center;
padding-top:4px;
margin-right:20px;
}

#loc h2{
font-size:23px;
font-weight:normal;
margin:0;
padding:0;
}

/* ============================= Footer ====================== */

div#footer{
clear:left;
width:100%;
text-align:center;
color:#ffffff;
font-size:11px;
background:#1e1e1b;
height:100px;
}

div#footer a{color:#ffffff; font-size:11px;
}
div#footer p{
margin:0;
padding:5px 10px;
}