/* YURALYII TOURS */


* {
	padding: 0;
	margin: 0;
} /* this will reset all elements to margin/padding = 0 */

/* LAYOUT STYLES */
body {
	color: #221913;
	font-size: 11px;
	line-height: 130%;
	text-align: left;
	background: #3E2E21 url(../images/bg-body.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}

.clear {
    clear: both; 
    display: block; 
}

a {
	text-decoration: none;
	color: #9c2414;
}

a:hover {
	text-decoration: underline;
}

#container {
	margin: 20px auto 0 auto;
	width: 778px;
	background-color: #FFFFFF;
}

img {
	border:none;
}

ul { 
	list-style-type: disc;
	margin-left: 30px;
	margin-top: 5px;
}

ul li { 
	line-height: 1.6em;
}


/* HEADER STYLES */
#header {
	width: 778px;
	height: 209px;
	background-color: #FFFFFF;
}
#header a { display: block; height: 209px; background: #00ff00; }

/* NAVIGATION */
.hidden {
	display: none;
}

#nav {
	height: 29px;
	width: 778px;
	background-color: #3e2d21;
}

#nav ul {
	list-style: none;
	margin: 0;
}

#nav ul li {
	float: left;
}

#nav ul li a {
	height: 29px;
	display: block;
}

#nav ul li a:hover {
	background-position: 0 -29px !important;
}

#nav ul li#home a {
	background:url(../images/nav/home.gif) no-repeat top;
	width:55px;
}

#nav ul li#profile a {
	background:url(../images/nav/profile.gif) no-repeat top;
	width:78px;
}

#nav ul li#heritage a {
	background:url(../images/nav/heritage.gif) no-repeat top;
	width:174px;
}

#nav ul li#gallery a {
	background:url(../images/nav/gallery.gif) no-repeat top;
	width:69px;
}

#nav ul li#contact-us a {
	background:url(../images/nav/contact.gif) no-repeat top;
	width:120px;
}

body.home #nav ul li#home a {background-position:0 -29px!important;}
body.profile #nav ul li#profile a {background-position:0 -29px!important;}
body.heritage #nav ul li#heritage a {background-position:0 -29px!important;}
body.gallery #nav ul li#gallery a {background-position:0 -29px!important;}
body.contact-us #nav ul li#contact-us a {background-position:0 -29px!important;}

/* CONTENT STYLES */
div#content_container {
	width: 511px;
	float: left;
	background-color: #FFFFFF;
}


/*	CTA STYLES */
div#cta {
	width: 267px;
	float: right;
	font-size: 12px;
	line-height: 150%;
	background-color: #F6F1EE;
}

img#cta-img {
	width: 265px;
	margin: 0 0 10px 0;
}

div#cta p {
	text-align: left;
	margin: 10px 0 10px 15px;
}

div#cta p strong {
	color: #0f9be6;
}
div#cta p#address {
	color: #221913;
	font-weight: bold;
}

div#cta a {
	text-decoration: none;
}
div#cta a:hover {
	text-decoration: underline;
}

img#webbasic {
	margin: 80px 32px 20px 0;
	float: right;
}


/* TEXT STYLES */
#title {
	margin: 20px 0 0px 0;
}

img#text-img {
	margin: 0 15px;
/*	border: 1px solid #F04E9E;*/
}

img#text-img2 {
	clear: right;
	margin: 5px 15px;
/*	border: 1px solid #F04E9E;*/
}

div#text {
	text-align: left;
	width: 470px;
	margin: 0 10px 20px 40px;
}

div#text div.text-header {
	display: block;
	width: 400px;
	height: 15px;
	margin: 43px 0 0 9px;
}

div#text p {
	color: #000000;
	margin: 10px 25px 0px 10px;
}


/* FOOTER STYLES */
div#footer {
	clear: both;
	width: 778px;
	font-size: 10px;
	margin: 0 auto;
	font-weight: bold;
	padding: 0px;
	color: #655040;
}

div#footer a{
	color: #655040;
}

div#footer a:hover {
	color: #655040;
	text-decoration: underline;
}

#footer ul {
	list-style: none;
	margin-left: 0px;
}

#footer ul li {
	float: left;
	margin: 0 2px;
}

#footer ul li#footer_home {
	background: none;
	margin-left: 0px;
}

#copyright {
	text-align: right;
	margin-right: 10px;
}


/*-----------------------
Gallery
----------------------*/

div#gallery { 
	width: 400px; 
	float: left;
}

div#gallery ul {
	list-style-type: none;
	padding-top: 10px;
	margin: 0;
}

div#gallery ul li {
	display: inline;
	padding: 0 10px 10px 0;
	float: left;
}

div#gallery ul li a img {
	border: 4px solid #7f7065;
}

div#gallery ul li a:hover img {
	border: 4px solid #9C2414;
}

div.gallery-caption {
	text-align: center;
}

div.caption {
	font: 1em "Verdana";
	color: #000000;
	text-align: left;
	display: block;
	clear: both;
	margin-top: 10px;
}

div#enquiry-form {
	margin-left: 10px;
	padding: 15px 0;
}
