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

/*************************/
*{
	padding:0px;
	margin:0px;	
	outline:none;
	border:0px;
}
a{
	text-decoration:none;
	color:#5C3317;
	
}
a:hover{
	color:#CB7C3D;
}
ul, ol { 
	list-style:none;
}

body{
	/*background:#aa6f47;*/
	width:100%;
	height:100%;
	background:#fff /*url(../images/body-image.jpg) no-repeat center center fixed*/;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.page-wrap{
	width:1000px;
	margin:0px auto;
	opacity:0.90;
}
.top-header{
	background:url(../images/bg-topheader.gif) repeat-x;
	height:85px;
}
.pic-wrap{	
	background:#f7e6d4;
	width:1000px;
	margin:0px auto;
	overflow:hidden;
}
#pic-container{
	width:950px;
	margin:0px auto;	
	
}

.logo{
	color:#F7E6D4;
	margin:15px 0px 0px 25px;
	position:absolute;
}

/***************************** Navigation open********************************/
#nave-container{
	position:relative;
	background:#eabe94;
	width:950px;
	height:50px;
	margin:0px auto 10px auto;
	border-top:3px solid #fff;	
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-radius-bottomleft:10px;
	-webkit-border-radius-bottomright:10px;
}

#nave-container ul{
	list-style-type:none;
	margin-left:10px;
}
#nave-container ul li{
	display:inline;
	float:left;	
}
#nave-container ul li a{
	text-decoration:none;
	margin:10px 1px;
	padding:8px 20px;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #6F3A15;
	background:#f7e6d4;
	text-align: center;
	font-weight: bold;
	display:inline-block;
	border-radius:15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	text-shadow: 1px 1px 0 #fff;
}
#nave-container ul li a:hover{
	text-decoration:none;
	margin:10px 1px;
	padding:8px 20px;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #fff;
	background:#6F3A15;
	text-align: center;
	font-weight: bold;
	display:inline-block;
	text-shadow: 1px 1px 0 #000;
}
#nave-container ul li a.current{
	text-decoration:none;
	margin:10px 1px;
	padding:8px 20px;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #fff;
	background:#6F3A15;
	text-align: center;
	font-weight: bold;
	display:inline-block;
	text-shadow: 1px 1px 0 #000;
}

.extra-nav {
	position: absolute;
	right: 10px;
	top: 0px;
	margin-left: -6px;
}


/***************************** Navigation Close********************************/

/***************************** Body open********************************/
#body-container{
	width:950px;
	height:100px;
	margin:0px auto;
	overflow:visible;	
}
#body-col1{
	width:670px;	
	margin-right:10px;
	margin-bottom:10px;
	padding: 13px 10px;
	float:left;
	background:#eabe94;
	font-size:13px;
	text-align:justify;
	color:#6F3A15;
	line-height:23px;
	border-radius:10px;
	border-radius:10px;
	-moz-border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-webkit-border-radius:10px;	
}
#body-col2{
	width:240px;
	float:left;	
	padding:5px 5px 18px 5px;
	margin-bottom:5px;	
	background:#eabe94;
	font-size:12px;
	text-align:justify;
	color:#6F3A15;
	line-height:21px;
	border-radius:10px;
	border-radius:10px;
	-moz-border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-webkit-border-radius:10px;		
}
#body-col2 ul li{
	border-bottom:1px solid #F7E6D4;
	margin-right:15px;
}
.add-box{
	width:211px;
	margin:5px;
	padding:5px 10px;
	background:#6F3A15;
	color:#FFD2B3;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
}
.add-box a{
	text-decoration:none;
	color:#fff;
}
.add-box a:hover{
	color:#FFD2B3;
}
.address dt::first-line {
	font-size: 13px;
	color: #fff;
	font-weight:bold;
}

dl {
display: block;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
}

.heading{
	width: 600px;
	padding: 5px 15px;
	margin: 8px 0px 10px 0px;
	background: url(../images/heading.png) no-repeat;	
	color:#fff;	
}

.side-heading{
	width: 220px;
	padding: 5px;
	margin: 15px 5px 10px 5px;
	background: url(../images/side-heading.png) no-repeat;
	font-size:14px;
	font-weight:bold;
	color:#fff;
}

.packages{
	width:625px;
	height:25px;
	margin:2px 0px 0px 20px;
	padding-bottom:10px;
	border-bottom:1px solid #F7E6D4;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
}
.packages ul{
	list-style:none;
}
.packages ul li{
	display:inline;
	float:left;
	margin:5px 15px;		
}
.button{
	width: 75px;
	background: #6F3A15;
	padding: 3px;
	margin: 10px 25px 0px 10px;
	text-align: center;
	olor:#fff;	
	outline: 1px solid #6F3A15;
	outline-offset: 3px;
	float:right;
	cursor:pointer;		
}
.button a{
	text-decoration:none;	
	color:#fff;	
}
.button a:hover{
	text-decoration:none;	
	color:#EABE94;	
}
.top{
	width:7px;
	height:15px;
	background:url(../images/top.png) no-repeat;
	float:right;
	margin: -22px 0px 0px 55px;
}	

.end{
	width:211px;
	height:27px;
	background:url(../images/end.png) no-repeat;
	margin:10px 0px 0px 200px;
	color:#fff;
	padding:5px 0px 0px 72px;
	float:left;
}
/***************************** Body Close********************************/

/***************************** Footer Open********************************/
.container {
	width:950px; 
	margin:0px auto;
	font-size:.75em;
	position:relative;
}
#footer {
	color:#FFD2B3;
	padding:13px 0 24px 44px;
	background:url(../images/bg-footer.gif) repeat-x;
	
}
	#footer a {
		color:#FFD2B3;
		text-decoration:none;
	}
	#footer a:hover {
		color:#fff;
		text-decoration:underline;
	}
	#footer .nav {
		margin:0 0 0 -6px;
	}
	#footer .nav li {
		display:inline;
		color:#FFD2B3;
	}
		#footer .nav li a {
			color:#FFD2B3;
			text-decoration:none;
			padding:0 9px 0 6px;
		}
		#footer .nav li a:hover, #footer .nav li a.current {
			color:#fff;
			text-decoration:none;
		}
.ft-col2{	
	background:#6F3A15;
	color:#F7E6D4; 
	padding:10px 5px;
	float:right;
	margin-right:20px;
	position:relative; 
	top:-15px;
	overflow:hidden;"
}
	
/***************************** Footer Close********************************/
	
	
	
	
	

