/* ******************************************************

		Theme 9 CSS layout for Site-Creata themes

		Copyright:				2006 Explosion Ltd
		Title:					default
		Author:					Keran McKenzie
		Date Created:			23 June 2006 

****************************************************** */

#templateBody {   /* this replaces the default BODY tag */
	margin: 0;
	background-color: #DFDBCF;
	background-image: url(../images/page_top.jpg);
	background-position: top;
	background-repeat: repeat-x;
	color: black;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

/*<group=h1-h6>*/

#templateFrame {
	width: 749px;
	margin: 0 auto;
	background-image: url(../images/frame_backing.jpg);
	background-repeat: repeat-y;
	text-align: left;
}


#templateBody h1, #templateBody h2, #templateBody h3, #templateBody h4, #templateBody h5, #templateBody h6 {
	font-family: Arial, Verdana, sans-serif;
}

#templateBody #templateHeader {
	height: 110px;	
	margin-top: 10px;
	padding-top: 10px;
	background-image: url(../images/header_top.jpg);
	background-repeat: no-repeat;
	text-align: right;	
}

#templateBody #templateHeader h1 {
	margin-left: 160px;
	margin-bottom: 0;
	margin-top: 0;
	color: #AEA588;
	font-weight: bold;
	font-size: 16px;
	text-align: left;
}

#templateBody #templateHeader p {
	font-size: 11px;
	text-align: right;
	width: 300px;
	margin-top: -15px;
	margin-right: 15px;	
	color: #847959;
}

#templateBody  h1 {	font-size: 28px ; color: #B23E0D; }
#templateBody  h2 {	font-size: 18px ; }
#templateBody  h3 {	font-size: 14px ; }
#templateBody  h4 {	font-size: 12px ; }

/*</group>*/

#templateBody #templateContents {
	margin: 0 12px;
	padding-bottom: 4px;
}

/*<group=menu>*/
#templateBody div#templateMenu ul {
	margin: 0;
	padding: 0;
	margin-top: 10px;
	margin-left: 2px;
	
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 14px;
	line-height: 16px;
	width: 134px;
	float: left;
}

#templateBody div#templateMenu li {
	margin: 0;
	padding: 0px 0;
	margin-bottom: 1px;
	list-style: none;
	list-style-type: none;
}

#templateBody div#templateMenu li:hover {
}

#templateBody div#templateMenu a:link, #templateBody div#templateMenu a:visited {
	margin-left: 3px;

	padding: 0 8px;
	display: block;
	height: 37px;
	line-height: 37px;
	background-image: url(../images/btn_normal.jpg);
	background-position: center right;
	
	text-decoration: none;
	color: #73684D;
}

#templateBody div#templateMenu li:hover a, #templateBody div#templateMenu li.current a {	
	background-image: url(../images/btn_hover.jpg);
	color: #B23E17;
}

#templateBody div#templateMenu>ul a:link, #templateBody div#templateMenu>ul a:visited {
	width: auto;
	
}

/*</group>*/

#templateBody #templateMain {
	margin-left: 165px;
	margin-right: 20px;
	margin-top: 10px;
}

#templateBody #templateFooter {
	clear: both;
	padding-top: 20px;
	padding-bottom: 10px;
	width: 749px;
	margin: 0 auto;
	font-size: 11px;
	color: #D2691E;
	background-image: url(../images/frame_bottom.jpg);
	background-position: top;
	background-repeat: no-repeat;
	text-align: center;
}

#templateBody div#templateFooter a {
	font-size: 11px;
	color: #556B2F;
	text-decoration: none;
	font-weight: bold;
}

#templateBody div#templateFooter a:hover {
	color: #AFF122;
}