html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #1f1f61;	
}

img {
	border: 0;
}

table {
	font-size: 12px;
}

p {
	color: #333333;
	line-height: 22px;
}

select, input {
	font-size: 11px;
}

a {
	color: #666666;
	text-decoration: none;
}

a:hover, a:active {
	color: #000000;
	text-decoration: underline;
}

/* Page Layout */
#PageLayout {
	width: 100%;
	height: 100%;
	background-image: url(./images/background/header.png);
	background-repeat: repeat-x;
}

#PageLayout .header {
	height: 164px;
}

#PageLayout .body {

}

#PageLayout .footer {
	height: 90px;
	background: #21205f;
}

/* Page Header */
#Header {
	width: 955px;
	height: 164px;
}

#Header .left {
	width: 7px;
	height: 164px;
	background-image: url(./images/background/header-left.png);
}

#Header .right {
	width: 8px;
	height: 164px;
	background-image: url(./images/background/header-right.png);
}

#Header .menu {
	width: 704px;
	height: 78px;
}

#Header .logo {
	width: 236px;
	height: 164px;
}

#Header .moto {
	width: 704px;
	height: 86px;
	text-align: center;
}

#Header .subpageheading {
	width: 704px;
	height: 86px;
	background-image: url(./images/background/subpage.png);
	background-position: right;
	background-repeat: repeat-y;
}

/* Top navigation */
#Navigation {
	width: 100%;
	height: 40px;
	margin: 10px 0 0 0;
}

#Navigation td {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	width: auto;
	text-transform: uppercase;
	line-height: 40px;
}

#Navigation a {
	color: #ffffff;
	display: block;
	text-decoration: none;
}

#Navigation a:hover, #Navigation a:active {
	background-image: url(./images/background/menu-active.png);
}

/* Content */
#Content {
	width: 955px;
	height: 100%;
}

#Content .left {
	width: 7px;
	background-image: url(./images/background/content-left.png);
}

#Content .content {
	width: 940px;
}

#Content .right {
	width: 8px;
	background-image: url(./images/background/content-right.png);
}

/* Footer */
#Footer {
	width: 955px;
	height: 89px;
}

#Footer .left {
	width: 7px;
	height: 90px;
	background-image: url(./images/background/footer-left.png);	
}

#Footer .right {
	width: 8px;
	height: 90px;
	background-image: url(./images/background/footer-right.png);	
}

#Footer .bluewire {
	width:310px;
	height: 89px;
}

#Footer .sponsors {
	width: 670px;
	height: 89px;
	text-align: right;
}

#Footer .sponsors .last {
	margin-right: 20px;
}

/* Pillar */
.footer .pillar {
	background-image: url(./images/logos/pillar.png);	
	position: absolute;
	width: 133px;
	height: 290px;
	margin-top: -290px;
	margin-left: 839px;
}

/* Welcome Flash */
#Welcome {
	width: 940px;
}

#Welcome .blurb {
	width: 253px;
}

#Welcome .flash {
	width: 687px;
}

#Welcome .blurb p {
	margin: 7px 15px 7px 15px;
	line-height:20px;
	margin-left:15px;	
	color: #21205f;
}

#Welcome .blurb span {
	text-transform: uppercase;
	font-weight: bold;
}

/* Draws and Specials */
#DrawSpecials {
	width: 100%;
	margin-top: 30px;
}

#DrawSpecials .draw {
	width: 329px;
	padding-bottom: 20px;
}

#DrawSpecials .specials {
	padding-bottom: 20px;
}

#DrawSpecials h1 {
	color: #21205F;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#DrawSpecials h2 {
	color: #85449A;
	font-size: 15px;
	font-weight :normal;
	margin: 0 0 10px 0;
	padding: 0;
}

#DrawSpecials h2.facebookSpecial {
	color: #85449A;
	font-size: 12px;
	font-weight :normal;
	margin: 0 0 10px 0;
	padding: 0;
}

#DrawSpecials h2.smallSpecial {
	color: #85449A;
	font-size: 11px;
	font-weight :normal;
	margin: 0 0 10px 0;
	padding: 0;
}

#Draw {
	width: 314px;
	margin-left: 15px;
}

#Draw .draw {
	background-image: url(./images/regodraw-bg.png);
	background-repeat: repeat-y;
	padding: 10px 11px 0px 11px;
}

#Specials  {
	width: 494px;
	margin-left: 15px;
}

#Specials .special1 {
	background-image: url(./images/specials-bg.png);
	background-repeat: repeat-y;
	background-position: left;
	padding: 10px 0px 0px 11px;
}

#Specials .special2 {
	background-image: url(./images/specials-bg.png);
	background-repeat: repeat-y;
	background-position: right;
	padding: 10px 11px 0px 11px;
}

#Specials .bottom, #Draw .bottom {
	line-height: 1px;
	font-size: 1px;
	height: 11px;
}

/* Subpage */
#Subpage {
	width: 940px;
	height: 100%;
}

#Subpage .maincontent {
	width: 579px;
	padding-bottom: 20px;
}

#Subpage .sidebar {
	width: 361px;
	/*background-color: #f7f7f7;*/
	background-color: #f0f0f0;
	padding-bottom: 20px;
}

#Subpage .message {
	height: 67px;
}

/* Subpage - Philosphy */
.philosophy {
	width: 230px;
	margin-left: 27px;
}

.philosophy h1 {
	font-size: 20px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.philosophy h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 10px 0 0 0;
	text-transform: uppercase;
}

.philosophy p {
	font-size: 12px;
	margin: 0;
	padding: 5px 0 10px 0;
	border-bottom: solid 1px #e0e0e0;
	line-height: 18px;
	color: #21205f;
}

