* {
	margin: 0;
	padding: 0;
}
body {
	text-align: left;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
div {
	font-size: 12px;
	color: #2f1d19;
}
img {
	border: 0;
}
a, a:link a:active {
	text-decoration: none;
	background-color: transparent;
	color: #774607;
}
a:visited {
	text-decoration: none;
	background-color: transparent;
	color: #774607;
}
a:hover {
	text-decoration: none;
	background-color: transparent;
	color: #564640;
}
/*****************basic layout *****************/
body {
	margin: 0;
	padding: 0;
	background: #f2ecde;
}
div#pagewrapper {
	width:900px;
	margin: 0 auto;
	padding: 0;
	background: transparent;
}
div#menu_up {
	width:900px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	background: transparent;
}
div#header {
	width:900px;
	height: 300px;
	margin: 0 auto;
	padding: 0;
	background: transparent;
}
div#h01 {
	width:300px;
	height: 300px;
	margin: 0;
	padding: 0;
	background: transparent url(images/travel/logo.jpg) no-repeat 0 0;
	float:left;
	overflow:hidden;
	display:inline;
}
div#h01 img{
	display:block;
	margin: 30px auto 0 auto;
	padding: 0;
}
div#h02 {
	width:600px;
	height: 300px;
	margin: 0;
	padding: 0;
	float:left;
	overflow:hidden;
	display:inline;
	background: transparent url(images/travel/ng.jpg) no-repeat 0 0;
}
div.breadcrumbs{
	width:900px;
	height:30px;
	overflow:hidden;
	color:#ffffff;
	line-height:30px;
	font-size:10px;
	font-weight:normal;
	letter-spacing:1px;
	text-align:left;
	background: #2f1d19 url(images/travel/bread.jpg) no-repeat 0 0;
	text-indent:20px;
}
div.breadcrumbs a{
	color:#ffffff!important;
}
div.breadcrumbs a:hover{
	color:#f8d395!important;;
}
div.breadcrumbs span.lastitem{
	font-weight:bold;
}

div#content {
	width:900px;
	margin: 0;
	padding: 0;
	overflow:hidden;
}
div#c_left{
	width:270px;
	float:left;
	display:inline;

}
div#c_left h1 {
	font-size: 16px;
	border-bottom: 1px dashed #e27d00;
	line-height: 26px;
	margin: 10px 0 10px 0;
	color:#e27d00;
	padding:2px 0 1px 0;
}
div#left_box{
	margin:20px 0 0 0;
}

div#left_txt{
	margin:20px auto;
	width:270px;
	overflow:hidden;
}
div#c_right{
	width:600px;
	float:right;
	overflow:hidden;
}
div#main {
	width:100%;
	margin:20px 0;
	padding: 0;
	overflow:hidden;
}

