﻿/*CSS BROWSER RESETS*

Entire List...*/
html,body,div,span,
applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
dd,dl,dt,li,ol,ul,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td 
html,body,div,span,
applet,object,iframe,
h1,h2,h3,h4,h5,h6,li,ul,p,
a,img{
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
}


/*CSS BROWSER RESETS*/
body 
{
 background:#292929 url('images/headerBck.png') repeat-x;
 font-size:16px;
 font-family:Arial;
 text-align:center;
}

#container
{
 margin:0 auto;
 text-align:center;
 width:1024px;
 position:relative;
}

#headerImage
{
 float:left;
 width:560px;
}

#menu
{
 float:right;
 width:235px;
}

#menuList li
{
 list-style:none;
 float:left;
 width:156px;
 height:30px;
 background-image:url('images/arrow-trans.gif');
 background-repeat:no-repeat;
 margin-top:10px;
}

#menuList li a
{
 color:#666;
 text-decoration:none;
 font-size:1.5em;
 font-weight:bold;
 padding:3px 0 0 2px;
 display:block;
 width:130px;
}
#menuList li a:hover
{
 color:#292929;
}

.clear
{
 clear:both;
 line-height:1px;
}

h1,h2,h3,h4,h5,p:first-letter
{
 text-transform: capitalize;
}

#h1Margin
{ 
 margin-left:-124px;
}

h1
{
 background-image:url('images/onyxArrow-trans.png');
 background-repeat:no-repeat;
 padding:10px 0 0 80px;
 height:70px;
 font-size:1.8em;
 font-weight:bold;
 word-spacing:2px;
}

#content
{
 position:relative;
 top:14px;
 padding:30px 0 0px 100px;
 background-image:url('images/columnRunner.png');
 background-repeat:repeat-y;
}

#content a
{
 color:#A0FFA0;
}
#content a:hover
{
 color:#48FF48;
}

#content p
{
 color:#fff;
 font-size:1.4em;
 line-height:30px;
 margin:0 0 18px 0;
}

.textLeft
{
 width:375px;
 float:left;
}

#billboard
{
 margin-top:-80px;
 background-image:url('images/onyxbillboard-trans.png');
 background-repeat:no-repeat;
 height:510px;
 width:510px;
 float:right;
}

#billboard h2
{
 font-size:1.8em;
 color:#fff;
}

#billboard p, #billboard h2
{
 margin:10px 70px 15px 60px;
}

.priceQuote
{
 font-size:2.5em;
}

#pricesTable
{ 
 background-color:#626262;
 color:#fff;
 font-size:1.2em;
 margin-left:00px;
}

#pricesTable thead
{
 background-color:#1D1D1D;
}

#pricesTable th
{
 font-size:1.4em;
 padding-bottom:10px;
}

#pricesTable th, #pricesTable td
{
 padding: 10px 18px;
}

#pricesTable td,#pricesTable th
{
 border:solid 1px #fff; 
}

.returnPrice td
{
 background-color:#838383;
}

#pricesTable tr:hover td
{
 background-color:#292929;
 
}

#contact
{
 background-color:#020202;
 color:#fff;
 border:solid 1px #808080;
 width:500px;
 padding:50px;
}

#contact h3
{
 font-size:1.3em;
 margin:0 0 10px 0;
 color:#81FF81;
}

#contact h5
{
 margin-top:10px;
 font-size:1.1em;
}

#bookingRequirements,.rightSideBookingForm
{
 background-color:#fff;
 color:#292929;
 border:solid 2px #9DFF9D;
 padding:20px;
 width:450px;
 float:left;
 margin:15px 80px 5px 0;
}
#bookingRequirements
{
}
.rightSideBookingForm
{
 clear:left;
}

.eachWay,.price
{
 color:#008000;
}


#bookingRequirements h2,.rightSideBookingForm h2
{
 margin:0 0 20px 0;
 font-size:1.2em;
 color:#808080;
}

#bookingRequirements h5,.rightSideBookingForm h5
{
 margin:25px 0 5px 0;
 font-size:1em;
}
.eachWay
{
 font-size:0.7em;
}
.price
{
 font-size:1.4em;
}

#terms h5
{
 font-size:1.5em;
 color:#A8FFA8;
 margin:10px 0 5px 0;
}

#terms 
{
 width:800px;
}

#priceDefinitions
{
 color:#fff;
 margin:0 0 20px 20px;
}
#priceDefinitions li
{
 font-size:1.2em;
 margin:0 0 5px 0;
}

.contactForMore
{
 font-size:0.8em;
 text-transform:lowercase;
}

#phonenumber
{
 color:#fff;
 position:absolute;
 top:150px;
 left:10px;
 font-weight:bold;
 font-size:1.0em;
}

#footer
{
 margin:120px 75px 0px 0px;
 border:solid 1px #fff;
 padding:10px;
 background-color:#000;
 color:#fff;
 position:relative;
 height:100px;
}

#footerImg
{
 position:absolute;
 top:10px;
 right:10px;
 padding:2px;
 border:solid 1px #fff;
}

.errorStar
{
 font-size:1.2em;
 color:Red;
 font-weight:bold;
}