/* CSS Document */

/* Structure Layout  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
html, body {
    height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #ADBBBF;
	font: 0.8em/2em "Lucida Grande", Tahoma, "Lucida Sans", Lucida, Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: left;
}
a:link {
	color: #ADBBBF;
	text-decoration: none;
}
a:hover {
	color: #FF3300;
	text-decoration: underline;
}
a:visited {
	color: #ADBBBF;
	font-weight: bold;
	text-decoration: none;
}
h1,h2,h3,h4 {
	padding:0px;
	margin:0px;
	font: 24px "Lucida Grande", Tahoma, "Lucida Sans", Lucida, Arial, Helvetica, sans-serif;
	color: #333333;
}

/* Layout Wrappers - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#locations{
	position:absolute;
	top:0px;
	right:30px;
	width:150px;
	height:20px;
	text-align: right;
}

#map {
	background-color:#333333;
background-image:url(../images/scotland-map.png);
background-repeat:no-repeat;
border-bottom:1px solid #646F78;
border-left:1px solid #646F78;
float:left;
height:509px;
position:relative;
width:399px;
}

#map #edinburgh{
	position:absolute;
	top: 270px;
	right: 30px;
	height: 90px;
	width: 140px;
}
#map #edinburgh a{
	display:block;
	height:90px;
	width:140px;
}

#map #edinburgh a span{
	display:none;
}

#map #glasgow{
	position:absolute;
	top: 240px;
	left: 70px;
	height: 90px;
	width: 140px;
}
#map #glasgow a{
	display:block;
	height:90px;
	width:140px;
}

#map #glasgow a span{
	display:none;
}
#map-content{
	width:520px;
	float: left;
	height: 470px;
	background-image: url(../images/splash-home-back.png);
	background-repeat: no-repeat;
	background-color: #646F78;
	padding: 20px;
	color: #CCCCCC;
}

#topsection {
	height:110px;
	position: relative;
}
.edinburghheader{
	background-image: url(../images/topheader-edinburgh.gif);
	background-repeat: no-repeat;}
.glasgowheader{
	background-image: url(../images/topheader-glasgow.gif);
	background-repeat: no-repeat;}
.scotlandhheader{
	background-image: url(../images/topheader-scotland.gif);
	background-repeat: no-repeat;}
#topsection h1, #mainadvert h2, #secondadvert h2, #edinburghadvert h2, #glasgowadvert h2 { text-indent:-2000px;}
#topnav {
	height:40px;
	background-image: url(../images/navback.gif);
	background-repeat: repeat-x;
}
#mainadvert{
	height:208px;
	background-image: url(../images/mainadvert.gif);
	background-repeat: no-repeat;
}
#mainadvert a {
	height:70px;
	display: block;
	width: 240px;
	top: 90px;
	position: relative;
	left: 80px;
	overflow: hidden;
}
#mainadvert a img {
	border:none;
	text-decoration: none;
}
#secondadvert{
	height:208px;
	background-image: url(../images/secondadvert.gif);
	background-repeat: no-repeat;
}
#edinburghadvert{
	height:208px;
	background-image: url(../images/edinburghadvert.gif);
	background-repeat: no-repeat;
}
#glasgowadvert{
	height:208px;
	background-image: url(../images/glasgowadvert.gif);
	background-repeat: no-repeat;
}
#shadow {
	height:30px;
	background-image: url(../images/shadow.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#footer {
	height:100px;
	background-color: #ADBBBF;
	font-size: 80%;
	text-align: right;
}
#footer a {
	color: #FFFFFF;
}

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

.clear {clear:both;}
.hr { border-top:1px solid #B9CEE1; margin-top: 10px; margin-bottom: 10px; }
.left {float:left;}
.right {float:right;}
.bordertop {border-top:1px solid #FF6600}

/* Custom Text Styles  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - */

.mainheader {
	font: 170%/150% "Lucida Grande", Tahoma, "Lucida Sans", Lucida, Arial, Helvetica, sans-serif;
	color: #6A0020;
	text-align: left;
	text-transform: uppercase;
}
.red {
 color:#6A0020;
}
.charcoal{
 color:#333333;
}
.serif-red {
	color:#6A0020;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px
	}
