/*
CSS style for Mechanical Bull Ride
Coded by SIAB
URL: http://www.siab.com.au
May 2008
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #87723d url(../images/bg-main.jpg) top center repeat-y fixed;
	font: 80% Arial, Helvetica, sans-serif;
	color: #555;
	line-height: 160%;
	margin: 0 auto;
	text-align: center;
}

a {
	color: #555;s
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

p {
	margin: 10px 0;
}

ul, ol {
	margin: 0 28px;
}

ul li, ol li {
	margin: 0 0 8px 0;
}

h1, h2, h3 {
	clear: both;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 10px 0;
}

h1 {
	font: 24px Arial, Helvetica, sans-serif;
}

h2 {
	font: 20px Arial, Helvetica, sans-serif;
}

h3 {
	font-size: 16px;
	font-weight: bold;
}

h1.page-title {
	color: #164ba0;
}

input, textarea {
	background: #f7f7f7;
}

/* Main container style */
#container {
	width: 750px;
	display: table;
	margin: 0 auto;
	padding: 10px 0;
	text-align: left;
}

/* Header style */
#header {
	float: left;
	clear: both;
	width: 100%;
}

#maincontent {
	float: left;
	clear: both;
	width: 100%;
	min-height: 330px;
	height: auto !important;
	height: 330px;
	background: url(../images/bg-frame-home.jpg) no-repeat;
	padding-top: 90px;
}

#leftcol {
	float: left;
	width: 185px;
	margin: 10px 0 10x 0;
	padding-right: 10px;
}

#rightcol {
	float: left;
	width: 693px;
	background: url(../images/bg-leftcol-home.gif) top left repeat-y;
	padding: 0 10px 0 16px;
}

#leftcol-home {
	float: left;
	width: 452px;
	background: url(../images/bg-leftcol-home.gif) right no-repeat;
	position: relative;
	left: 3px;
}

#rightcol-home {
	float: left;
	width: 462px;
	position: relative;
	left: 10px;
}

#footer {
	float: left;
	clear: both;
	width: 100%;
	font-size: 11px;
	color: #000;
}

/* Top Menu */
#header .logo {
	float: left;
	width: 300px;
	position: absolute;
	top: 5px;
}

.top-menu {
	float: right;
	width: 400px;
	position: relative;
	top: 65px;
	left: 25px;
}

.top-menu ul {
	margin: 0;
	padding: 0;
}

.top-menu ul li {
	float: left;
	list-style: none;
	margin: 0 18px 0 0;
	padding: 0;
}

.lines {
	clear: both;
	position: relative;
	top: 80px;
	padding-left: 130px;
}

.welcome, .homepage-photos {
	text-align: center;
}

/* Footer */
#footer .col1 {
	float: left;
	width: 400px;
	padding: 0 8px;
}

#footer .col2 {
	float: right;
	width: 300px;
	text-align: right;
	padding: 0 8px;
}

/* Frame */
.no-bg {
	background: none;
}

.frame-top {
	float: left;
	clear: both;
	width: 100%;
	height: 369px;
	background: url(../images/bg-frame-top.jpg) no-repeat;
}

.frame-repeat {
	float: left;
	clear: both;
	width: 100%;
	background: url(../images/bg-frame-repeat.jpg) repeat-y;
	height: auto;
}

.frame-bottom {
	float: left;
	clear: both;
	width: 100%;
	height: 20px;
	background: url(../images/bg-frame-bottom.jpg) no-repeat;
}

.frame-repeat .content {
	width: 630px !important;
	width: 620px;
	padding: 10px 60px;
	margin-top: -250px;
	position: relative;
	z-index: 1000;
}

.content .photo-thumb {
	float: left;
	margin: 0 30px 30px 0;
}

.content .col1 .photo-thumb {
	float: left;
	margin: 0;
}

.content .col1 {
	float: left;
	width: 200px;
	margin-right: 20px;
}

.content .col2 {
	float: left;
	width: 410px;
}

dl.form {
	margin: 10px 0;
}

dl.form dt {
    clear: both;
    float:left;
    width: 130px;
	font-weight: bold;
    padding: 4px 0 2px 0;
    text-align: left;
}

dl.form dd {
    float: left;
    width: 200px;
    margin: 0 0 8px 0;
    padding-left: 6px;
}

dl.form dd textarea {
	width: 100%;
}

.no-gap {
	margin: 0;
	padding: 0;
}

.align-right {
	text-align: right;
}

input, textarea, select {
	background: #f7f7f7;
	border: 1px solid #e5e5e5;
	padding: 2px;
}

input.button {
	border: none;
}

.what-is-mbr {
	font: 12pt "Times New Roman", Times, serif;
}

.what-is-mbr h2 {
	font: bold 20pt "Times New Roman", Times, serif;
}