*{
padding:0;
margin:0;
}
 
body {
font-family:Verdana, Arial, Helvetica, sans-serif;
background-image:url(images/bg.png);
background-repeat:repeat-x;
background-color:#ffffff;
padding:0;
margin:0;
}

/*CONTACT FORM*/
fieldset { 
border: 0;
margin: 0;
padding: 0; 
}

label { 
display: block;
font-family: Verdana;
color: #A09484;
font-size: 11px; 
}

input.text,textarea { 
width: 250px;
font: 11px/11px 'Verdana',courier,monospace;
color: #A09484;
padding: 3px;
margin: 1px 0;
border: 1px solid #ccc; 
}

input.submit { 
padding: 2px 5px;
font: bold 12px/12px 'Verdana',arial,sans-serif;
color: #A09484; 
margin-left:85px;
}
/*CONTACT FORM END*/

#container {
width: 899px;
padding: 0;
margin: auto;
}

/*TOP BORDER IMAGE*/
#top_border {
background-repeat: no-repeat;
background-image: url(images/top.png);
height: 12px;
width: 899px;
float: center;
margin: auto;
padding: 0 0 15px 0;
}
/*TOP BORDER IMAGE END*/

/*HEADER LOGO*/
#logo {
background-repeat: no-repeat;
background-image: url(images/logo.png);
height: 66px;
width: 238px;
float: left;
margin: 0 0 0 150px;
padding: 0 0 15px 0;
}
/*HEADER LOGO END*/

/*HOMEPAGE IMAGE*/
#homepage_image {
background-repeat: no-repeat;
background-image: url(images/homepage_image.png);
height: 31px;
width: 100px;
float: right;
margin: 16px 60px 0 0;
}
/*HOMEPAGE IMAGE END*/

/*HEADER BACKGROUND IMAGE*/
#header {
background-repeat: no-repeat;
background-image: url(images/header_bg.png);
height: 292px;
width: 899px;
float: left;
margin: auto;
}
/*HEADER BACKGROUND IMAGE END*/

/*MENU BAR IMAGE*/
#menubar_bg {
background-repeat: no-repeat;
background-image: url(images/menubar_image.png);
height: 52px;
width: 851px;
float: left;
margin-left: 25px;
}
/*MENU BAR IMAGE END*/

/*NAVIGATION*/
#nav {
width: 600px;
padding-top: 5px;
float: right;
height: 40px;
margin-right: 50px;
}

.menu ul {
padding: 0;
margin: 0;
list-style-type: none;
list-style: none;
display: inline;
}

.menu li {
padding-right: 10px;
margin: 0 5px 0 0;
height: 40px;
list-style-type: none;
list-style: none;
display: inline;
float: left;
}

span {
display: none;
}

#homepage a{
background: url(images/homepage.png);
width: 103px;
height: 48px;
display: block;
}

#about a{
background: url(images/about.png);
width: 93px;
height: 48px;
display: block;
}

#gallery a{
background: url(images/gallery.png);
width: 86px;
height: 48px;
display: block;
}

#services a{
background: url(images/services.png);
width: 88px;
height: 48px;
display: block;
}
/*NAVIGATION END*/

/*BULLET POINT*/
.bullet ul {
width: 485px;
padding-left: 20px;
margin: 0;
display: inline;
}

.bullet li { 
margin-left: 20px;
list-style-image: url(images/tick.png); 
}
/*BULLET POINT END*/

.heading h5{
color: #5C5741;
font-family: Verdana;
font-size: 14px;
font-weight: bold;
font-style: italic;
}

/*CONTENT BOX*/
.content_box {
width: 570;
float: left;
margin-top: 15px;
}

.content_top {
background: url(images/content_top.png);
background-repeat: no-repeat;
width: 570px;
height: 38px;
}

.content_top h3{
color: #5C5741;
font-family: Verdana;
font-size: 14px;
font-weight: bold;
font-style: italic;
padding-top: 10px;
padding-left: 20px;
}

.content_main {
background: url(images/content.png);
background-repeat: repeat-y;
width: 570px;
padding-top: 6px;
padding-left: 20px;
}

.content_main p {
font-family: Verdana;
color: #A09484;
font-size: 12px;
padding-right: 30px;
}

.content_bottom {
background: url(images/content_bottom.png);
background-repeat: no-repeat;
width: 570px;
height: 38px;
}
/*CONTENT BOX END*/

/*SIDEBAR*/
.sidebar {
width: 305px;
float: right;
margin-top: 15px;
}

.sidebar_top {
background: url(images/sb_top.png);
background-repeat: no-repeat;
width: 305px;
height: 38px;
}

.sidebar_top h4 {
color: #5C5741;
font-family: Verdana;
font-size: 14px;
font-weight: bold;
font-style: italic;
padding-top: 10px;
padding-left: 20px;
}

.sidebar_main {
background: url(images/sb_main.png);
background-repeat: repeat-y;
width: 305px;
padding-top: 6px;
padding-left: 20px;
}

.sidebar_main p {
font-family: Verdana;
color: #A09484;
font-size: 12px;
padding-right: 30px;
}

.sidebar_bottom {
background: url(images/sb_bottom.png);
background-repeat: no-repeat;
width: 305px;
height: 38px;
}
/*SIDEBAR END*/

/*BOTTOM BORDER*/
#bottom_border {
width: 904px;
float: left;
margin: auto;
}

#bottom_top {
background: url(images/bottom_top.png);
background-repeat: no-repeat;
width: 904px;
height: 15px;
margin-top: 20px;
}

#bottom_mid {
background: url(images/bottom_mid.png);
background-repeat: repeat-y;
width: 904px;
padding-top: 0px;
padding-left: 20px;
padding-right: 0px;
}

#bottom_bottom {
background: url(images/bottom_bottom.png);
background-repeat: no-repeat;
width: 904px;
height: 15px;
}
/*BOTTOM BORDER END*/

#copyright {
width: 904px;
float: left;
margin: auto;
padding-bottom: 20px;
}

#copyright h4{
color: #5C5741;
font-family: Tahoma;
font-size: 14px;
font-weight: normal;
padding-top: 15px;
padding-left: 350px;
}



 











