@charset "UTF-8";
/* CSS Document */

/*/////////////////////////////////////////////////////////////////////////////////
DEFAULT DOC SETUP
/////////////////////////////////////////////////////////////////////////////////*/

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #745d33;
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1e0000;
}

h1 {
	font-size: 18px;
	padding-bottom: 10px;
	color: #745d33; 
}

p {
	line-height: 20px;
}

a {
	font-weight: bold;
	color: #1e0000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

span {
	cursor: pointer;
}

/*/////////////////////////////////////////////////////////////////////////////////
ID TAGS
/////////////////////////////////////////////////////////////////////////////////*/

#container {
	position: relative;
	width: 800px;
	overflow: hidden;
	padding-bottom: 40px;
	margin: 0 auto;
	background: url(../images/cream-BG.jpg) repeat-y;
	background-color: #FFEEBD;
}

#content {
	position: relative;
	width: 750px; height: 100%;
	left: 25px;
}

#header {
	position: relative;
	width: 750px; height: 100px;
	overflow: hidden;
}

/*/////////////////////////////////////////////////////////////////////////////////
NAVIGATION
/////////////////////////////////////////////////////////////////////////////////*/

#navigation {
	position: relative;
	width: 152px; height: 312px;
	background-color: #1e0000;
	float: left;
}

#navigation ul {
	list-style-type: none;
}

#navigation li {
	width: 150px; height: 25px;
	margin-bottom: 2px;
}

#navigation li a {
	position: relative;
	overflow: hidden;
	color: #FFEEBD;
}

#navigation li span {
	position:absolute;
	width:150px; height:25px;
}

#navigation li a.home span.out {
	background: url(../images/home-button.jpg) no-repeat 0 0;
}

#navigation li a.home span.over {
	background: url(../images/home-button.jpg) no-repeat 0 -25px;
	z-index: 1;
}

#navigation li a.where span.out {
	background: url(../images/where-button.jpg) no-repeat 0 0;
}

#navigation li a.where span.over {
	background: url(../images/where-button.jpg) no-repeat 0 -25px;
	z-index: 1;
}

#navigation li a.grandTourer span.out {
	background: url(../images/gt-button.jpg) no-repeat 0 0;
}

#navigation li a.grandTourer span.over {
	background: url(../images/gt-button.jpg) no-repeat 0 -25px;
	z-index: 1;
}

#navigation li a.about span.out {
	background: url(../images/about-button.jpg) no-repeat 0 0;
}

#navigation li a.about span.over {
	background: url(../images/about-button.jpg) no-repeat 0 -25px;
	z-index: 1;
}

#navigation li a.contact span.out {
	background: url(../images/contact-button.jpg) no-repeat 0 0;
}

#navigation li a.contact span.over {
	background: url(../images/contact-button.jpg) no-repeat 0 -25px;
	z-index: 1;
}

#navigation li a.shearings span.out {
	background: url(../images/shearings-button.jpg) no-repeat 0 0;
}

#navigation li a.shearings span.over {
	background: url(../images/shearings-button.jpg) no-repeat 0 -25px;
	z-index: 1;
}

#navigation li#nav-image {
	width: 150px; height: 150px;
	background: url(../images/nav-image.jpg) no-repeat 0 0;
}

/*/////////////////////////////////////////////////////////////////////////////////
NAVIGATION - JAVASCRIPT DISABLED
/////////////////////////////////////////////////////////////////////////////////*/

#navigation-alt {
	position:absolute;
	width:152px; height:312px;
	left: 0; top: 100px;
	background-color:#1e0000;
	z-index:1;
}

#navigation-alt ul {
	list-style-type: none;
}

#navigation-alt li {
	width:150px; height: 25px;
	margin-bottom:2px;
}

#navigation-alt li a {
	position: relative;
	overflow: hidden;
	color: #FFEEBD;
}

#navigation-alt li span {
	position:absolute;
	width:150px; height:25px;
}

#navigation-alt li a.home span {
	background:url(../images/home-button.jpg) no-repeat 0 0;
}

#navigation-alt li a.home span:hover {
	background:url(../images/home-button.jpg) no-repeat 0 -25px;
}

#navigation-alt li a.where span {
	background:url(../images/where-button.jpg) no-repeat 0 0;
}

#navigation-alt li a.where span:hover {
	background:url(../images/where-button.jpg) no-repeat 0 -25px;
}

#navigation-alt li a.grandTourer span {
	background:url(../images/gt-button.jpg) no-repeat 0 0;
}

#navigation-alt li a.grandTourer span:hover {
	background:url(../images/gt-button.jpg) no-repeat 0 -25px;
}

#navigation-alt li a.about span {
	background:url(../images/about-button.jpg) no-repeat 0 0;
}

#navigation-alt li a.about span:hover {
	background:url(../images/about-button.jpg) no-repeat 0 -25px;
}

#navigation-alt li a.contact span {
	background:url(../images/contact-button.jpg) no-repeat 0 0;
}

