/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #55483f;
	margin: 0 auto;
	padding: 0;
	height: 100%;
	text-align: center;
	background-image: url(images/page_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #331e0a;
	font-size: 75%;
	line-height: 150%;
}


a {
	color: #E5741E;
	text-decoration: none;
    outline: none;
}

a:link {
	color: #E5741E;
	text-decoration: none;
}

a:visited {
	color: #E5741E;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #E5741E;
}


p {
	margin: 5px 0 5px 0;
}

ul {
	margin-top: 0;
	list-style-type: disc;
}

hr {
 	height: 1px;
	background-color: #eee;
	color: #eee;
	border: 0px;
	display: block;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}


form {
	margin: 0px;
}

h1 {
	color: #6f3a11;
	font-size: 150%;
	margin: 0 0 30px 0;
	padding: 0;
}

h2 {
	color: #805C26;
	font-size: 125%;
	font-weight: bold;
	margin: 15px 0 10px 0;
	padding: 0;
	line-height: 100%;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #a76a43;
	font-size: 110%;
	font-weight: bold;
	margin: 0 0 10px 0;
	/*text-transform: capitalize;*/
	padding: 0;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/


.outerWrapper  {
	width: 786px;
	margin: 0 auto; /* align div to center */
	margin-top: 35px;
	padding: 0px;
	text-align: left;
	background-image: url(images/page_top_bg.gif);
	background-repeat: no-repeat;
	background-color: #e2d3c9;
}

.headerTop {
	width: 786px;
	height: 38px;
	background: url(images/header_top_bg.jpg) #443226 no-repeat;
	line-height: 35px;
	font-size: 0.85em;
	color: #919191;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.headerTop a, .headerTop a:visited {
	color: #a0785e;
}

.header {
	width: 786px;
	height: 220px;
	background-image: url(images/header_img.jpg);
	background-repeat: no-repeat;
}

.content {
	width: 786px;
	background: url(images/content_bg.jpg) no-repeat #e2d3c9;
	clear: both;
}

.footer {
	background: url(images/footer_bg.jpg) no-repeat;
	height: 108px;
}


/***********************************************/
/* Components                                  */
/***********************************************/

.col1 {
	width: 290px;
	float: left;
}

.col2 {
	width: 486px;
	float: left;
}

.boxLeft1 {
	padding: 40px 0 0 45px;
	background-repeat: no-repeat;
}

.boxRight1 {
	width: 446px;
	padding: 0px 30px 0 20px;	
	background-repeat: no-repeat;
}

.footerInfo {
	color: #5b4e42;
	font-size: 10px;
	margin-top: 10px;
	margin-bottom: 30px;
}

/************ horizontal menu ****************/

.menuWrapper {
    background: url(images/menu2_bg.jpg) #36281b no-repeat;
	height: 46px;
}

.menu {
	margin: 0px;
	padding: 0;
	padding-left: 30px;
	list-style: none;
	float: left;
}

.menu a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	height: 44px;
	line-height: 44px;
	display: block;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
	background-image: url(images/menu_divider.gif);
	background-repeat: no-repeat;
	background-position: right;
	text-transform: normal;
	font-weight: normal;
	float: left;
	padding: 0 20px 0 20px;
}

.menu a.active:link, .menu a.active:visited {
	color: #eee;
}

.menu a:link, .menu a:visited {
	color: #aa795a;
}

.menu a:hover {
	color: #fff;
	text-decoration: none;
}

.menu li {
	background-image: url(images/menu_divider.gif);
	background-repeat: no-repeat;
	background-position: right; 
	display: inline; /* Removes gaps in IE/WIN */
}

/**************** Thumb Galeries ****************/

.thumb1 {
	background: #d6bdad;
	padding: 5px;
	float: left;
	margin: 0 10px 7px 0;
}


.thumb1 img { 
	border: 0;
}


/**************  pagination  *****************/

.paginationBox {
	margin: 20px 0 0 0;
	clear: both;
}


UL.paging {
 	margin: 0; 
 	padding: 0; 
  	list-style: none;
	float: left;
}

UL.paging a {
	font-size: 11px;
	color: #e5e5e5;
	background-color: #e5e5e5;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
    text-decoration: none;
	text-align: center;
  	display: block;
 	width: 20px;
  	height: 15px;
 	line-height: 15px;
	float: left;
	margin: 0 4px 0 0;
	border-top: 2px solid #e0e0e0;
	border-bottom: 2px solid #fbfbfb;
}

ul.paging a:link, ul.paging a:visited {
	color: #b4b4b4;
	background-color: #e5e5e5;
}
 
ul.paging a:hover {
	color: #fff;
    text-decoration: none;
	background-color: #bfc5bc;
}
 
ul.paging li {
 	display: inline; /* Removes gaps in IE/WIN */
}


UL.paging a.active, UL.paging a.active:visited {
	color: #fff;
	font-weight: bold;
	border-top: 2px solid #aeb4aa;
	border-bottom: 2px solid #dde1dc;
  	background-color: #bfc5bc;
}


/**************** Text styles ****************/

.whiteText, .whiteText a, .whiteText a:visited {
	color: #fff;
}

.grayText, .grayText a, .grayText a:visited {
	color: #a8a8a8;
}

.brownText, .brownText a, .brownText a:visited {
	color: #805C26;
}


/**************** MISC **********************/

.galleryThumbWrap {
	width: 79px;
	float: left;
}

.icnSpace {
	margin-right: 5px;
	vertical-align: middle;
}

.icnDetails {
	background: url(images/icn_details.gif) no-repeat center left;
}

/************** Form **********************/

input, textarea, select {
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica;
	color: #464646;
	vertical-align: middle;
}


input.fieldSearch {
	background: url(images/field_search_bg.gif) no-repeat;
	_background-attachment : fixed; /* IE hack */
	width: 124px;
	border: 0;
	padding: 4px;
	vertical-align: middle;
	text-align: center;
}

input.btnSearch {
	border: 0;
	vertical-align: middle;
}

input.textbox {
	border: 1px solid #999;
	padding: 3px;
	width: 150px;
}

select {
	font-size: 12px;
}

select.selBox1 {
	width: 160px;
}


.PagerControl {
	text-align: center;
	clear: both;
	font-size: 1.2em;
}


