body {
	margin:			0;
	padding:		0;
	font-family:	Calibri, Arial;
	font-size:		14px;
	color:			#000;
	background:		#fff url(images/background.gif) repeat-x top;
}

a:link, a:visited {
	color:black;
	text-decoration:none;
	font-weight:		normal;
}
a:hover, a:active {
	text-decoration:	underline;
}

p {
	margin:		0px;
	padding:	0px;
}
img {
	margin:		0px;
	padding:	0px;
	border:		none;
}

.cleaner_4 {
	clear:	both;
	width:	100%;
	height:	4px;
}
.cleaner_3 {
	clear:	both;
	width:	100%;
	height:	3px;
}
.divider_v_3 {
	float:left;
	width:5px;
	height:	380px;
	background:url(images/dot1.jpg) repeat-y top;
}
.small-font {
	font-size:12px;
}

/* header */

#site_title_bar_wrapper {
	width:	100%;
	height:	369px;
	margin:	0 auto;
}

#site_title_bar {
	position:	relative;
	width:		897px;
	height:		369px;
	margin:		0 auto;
	padding:	0 0;
	
}
#site_title_bar #site_image {
	float:		left;
	width:		485px;
	height:		369px;
	margin:		0 0 0 0;
	padding:	0 0 0 0;
	overflow:	hidden;
}
#site_title_logo {
	float:		right;
	width:		211px;
	height:		111px;
	margin:		0 70px 0 0;
	padding:	0 0 0 0;
	overflow:	hidden;
	background: url(images/logo_top.jpg);
}

/* Top Menu */

#site_title_menu_wrapper {
	float:		right;
	width:		412px;
	height:		145px;
	margin:		0;
	background: url(images/menu_background.png) left top no-repeat;
}

/* Top left menu */

#top_menu_left {
	float:		left;
	width:		157px;
	height:		137px;
	padding:	0 0 0 90px;
}
#top_menu_left ul {
	margin:0;
	padding:0;
	list-style:none;
}
#top_menu_left ul li {
	margin:0;
	padding:0;
}
#top_menu_left ul li a {
	display:block;
	height:11px;
	padding:16px 0 19px 50px;
	text-decoration:none;
	color:	#DEBD49;
	font-weight:bold;
}
#top_menu_left ul #thome {
	background:url(images/home_brown.png) left center no-repeat;
}
#top_menu_left ul #thome a:hover {
	background:url(images/home_color.png) left center no-repeat;
	color:#000;
}
#top_menu_left ul #tabout {
	background:url(images/aboutus_brown.png) left center no-repeat;
}
#top_menu_left ul #tabout a:hover {
	background:url(images/aboutus_color.png) left center no-repeat;
	color:#000;
}
#top_menu_left ul #tservices {
	background:url(images/ourservice_brown.png) left center no-repeat;
}
#top_menu_left ul #tservices a:hover {
	background:url(images/ourservice_color.png) left center no-repeat;
	color:#000;
}

/* end top left menu */

/* top right menu */

#top_menu_right {
	float:right;
	width:		141px;
	height:		137px;
	padding:	0 0 0 24px;
}
#top_menu_right ul {
	margin:0;
	padding:0;
	list-style:none;
}
#top_menu_right ul li {
	margin:0;
	padding:0;
}
#top_menu_right ul li a {
	display:block;
	height:11px;
	padding:16px 0 19px 50px;
	text-decoration:none;	
	color:	#DEBD49;
	font-weight:bold;
}
#top_menu_right ul #tphoto {
	background:url(images/photo_brown.png) left center no-repeat;
}
#top_menu_right ul #tphoto a:hover {
	background:url(images/photo_color.png) left center no-repeat;
	color:#000;
}
#top_menu_right ul #ttestimonial {
	background:url(images/testimonial_brown.png) left center no-repeat;
}
#top_menu_right ul #ttestimonial a:hover {
	background:url(images/testimonial_color.png) left center no-repeat;
	color:#000;
}
#top_menu_right ul #tcontact {
	background:url(images/contactus_brown.png) left center no-repeat;
}
#top_menu_right ul #tcontact a:hover {
	background:url(images/contactus_color.png) left center no-repeat;
	color:#000;
}

/* end top right menu */
/* end top menu */
/* begin top text */

#text-top {
	float:right;
	font-size:11px;
	width:385px;
	height:110px;
	margin:10px 0 0 0;
}
#text-top em {
	color:red;
}
/* end top text */
/* end header */
/* content */

#content-box-wrapper {
	width:100%;
	height:auto;
	margin:0 auto;
}

#content-box {
	position:relative;
	width:897px;
	height:auto;
	margin:10px auto;
	padding:0 0;
}

#left-box {
	float:left;
	width:186px;
	height:auto;
	padding:0 65px 0 0;
}
#left-box-link {
	background-color:#EEE3C4;
	width:170px;
	height:auto;
	padding:8px;
	text-align:center;
}
#left-box-link a {
	font-weight:bold;
}

#right-box {
	float:right;
	width:579px;
	height:auto;
}
#right-box-content table {
	float:right;
}

/* end content */
/* footer */

#footer-box-wrapper {
	width:100%;
	height:90px;
	margin-top:10px;
	background:url(images/footer-background.png) repeat-x top;
}
#footer-box-link {
	float:right;
	width:100%;
	height:32px;
	margin:7px auto;
	padding:0 0 0 10px;
	text-align:right;
}
#footer-box-email {
	width:100%;
	height:auto;
	margin-top:20px;
	text-align:center;
	font-size:11px;
}
/* end footer */

