/*------------------------------------------------------------

	Master.css
	www.yourwebsite.com
	
	Last Modified : 	27th December 2007
	Created by : 		Joe Bloggs
	Contact: 			joebloggs@email.com
	
	Copyright 2007 - 2008
	Based on Blueprint 1.6.1
	
	
/* Colour Palette
--------------------------------------------------------------

Light Grey - #fbfbfb

/* Plugins
-------------------------------------------------------------- */

@import 'plugins/reset.css';
@import 'plugins/classes.css';
@import 'plugins/grid.css';

/* You can alternatively use BP as a reset by importing the
bp-reset.css plugin. This is the entire Blueprint 0.6.1 
compressed file. You won't need to include grid.css or
reset.css */


/* Page
-------------------------------------------------------------- */

body	{
	background: url('/img/bg.jpg') repeat;
	}


/* Typography
-------------------------------------------------------------- */

/* Default font settings
   The font-size percentage is of 16px (0.75 * 16px = 12px) */
body { 
  	font-size: 75%;
 	line-height: 1.5;
  	color: #f1f1f1; 
  	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

p           { margin: 0 0 1.5em;
	text-align: justify;
}
p.last      { margin-bottom: 0; }
p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
img         { padding: 5px;
			  background-color: #151314; 
			   margin: 0px 0 1.5em 0;
				}

strong      { font-weight: bold; }
em		    { font-style: italic; }


/* Headings
-------------------------------------------------------------- */

h1,,h3,h4,h5,h6 { font-weight: normal; color: #111; }

h1 { 	margin: 35px 38px 10px 1em;
	text-align: justify;color: #e1e1e1;
	font: italic 1.6em/1.8em Georgia, "Times New Roman", Times, serif;}
h2 {font-size: 115%;
	color: #f8312c;
	font-weight: bold;
}
h3 { 	font-size: 115%;
	color: #f8312c;
	font-weight: bold; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin:0;
}


/* Links
-------------------------------------------------------------- */

a           	{ color: #EB0503;; text-decoration: none;
	font-weight: bold;
}
a:focus, 
a:hover     	{ color: #e0e0e0; }
a:visited		{}
a:visted:hover 	{
	color: #e0e0e0;
}


/* Tables - You still need cellspacing="0" in the markup
-------------------------------------------------------------- */

table		{}

thead		{}
tbody		{}
tfoot       { font-style: italic; }

th,td       { padding: 4px 10px 4px 5px; }
th          { border-bottom: 2px solid #ccc; font-weight: bold; background: #eee; }
td          { border-bottom: 1px solid #ddd; }
tr			{}

caption     { background: #ffc; }

/* Use this if you use span-x classes on th/td. */
table .last { padding-right: 0; }

tr.even td  { background: #eef; }


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: circle; }
ul + li		{}

ol          { list-style-type: decimal; }
ol + li		{}

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}



/* Forms
-------------------------------------------------------------- */

form			{}
fieldset		{padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc;}

legend			{font-weight: bold; font-size:1.2em;}
legend .span	{}

label       	{font-weight: bold;}

input[type='text']		{}
input[type='checkbox']	{}
input[type='radio']		{}
input[type='file']		{}

textarea      	{ width: 400px; height: 250px; padding:5px; }

select        	{ width:200px; }
option			{}
optgroup		{}



input:focus,textarea:focus,select:focus {	
	border:1px solid #666;
}

input,textarea, select {
  margin:0.5em 0;
  border:1px solid #bbb;
}


/* Other Elements
-------------------------------------------------------------- */

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
dfn         { font-style: italic;font-weight: bold; background: #ffc; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre,code    { margin: 1.5em 0; white-space: pre; }
tt          { display: block; margin: 1.5em 0; line-height: 1.5; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* Navigation
-------------------------------------------------------------- */
#menu {
	margin:20px auto 30px;
	padding:0px 0px 30px;
	text-align: center;
	width: 644px;
	height: 120px;
	background: url('/img/navbg.png') no-repeat;
	font: 1.5em Georgia, "Times New Roman", Times, serif;
	}

#menu ul {
	margin:0px;
	float: left;
	width: 644px;
	display: inline;
}

#menu ul li {
	list-style-type: none;
	display: inline;
	margin:0px;

}

#menu a {
	color: #d2d2d2;
	text-decoration: none;
	float: left;
}

#menu a:hover {
	color:#999;
}

#menu li a.home-link {
	width: 160px;
	height: 160px;
	background: url(/img/blackhorselimo.png) no-repeat top;
	display: block;
	padding:0px; 
	margin: 0px 0px -80px; }

#menu li a.services-link { width: 160px;margin: 35px 0px 35px 75px;padding: 30px 0px 0px 10px;}
#menu li a.contact-link {width: 160px;margin: 35px 0px; padding: 30px 10px 0px 10px;}



#menu li a.home-link:hover {background: url(/img/blackhorselimo.png) no-repeat bottom;}




/* Layout
-------------------------------------------------------------- */

#banner{
	background: url(/img/darkbg.jpg) repeat ;
	margin-bottom: 20px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000
}

#banner a{
	color: #EB0503;
	text-decoration: none;
}

#banner a:hover {
	color: #f9f9f9;
}

#banner p{
	padding:30px 49px 0px 15px;
	margin-bottom: 0px;
	text-align: left;
}

#banner img{
	background-color: #fff;
	padding: 5px;
	margin-top: 1.5em;
}

#banner .flourish{
	padding: 10px 10px 0px 18px;
	float: none;
	background-color: #000;
	margin-top: 0;
	margin-bottom: -10px;
}

#banner .arrow{
	padding: 0px 0px 0px 0px;
	float: none;
	background-color: #000;
	margin-top: 0;
	margin-bottom: 0px;
}

#quote{
	background: url(/img/quotebg.png) ;
	margin: 20px auto;
	height: 110px;
}

#contactbox{
	background: url(/img/darkbg.jpg) repeat ;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000
}

#contactbox p{
		padding: 0px 10px;
	margin: 5px 0px;
}
#quote h1{
	text-align: center;
	padding: 40px 0px 0px;
	font: italic 1.25em Georgia, "Times New Roman", Times, serif;
}

.services{
	margin-top: 10px;
}

.services p{
	margin-top: 5px;
}

#footer{
	background: url(/img/darkbg.jpg) repeat ;
	margin-top: 10px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000
}

#footer p{
	padding: 0px 10px;
	margin: 5px 0px;
}

#footer a{
	color: #EB0503;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover{
	color: #e1e1e1;
}

/* Page-Specific - based on the <body> class
-------------------------------------------------------------- */

.point{
	font-size: 115%;
	color: #EB0503;
	font-weight: bold;
}

.reserve{
	margin: -25px 0px 0px;
}







form {
	padding: 0;
	margin: 0;
}
form fieldset {
	border: none;
	padding: 0;
	margin: 0;
}
form fieldset label{
	display: block;
	font-size: 100%;
}
form fieldset input.textfield {
	width: 60%;
	margin: 0 0 10px 0;
	font-size: 85%;
	padding: 3px;
}
form fieldset textarea {
	width: 100%;
	height: 20%;
	margin: 0 0 10px 0;
	font-size: 100%;
	padding: 3px;
}
form fieldset input.submit {
	border: 1px solid #000;
	height: 25px;
	width: 75px;
	
	background: url(/img/submit.png) no-repeat top;
}

form fieldset input.submit:hover {
	border: 1px solid #101010;
	height: 25px;
	width: 75px;
	
	background: url(/img/submit.png) no-repeat bottom;
}
