/* @group Global Browser Reset */
* {
padding:0;
margin:0;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, dl, fieldset, address { margin:20px 0; }

li, dd, blockquote { margin-left: 40px; }

fieldset { padding:10px; }

img { border: 0px; }
/* @end */



/* HTML, Body */
body {
	text-align: center;
	font-size: 1.1em;
	font-family: Tahoma, Geneva, sans-serif;
	color:#172063;
}

em
{
font-weight:bold;
}

/* Basic Layout */

/* Controls fake "header" background  */

div#outer-wrapper 
{
background-image: url(../images/waves.png);
	background-repeat: repeat-x;
	background-position:0 35px;
}

div#inner-wrapper 

{
}
div#content-wrapper {
	width: 1070px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-repeat: repeat-y;
	background-position:0 0;
}
div#logo 
{
	text-align: center;	
	background-color:#0171BB;
	padding:0 0 24px 0;
	
}





/* Sidebar Area */
/* Sidebar Area */


div#sidebar {

	background-color:#0171BB;
	float: left;
	width: 255px;
	height:100%;
	display:inline;
	background-image: url(../images/simplechecker.jpg);
	background-position:left;
	background-repeat:repeat-y;
	
}

/* Main Content Area */
/* Main Content Area */


div#content {
	float: right;
	width: 770px;
	padding-right:10px;
	display: inline;
	background-image: url(../images/simplechecker.jpg);
	background-position:right;
	background-repeat:repeat-y;
}


div#content-inner {
	margin-top:120px;
	padding: 1px 60px 0 0;
	}

#content-inner p 
	{
	line-height:150%;
	/* clear:both; */
	}

#content-inner ul
{
padding:0;
margin:0;
}

#content-inner li
{
padding:0 0 10px 0;
margin:0;
}

/* Floating Right Box */
/* Floating Right Box */

div.rightfloatbox {
	padding:0 7px 0 7px;
	width: 180px;
	float: right;
	text-align:center;
	margin: 0 5px 10px 15px;
	}

.rightfloatbox img
{
padding:0 0 15px 0;
}

.rightfloatbox .photolabel
{
font-size:10.5px;
text-align:left !important;
color:#666;
line-height:100%;
padding:0 0 10px 0;
margin:0;
}




/* Sidebar  Nav */
/* Sidebar  Nav */


ul#nav {
	margin: 0 0 20px 0;

	height: 40px;
	line-height: 45px;
	font-size: 1.1em;
	font-weight: 500;	
	overflow: hidden;
}
ul#nav li {
	display: inline;
	list-style-type: none;
	margin: 0 20px 0 0;
}
ul#nav li a {
font-family:'Crimson Text',arial,serif;
	
}
ul#nav li a:hover {
	color: #3f3e3a;
}

ul#nav li a:link, ul#nav li a:visited {
	color: #7d7257;
	text-decoration: none;
}
ul#nav li a:hover {
	color: #3f3e3a;
}




/* Side left NAVIGATION */


ul.mainnav {
	margin: 0 20px 10px 65px;
	font-size:1.1em;
	color:white;
	font-weight:bold;	
}
ul.mainnav li {
	margin: 0;
	list-style-type: none;
	padding: 1px 0;
}
ul.mainnav li a {
font-family:'Crimson Text',arial,serif;
	display: block;
	color:white;
	margin: 0;
	padding: 7px 0 7px 4px;
}
ul.mainnav li a:link, ul.mainnav li a:visited {
	color:white;
	text-decoration: none;
	border:1px solid #0171BB;
}
ul.mainnav li a:hover {
	border:1px solid white;
	color:#BE0000;
}



/* Footer */
/* Footer */

div#footer 
{
	clear: both;
	background-image: url(../images/waves2.png);
	background-repeat: repeat-x;
	background-position:0 25px;
	padding:88px 0 0 0;
	margin:0;
	text-align:center;
}


.address
{
color:#BE0000;
font-size:14px;
line-height:100%;
}

.copyright
{
font-size:11px;
}


p.copyright a
{
color:#172063;
}




/* Bottom Address Table */
/* Bottom Address Table */

#addresstable
{
color:#0071BC;
width:90%;
font-size:12px;
padding:0;
margin-left:150px;
margin-right:100px;
text-align:left;
}


#addresstable td
{
text-align:left;
}



/* @group Headings */
h1 {

font-family: 'Crimson Text', arial, serif;

	margin:3px 0 25px 0;
	text-align:left;
	line-height: 25px;
	font-weight: bold;
	font-size:2em;
	color: #BE0000;
	 }
	
