*
{
	margin: 0; padding: 0;
}

body
{
	text-align: center;
	font: normal 0.75em/1.5em arial,helvetica,sans-serif;
	color: #2d2922;
	background: #2d2922;
}

hr												{ display: none; }
.nodisplay
{ 
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;
}

.spacer											{ display: block; clear: both; height: 1px; overflow: hidden; padding: 0; margin: -1px 0 0 0; }

fieldset										{ border: none; }
legend											{ display: none; }

input, select
{
	width: 95%;
}

.button
{
	width: auto;
	cursor: pointer;
	font: normal 100%/1.5em arial,helvetica,sans-serif;
	border: 0 solid;
	background-color: transparent;
	text-decoration: underline;
	text-align: left;
}

.checkbox, .radio								{ width: auto; }
input:focus, textarea:focus						{ background-color: #fff; }
.button:focus									{ background-color: transparent; }
label											{ cursor: pointer; }

img 											{ border: 0px none; }
strong, .info									{ font-weight: bold; }
a												{ color: #dbd4c6; }
a:visited										{ color: #dbd4c6; }
a:hover											{ color: #fff7e7; }

ul, ol											{ list-style: none; }
li a											{ display: block; text-decoration: none; }

p												{ margin: 0 0 1.7em 0; }

abbr											{ cursor: help; }

/* ******************** page blocks */

#page
{
	padding-top: 1.67em;
	width: 788px;
	text-align: left;
	margin: 0 auto;
}

#header, #left-block, #nav {
}

#header
{
	width: 100%;
}

#flags {
	float: right;
	margin-top: 2px;
}

#flags a {
	margin-right: 5px;
}

#nav {
	float: left;
	width: 528px !important;
	height: 9em;
	background: url(/pics/navleft.png) repeat-y #fff;
}

#nav ul {
	float: left;
	margin-left: 0.5em;
	margin-top: 7.2em;
}

#nav li {
	float: left;
}

#nav li a {
	float: left;
	background: url(/pics/navbg.png) right bottom no-repeat;
	padding: 0 0.5em;
	color: #211305;
	border-bottom: 0.3em solid #fff;
}

#nav a:hover {
	border-bottom: 0.3em solid #9cca2d;
}

#header h1 {
	float: left;
	width: 259px;
	height: 4.5em;
	background: url(/pics/logo.png) no-repeat #2d2922;
}

#subnav {
	float: left;
	margin-top: 1px;
	height: 160px;
}

#subnav li {
	float: left;
}

#subnav img {
	margin-left: 1px;
}

#sub1, #sub2, #sub3, #sub4, #sub1 a, #sub2 a, #sub3 a, #sub4 a {
	width: 130px;
	height: 160px;
}

#sub1 {
	width: 137px;
	background: url(/pics/subnav-schottland-tour1.png) no-repeat;
}

#sub2 a {
	background: url(/pics/subnav-schottland-tour2-all.png) no-repeat;
}

#sub2 a:hover {
	background: url(/pics/subnav-schottland-tour2-all.png) 0 -160px no-repeat;
}

#sub3 {
	background: url(/pics/subnav-irland-tour1.png) no-repeat;
}

#sub4 {
	width: 131px;
	background: url(/pics/subnav-irland-tour2.png) no-repeat;
}

#side-image {
	float: left;
	margin: 1px 0 0 1px;
	width: 258px;
	height: 160px;
	background: url(/pics/sidbar01.jpg) no-repeat;
}

#content
{
	float: left;
	width: 741px;
	margin: 1px 1px 0 6px;
	padding-left: 40px;
	background: url(/pics/bg.png) left repeat-y;
	color: #dbd4c6;
	margin-top: 1px;
}

#main {
	float: left;
	width: 441px;
}

#sidebar {
	float: right;
	margin-top: 1px;
	margin-left: 10px;
	padding: 0 18px 18px;
	width: 213px;
	color: #2d2922;
	line-height: 1.5em;
}

#sidebar ul {
	list-style-image: url(/pics/arrow.png);
}

#sidebar li {
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	background: url(/pics/dots.png) bottom repeat-x;
}

#sidebar a {
	padding-left: 9px;
	font-weight: 700;
	color: #211305;
	text-decoration: none;
	background: url(/pics/arrow.png) 1px no-repeat;
}

#footer
{
	clear: both;
	color: #a0998a;
	padding: 20px 45px 40px 45px;
}

#footer li {
	float: left;
	margin-right: 1em;
}


/* ******************** elements styles */
h1
{

}

h2, h3 {
	padding-top: 1.5em;
	font-size: 1.5em;
	font-family: Arial Narrow, Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
}

h2
{
	padding-bottom: 1.8em;
}

h3 {
	padding-bottom: 0.75em;
}

p {
	line-height: 1.67em;
}


