/*	-------------------------------------------------------------
	-------------------------------------------------------------
	CSS CODED BY - pxwebdesign.com.au - 2007
	-------------------------------------------------------------
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

body {
	margin: 0;
	padding: 0;
	color: #333;
	font: 16px Georgia, serif;
	text-align: left;
	background: #66333f url(../images/bg.jpg) repeat-x;
}



/*	-------------------------------------------------------------
	MAIN DIVS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#wrapper {
	width: 755px;
	margin: 20px auto;
}

#containerTop {
	display: block;
}

#container {
	background: #e6cfb2;
	padding: 10px 15px;
}

#header {
	height: 107px;
}

#menu {
	clear: both;
	border-top: 2px solid #673340;
	border-bottom: 2px solid #673340;
	padding: 3px 0;
	height: 20px;
}


#main {
	clear: both;
	background: url(../images/watermarkMain.gif) right bottom no-repeat;
	padding-top: 8px;
}

#side {
	width: 160px;
	float: left;
}

#content {
	float: right;
	width: 530px;
	padding: 0 10px 0 10px;
}

#containerBot {
	display: block;
	margin: 0;
}




/*	-------------------------------------------------------------
	HEADER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#logo {
	display: block;
	margin: 6px 0 0 0;
	float: left;
}	

#header h1 {
	float: right;
	font-size: 1.1em;
	color: #774531;
	padding: 7px 0 2px 0;
}

#header p {
	font: 14px Verdana, sans-serif;
	clear: right;
	float: right;
	color: #8a5946;
	text-align: right;
	line-height: 1.4em;
	width: 200px;
}

#header p a:link, #header p a:visited {
	color: #875440;
}

#header p a:hover{
	color: #723d28;
}

#headerPhoto {
	clear: both;
	display: block;
	border-bottom: 1px solid #6c4235;
}




/*	-------------------------------------------------------------
	MAIN MENU
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#menuMain {
	background: #673340;
	height: 20px;
}

#menuMain li {
	display: block;
	float: left;
	padding: 1px 30px 0 35px;
}

#menuMain li a:link, #menuMain li a:visited {
	display: block;
	font-size: 14px;
	color: #e7d8be;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 0px;
}

#menuMain li a:hover {
	color: #aaa;
}

#menuMain li a.menuItemCurrent:link, #menuMain li a.menuItemCurrent:visited { color: #ccc; }

#menuMain li a.menuItemCurrent:hover { color: #aaa; }



/*	-------------------------------------------------------------
	SIDE BOXES
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#side .sideBox {
	height: 162px;
	margin: 0 0 10px 0;
}

#sideBox1 {
	background: #75303e url(../images/watermarkPurple.gif) 10px 65px no-repeat;
}

#sideBox3 {
	background: #75303e url(../images/watermarkPurpleRev.gif) 10px 65px no-repeat;
}



/*	-------------------------------------------------------------
	CONTENT
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#content h1 {
	font-size: 2.0em;
	padding: 0 0 2px 0;
	margin: 0 0 5px 0;
	color: #76303f;
	border-bottom: 1px solid #66333f;
}

#content h2 {
	font-size: 1.6em;
	padding: 5px 0 0 0;
	border-bottom: 1px solid #cbaa81;
	color: #72522a;
}

#content h3 {
	font-size: 1.2em;
	padding: 5px 0 0 0;
	font-style: italic;
	text-align: center;
	color: #76303f;
}

#content p {
	line-height: 1.4em;
	margin: 9px 0 10px 0;
}

#content a:link, #content a:visited {
	color: #66333f;
}

#content a:hover {
	color: #4f202b;
}

#content ul {
	padding: 10px 0 10px 15px;
}

#content ul li {
	padding: 3px 0 3px 18px;
	background: url(../images/ul_li_bg.gif) no-repeat 0 50%;
}


/*	-------------------------------------------------------------
	CONTENT BOXES
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#contentBox1 {
	background: #d3bea6;
	margin: 10px 0;
	height: 140px;
}	

#contentBox1 img {
	display: block;
	float: left;
	margin: 10px 12px;
}

#contentBox2 {
	background: #a8877e;
	padding: 10px 0;
	margin: 10px 0;
}	


/*	-------------------------------------------------------------
	PHOTOS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#content ul.photos {
	margin: 0;
	padding: 0;
	height: 130px;
	display: block;
	width: 500px;
}

#content ul.photos li {
	display: block;
	float: left;
	padding: 0 6px;
	margin: 0;
	background: 0;
}

#content ul.photos li img {
	display: block;
	border: 1px solid #a8877e;
	padding: 1px;
}




/*	-------------------------------------------------------------
	CONTACT FORM
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#content .contactForm {
	width: 440px;
	background: #8b3b4b;
	margin: 10px auto 0 auto;
	color: #fff;
}
	
#content .contactForm h3 {
	font: 1.5em Verdana;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin: 0;
	padding: 5px 0 8px 0;
	background: url(../images/contactForm_corner.gif) top right no-repeat;
}

#content .contactForm table {
	padding: 10px 10px;
	background: #a16c77;
	width: 100%;
}

#content .contactForm table tbody td {
	display: table-cell;
	padding: 6px 0 4px 14px;
	vertical-align: top;
	border-bottom: 1px solid #8d5560;
}

#content .contactForm table tbody td.require {
	background: url(../images/contactForm_require.gif) no-repeat 0 6px;
}

#content .contactForm table tbody tr.last td {
	border-bottom: none;
}

#content .contactForm .textbox {
	width: 230px;
	border: 1px solid #8d5560;
	background: #f6e5e8;
	padding: 2px 2px;
}

#content .contactForm .textbox:focus { background: #fff; border: 1px solid #99656f; }

#content .contactForm .selectbox {
	border: 1px solid #8d5560;
	background: #f6e5e8;
	padding: 2px 2px;
}

#content .contactForm .selectbox:focus { background: #fff; border: 1px solid #99656f; }

#content .contactForm .textarea {
	width: 230px;
	height: 120px;
	border: 1px solid #8d5560;
	background: #f6e5e8;
	padding: 2px 2px;
}

#content .contactForm .textarea:focus { background: #fff; border: 1px solid #99656f; }

#content .contactForm div.submitbox {
	padding: 8px 0;
	text-align: center;
	background: #925965;
	border-bottom: 4px solid #833d4b;
}

#content #contactDetails {
	margin: 20px 0 0 0;
	text-align: center;
	height: 300px;
}

#content #contactDetails h2 { text-align: center; }

#submitbox2 {
	display: none;
}






/*	-------------------------------------------------------------
	-------------------------------------------------------------
	ERROR MESSAGES
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	

#globalMessage {
	background: #eae841;
	padding: 2px 0 5px 20px;
	font-size: 12px;
	color: #222;
	text-align: left;
	border-bottom: 1px solid #ccc;
}


#globalMessage p {
	margin: 0;
	padding: 5px 0 5px 30px;
	background: url(../../../images/icons/msg.gif) no-repeat 0 5px;
}


#debugMessage {
	background: #eabc41;
	padding: 2px 0 5px 0;
	font-size: 12px;
	color: #222;
	text-align: left;
}

#debugMessage p {
	margin: 5px 0;
	padding: 5px 0 5px 50px;
	background: url(../../../images/icons/debug.gif) no-repeat 25px 5px;
	border-bottom: 1px solid #aaa;
}

#debugMessage p strong {
	margin: 0 15px 5px 0;
	display: block;
	float: left;
}