.socialLinks{margin:10px 0 30px 5px; z-index:100;}
.socialLinks a{ padding-left:20px; text-decoration:none; color:#a387b8; font-weight:bold;}
.socialLinks .facebook{ background:url(./images/facebook.gif) no-repeat center left;}
.socialLinks .youtube{ background:url(./images/youTube2.gif) no-repeat center left; margin-left:10px;}

.youtubeLinks{margin:10px 0 0px 5px;}
.youtubeLinks a{ padding-left:20px; text-decoration:none; color:#a387b8; font-weight:bold;}
.youtubeLinks .youtube{ background:url(./images/youTube2.gif) no-repeat center left; margin-left:10px;}

.by_bluewire{
margin-right:20px;
padding-bottom:10px;
font-size:10px;
color:#a387b8;
}

.by_bluewire a{
color:#a387b8;
}

/* Prices */
.pricesLayout {
	width: 549px;
	margin: 0 15px 0 15px;
}

.slipstream {
	padding: 0 15px;
}

.pricesLayout td {
	width: 50%;
	text-align: left;
	padding: 0px 10px 0px 0px;
}

.pricesLayout h2, .slipstream h2 {
	background-repeat: no-repeat;
	border-bottom: solid 1px #cccccc;
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
	background-image: url(../images/hand_h2.gif);
	background-repeat: no-repeat;
	padding: 2px 0px 5px 30px;
}

.pricesLayout p, .slipstream p {
	text-align: left;
	color: #333333;
	margin: 0 0 20px 30px;
	padding: 0;
}

.slipstream p { margin-left: 0px; }

/*About Us*/
.aboutus h2 {
	text-transform: uppercase;
	margin-top: 0;
	color: #85449a;
	font-size: 16px;
}

.aboutus {
	width: 549px;
	margin: 0 15px 0 15px;
}

.aboutus strong {
	font-weight: normal;
	color: #21205f;
}

.aboutus .leftCell {
	width: 105px;
}

/* News and Media */
#HWVideo {
	width: 100%;
	margin: 0 15px 0 15px;
}

#HWNews {
	width: 100%;
	margin: 0 15px 0 15px;
}

.older_videos {
	margin-top: 30px;
	color: #6c6c6c;
}

.older_videos a {
	color: #6c6c6c;
	text-decoration: none;
	font-weight: bold;
}

#OlderArticles {
	width: 100%;
}

#OlderArticles .cols {
	width: 50%;
	padding: 0 15px 0 15px;
}

#OlderArticles .datecell {
	padding: 10px 0px 0px 3px; 
	width: 30px; 
	color: #21205f;
	line-height: 18px;	
}

#OlderArticles .textcell {
	padding: 10px 5px 0px 10px; 
	line-height: 18px;
}

#OlderArticles .textcell a {
	color: #6c6c6c;
	font-weight: bold;
	text-decoration: none;
}

.readmore {
	color: #000000;
}

.readmore a {
	color: #000000;
	text-decoration: none;
}

.readmore a:hover, .readmore a:active {
	color: #000000;
	text-decoration: underline;
}

.readmore img {
	width: 12px;
	height: 9px;
}

/* News Item */
#NewsItem {
	margin: 0 15px 0 15px;
	margin-top: 15px;
}

#NewsItem .niRight {
}

#NewsItem .imgborder {
	padding: 5px;
	border: solid 1px #dadada;
	float: right;
	margin-left: 15px;
	margin-bottom: 5px;
}

#NewsItem .ptext {
	color: #333333;
	line-height: 18px;
}

/* Locations */
#Locations {
	width: 100%;
}

#Locations h2 {
	border-bottom: solid 1px #e0e0e0;
}

#Locations .location {
	padding: 0 15px 35px 15px;
	width: 50%;
}

#Locations strong {
	color: #21205f;
}

#Locations a {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding-left: 11px;
	background-image: url(./images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

#Locations a:hover, #Locatoins a:active {
	text-decoration: underline;
}

#Feedback, #ContactInfo {
	width: 100%;
	color: #333333;	
}

#Feedback strong, #ContactInfo strong {
	font-weight: bold;
	color: #21205f;
}

#ContactInfo {
	margin-top: 20px;
}

#FirstName, #LastName {
	width: 150px;
}

#CarRego, #AltCarRego, #Postcode {
	width: 50px;
}

#Email {
	width: 200px;
}

#OtherComments {
	width: 300px;
	height: 75px;
	font-family: Arial, sans-serif;	
	font-size: 11px;
}

/*SIFr Wrapper */
.sifr_wrapper {
	position: absolute;
	margin-top: -30px; 
	margin-left: 15px;
}

/* Clear Fix */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/**** Blog ***/

div.entry{
margin:10px;
}

.entry h1, .entry h2 {
color:#85449A;
font-size:16px;
font-weight:bold;
letter-spacing:-1px;
line-height:1.45em;
margin:0 0 0.3em;
}

.entry h4 {
color:#999999;
font-size:10px;
font-weight:normal;
margin:0;
padding:0 0 0.3em;
}

.latestMedia h1 {
	font-size: 20px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.older_videos ul{
margin:10px;
padding:0px;
}

.older_videos li{
border-bottom: 1px solid #e1e1e1;
list-style: none;
padding: 10px 0 10px 5px;
}

.older_videos li span.date{
color:#85449A;
font-size:10px;
margin-right:10px;
}

#thumbnails{
margin:10px;
}

#thumbnails img{
padding:5px;
border: 1px solid #DADADA;
margin:2px;
}