div#footer {
	clear: both;
	width: 900px;
	padding: 0;
	margin:0;
	padding: 0;
	margin:0;
	background: transparent url(images/travel/footer_bg.jpg) repeat-x 0 0;	
}
div#footer p {
	font-size: 12px;
	text-align: center;
	padding: 0;
	margin:0;
	font-weight:bold;
	color:#2f1d19;
	line-height:63px;
}
div#footer p a {
	color: #2f1d19;
}
div#footer h3 {
	font-size: 10px;
	line-height:24px;
	text-align: right;
	margin: 0;
	padding:0;
	font-weight:normal;
	color:#c78c02;
}
div#footer h3 a {
	color: #c78c02;
}
div#footer h3 a:hover {
	color: #2f1d19;
}
/* as we hid all hr for accessibility we create new hr with div class="hr" element */
div.hr {
	height: 1px;
	padding: 1em;
	border-bottom: 1px dotted black;
	margin: 1em;
}
table.maintab{
	width:100%;
	margin:30px auto;
}
table.maintab td{
	padding:5px;
	vertical-align:top;
	text-align:center;
}
table.tab_main_offer{
	width:100%;
	margin:20px auto;
}
table.tab_main_offer td{
	width:20%;
	padding:10px 5px 0 5px;
	vertical-align:bottom;
	text-align:center;
	background:#fff9ea;
	border-right:1px solid #8e746a;
	border-bottom:1px solid #8e746a;
}
table.tab_main_offer td img.hotelpic{
	cursor:pointer;
}
table.tab_main_offer td p{
	padding:2px 0;
	text-align:center;
}
table.contactform{
	width:200px;
	margin:20px auto;
}
table.contactform td{
	padding:2px;
	color:#ffffff;
}
table.contactform td input{
	padding:2px;
	background:#777777;
	border: 1px solid #b8b8b8;
	width:200px;
}
table.contactform td input.fbsubmit{
	padding:2px;
	background:#ff6600;
	border: 1px solid #ffffff;
	color:#ffffff;
	font-weight:bold;
	width:205px;
	cursor:pointer;
}
table.contactform td textarea{
	padding:2px;
	background:#777777;
	border: 1px solid #b8b8b8;
	width:200px;
	height:80px;
}
div#CGGoogleMaps0{
	width:300px;
	height:200px;
	overflow:hidden;
}
/********************CONTENT STYLING*********************/
/* HEADINGS */
div#main h1 {
	font-size: 16px;
	border-bottom: 1px dashed #e27d00;
	line-height: 24px;
	margin: 5px 0 10px 0;
	color:#e27d00;
}
div#main h2 {
	color: #ffffff;
	font-size: 14px;
	text-align: left;
	padding: 5px;
	border-bottom: 1px dashed #ff6600;
	line-height: 22px;
	margin: 5px 0 10px 0;
}
div#main h3 {
	font-size: 12px;
	padding:8px;
	margin: 10px 0 10px 0;	
	color: #ffffff;
	background:#232323;
}
div#main h3.mapsh3 {
	width:300px;
	height:30px;
	display:block;
	line-height:30px;
	font-size: 14px;
	margin: 10px auto;	
	color: #ffffff;
	background:#f2ecde;
	text-align:center;
}
div#main h4 {
	font-size: 13px;
	line-height: 23px;
	margin: 8px 0 8px 0;	
	color: #777777;
}
div#main h5 {
	font-size: 12px;
	line-height: 22px;
	margin: 8px 0 8px 0;	
	color: #777777;
}
div#main h6 {
	font-size: 11px;
	line-height: 21px;
	margin: 8px 0 8px 0;	
	color: #777777;
}
/* END HEADINGS */
/* TEXT */
p {
	font-size: 12px;
	margin: 0 0 10px 0;
	line-height: 18px;
	padding: 0;
	color:#2f1d19;
	text-align:justify;
}
blockquote {
	border-left: 10px solid #ddd;
	margin-left: 10px;
}
strong, b {
/* explicit setting for these */
	font-weight: bold;
}
em, i {
/* explicit setting for these */
	font-style: italic;
}
/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
/* css-3 */
	white-space: pre-wrap;
/* Mozilla, since 1999 */
	white-space: -moz-pre-wrap;
/* Opera 4-6 */
	white-space: -pre-wrap;
/* Opera 7 */
	white-space: -o-pre-wrap;
/* Internet Explorer 5.5+ */
	word-wrap: break-word;
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}
pre {
/* black border for pre blocks */
	border: 1px solid #000;
/* set different from surroundings to stand out */
	background-color: #ddd;
	margin: 0 1em 1em 1em;
	padding: 0.5em;
	line-height: 1.5em;
	font-size: 90%;
}
/* Separating the divs on the template explanation page */
div.templatecode {
	margin: 0 0 2.5em;
}
/* END TEXT */
/* LISTS */
/* lists in content need some margins to look nice */
div#main ul,
div#main ol,
div#main dl {
	font-size: 1.0em;
	line-height: 1.4em;
	margin: 0 0 1.5em 0;
}
div#main ul li,
div#main ol li {
	margin: 0 0 0.25em 3em;
}
/* definition lists topics on bold */
div#main dl {
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #c0c0c0;
}
div#main dl dt {
	font-weight: bold;
	margin: 0 0 0 1em;
}
div#main dl dd {
	margin: 0 0 1em 1em;
}
/* END LISTS */