#navigation-alt li a.contact span:hover {
	background:url(../images/contact-button.jpg) no-repeat 0 -25px;
}

#navigation-alt li a.shearings span {
	background:url(../images/shearings-button.jpg) no-repeat 0 0;
}

#navigation-alt li a.shearings span:hover {
	background:url(../images/shearings-button.jpg) no-repeat 0 -25px;
}

#navigation-alt li#nav-image-alt {
	width: 150px; height: 150px;
	background: url(../images/nav-image.jpg) no-repeat 0 0;
}

/*/////////////////////////////////////////////////////////////////////////////////
IMAGE FADE
/////////////////////////////////////////////////////////////////////////////////*/

#image-fade {
	position: relative;
	width: 598px; height: 312px;
	float: right;
	overflow: hidden;
}

#image-fade ul {
	list-style: none;
}

#image-fade li {
	float: left;
}

#image-fade img {
	border: none;
}

/*/////////////////////////////////////////////////////////////////////////////////*/

#vertical-fade {
	position: relative;
	width: 100%; height: 20px;
	background: url(../images/vertical-fade.jpg) repeat-x;
	float: left;
}

#feedback-bottom-fade {
	position: relative;
	width: 800px; height: 20px;
	background: url(../images/feedback-bottom-fade.jpg) no-repeat;
	margin: 0 auto;
}

/*/////////////////////////////////////////////////////////////////////////////////
CAROUSEL
/////////////////////////////////////////////////////////////////////////////////*/

#carousel-holder {
	position: relative;
	width: 750px; height: 168px;
	overflow: hidden;
	margin: -10px 0 0 -50px;
}

#carousel-BG {
	position: absolute;
	width: 750px;
	height: 158px;
	background: url(../images/carousel/carousel-BG.jpg) no-repeat;
	margin-top: -138px;
}

#carousel-cover-left {
	position: absolute;
	width: 10px; height: 168px;
	background: url(../images/carousel/cover-left.jpg) no-repeat;
	left: 40px;
}

#carousel-cover-right {
	position: absolute;
	width: 10px; height: 168px;
	background: url(../images/carousel/cover-right.jpg) no-repeat;
	right: 40px;
}

.carousel {
	top: 5px;
	margin-left: 50px;
	padding-left: 5px;
	position: relative;
    visibility: hidden;
    left: -5000px;
}

#carousel-holder ul {
	list-style-type: none;
}

#carousel-holder li {
	margin: 10px 5px 0 0;
	width: 156px;
	height: 128px;
	float: left;
}

#carousel-holder li a img {
	border: none;
}

#carousel-prev {
	position: absolute;
	background: transparent url(../images/carousel/back.jpg) no-repeat 0 0;
	width: 30px;
	height: 138px;
	top: 10px;
	left: 10px;
	z-index: 1;
	cursor: pointer;
}

#carousel-prev:hover {
	background-position: -30px 0;
}

#carousel-next {
	position: absolute;
	background: transparent url(../images/carousel/next.jpg) no-repeat -30px 0;
	width: 30px;
	height: 138px;
	top:10px;
	right: 10px;
	z-index: 1;
	cursor: pointer;
}

#carousel-next:hover {
	background-position: 0 0;
}

/*/////////////////////////////////////////////////////////////////////////////////*/

#brownLine {
	position: relative;
	width: 100%; height: 1px;
	background-color: #1e0000;
	margin: 20px 0 40px 0;
}

#info {
	position: relative;
	width: 650px;
	float: left;
	margin-left: 50px;
}

#footer {
	position: relative;
	background: url(../images/footer.jpg) no-repeat;
	width: 800px; height: 100px;
	margin: 0 auto;
}

#footer ul {
	position: relative;
	list-style-type: none;
	top: 20px; left: 75px;
}

#footer ul li {
	line-height: 16px;
}

#footer ul li a {
	font-weight: normal;
	text-decoration: none;
	color: #FFEEBD;
}

#footer ul li a:hover {
	text-decoration: underline;
	color: #FFEEBD;
}

#W3 {
	position: relative;
	float: right;
	margin-right: 75px;
	top: 35px;
	z-index: 3;
}

#W3 img {
	border: none;
}








/*/////////////////////////////////////////////////////////////////////////////////
CLASSES
/////////////////////////////////////////////////////////////////////////////////*/

.out, .over {
	position: absolute;
	display: block;
	width: 150px; height: 25px;
}

.info-image-float-right {
	float: right;
	padding: 0 0 0 30px;
	margin-top: -10px; margin-right: -10px;
	z-index: 4;
}

.info-image-float-left {
	float: left;
	padding: 0 30px 0 0;
	margin-top: -10px; margin-left: -10px;
	z-index: 4;
}

.seperator-5 {
	position: relative;
	height: 5px;
	clear: both;
}

.seperator-10 {
	position: relative;
	height: 10px;
	clear: both;
}

.seperator-50 {
	position: relative;
	height: 50px;
	clear: both;
}

.footer-images {
	position: relative;
	float: right;
	top: 35px;
	right: 15px;
	padding-left: 15px;
}
