/*
CSS Styling for Old Tiger Stables
*/

body {
	margin: 20px 0;
	padding: 0;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #000000 url(../images/otsblack.gif) repeat center;

}

h1, h2, h3 {
	color: #730000;
}

h2 {
	font-size: 1.6em;
}

h3 {
	margin: 0;
	font-size: 1em;
	padding-top: 10px;
	padding-bottom: 5px;	
}

p, ul, ol, blockquote {
	margin-top: 0;
}

a:link {
	color: #730000;
}

a:hover {
	text-decoration: none;
}

img {
	border: thin solid #bdbdbd;
	margin-top: 5px;	
	margin-bottom: 10px;
}

/* The wrapper contains the entire site */

#wrapper {
	border: thin solid #730000;
	width: 750px;
	margin: 0 auto;		
}

/* Headers with image variation*/

#header {
	width: 750px;
	height: 200px;
	background: url(../images/ots1.jpg);
}

#header2 {
	width: 750px;
	height: 200px;
	background: url(../images/ots2.jpg);
}

#header3 {
	width: 750px;
	height: 200px;
	background: url(../images/ots3.jpg);
}

#header4 {
	width: 750px;
	height: 200px;
	background: url(../images/ots4.jpg);
}

#header5 {
	width: 750px;
	height: 200px;
	background: url(../images/ots5.jpg);
}

#header *, #header2 *, #header3 *, #header4 *,  #header5 * {
	margin: 0;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}

#header h1, #header2 h1, #header3 h1, #header4 h1, #header5 h1 {
	float: right;
	padding: 20px 20px 0 330px;
	font-size: 3em;
}

#header h2, #header2 h2, #header3 h2, #header4 h2, #header5 h2 {
	float: left;
	padding: 20px 0 0 0;
	font-size: 1em;
}


/* topbar - holds bedouin legend */

#topbar {
	width: 750px;
	height: 40px;
	margin: 0 auto;
	background: #2E2E2E url(../images/topbar.gif);
	text-align: center;	
}

#topbar p{
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	padding-top: 11px;
}

#topbar a:link, #topbar a:hover, #topbar a:visited, #topbar a:active {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
}

/* Contact div holds bar in bottom of banner with contact details in it */

#contact {
	width: 750px;
	height: 40px;
	margin: 0 auto;
	background: #2E2E2E url(../images/bar1.gif);
	text-align: center;	
}

#contact p{
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	padding-top: 9px;
}

#contact a:link, #contact a:hover, #contact a:visited, #contact a:active {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
}

/* Content - contains left and right-hand column divs*/

#content {
	width: 750px;
	margin: 0 auto;
	background-color: #cecece;
	background-image: url(../images/otsbg3.gif);
	background-repeat: repeat;
}

/* Left column - contains navigation links and image below */

#leftcol {
	float: left;
	width: 200px;
	padding: 15px 10px 20px 10px;
}

#leftcol h3 {
	color: #730000;
	margin: 0;
	font-size: 16px;
	padding-top: 2px;
	padding-bottom: 2px;	
}


#leftcol a:link, #leftcol a:visited, #leftcol a:active {
	color: #730000;
	text-decoration: none;
}

#leftcol a:hover {
	color: #730000;
	text-decoration: underline;

}

#leftcol img {
	border: thin solid #bdbdbd;
	margin-top: 15px;
	margin-left: 10px;
}

/* Right column - contains information on page */

#rightcol {
	float: right;
	width: 505px;
	padding: 15px 10px 20px 10px;
}

/* Footer */

#footer {
	width: 750px;
	height: 40px;
	margin: 0 auto;
	background: #2E2E2E url(../images/bar1.gif);
	text-align: center;	
}

#footer p{
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	padding-top: 9px;
}

#footer a:link, #footer a:hover, #footer a:visited, #footer a:active {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
}


	
/* Contact Form */

.formcontainer {
	width: 480px;
	background-color: #c6cece;
	border: thin solid #730000;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}

#otscontact p {
	margin: 0px;
	padding: 5px 0px 0px;
	clear: left;
}

#otscontact p label {
	float: left;
	width: 15%;
	font-weight: bold;	
}

.widelable {
	height: 30px;
}

.widelable label {
	float: left;
	width: 35%;
	font-weight: bold;

}

.widelable hr {
	border: 3px inset #777;
	width: 80%;
	height: 6px;
	margin: 10px auto 0 0;
	text-align: left;
	}

/* Table */

.listholder{

	width: 480px;
	background-color: #c6cece;
	border: thin solid #730000;
	border-collapse: collapse;	
	padding: 0 0 0 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.listholder a:link, .listholder a:hover, .listholder a:visited, .listholder a:active {
	color: #000000;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
}


.listholder td {
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

.listholder th {
	text-align: left;
	background-color: #ffffff;
	border-top: thin solid #730000;
	border-bottom: thin solid #730000;
	margin: 0px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

/* Google Map holder */

#map {
	border: thin solid #730000;
	margin-bottom: 10px;	
}