body {
	background: url(../images/background2.png) repeat-x;
	font-family: Arial, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}

#site-holder {
	width: 850px;
	margin: 0 auto;
	background-color: #1C2424;
	box-shadow: 0px 0px 10px #282928;
	-webkit-box-shadow: 0px 0px 10px #282928;
}

ol, p {
	font-size: 12px;
	line-height: 1.5em;
	color: #FFF;
}

ul{
	font-size: 11px;
	line-height: 1.5em;
	color: #FFF;
}

blockquote {
	font-size: 14px;
	line-height: 1.5em;
	font-weight: bold;
	font-style: italic;
	color: #FFF;
}

h1 {
	font-size: 18px;
	color: #759F67;
	font-weight: lighter;
}

h2 {
	font-size: 14px;
	color: #759F67;
	font-weight: lighter;
	margin-top: 2em;
}

h3 {
	font-size: 12px;
	color: #759F67;
	font-weight: bold;
	font-style: italic;
	margin-top: 2em;
}

a {
	color: #759F67;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}



#header {
	width: 850px;
	height: 80px;
	background-color: #1C2424;
	position:relative;
	float: left;
}

#header ul {
	margin: 40px 25px 0 0;
	padding: 0;
	float: right;
	display: inline;
}

#header ul li {
	margin: 0;
	padding: 0;
	display: inline;
	font-size: 11px;
	color:#666;
}

#header ul li a.dull {
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	opacity:0.3;
	zoom: 1;
}

#header ul li a.dull:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	zoom: 1;
}


#header #logo {
	float: left;
	margin: 16px 0 0 25px;
	display: inline;
}

#header #contact {
	float: right;
	margin: 16px 0 0 25px;
	display: inline;
}


#header-image {
	width: 850px;
	height: 230px;
	border-top: solid 2px #FFF;
	float: left;
	background-color: #000;
}

/*-------------------- main menu layout 
--------------------------------------------------------------------------*/

#main-menu {
	width: 850px;
	float: left;
	height: 38px;
	background-image:url(../sitepix/structural/menu-bg.png);
	background-repeat: repeat-x;
}

#main-menu ul {
	margin: 0;
	padding: 0;
}

#main-menu ul li {
	margin: 0;
	padding: 0;
	display: inline;
}


#main-menu ul li a {
	margin: 4px 2px  0 0;
	padding: 0;
	line-height: 30px;
	height: 30px;
	float: left;
	background-image: url(../sitepix/structural/normal-state-bg.png);
	background-repeat: repeat-x;
	font-size: 13px;
	color: #FFF;
	text-decoration: none;
}

#main-menu ul li a:hover, #main-menu ul li a.active {
	background-image: url(../sitepix/structural/over-state-bg.png);
	background-repeat: repeat-x;
	border-bottom: solid 4px #FFF;
}

#main-menu ul li a#home {
	width: 93px;
}

#main-menu ul li a#tours {
	width: 126px;
}

#main-menu ul li a#design {
	width: 145px;
}

#main-menu ul li a#guide {
	width: 143px;
}

#main-menu ul li a#hotels {
	width: 97px;
}

#main-menu ul li a#transport {
	width: 112px;
}

#main-menu ul li a#contact {
	width: 122px;
	margin-right: 0;
}

/*-------------------- main section layout including sub menu and main text area
----------------------------------------------------------------------------------------*/

#main-holder {
	width: 850px;
	float: left;
	background-color: #fff;
	background-image: url(../sitepix/structural/main-holder-bg.gif);
	background-repeat: repeat-y;
	overflow: auto;
}

#left-side {
	width: 190px;
	float: left;
}

#left-side #sub-menu {
	width: 190px;
	text-align: center;
}

#left-side #sub-menu h1 {
	background-color: #759F67;
	line-height: 38px;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	margin: 0;
	padding: 0;
	border-bottom: solid 2px #1E1F1E;
	border-top: solid 2px #1E1F1E;
}

#left-side #sub-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#left-side #sub-menu ul li {
	margin: 0;
	padding: 0;
}

#left-side #sub-menu ul li a {
	width: 190px;
	display: block;
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #FFF;
	font-size: 11px;
	line-height: 25px;
	border-bottom: solid 2px #1C2424;
	background-color: #3E4041;
}

#left-side #sub-menu ul li a:hover {
	background-color: #8B0048;
}

#text-area {
	width: 470px;
	padding: 30px 25px 0 25px;
	float: left;
	text-align: left;
	display: inline;
}

#right-side {
	width: 115px;
	float: left;
	margin-right: 25px;
	display: inline;
	padding-top: 30px;
}

