@charset "utf-8";

body,html {
	margin:0;
	padding:0;
	height:100%;
}
body {
	position:relative;
	min-width:900px;
	min-height:600px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color:#755b32;
	background-color:#fbfbf3;
}
#background {
	width:100%;
	height:600px;
	background:url(images/bg.gif) repeat-x;
	position:absolute;
	top:50%;
	left:0;
	margin-top:-300px;
}
#minheighter {
	width: 900px;
	height: 600px;
}
#container {
	width: 900px;
	height: 600px;
	margin-left:-450px;
	margin-top:-300px;
	position:absolute;
	top:50%;
	left:50%;
}
a {
	color:#755b32;
	text-decoration:underline;
}
a:hover {
	color:#ca9d56;
}
p {
	margin:1.4em 0;
}
p.first {
	margin-top:0;
}
p.last {
	margin-bottom:0;
}
a img {
	border:0;
}
form {
	margin:0;
}

p.quote {
	padding-left:2em;
	font-style:italic;
	font-weight:bold;
	margin-bottom:0.5em;
}

#logo {
	position:absolute;
	left:0;
	top:0;
}

#menu {
	position:absolute;
	top:54px;
	left:267px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	text-transform:uppercase;
}

#menu a {
	color:#957460;
	margin-left:3px;
	text-decoration:none;
}

#menu a:hover, #menu a.current {
	color:#b29060;
}

#image {
	position:absolute;
	left:35px;
	top:76px;
	width:843px;
	height:268px;
	padding:4px;
	background-color:white;
	border:2px solid #bdb390;
}

#image-border {
	position:absolute;
	left:28px;
	top:69px;
	width:869px;
	height:287px;
	background:url(images/main-border.png) no-repeat;
}

#text-container {
	position:absolute;
	left:279px;
	top:356px;
	width:594px;
	height:210px;
	padding-left:27px;
	padding-top:7px;
	background:url(images/text-bg.png) no-repeat;
	SCROLLBAR-FACE-COLOR: #f5f2e3;
	SCROLLBAR-HIGHLIGHT-COLOR: #f5f2e3;
	SCROLLBAR-SHADOW-COLOR: #f5f2e3;
	SCROLLBAR-3DLIGHT-COLOR: #f5f2e3;
	SCROLLBAR-ARROW-COLOR: #755b32;
	SCROLLBAR-TRACK-COLOR: #f5f2e3;
	SCROLLBAR-DARKSHADOW-COLOR: #f5f2e3;
}

#text {
	height:230px;
	border-left:1px solid #9c8a6c;
	padding-left:25px;
	padding-top:3px;
	padding-right:25px;
	line-height:1.6em;
	overflow:auto;
}

#left, #right {
	float: left;
	display: inline;
	width: 50%;
	height: inherit;
}

body.text-left-layout #text-container {
	background:url(images/text-bg_left.png) no-repeat;
	left:25px;
	padding-right:27px;
	padding-left:10px;
	width:584px;
}

body.text-left-layout #text {
	border-right:1px solid #9c8a6c;
	border-left:0;
}

body.text-left-layout div.signup {
	right:14px;
	left:auto;
}

body.text-left-layout div.signup2 {
	right:14px;
	left:auto;
}

body.text-left-layout div.signup3 {
	right:14px;
	left:auto;
}

#enquiryform {
	padding-bottom:5px;
}

#enquiryform input {
	padding-left:5px;
	width:183px;
}

#enquiryform  input.submit {
	width:24px;
	padding-left:0;
}

div.signup {
	width:219px;
	background-color:#fefafa;
	border:1px solid #87714d;
	position:absolute;
	top:358px;
	left:39px;
	padding:2px 11px 2px 8px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#5c0b04;
	font-size:0.8em;
}

div.signup2 {
	width:219px;
	background-color:#fefafa;
	border:1px solid #87714d;
	position:absolute;
	top:406px;
	left:39px;
	padding:7px 11px 8px 8px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#5c0b04;
	font-size:0.8em;
}

div.signup3 {
	width:219px;
	background-color:#fefafa;
	border:1px solid #87714d;
	position:absolute;
	top:498px;
	left:39px;
	padding:7px 11px 8px 8px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#5c0b04;
	font-size:0.8em;
}

div.signup img {
	margin:0;
	padding:0;
}

div.signup div.headerbox {
	border-bottom:1px solid white;
	padding-bottom:3px;
	margin-right:3px;
}

div.signup div.whiteline {
	height:1px;
	background-color:white;
	margin-top:3px;
	margin-left:1px;
	margin-bottom:3px;
	line-height:0px;
	font-size:0px;
	width:215px;
}

div.signup label {
	margin-top:3px;
	margin-bottom:3px;
	margin-left:2px;
	font-weight:bold;
	font-size:1em;
	display:block;
	vertical-align:5px;
}

div.signup input, div.signup textarea {
	padding:0;
	margin-right:3px;
	border:0;
	height:16px;
	background-color:#e1dfcf;
	color:#8e7852;
	font-size:1.1em;
	width:168px;
	padding-left:20px;
}

div.signup textarea {
	height:50px;
	padding-left:5px;
	width:183px;
}

div.signup input.submit {
	width:24px;
	padding-left:0;
	margin-right:0;
	font-weight:bold;
	border:1px solid #93753f;
	height:17px;
}

div.signup select.left {
	width:81px;
}

div.signup select.right {
	width:108px;
}

.w8em {
	color:#00FF66;
}

.enabled {
	color:#990033
}

.errorText {
	color:red;
	margin:0.5em 0;
}
.error {
	font-weight:normal;
	color:red;
}

#footer {
	position:absolute;
	left:37px;
	top:620px;
	width:852px;
	height:16px;
	background:url(images/footer-bg.png) repeat-y;
	font-size:0.75em;
	padding-top:3px;
	padding-left:3px;
}

#footer span {
	margin-left:8px;
}

#footer span.credit {
	margin-left:70px;
}

#footer a {
	text-decoration:none;
	color:#755b32;
}

#footer a:hover {
	text-decoration:underline;
}

#footer span.credit a {
	color:#874425;
}

#brains {
	position:absolute;
	left:755px;
	top:610px;
}

a.boxbutton {
	width:157px;
	height:19px;
	border:1px solid #8e6b52;
	display:block;
	float:left;
	text-align:center;
	color:#8f6c53;
	text-decoration:none;
	margin-right:5px;
}

a.boxbutton:hover {
	background-color:#faf8ed;
}

#rydercup_top_right {
	position:absolute;
	left:755px;
	top:-5px;
	width:133px;
	height:57px;
}