.serif-charcoal {
	color:#333333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px
	}
.medium-red {
	color:#6A0020;
	font-size:14px
	}
.medium-charcoal {
	color:#333333;
	font-size:14px}
.large-red {
	color:#6A0020;
	font-size:16px
	}
.large-charcoal {
	color:#333333;
	font-size:16px
	}


/* TOP NAV  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#topnav {
	display: block;
	margin: 0px;
	padding:0px;
	list-style: none;
}
#topnav  ul {
	display: inline;
	margin:0px;
	list-style-type: none;		
}
#topnav li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#topnav  li a {
	font: normal 11px/40px Arial, Helvetica, "Lucida Grande";
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 0.1em;
	text-align: center;
	display: block;
	margin: 0px;
	float: left;
	padding: 0px 5px;
	width: 120px;
	background-image: url(../images/navdivider.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-transform: uppercase;
}
#topnav li a:hover {
	color: #CC6666;
	border-color: #66CCFF;
}
#topnav li a.selected, #nav li a:hover.selected  {
	color: #CC6666;
}
#last { border-right:1px solid #FFFFFF; }

/* SUB NAV  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#subnav { 
	margin: 0px;
	padding:0px;
}	
#subnav  ul {
	display: inline;
	margin:0px;
	list-style-type: none;
	padding: 0px;
}
#subnav ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#subnav li a {
	list-style-type: none;
	display: block;
	margin: 0px;
	padding: 5px 0px 5px 5px;
	font: normal 10px/20px "Lucida Grande", Verdana, Arial, sans-serif;
	color:#333333;
	text-decoration: none;
	background-image: url(/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	border-bottom: 1px solid #CCCCCC;
}
#subnav li a:hover {
	color:#0099CC;
	font-weight: normal;
}
/* Gallery Thumbs   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.gallerythumb{
	float:left;
	border: none;
	margin-right: 8px;
	margin-bottom: 8px;
	background-color: #CCCCCC;
}
.gallerythumb img{
	padding: 1px;
	display: inline;
}

/* ----------------------------------------------------------------------------- 
Messages
-----------------------------------------------------------------------------*/


#quoteform .infobox, #quoteform .successbox, #quoteform .warningbox, #quoteform .errorbox {  
    border: 1px solid;  
    margin: 10px 0px;  
    padding:15px 10px 15px 50px;  
    background-repeat: no-repeat;  
    background-position: 10px center;  
 }  
 #quoteform .infobox {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url(../oncms/master_assets/images/icons/information.png);
 }  
 #quoteform .successbox {  
     color: #4F8A10;  
     background-color: #DFF2BF;  
     background-image: url(../oncms/master_assets/images/icons/accept.png);  
 }  
 #quoteform .warningbox {  
     color: #9F6000;  
     background-color: #FEEFB3;  
     background-image: url(../oncms/master_assets/images/icons/exclamation.png);  
 }  
 #quoteform .errorbox {  
     color: #D8000C;  
     background-color: #FFBABA;  
    background-image: url(../oncms/master_assets/images/icons/error.png);  
 } 



/* 
----------------------------------------------------------------------------- 
FORMS GENERAL
-----------------------------------------------------------------------------*/

#quoteform div.quote2 div#handle_small, #quoteform div.quote2 div#handle_large {
	clear:none;
	display:inline;
	float:none;
	width:15px!important;
	height:19px!important;
	margin: 0px;
	cursor:pointer!important;
	background-repeat:no-repeat;
	background-position: 0px 5px;
	padding-top:30px;
	}
#quoteform div.quote2 div#track_small, #quoteform div.quote2 div#track_large  {
	clear:none;
	display:inline;
	float:none;
	width:600px!important;
	margin-bottom: 30px;
}


#quoteform h3 {
	padding:0px;
	margin:0px;
	font-size: 14px;
	clear: both;
	text-transform: uppercase;
	color: #990000;
}

#quoteform .hr { clear:both; }

#quoteform form {padding:0px; margin:0px;}

#quoteform span {padding:0px; margin:0px; border:0px;}

#quoteform .price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	color: #990000;
}
#quoteform .price strong {
	color: #000000;
}

#quoteform legend {
	width : 100%;
	margin-left : 0px;
	font-size : 110%;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #990000;
	}
	
