
/* Welsh Travel Style Sheet */


/* Global configs */
html * {
	margin: 0px;
	padding: 0px;
	list-style: none;
	z-index: 0;
}

body {
	color: #222222;
	font-size: 0.7em;
	background: #f3eece;
	font-family: 'trebuchet ms', sans-serif;
	text-align: center;
	z-index: 1;
}

.clear {
	clear: both;
}

a:link, a:visited {
	color: #ff6600;
}

a:hover {
	border-bottom: 1px dotted #ff6600;
}

/*
General page layout
*/

#wrapper {
    position: relative;
    text-align: center;
    z-index: 1;
}

#container {
    position: relative;
    width: 960px;
    margin: 0px auto;
    text-align: left;
    z-index: 2;
	background: #e6dbbf;
}

/* Elements */

#header {
	position: relative;
	width: 960px;
	height: 200px;
	background: url(images/header.jpg) top left no-repeat #0f0f0f;
}

#navigation {
	position: relative;
	width: 960px;
	height: 50px;
	background: url(images/nav.gif) top left repeat-x;
}

#left {
	position: relative;
	width: 230px;
	float: left;
	margin: 20px 0px 20px 0px;
	padding: 0px 0px 0px 20px;
}

#body {
	position: relative;
	width: 650px;
	float: right;
	margin: 20px 20px 0px 0px;
	padding: 10px;
	background: white;
}

#footer {
	position: relative;
	width: 960px;
	height: 260px;
	background: url(images/footer.gif) bottom left no-repeat;
}


/* Navigation */

#navigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-family: georgia, serif;
}

#navigation ul li {
	list-style: none;
	float: left;
}

#navigation ul li a:link, #navigation ul li a:visited {
	display: block;
	color: white;
	text-decoration: none;
	font-size: 14px;
	padding: 15px 0px 15px 15px;
}

#navigation ul li a:hover {
	color: #fffdca;
	border: 0px solid white;
}

/* Left bits */

#left h2 {
	color: #0f0f0f;
	background: white;
	font-size: 16px;
	margin: 0px;
	padding: 7px;
	line-height: 16px;
	font-family: georgia, serif;
}

#left h4 {
	color: white;
	font-size: 16px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	line-height: 16px;
	font-family: georgia, serif;
}

#left input.textbox {
	width: 170px;
	
}

#left select.monthbox {
	width: 174px;
}

#left div.excursion {
	background: #0f0f0f;
	width: 210px;
	padding: 10px;
	margin: 0px 0px 5px 0px;
}

#left div.month {
	display: block;
	background: #414141;
	width: 210px;
	padding: 10px;
	margin: 0px 0px 5px 0px;
}

#left ul {
	padding: 10px 0px;
	
}

#left ul li {
	list-style: url(images/bullet.png);
	margin: 5px 0px 0px 30px;
}

#left ul li a:link, #left ul li a:visited {
	text-decoration: none;
	color: #0f0f0f;
	font-size: 13px;
}

#left ul li a:hover {
	color: #ff6600;
	font-weight: 800;
	border: 0px solid white;
}

#left div.featured {
	width: 216px;
	background: #f7efe2;
	padding: 7px;
}

/* Blocks */

#body h1 {
	color: #0f0f0f;
	font-size: 18px;
	font-family: georgia, serif;
	font-weight: 200;
	padding: 0px 0px 7px 0px;
}

#body h1 a, #body h1 a:link, #body h1 a:visited {
	color: black;
}

#body h3 {
	color: #fd6300;
	font-size: 12px;
	padding: 0px 0px 7px 0px;
}

#body p {
	padding: 0px 0px 7px 0px;
}

#body img.thumbnail {
	width: 100px;
	height: 100px;
	float: right;
	padding: 10px;
	border: 1px solid #aaaaaa;
	margin: 0px 0px 10px 10px;
	display: block;
	background: white;
}

#body div.white {
	color: #0f0f0f;
	padding: 10px;
	background: white;
}

#body div.beige {
	color: #0f0f0f;
	padding: 10px;
	background: #fff8f2;
}

#body span.price {
	color: #0f0f0f;
	font-size: 18px;
	font-family: georgia, serif;
	font-weight: 200;
	padding: 0px 10px 0px 0px;
}

#body span.supplement {
	font-weight: 800;
	padding: 0px 10px 0px 0px;
}


/* Footer */

#footer p.legal {
	position: absolute;
	bottom: 20px;
	right: 20px;
	color: #333333;
	text-align: right;
}

