* { 
	margin: 0;
	padding: 0; 
}

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	background-color: #431D02;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: #431D02;
}

p {
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	color: #431D02;
	text-decoration: none;
}

a {
	text-decoration: underline;
	color: #431D02;
}

a:hover {
	color: #ffffff;
	text-decoration: underline;
}


h1 {
	font-size: 1.4em;
	color: #431D02;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

h2 {
	font-size: 1.4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #431D02;	
}

img {
	border: none;
}

label {
	font-weight: bold;
}

input, textarea {
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin-bottom: 10px;

}

input.contactSubmitButton {
	border-style: hidden;
	width: 134px;
	height: 45px;
}

/* IE7 Only */
*:first-child+html #searchBox input {
	border: thin none #FFFFFF;
}


/***********************************************/
/* layout divs                                 */
/***********************************************/ 

#wrap {
	max-width: 820px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	padding: 0px;
	position: absolute;
	left:50%;
	margin-left:-410px;
	width: 820px;
	background-color: #FFFFFF;
}

/*****  header  *****/

#header {
	width: 820px;
	height: 106px;
	clear: both;
	float: left;
}

#logo {
	width: 499px;
	height: 106px;
	float: left;
}

#headerContact {
	width: 321px;
	height: 69px;
	float: left;
	background-image:url(../images/headerInfoBack.gif);
	background-repeat: no-repeat;
	padding-top: 37px;
	color: #431D02;
}

#nav {
	width: 800px;
	height: 27px;
	float: left;
	clear: both;
	background-color: #AA893E;
	padding-left: 20px;
	background-image: url(../images/navBackground.jpg);
	background-repeat: repeat-x;
}

#navFooter, #contentFooter {
	background-image: url(../images/navFooter.gif);
	background-repeat: no-repeat;
	width: 820px;	
	height: 27px;
	float: left;
	clear: both;
}

/*****  content  *****/

#content {
	width: 780px;
	margin-left: 20px;
	float: left;
	clear: both;
	background-color: #FFFFFF;
	
}

#mainContent, #galleryContent {
	width: 400px;
	float: left;
}

#galleryContent {
	width: 780px;
}

#mainContentRight {
	width: 380px;
	float: left;
}

#contentFooter {
	background-image: url(../images/contentFooterBackground.gif);
	height: 19px;
}

/* IE7 Only */
*:first-child+html #mainContent input {
	border: 1px solid #0099FF;
}

/*****  footer  *****/

#footerHolder {
	width: 800px;
	height: 159px;
	padding-left: 20px;
	float: left;
	clear: both;
	background-image: url(../images/footerHolderBackground.gif);
	background-repeat: no-repeat;
}

#footerAd, #galleryAd {
	width: 523px;
	height: 139px;
	background-image: url(../images/catCabinBackground.jpg);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-left: 20px;
	float: left;
}

#galleryAd {
	background-image: url(../images/galleryAdBackground.jpg);
	background-repeat: no-repeat;
}

#footerContact, #aboutServices {
	width: 226px;
	height: 139px;
	float: left;
	padding-top: 20px;
	padding-left: 16px;
	background-image: url(../images/footerContactBackground.gif);
	background-repeat: no-repeat;
	margin-left: 15px;
}

#footerBottom {
	width: 820px;
	background-image: url(../images/footerBottom.gif);
	height: 30px;
	background-repeat: no-repeat;
	float: left;
	clear: both;
}

#footerDetail {
	width: 800px;
	height: 39px;
	float: left;
	clear: both;
	background-image: url(../images/footerDetailBackground.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
}

#aiao {
	width: 800px;;
	padding-left: 20px;
	padding-top: 10px;
	background-color: #431D02;
	float: left;
	clear: both;
}

#aboutFooterHolder {
	width: 800px;
	height: 159px;
	padding-left: 20px;
	float: left;
	clear: both;
	background-image: url(../images/footerHolderBackground.gif);
	background-repeat: no-repeat;
}

#aboutServices {
	background-image: url(../images/aboutServicesBackground.gif);
	background-repeat: no-repeat;
	width: 206px;
	margin-left: 0px;
}

#aboutGallery {
	width: 288px;
	height: 139px;
	background-image: url(../images/aboutGalleryBackground.gif);
	background-repeat: no-repeat;
	float: left;
	padding-top: 20px;
	padding-left: 16px;
	margin-left: 15px;
}

/***********************************************/
/* content styles                              */
/***********************************************/ 

/***** header styles *****/

#nav ul, #footerDetail ul {
	list-style-type:, none;	
}

#nav ul li, #footerDetail li {
	display: inline;
}


/***** content styles *****/

#mainContent p, #mainContentRight p {
	line-height: 1.4em;
	margin-bottom: 10px;
	width: 380px;
	font-size: 0.9em;
}

#mainContentRight p {
	margin-bottom: 4px;
}

#mainContent p img, #mainContentRight p img {
	margin-bottom: 5px;
}

#mainContent ul {
	list-style: disc;
	margin-left: 20px;
}

#mainContent ul li {
	line-height: 1.4em;
	font-weight: bold;
	width: 350px;
}

.galleryImage, .galleryImageRight {
	width: 140px;
	float: left;
	margin-right: 20px;
	margin-top: 20px;
}

.galleryImageRight {
	margin-right: 0px;
}

.ltBrownLink {
	color: #AA893E;
}
	
.ltBrownLink:hover {
	color: #431D02;
}	
	
#footerAd p, #footerContact p, #aboutServices p, #aboutGallery p, #galleryAd p {
	font-weight: bold;
	color: #431D02;
	line-height: 1.4em;
}

#footerDetail p {
	font-size: 0.9em;
}

#footerDetail li {
	margin-right: 10px;
	font-size: 0.9em;	
}

#footerDetail li a:hover {
	color: #999900;
}

#aiao p {
	font-size: 0.7em;
	font-weight: bold;
	color: #FFFFFF;
}

#aiao p a {
	color: #FFFFFF;
	text-decoration: none;
}

/***** pop-up styles *****/

#container {
	width: 100%;
}

.imageBorder {
	border: 10px solid #273634;	
}

.caption {
	padding: 10px;
	float: left;
	width: 100%;
	color: #FFFFFF;
	background-color: #101A20;	
}