#right-side img {
	margin: 0 0 10px 0;
	padding: 0;
}

#right-side a {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	zoom: 1;
}

#right-side a:hover  {
	filter:alpha(opacity=65);
	-moz-opacity:0.65;
	opacity:0.65;
	zoom: 1;
}

/*-------------------- The tour intro page
----------------------------------------------------------------------------------------*/

#tour-intro-holder {
	width: 585px;
	padding: 30px 25px 0 25px;
	float: right;
	text-align: left;
	display: inline;
}

#tour-intro-holder table {
	margin-bottom: 15px;
}

#tour-intro-holder caption {
	font-size: 15px;
	font-weight: bold;
	color: #759F67;
	text-align: left;
	margin: 5px 0;
	padding: 0;
}

#tour-intro-holder table .tour-info {
	width: 320px;
	height: 100px;
	background-image: url(../sitepix/tour-images/text-info-bg.gif);
	background-repeat: no-repeat;
	padding: 7px 15px 15px 15px;
	font-size: 11px;
	color: #FFF;
	text-align:justify;
}

#tour-intro-holder table .tour-price {
	width: 141px;
	height: 45px;
	background-image: url(../sitepix/tour-images/price-bg.gif);
	background-repeat: no-repeat;
	font-size: 16px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	line-height: 45px;
}
.small-text-tour {
font-size: 9px;


}

#tour-intro-holder table .tour-click {
	width: 210px;
	height: 45px;
	background-image: url(../sitepix/tour-images/click-here-bg.png);
	background-repeat: no-repeat;
}

#tour-intro-holder table a {
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	display: block;
	line-height: 45px;
	text-align: center;
}

#tour-intro-holder table a:hover {
	text-decoration: underline;
}


/*-------------------- The tour details pages only layout
----------------------------------------------------------------------------------------*/

#tour-details-area {
	width: 470px;
	padding: 30px 25px 0 25px;
	float: left;
	text-align: left;
	display: inline;
}

#tour-details-area ul {
	list-style-type: none;
}

#tour-details-area ul li  {
	font-size: 14px;
}

#tour-details-area .header {
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	color: #759F67;
	float: left;
	margin: 0 20px 10px 0;
}

#tour-details-area #total-box {
	margin: 10px 0 0 0;
}

#tour-details-area #total-box p {
	display: block;
}

#tour-details-area #total-box p span.price {
	font-size: 30px;
	color: #FFF;
	font-weight: bold;
	background-image: url(../sitepix/tour-images/price-bg.gif);
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
	display: block;
	width: 131px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	
}

/*-------------------- desgin my tour form
----------------------------------------------------------------------------------------*/

#form form {
	border: 0;
	padding: 0;
	margin: 0;
	
}

#form p {
	margin: 0;
	padding: 0;
}
#form p .small {
	font-size: 10px;
}

#form .border {
	border: solid 1px color:#759F67;
}

/*-------------------- Layout for the course guide
----------------------------------------------------------------------------------------*/


#course {
	font-size: 12px;
	color: #FFF;
}

#course th {
	background-color: #759F67;
}

#course tr {
	background-color: #3E4041;
}

#course .odd {
	background-color: #323435;
}

/*-------------------- Transport layout
----------------------------------------------------------------------------------------*/

.transport {
	color: #FFF;
}

.transport .info {
	color: #FFF;
	background-image: url(../sitepix/structural/trans-bg.gif);
	xpadding: 15px 0 0 0;
}

.transport .info p {
	width: 210px;
	padding: 15px 15px 0px 15px;
	font-size: 11px;
	margin: 0;
}



/*-------------------- footer section layout
----------------------------------------------------------------------------------------*/

#footer {
	position: relative;
	clear: both;
	width: 850px;
	height: 90px;
	background-color: #1C2424;
	border-top: solid 2px #FFF;
	text-align: left;
}

#footer .seperator {
	margin: 10px 0 0 0;
	padding: 0 10px 0 0;
	border-right: solid 1px #FFF;
	float: left;
	display:inline;
}

#footer .seperatorlast {
	margin: 10px 0 0 0;
	padding: 0 10px 0 0;
	float: left;
	display: inline;
}

#footer ul {
	margin: 0 0 0 10px;
	padding: 0;
	list-style-type: none;
	float: left;
	line-height: normal;
}

#footer ul li {
	margin: 0;
	padding: 0;
}

#footer ul li a {
	display: block;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	color: #FFF;
	text-decoration: none; 
}	

#footer ul li a:hover {
	color: #759F67;	
}

#hide { display: none; }
