

*
{
	margin: 0;
	padding: 0;
}

body
{
	background: #FFFEF5;
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
	color: #767941;
	background-image: url(   'img01.gif' );
}

h1, h2, h3
{
	color: #F08F02;
}

h1
{
}

h2
{
	margin-bottom: 1em;
	text-transform: uppercase;
	font-size: 1.2em;
}

h3
{
	margin-bottom: 1.5em;
	text-transform: uppercase;
	font-size: .8em;
}

p, blockquote, ul, ol
{
	margin-bottom: 1.5em;
}

p
{
}

blockquote
{
	margin-left: 2em;
	padding-left: 1em;
	border-left: 2px solid #F08F02;
	font-style: italic;
}

ul, ol
{
	margin-left: 3em;
}

ul
{
}

ul li
{
}

ol
{
}

ol li
{
}

pre, code
{
}

pre
{
}

code
{
}

a:link
{
	color: #F08F02;
}

a:hover
{
	text-decoration: none;
}

a:visited
{
}

img
{	
}

.image-left
{
	float: left;
	margin-right: 1em;
}

.image-right
{
	float: right;
	margin-left: 1em;
}

input, textarea, select
{
}

input
{
}

textarea
{
}

select
{
}

/* Header */

#header
{
	
	
	
}




/* Logo */

#logo
{
	border: 1px solid #C0C0C0;
	height: 88px;
	padding: 2px 2 2 2px;
	text-transform: lowercase;
	table-layout: auto;
	background-color: #FFFFFF;
	
	display: table;
	width:100%;
	background-position: bottom;
	font-size: large;	
}

#logo h1
{
	float: left;
	letter-spacing: -.1em;
	font-style: italic;
	font-size: 3em;
}

#logo h1 a
{
	color: #767941;
}

#logo h2
{
	float: left;
	letter-spacing: -.05em;
	font-style: italic;
	font-size: 1em;
}

#logo a
{
	text-decoration: none;
}


.header3
{
	background-image: url( 'header3.jpg' );
}

/* Wrapper */

#wrapper
{
	margin-right: 20px;
	background: url(  'img05.jpg' ) repeat-y 260px 0;
}

/* Sidebar */

#sidebar
{
	float: left;
	width: 260px;
}

/* Content */

#content
{
	margin-left: 260px;
	padding: 15px;
}

/* Menu */

#menu
{
}

#menu h2
{
	display: none;
}

#menu ul
{
	margin: 0;
	list-style: none;
}

#menu li
{
	display: inline;
}

#menu a
{
	display: block;
	height: 40px;
	padding: 16px 0 0 15px;
	background: url(  'img04.jpg' ) repeat-x;
	text-decoration: none;
	font-size: 1.4em;
	font-style: italic;
	color: #767941;
}

#menu a:hover
{
	color: #F08F02;
}

/* Testimonial */

#testimonial
{
	padding: 30px;
}

#testimonial blockquote
{
	margin-left: 0;
}

/* Welcome */

#welcome
{
}

/* Footer */

#footer
{
	padding: 30px 30px 30px 30px;
	background: url( 'img06.gif' );
	width:100%;
	color: #ADB07C;
	bottom: 0px;

}

#footer hr
{
	display: none;
}

#footer p
{
	margin: 0;
	font-size: .8em;
}

#footer a
{
	color: #ADB07C;
}


/* navigation bar*/

#logo ul
{
	margin: 0;
	padding: 10px 10 0 20px;
}
#logo ul li
{
	display: inline;
	background-position: 10px 5px;
	padding: 0 5px 0 20px;
}
#logo ul li a
{
	color: #525229;
	text-decoration: none;
}
#logo ul li a:hover
{
	color: #669900;
	border-bottom: 2px solid #f84b1d;
}

/*gallery*/

.gallery
{
	margin: auto;
	width: 100%;
	background-color: #fff;
	text-align: center;
}
.gallery .picture
{
	vertical-align: top;
	float: left;
	margin: 10px;
	width: 340px;
	border: solid 1px #D1D1D1;
	background-color: #f2f2f2;

}

.gallery .picture_2
{
	vertical-align: top;
	float: left;
	margin: 10px;
	width: 340px;
	text-align: center;
	border: solid 1px #F73602;
	background-color: #f2f2f2;

}

.gallery .picture .image
{
	vertical-align: top;
	margin: 10px;
}

.gallery .picture_2 .image
{
	vertical-align: top;
	margin: 10px;
}

.gallery .footer
{
	text-align: center;
	width: 340px;
	border-top: solid 1px #D1D1D1;
	color: #F73602;
	font-weight: normal;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top: 10px;
}

.gallery .table
{
	border: 1px solid #C0C0C0;
	margin: 10px;
}

.detailDesc
{
	margin: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #000000;
	text-align:justify;
	color: #333333;
	white-space:normal;
	height: auto;
	width: auto;

}

.Content
{
	width: auto;
	height: 100%;
	color: #525229;
	text-align: justify;
}
.floatimgleft
{
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