h1.maintitle {
	font-family: 'Lobster', arial, serif;
	font-size:2.5em;
	padding-top:18px;
	text-align:left;
	line-height:24px;
	font-weight: bold;
	color: #BE0000;
	letter-spacing:3px;
	 }	
	
	
	
h2 {
	margin:15px 0 10px 0;
	font-weight:bold;
	font-size: 1.4em;
	color: #BE0000;
}
h3 {		
	text-align: left;
	font-size: 1.4em;
	font-weight: 400;	
	font-weight: 500;	
	color: #BE0000;
	line-height: 1.7em;
	 }
	
h4 {
	margin-left: 25px;
	margin-right: 10px;
	font-size: 1.1em;
	font-weight: 500;	
	margin-bottom: 10px;
	color: #BE0000;
}
h5 { }
h6 { }


.smaller
{
font-size:10px;
}




/* Main Text Area */
div#content-inner {
	font-size: .75em;
	line-height: 1.7em;
}
div#content-inner p {
	margin:0 0 10px 0;
}


div#content-inner a:link, 
div#content-inner a:visited 
{
	color: #0171bb;
	text-decoration: none;
	font-weight:bold;
}

div#content-inner a:hover {
	color:#BE0000;
	border-bottom: 1px dotted #BE0000;
}





/* @group Misc */
.clear {
	clear: both;
}
.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 */
/* @end */

.floatleft
{
float:left;
padding:0 8px 1px 0;
}

.error
{
font-weight:bold;
font-style:italic;
color:#33CC66;
font-size:22px;
margin-top:20px;
}


.question
{
	color: #BE0000;
	text-decoration: none;
	font-weight:bold;
}

.answer
{
	color: #0171bb;
	text-decoration: none;
	font-weight:bold;
}


td.equipmentphoto
{
padding-bottom:50px;
textalign:center;
height:140px;
width:185px;
vertical-align:middle;
}

td.equipmenttext
{
padding-bottom:50px;
vertical-align:top;
}

.termsjustified
{
text-align:justify !important;
padding-right:14px;
}

.menublock
{
border:1px solid #172063;
padding:15px;
width:450px;
font-weight:bold;
}

.gallerypic
{
vertical-align:middle;
text-align:center;
}

.gallerylabel
{
vertical-align:top;
text-align:center;
padding-bottom:20px;
}


/* Admin Area */

.menupdatecell
{
font-size:smaller;
background-color:#D1DCDD;
padding:5px 2px 5px 2px;
}

.menupdatecell input,
.menupdatecell textarea
{
font-size:11px;
}

/* quote page */

.mins_note
 {
color:#BE0000;
font-size:x-small;
}

.description_cell
{
color:#3B9494;
font-size:11px;
font-style:italic;
line-height:110%;
}

.menu_description
{
font-weight:lighter;
}

/* booking pages */

table.formborder
{
border:1px solid #172063;
display:block;
clear:both;
margin-right:25px;
}


table.formborder td
{
padding:5px;
}

table.formborder td
{
padding-left:10px;
}

.purplewarning
{
font-size:larger;
color:#CC54C2;
}


/* Admin pages */


a.adminlink
{
background-color:#DB6320;
}

#recentquotestable
{
font-size:10.25px;
margin:0 !important;
}

#recentbookingtable
{
font-size:10.25px;
margin:0 !important;
}

#recentbookingtable td
{
padding:5px 2px 5px 2px;
}

#adminbookingupdatetable
{
font-size:11px;
margin:0 !important;
}

#adminbookingupdatetable td
{
padding:8px 5px 8px 5px;
}

#adminbookingupdatetable td.maupseclabel
{
padding:12px 5px 12px 15px;
background-color:#E6F2F8;
font-size:15px;
}

#mainquotetable
{
background-color:#D9EBEC;
float:left;
width:490px;
}

#mainquotetable td
{
padding:0 7px 0 7px;
}


/* Extra Styles */

.bigpara
{
color:#650050;
font-size:1.3em;
}


#content-inner p.bigpara a:link,
#content-inner p.bigpara a:visited,
#content-inner p.bigpara a:hover,
#content-inner p.bigpara a:active
{
color:#650050;
}


#content-inner p.bigpara a:hover
{
text-decoration:underline;
}

.rightfloatbox a img 
{
padding:0 0 15px;
border:2px solid white;
}

.rightfloatbox a:hover img 
{
padding:0 0 15px;
border:2px solid #0171BB;
text-decoration:none;
}

#content-inner .rightfloatbox a:hover
{
text-decoration:none;
border-bottom:none;
}


