
html {
	background-color: #311802;
	font-size: 100%;
	background-image: url('images/body_bg.jpg');
	background-repeat: repeat-x;
}

body {
	font-family: Arial, Verdana, Geneva, Arial, Helvetica, sans-serif; 
	color: #fff;
	background-image: url('images/wrapper_bg.jpg');
	background-position: top center;
	background-repeat: no-repeat;
}

/*main layout divs*/

#spacer {
	height: 30px;
}

#wrapper {
	width: 770px;
	height: 931px;
	border: 8px solid #fff;
	margin: 0 auto;
	background-color: #311802;
}

#slideshow {
	width: 200px;
	height: 200px;
	margin-top: 60px;
	margin-left: 19px;
	border: 5px solid #fff;
}
/*end main layout divs*/

/*nav*/

#nav {
	width: 770px;
	height: 52px;
	background-image: url('images/nav_bg.jpg');
}

ul.nav {
	margin-left: 25px;
}

/* end nav*/

/*DIVS*/

#flash {
	width: 524px;
	height: 524px;
	float: left;
	background-image: url('flash/flash_bg.jpg');
}

#logo {
	width: 246px;
	height: 235px;
	float: right;
	text-indent:-9999px; 
	background-image: url('images/logo.jpg');
}

#sidebar {
	width: 246px;
	height: 289px;
	float: right;
	background-image: url('images/sidebar_bg.jpg');
}

#bottom_box1 {
	width: 262px;
	height: 355px;
	float: left;
}

#bottom_box2 {
	width: 262px;
	height: 355px;
	float: left;
}

#bottom_box3 {
	width: 246px;
	height: 355px;
	background-image: url('images/bottom_box_bg.jpg');
	float: left;
}

div.bottom_box3_sub {
   width: 204px;
	height: 136px;
	margin-left: 16px;
	margin-top: 20px;
	border: 5px solid #fff;
}

#testimonials {
	width: 222px;
	height: 275px;
	margin-left: 20px;
	margin-top: 80px;
}

#content {
	width: 524px;
	height: 880px;
	background-color: #fff;
	float: left;
	background: #fff url('images/images_contact_form/content_shading.jpg') top left no-repeat;
	overflow: auto;
}

div.testimonial_wrapper {
	border-bottom: 2px solid #bb5401;
	margin-bottom: 20px;
	width: 480px;
	margin-left: 10px;
}

/*end DIVS*/

/*footer*/

#footer {
	width: 776px;
	height: 50px;
	margin: 0 auto;
}

/*end footer*/

/*h styles*/

h2 {
	color: #bb5401;
	font: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	margin-top: 20px;
	margin-left: 20px;
}

h2.gallery {
	margin-left: 35px;
	margin-bottom: -10px;
}

h3 {
	color: #bb5401;
	font: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	margin-left: 10px;
	margin-top: 13px;
}

/*end h styles*/

/*p styles*/

p.copyright {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .67em;
	font-variant: small-caps;
	margin-top: 2px;
	float: right;
}

p.mail_link {
	float: left;
	font-size: .67em;
}

p.contact_text1 {
	font-size: .8em;
	margin-right: 10px;
	margin-left: 10px;
	text-align: justify;
	margin-top: 10px;
}

p.contact_text {
	font-size: 1.3em;
	margin-right: 10px;
	margin-left: 10px;
	text-align: center;
	margin-top: 18px;
}

p.contact_number {
	font-size: 1.5em;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	margin-top: 18px;
	color: #bb5401;
}

p.sidebar_text {
	font-size: 1em;
	width: 190px;
	text-align: justify;
	padding-top: 85px;
	padding-left: 35px;
	color: #d2d2d2;
}

p.testimonial_text {
	text-align: justify;
	font-size: .9em;
}

p.testimonial_signature {
	padding-top: 20px;
	float: right;
	font-size: .9em;
	color: #bb5401;
}

p.content {
	margin-left: 20px;
	margin-top: 5px;
	margin-right: 30px;
	text-align: justify;
	color: #444;
	font-size: .9em;
}

p.services {
	margin-left: 30px;
	margin-right: 15px;
	text-align: justify;
	color: #444;
	font-size: .85em;
}

p.testimonial{
	color: #000;
	margin-left: 15px;
	margin-right: 20px;
	text-align: justify;
}

p.signature {
	color: #444;
	margin-top: 10px;
	text-align: right;
	margin-right: 30px;
	margin-bottom: 20px;
}

p.contact_sidebar {
	text-align: right;
	font-size: .9em;
	width: 223px;
	margin-top: 85px;
	font-weight: bold;
}

b {
	font-size: 1.5em;
}

/*end p styles*/

/* a styles*/

a {
	text-decoration: none;
	color: #fff;
}

a:active, a:visited {
	text-decoration: none;
	color: #fff;
}

a.nav {
	width: 120px;
	height: 37px;
	padding-top: 15px;
	text-align: center;
	float: left;
	font-size: 1em;
	font-variant: small-caps;
	font-weight: bold;
	background-image: url('images/link_bg.jpg');
	background-repeat: no-repeat;
	background-position: right;
}

a.end {
	background-image: none;
}

a.nav:hover {
	background-image: url('images/nav_bg_hover.jpg');
	background-repeat: repeat;
}

a.active {
	background-image: url('images/nav_bg_hover.jpg');
	background-repeat: repeat;
}

/*end a styles*/

/*ul-li styles*/

ul.home_services {
	margin-top: 80px;
	margin-left: 30px;
}

li.home_services {
	margin-bottom: 10px;
	list-style: square;
	color: #bb5401;
	font-size: .9em;
	font-weight: bold;
}

li.nav {
	list-style: none;
	width: 120px;
	float: left;
}


/*end ul-li styles*/


ul.thumb {
	float: left;
	list-style: none;
	margin: 10px;
	padding: 10px;
	padding-left: 7px;
}
ul.thumb li {
	margin: 0; 
	float: left;
	position: relative;  /* Set the absolute positioning base coordinate */
	width: 120px;
	height: 120px;
	background-image: url('images/thumb_bg.jpg');
}
ul.thumb li img {
	width: 90px; 
	height: 90px; /* Set the small thumbnail size */
	-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
	position: absolute;
	left: 0; top: 0;
	margin-left: 15px;
	margin-top: 15px;
	background-color: #fff;
}

ul.thumb li img:hover {
	background-image: url('images/thumb_bg_large_.jpg');
}









