/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background: #c3c3c3;
}
.header_bg {
	background-image: url(../images/header_bg.png);
	background-repeat: repeat-x;
	height: 164px;
}
.contact_bg {
	background-image: url(../images/call_bg.png);
	background-repeat: no-repeat;
	height: 161px;
	width: 266px;
}
.menu_bg {
	background-color: #ff5400;
	height: 40px;
	width: 100%;
}
.header_menu {
	color: #FFFFFF;
	font-size: 15px;
	font-family: "Trebuchet MS";
	font-weight: bold;
	text-align: right;
	text-shadow: 0px 0px 2px #521e00;
}
.header_menu  ul {
	list-style-type: none;
}
.header_menu li {
	display: inline;
	padding: 0px 20px 0px 20px;
}
.header_menu a {
	color: #FFFFFF;
	font-size: 15px;
	font-family: "Trebuchet MS";
	font-weight: bold;
	text-align: right;
	text-shadow: 0px 0px 3px #521e00;
	text-decoration: none;
}
.header_menu a:hover, a:active {
	color:#ffc000;
}
.header_menu .selected a {color:#ffc000;}
.welcome_bg {
	background-image: url(../images/welcome_bg.png);
	background-repeat: no-repeat;
	height: 230px;
	width: 586px;
	padding: 10px;
}
.text1 {
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	text-shadow: 0px 0px 1px #521e00;
}
.text1 p {
	margin-top: 10px;
}
.text1 ul {
	list-style-type: none;
	line-height: 20px;
	margin-left: 20px;
}
.text1 li {
	line-height: 20px;
}
.gallery_bg {
	background-image: url(../images/gallery_bg.png);
	background-repeat: repeat-x;
	height: 169px;
	padding: 10px;
}
.fitness_bg {
	background-image: url(../images/fitness_bg.png);
	background-repeat: repeat;
	width: 308px;
	padding: 10px;
}
.search_txt {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	font-weight:400;
	vertical-align:middle;
	background:none;
}

.search_txt ul{ margin:0px; padding:0px;}

.search_txt  li { 
	margin:0px;
	padding:0px;
	display:inline; 
	vertical-align:middle; 
	height:28px; 
	line-height:28px;
}
.search_txt a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#d39341;
	font-weight:400;
	vertical-align:middle;
	background:none;
	height:28px;
	text-decoration: none;
}
.search_txt a:hover { 
	color:#FFFFFF; 
	text-decoration: none;
}
.search_txt .select a {color:#FFFFFF;}
.footer_bg {
	background-color: #4d2005;
}
.box1 {
	background-image: url(../images/box1.png);
	background-repeat: repeat;
	padding: 20px;
}
.heading1 {
	font-family: "Candara", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	text-shadow: 0px 0px 1px #521e00;
}
.color1 {
	color: #ff961d;
}
.color2 {
	color: #fbce8e;
}
.imputText3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	height: 20px;
	width: 272px;
	padding-left: 3px;
	border: #9c4308 1px solid;
	background: #430300;
	padding-right: 2px;
}
.imputText4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	height: 70px;
	width: 272px;
	padding-left: 3px;
	border: #9c4308 1px solid;
	background: #430300;
	padding-right: 2px;
}
.go_bu {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#9c4308));
	background: -webkit-linear-gradient(top, #FFFFFF, #9c4308);
	background: -moz-linear-gradient(top, #FFFFFF, #9c4308);
	background: -ms-linear-gradient(top, #FFFFFF, #9c4308);
	background: -o-linear-gradient(top, #FFFFFF, #9c4308);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	color: #002037;
	display: block;
	height: 28px;
	width: 79px;
	text-decoration: none;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	border: 1px solid #9c4308;
}