#quoteform .hr { 
	display:block;
	border-top:1px solid #CCCCCC;
	height:10px;
	}
#quoteform input.error, #quoteform select.error, #quoteform textarea.error, #quoteform span.error  {
	border: 1px solid #CC0000 !important;
	display:block;
	}
.quoteheader {
	height:20px;
	display:block;
	padding-top:10px;
	padding-bottom:10px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
}
	
#quoteform .stages {
	padding : 10px;
	border: 1px solid #999999;
	margin-top:10px;
	margin-bottom:10px;
	margin-right: 0px;
	margin-left: 0px;
		}	
#quoteform .stages li{
	color : #aaa;
	padding-left : 23px!important;
	font-size : 80%;
	display: inline;
	margin  : 0 15px 0 0;
	text-transform: uppercase;	
	}
#quoteform	li.full-list { 
	width : 100%!important;
	clear : both;
	}

#quoteform .stages li.active { 
	color : #222;
	background  : url(../oncms/master_assets/images/icons/bullet_go.png) no-repeat left center;	
	}	

#quoteform div.quote1, #quoteform div.quote2, #quoteform div {
	border: none;
	padding: 0px;
	marginm: 0px;
	width:100%;
	}
#quoteform div.quote1 div {
	float : left!important;
	WIDTH : 215px!important;
	display : block;
	margin-bottom: 10px;
	clear : none;
	}
#quoteform div.quote1 div.first, div.quote2 div.first {
	margin-right : 20px;
	clear: left;
	}

#quoteform select#day {
	width: 70px !important;
}
#quoteform div.quote2 div {
	float : left!important;
	WIDTH : 100%!important;
	display : block;
	margin-right : 20px;
	clear : none;
	}
#quoteform div.quote2 div.first {
		float : left!important;
		WIDTH : 35%!important;
		display : block;
		margin-right : 20px;
		clear : both;
		}
#quoteform #txtdate22 { 
	width: 45%!important; float : none!important; clear : both!important;
	}

#quoteform label { 
	width: 100%!important;
	}

#quoteform span.date { 
	color: #CD3333; font-weight: bold; float : none!important;
	}

#quoteform div.quote1 div.time {
	clear:left; width: 450px !important; font-size : 75%; line-height: 150%;  float : left; padding: 1.3em 0 0 0;
	}
	
#quoteform div.next {
	padding-top: 1.0em;
}

#quoteform input#hrs, input#min { 
	width : 40px!important;
	}
#quoteform select#day { 
	width : 50px!important;
	}
#quoteform input.man { 
	float : left!important;
	
	width : auto!important;}

#quoteform div.quote2 li label{ 
	width : auto!important; 

	}
#quoteform #submit { 
		width : 35%!important;
		}	
#quoteform p.amount-text {
font-style:italic!important;
clear:both!important;
font-size: 95%;
	}
#quoteform input.amounts { 
	float : left!important; 
	padding: 0;
	width : 10px!important;
		margin: 10px 3px!important;
	}	

#quoteform select.amounts { 
	position: relative; 
	width: 190px; 
	opacity: 0; 
	z-index: 5;
	}

#quoteform img.amount-image { 
	float : left;
	}
#quoteform .errmsg{
	color : #990000;
	text-align: left;
	display: block;
}

#quoteform div label {
    margin-right: 5px;
    font-weight: bold;
	color : #666;
    display: block;
    margin-top: 10px;
	font-size: 1em !important;
	line-height: 1.3em;
    }
	
#quoteform div input, #quoteform div select, #quoteform div textarea {
background:#E6E5E5 none repeat scroll 0%;
border:1px solid #D7DADA;
color:#222222;
font-size:12px;
font-weight:normal;
margin:3px;
padding:3px;
width:95%;
}

#quoteform #submit {
width:35% !important;
}

#quoteform .contact_submit:hover {

background:#C52B2B none repeat scroll 0% !important;
color:#FFFFFF !important;
}
#quoteform .contact_submit {
background:#C52B2B none repeat scroll 0%;
border:0pt none;
color:#FFFFFF;
padding:2px;
margin-top:20px;
}

#quoteform p {padding:0; margin:0px;}



