@charset "utf-8";
/* CSS Document */

html {
	height:100%;
	color: #7c7c75;
}
body {
	margin:0;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 0.9em;
	text-align: center; /* for IE */
	background-color: #f9f8ea;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
	height:100%;
}
a {
	color: #942511;
}
#container {
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	width: 947px;
	min-height: 100%;
	height: auto !important;
	background-color: #f9f8ea;
	position:relative;
}
#header {
	margin: 0px;
	padding: 0px;
	height: 170px;
}
#footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:50px;   /* Height of the footer */
	font-size: 0.8em;
	text-align:center;
	padding: 5px;
	line-height: 1.2em;
	color: #f9f8ea;
	background-color: #968b5d;
}
#footer a {
	color: #f9f8ea;
}
#main {
	margin: 0px;
	padding: 5px;
	padding-bottom:50px;
	height: 100%;
}
#intro {
	width: 320px;
	height: 275px;
	background-image:url(../images/intro_bg.gif);
	background-repeat:no-repeat;
	margin-left:5px;
	margin-bottom: 10px;
	padding: 10px;
	float: left;
}
#photoshow {
	float:right;
	height:227px;
	width:567px;
	margin: 0px;
	margin-right: 8px;
	padding: 0px;
}
#brandbox {
	clear:both;
	margin: 0px;
	margin-bottom: 25px;
	padding: 0px;
	text-align:center;
}
.content {
	padding: 5px;
}
#template_content {
	margin: 10px;
	padding: 5px;
}
#top_right{
	text-align:right;
	font-size:0.9em;
	padding: 10px;
}
h1 {
	font-size:1.7em;
	font-weight:normal;
	color:#333;
	margin-top:5px;
}
h2{
	font-size:1.3em;
	font-weight:normal;
	color:#333;
	margin-top:5px;
	display: inline;
}
h3{
	font-size:1em;
	font-weight:normal;
	color:#333;
	margin-top:5px;
}


.menu {
	height:43px;
	font-weight:bold;
	font-size:14px;
	margin:auto;
	padding-top:13px;
	font-family:Arial;
}
.menu ul {
	margin:0;
	padding:0;
}
.menu li {
	display:inline;
}
.menu a {
	color:#ffffff;
	text-decoration:none;
	padding:10px 20px 20px 20px;
}
.menu a:hover {
	background-color:#f9f8ea;
	color:#333333;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding:10px 20px 20px 20px;
}
.menu a.selected {
	background-color:#f8f1c9;
	color:#333333;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.no-brdr{
	border:none;
}

/*SLIDER*/

#slider {
	float:right;
}
#slider ul, #slider li {
	margin:0;
	padding:0;
	list-style:none;
}
#slider li {
	
	/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
	*/
	 
	width:564px;
	height:228px;
	overflow:hidden;
}
#prevBtn, #nextBtn {
	float:left;
	top:-28px;
	left:20px;
	position:relative;
}
#nextBtn {
}
#prevBtn a, #nextBtn a {
	width:80px;
 }
 #nextBtn a {
 background:url(images/btn_next.gif) no-repeat 0 0;
}