/* CSS Document */

body{
	background:transparent url(../images/body_bg.gif) top left repeat;
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-family:Helvetica;
	font-size:10px;
	color:#492409;
}

.wrapper{
	margin:0 auto 0 auto;
	width:895px;
}

.br_rule{
	margin:0 0 0 0;
	padding:0 0 0 0;
}

/******************* Header Section **********************/

.header{
	position:relative;
	background:transprent;
	width:100%;
	height:183px;
}

.logo{
	background:url(../images/logo.gif) center left no-repeat;
	width:226px;
	height:183px;
	float:left;
	z-index:23;
}

.header_middle{
	background:transparent;
	width:55%;
	float:left;
}

.header_right{
	background:url(../images/right_header.gif) top left no-repeat;
	width:167px;
	height:166px;
	float:left;
}


/****************** Menu section closed **********************/

.menu{
	position:absolute;
	top:140px;
	left:200px;
	background:transparent;
	width:70%;
	float:right;
	vertical-align:bottom;
}

.menu_bullet{
	background:url(../images/menu_bullet.gif) top left no-repeat;
	width:4px;
	height:15px;
}

.menu ul{
	margin:0 0 0 0;
	padding:0 0 0 0;
}

.menu ul li{
	display:inline;
	color:#386953;
	font-size:18px;
	font-style:italic;
}

.menu ul li a:link, .menu ul li a:visited{
	color:#386953;
	text-decoration:none;
	padding:0 8px 0 8px;
}

.menu ul li a:hover, .menu ul li a:focus, .menu ul li a:active{
	color:#4C270C;
	text-decoration:none;
	padding:0 8px 0 8px;
}

/************************* Content secion ***************************/

.content{
	position:relative;
	top:-20px;
	background:url(../images/content_bg.gif) top left no-repeat;
	width:895px;
	height:537px;
}

.content_text{
	margin:0 0 0 0;
	padding:10px 15px 0 15px;
	font-size:12px;
}

.content_subtext{
	margin:0 0 0 0;
	padding:0px 0px 0 0px;
	font-size:12px;
	font-weight:bold;
}

.italic_text{
	font-style:italic;
}

.content_title{
	font-weight:bold;
	font-size:18px;
	line-height:30px;
	color:#386953;
	font-style:italic;
}

.content_bottom{
	background:url(../images/bottom_right_corner.gif) bottom right no-repeat;
	width:860px;
	height:495px;
}

.the_process_img{
	position:relative;
	top:45px;
	right:35px;
	background:url(../images/the_process.gif) top right no-repeat;
	float:right;
	width:124px;
	height:24px;
	z-index:25;
}

.the_index_img{
	position:relative;
	top:45px;
	right:35px;
	background:url(../images/the_index.gif) top right no-repeat;
	float:right;
	width:69px;
	height:25px;
	z-index:25;
}

.the_gallery_img{
	position:relative;
	top:45px;
	right:35px;
	background:url(../images/the_gallery.gif) top right no-repeat;
	float:right;
	width:83px;
	height:35px;
	z-index:25;
}

.the_pricing_img{
	position:relative;
	top:45px;
	right:35px;
	background:url(../images/the_pricing.gif) top right no-repeat;
	float:right;
	width:79px;
	height:34px;
	z-index:25;
}

.the_links_img{
	position:relative;
	top:45px;
	right:35px;
	background:url(../images/the_links.gif) top right no-repeat;
	float:right;
	width:66px;
	height:24px;
	z-index:25;
}

.the_contact_img{
	position:relative;
	top:45px;
	right:35px;
	background:url(../images/the_contact.gif) top right no-repeat;
	float:right;
	width:82px;
	height:24px;
	z-index:25;
}

.the_client_says_img{
	position:relative;
	top:45px;
	right:35px;
	background:url(../images/client_says.gif) top right no-repeat;
	float:right;
	width:134px;
	height:24px;
	z-index:25;
}

.content_text p a:link, .content_text p a:visited{
	color:#386953;
	text-decoration:none;
	padding:0 8px 0 8px;
}

.content_text p a:hover, .content_text p a:focus, .content_text p a:active{
	color:#4C270C;
	text-decoration:none;
	padding:0 8px 0 8px;
}


/*********************** Gallery Section **********************/

.gallery{
	position:relative;
	top:50px;
	left:30px;
	width:90%;
	margin:0px auto 0 0px;
}

.gallery_img{
	border:3px solid #D3C5A0;
	float:left;
	margin:10px 10px 10px 10px;
}

.paging{
	float:right;
	width:150px;
	position:relative;
	top:50px;
	left:30px;
	margin:0px 65px 0 0px;
}

.paging_text{
	color:#4C270C;
	padding:0 4px 0 4px;
	border:1px solid #386953;
	width:15px;
	text-align:center;
	float:left;
	margin:0 2px 0 2px;
}


.paging_text a:link, .paging_text a:visited{
	color:#386953;
	text-decoration:none;
}

.paging_text a:hover, .paging_text a:focus, .paging_text p a:active{
	color:#4C270C;
	text-decoration:none;
}

.submit_btn{
	background:url(../images/submit.gif) top left no-repeat;
	width:64px;
	height:24px;
}

/*************** Contact Form ************************/

.contact_form{
	width:60%;
	margin:0 auto 0 auto;
}

.label_class{
	width:250px;
	text-align:left;
	vertical-align:middle;
}

.contact_form_title{
	font-size:14px;
	color:#386953;
	border-bottom:1px solid #386953;
}

/***************************** Footer section ********************************/

.footer{
	position:relative;
	top:-10px;
	background:transparent;
	width:100%;
	text-align:center;
	font-size:12px;
}

.footer a:link, .footer a:visited{
	color:#386953;
	text-decoration:none;
	padding:0 8px 0 8px;
}

.footer a:hover, .footer a:focus, .footer a:active{
	color:#4C270C;
	text-decoration:none;
	padding:0 8px 0 8px;
}
