@import url("reset.css");
@import url("fonts.css");

body,html{
	width: 100%;
	height: 100%;
}
/*html {overflow-y: scroll;}*/
body {
	background: #EDF1E7 url(images/clouds-rpt.jpg) repeat-y top center;
	color: #523D13;
}

/*Frontier header*/
#frontier_strip{
	display: block;
	background: #FFF;
	color: #333333;
	border-bottom:5px solid #171816;
}
#frontier_header {
	display: block;
	height: 85px;
	width: 970px;
	position: relative;
	padding: 10px 10px 0px 10px;
	margin: 0px auto 0px auto;
	z-index: 1;
	font:85%/1.4 verdana,arial,helvetica,clean,sans-serif;
}


#frontier_header #logolink {
	display:block;
	position: absolute;
	top: 10px;
	left: 10px;
	padding-top: 75px; width: 165px; 
	overflow: hidden;
	height: 0;
	cursor: pointer;
	background: url(http://frontier.co.uk/css/images/frontier-logo.png) left top no-repeat;
	margin: 0px;
	text-decoration: none;
}
#frontier_header img{
	visibility: hidden;
	position: absolute;
}
#toplinks {
	position: absolute;
	display: block;
	width: auto;
	top: 10px;
	right: 15px;
}
#toplinks li {
	display: block;
	float: left;
	padding: 0px 0px 0px 0px;
	margin-left: 5px;
	overflow: visible;
}
#toplinks a{
	color: #666666;
	font-weight: bold;
	display: block;
	padding: 0px 5px 0px 0px;
	margin: 2px 0 0 0;
	border-right: solid 1px #999999;
	text-decoration: none;
}
#nav {
	position: absolute;
	display: block;
	right: 0px;
	bottom: 0px;
}
#nav li {
	display: block;
	float: left;
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin-right: 30px;
	overflow: visible;
}
#nav a {
	display: block;
	font-weight: bold;
	color: #A17128;
	text-decoration: none;
	padding-bottom: 7px;
}
#nav a:hover, #toplinks a:hover {
	color: #222521;
}

#nav strong a {
	display: block;
	color: #222521 !important;
	background: url(http://frontier.co.uk/css/images/nav-arrow.gif) no-repeat center bottom;
}




.searchBox {
	width: auto; margin: 0;
}
.searchBox td {
	padding: 3px 10px 3px 0px;
	border: none !important;
}
.searchBox tr:hover {background: none;}
#result_report {
	color: #09C;
	margin-bottom: 1em;
}
#results .title {font-weight: bold;}
.url {color: #999; font-size: 0.9em;}
.srchfield {
	position: relative;
	display: block;
	border: none;
	line-height: 16px;
	height: 16px;
	width: 200px;
	padding: 2px 4px 6px 4px;
	overflow: visible;
	background: url(http://frontier.co.uk/css/images/search_bg.gif) no-repeat 0 0;
	float: left;
}
.srchfieldQ {
	position: relative;
	display: block;
	border: none;
	line-height: 16px;
	height: 16px;
	width: 130px;
	padding: 2px 4px 6px 4px;
	overflow: visible;
	background: url(http://frontier.co.uk/css/images/quick_search_bg.gif) no-repeat 0 0;
	float: left;
}
input.blur {
	color: #999;
}

.btnSearch {	
	display: block;
	padding-top: 20px; width: 20px; 
	overflow: hidden;
	height: 0;
	border: none;
	cursor: pointer;
	background: url(http://frontier.co.uk/css/images/search-go.gif) left top no-repeat;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	float: left;
	margin-left: 2px;
}

/* Access styles */
.skip a{
	display:block;
	position: absolute;
	padding-top: 1px; width: 1px; 
	overflow: hidden;
	height: 0;
	cursor: default;
	margin: 0px;
	z-index: 99;
}
.skip a:focus, .skip a:active {display: inline; background: #333333; border: solid black 1px; color: #ffffff !important; text-decoration: none;
	position: absolute; height: auto; width: auto; padding: 0 0.5em;}
.skip a:hover {cursor: default;}

.addthis_toolbox { position: relative; left:5px; top: 20px;}
.addthis_toolbox a { text-decoration: none;}

/*Frontier header -- END*/

h1 {
	font-size: 2.8em;
	line-height: 100%;
	margin-bottom:10px;
}
h2 {
	font-size: 1.9em;
	margin-bottom:5px;
}
h2.colTitle {
	font-size: 2.4em;
	margin-bottom: 0px;
	line-height: 100%;
}
	
div + div h2 {
	/*margin: 0.3em 0 0.6em 0;	*/
}
h3 {
	font-size: 1.8em;
	margin: 0.3em 0 0.3em 0;
}
h4 {
	font-size: 1.4em;
	margin: 0 0 0.2em 0;
	font-weight: bold;
}
h5 {
	font-size: 1.0em;
	margin: 0 0 0.4em 0;
}
h1 a, h2 a, h3 a, h4 a {
	text-decoration: none !important;
	color: #65541F !important;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
	text-decoration: underline;
}

abbr,acronym {border-bottom: 1px dotted #A17128;cursor: help;}
#content strong, #content strong em {font-weight: bold;}
#content h1, #content h2, #content h3, #content h4 {
	color: #65541F;
}
em {font-style: italic;}
a {color: #523D13;}
del { text-decoration: line-through; }
sup {
	vertical-align: baseline;
	font-size: 0.8em;
	position: relative;
	top: -0.4em;
	}
sub {
	vertical-align: baseline;
	font-size: 0.8em;
	position: relative;
	bottom: -0.4em;
	}
object { outline:none; }

/*Main Layout elements*/
#holder {
	position: relative;
	margin: 0px auto 0px auto;
	min-height: 100%;
	height: auto;
	background: url(images/bkg-landscape.jpg) no-repeat center bottom;
}
#blend {
	display:block;
	position: absolute;
	bottom: 658px;
	padding-top: 70px;
	width: auto;
	min-width: 100%;
	overflow: hidden;
	height: 0;
	background: url(images/bkg-blend.png) center top no-repeat;
	margin: 0px;
	text-decoration: none;
}

#wrapper{
	width: 970px;
	margin: 0 auto 0 auto;
}

#header {
	display: block;
	width: 970px;
	height: 175px;
	display: block;
	position: relative;
}
#logo {
	display:block;
	position: absolute;
	top: 12px;
	left: 241px;
	padding-top: 162px;
	width: 555px;
	overflow: hidden;
	height: 0;
	background: url(images/lostwinds-logo.png) left top no-repeat;
	margin: 0px;
	text-decoration: none;
}
#star {
	display:block;
	position: absolute;
	top: 27px;
	right: 10px;
	padding-top: 117px;
	width: 162px;
	overflow: hidden;
	height: 0;
	background: url(images/sales-board.png) left top no-repeat;
	margin: 0px;
	text-decoration: none;
}
#starLive {
	display:block;
	position: absolute;
	top: 27px;
	right: 10px;
	padding-top: 117px;
	width: 162px;
	overflow: hidden;
	height: 0;
	background: url(images/sales-board-live.png) left top no-repeat;
	margin: 0px;
	text-decoration: none;
}

#main {
	width: 970px;
	display: block;
	position: relative;
	margin: 0 auto 0 auto;
}

#menuCol {
	display: block;
	float: left;
	width: 230px;
	margin: 0 20px 0 0;	
}

#menu li a {
	background: url(images/menu-bkg.png) no-repeat;
	display: block;
	width: 210px;
	height: 29px;
	padding: 10px 10px 5px 10px;
	font-size: 24px;
	line-height: 24px;
	text-decoration: none;
}

#menu li a:hover, #menu li strong a {
	color: #BE8E2C;	
}

#menu li+li a {
	background: url(images/menu-bkg.png) -230px 0 no-repeat;
}

#menu li+li+li a {
	background: url(images/menu-bkg.png) -460px 0 no-repeat;
}
#menu li+li+li+li a {
	background: url(images/menu-bkg.png) -690px 0 no-repeat;
}
#menu li+li+li+li+li a {
	background: url(images/menu-bkg.png) -920px 0 no-repeat;
}

#menu ul {
	background: url(images/submenu-bkg.gif) no-repeat top center #FAEAC7;
	padding: 6px 0 0 0;
	margin-top: -4px;
	margin-left: 3px;
	width: 222px;
}
#menu ul li a{
	font-size: 18px;
	background: none !important;
	line-height: 18px;
	padding: 3px 10px 3px 10px;
	height: auto;
	margin-bottom: 3px;
	display: block;
}

#menu ul li strong {
	background: #FDF7E7;
	display: block;
}

/* Layout styles*/
#holderA {
	float: left;
	display: block;
	height: auto;
	width: 220px;
}
#holderB {
	float: left;
	margin: 0 20px 0 0;
	display: block;
	height: auto;
	width: 480px;
}
.colC {
	display: block;
	height: auto;
	width: 720px;
	background: url(images/cnt-bkg-C-btm.png) no-repeat left bottom;
	float: left;
}
.colC .colTop {
	display: block;
	width: 720px;
	height: 25px;
	background: url(images/cnt-bkg-C-top.png) no-repeat left top;
}
.colC .colContent {
	background: url(images/cnt-bkg-C.png) repeat-y left top;
	display: block;
	width: 680px;
	padding: 0 20px 5px 20px;
	margin-bottom: 15px;
	height: auto;
}

.colB {
	display: block;
	height: auto;
	width: 480px;
	float: left;
	background: url(images/cnt-bkg-B-btm.png) no-repeat left bottom;
}
.colB .colTop {
	display: block;
	width: 480px;
	height: 25px;
	background: url(images/cnt-bkg-B-top.png) no-repeat left top;
}
.colB .colContent {
	background: url(images/cnt-bkg-B.png) repeat-y left top;
	display: block;
	width: 440px;
	padding: 0 20px 5px 20px;
	margin-bottom: 15px;
	height: auto;
}

.colA {
	display: block;
	height: auto;
	width: 220px;
	float: left;
	background: url(images/cnt-bkg-A-btm.png) no-repeat left bottom;
	font-size: 90%;
	margin-bottom: 10px;
}
.colA .colTop {
	display: block;
	width: 220px;
	height: 25px;
	background: url(images/cnt-bkg-A-top.png) no-repeat left top;
}
.colA .colContent {
	background: url(images/cnt-bkg-A.png) repeat-y left top;
	display: block;
	width: 180px;
	padding: 0 20px 5px 20px;
	margin-bottom: 15px;
	height: auto;
}

#footer {
	display: block;
	width: 970px;
	height: auto;
	padding: 190px 0 0 0;
}
#ratings {
	float: right;
	padding: 0 0 20px 0px;
}
#ratings img {
	margin-left: 15px;
}
#legal {
	display: block;
	width: 630px;
	float: left;
	font-size: 85%;
	color: #fff;
	padding: 0 20px 20px 0px;
}

/*General styles*/
#content ul, #content ol, #content p {
	margin-bottom: 1.0em;
}

#content li {
	margin-bottom: 0.5em;
	line-height: 1.2em;
}
#content ul, #content ol, #content p {
	margin-bottom: 1.0em;
}
#content ul li{
	list-style: none;
	padding-left: 1.6em;
	background: url(images/bullet.png) no-repeat 3px 0.2em;	/*list-style: square url(images/bullet.gif);*/
}
#content ul li ul {
	margin-top: 0.5em;
	margin-bottom: 0;
}
#content ul li ul li {
	list-style: none;
	padding-left: 1.4em;
	font-size: 0.9em;
	background: url(images/bullet-small.png) no-repeat 3px 0.3em;
}
#content ol {
	margin-left: 1em;
	padding-left: 1em;
	list-style: decimal;
}
#content ol li {
	list-style: decimal;
}
#content ol li ol {
	margin-top: 0.5em;
}
#content ol li ol li{
	list-style: lower-alpha;
}

#content hr {
	display: block;
	color: #ebebeb;
	background: #D2B457;
	height: 1px;
	border: none;
	margin: 15px 0 15px 0;
	padding: 0;
}
#content div.hr {
  display: block;
  height: 8px;
  background: url(images/hr.png) no-repeat center center;
  margin: 13px 0 14px 0;
}

#content div.hr hr {
  display: none;
}

.clear {display: block;height: 0px; line-height:0;clear: both;margin: 0px;padding: 0px;overflow: hidden;}
.clearFix:after, .gal-thumbs:after, .article:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/* Indentation. */
.Indent1 {margin-left: 40px;}
.Indent2 {margin-left: 80px;}
.Indent3 {margin-left: 120px;}
/* Alignment. */
.alignLeft {text-align: left;}
.alignCenter {text-align: center;}
.alignRight {text-align: right;}
.alignFull {text-align: justify;}

.hide {display: none;}

.i_left {float: left; margin: 0px 10px 2px 0px; padding:2px; background:#CCA355; line-height:0;}
.i_right {float: right; margin: 0 0 2px 10px; padding:2px; background:#CCA355; line-height:0;}
.i_left-nb {float: left; margin: 0px 10px 2px 0px; padding:0px;}
.i_right-nb {float: right; margin: 0 0 2px 10px; padding:0px;}
a:hover .i_left, a:hover .i_right, a:hover .i_cent ,a:hover .thm_pic {
}
.i_cent {clear: both;display: block;margin: 0px auto 0px auto; padding:1px; background:#444444;	line-height:0;}
.i_cent-nb {clear: both;display: block;margin: 0px auto 0px auto;}

.i_rightCap {float: right; display:block; margin: 0 0 2px 10px;  font-size: 10px; position: relative; text-align:center; }
.i_rightCap img { padding:2px; background:#CCA355; line-height:0; }

.media43 {
	padding: 20px;
	background:url(images/vid-bkg-440.png) no-repeat #F7E7C5;
	display: block;
	position: relative;
}

.upLink {
	padding-left: 16px;
	background: url(images/upArrow.png) no-repeat left center;
	height: 16px;
	width: 0;
	overflow: hidden;
	display: block;
	text-align:right;
	float: right;
}

/*Gallery*/
.gal-thumbs {
	display: block;
	height: auto;
	width: 105%;
	margin: 10px 0 10px 0;
}
ul.lrg {
	margin: -20px 0 10px 0;
}
.editBox .gal-thumbs {
	width: 106%;
}
.gal-thumbs li {
	display: block;
	float: left;
	width: auto;
	height: auto;
	margin: 0px 19px 19px 0px;
	padding: 0px !important;
	background: none !important;
	line-height: 0;
}
.gal-thumbs li img {
	float: left; margin:0;
	padding:2px; background: #E5D0A8;
	/*width: 90px;
	height: 51px;*/
}
.gal-thumbs li a:hover img{
	background: #CCA355;
}
.gal-thumbs li h4, galLrge h4 {
	font-weight: normal;
	font-size: 0.9em;
	clear: both;
	padding: 3px 5px 0px 5px;
	color: #666;
	max-height: 1.2em;
	overflow: hidden;
}
.gal-thumbs li h4 a {
	color: #E8EBEC;
}
.gal-thumbs li.galLrge {
	position: relative;
	width: 235px;
	height: 144px;
	overflow: hidden;
	margin: 35px 35px 0px 0px !important;
}
.gal-thumbs li.galLrge h4 {
}
.gal-thumbs li.galLrge h4 {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #000;
	color: #FFF;
	width: 215px;
	padding: 10px;
	height: auto;
	margin: 0 0 0 0;

	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.7);
	visibility: hidden;
}
.gal-thumbs li.galLrge h4 a {
	display: block;
	position: relative;
	background: transparent;
}
.gal-thumbs li.galLrge h4 a:hover {
	text-decoration: none;
}
.gal-thumbs li.galLrge:hover h4 {
	visibility: visible;
}
.gal-thumbs li.jhvr h4 {
	visibility: visible;
}
.gal-thumbs li.galLrge .iconlinks {
	display: block;
	position: absolute;
	top: 5px;
	right: 5px;
}
.gal-thumbs li.galLrge img {
	border: none;
	padding: 0;
}
.gal-thumbs li.galLrge a:hover img {
	border: none;
}
.gal-thumbs li.galMini {
	width: 104px;
}
.gal-thumbs li.galMini img {
	width: 94px;
	height: auto;
}
.reel-thumbs li{
	min-height: 2em;
	padding: 5px;
	border: solid 1px #666666;
}
.reel-thumbs h4 {
	display: inline;
	background: #666666;
}

/* --------------------------------------------------------------- 
- Form styles
*/
input{margin: 0px;}
fieldset{border: none;}
legend{
	font-size: 20px;
	background: none;
	color: #333333;
}
textarea{
	width: auto;
}
label {
	cursor: pointer;
	width: 10em;
	max-width: 50%;
	float: left;
	color: #333333;
	margin-right: 1em;
}
.recaptcha_input_area label{
	float: none;
}
label.single {
	float: none;
	display: block;
	margin-bottom: 0.5em;
}
.twocol {
	width: 100%;
	clear: both;
}
.twocol label {
	width: 45%;
	margin-right: 1em;
	margin-bottom: 1em;
}
.twocol .even {
	float: right !important;
	clear: right !important;
	margin-right: 0;
}
.twocol label.breakout {
	width: 8em;
}
label.fullwidth {
	width: auto;
	max-width: 100%;
}
.lrgform, stdform {
	display: block;
	clear: both;
}
.lrgform p{
	margin: 0.5em 0px 0.5em 0px !important;
	line-height: 1.6em;
}
.stdform p{
	margin: 0.4em 0px 0.4em 0px !important;
	line-height: 1.4em;
}
.miniform p{
	margin: 0.2em 0px 0.2em 0px !important;
	line-height: 1.4em;
}
.miniform label{
	width: 18em;
}
.section{
	background: url(images/fieldset-bkg.png);
	border: none;
	padding: 4px 10px 4px 10px;
	margin-bottom: 1em;
	color: #960;
	position: relative;
}
.plain{
	border: none !important;
}
.fullfield, .largefield, .stdfield, .midfield, .flexfield, .flexSmallfield, .smallfield, .smallfield-fl, .minifield, .tinyfield{
	background: #ffffff;
	color: #333333;
	border: solid 1px #EED18E;
}
.fullfield {
	width: 80%;
}
.largefield{
	max-width: 95%;
	width: 26em;
	font-size: 1em;
	padding: 2px;
}
.stdfield{
	max-width: 95%;
	width: 16em;
	font-size: 1em;
	padding: 2px;
}
.flexfield{
	width: 70%;
	font-size: 1em;
	padding: 2px;
}
.smallfield {
	max-width: 65%;
	width: 9em;
	font-size: 1em;
	padding: 2px;
}
.midfield {
	max-width: 80%;
	width: 12em;
	font-size: 1em;
	padding: 2px;
}
.midfieldfixed {
	width: 12em;
	font-size: 1em;
	padding: 2px;
}
.flexSmallfield {
	width: 40%;
	font-size: 1em;
	padding: 2px;
}
.smallfield-fl {
	max-width: 65%;
	width: 9em;
	font-size: 1em;
	padding: 2px;
	float: left;
	margin-right: 0.5em;
}
.minifield {
	width: 7.5em;
	font-size: 1em;
	padding: 2px;
}
.minifield-fl {
	display: block;
	max-width: 65%;
	width: 7.5em;
	font-size: 1em;
	padding: 2px;
	float: left;
	margin-right: 0.5em;
}
.tinyfield {
	width: 4em;
	font-size: 1em;
	padding: 2px;
}
.tinyfield-fl {
	width: 4em;
	font-size: 1em;
	padding: 2px;
	float: left;
	margin-right: 0.5em;
}
.rich .section{
	font-size: 0.9em;
	padding-bottom: 10px;
}
.rich .minifield, .rich .smallfield, .rich .smallfield, .rich .stdfield, .rich .largefield {
	background: #FFF8E6;
	margin: 0 0 0 0;
}
.colB .minifield, .colB .smallfield, .colB .smallfield, .colB .stdfield, .colB .largefield {
	max-width: 198px;
}
select{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	border: solid 1px #A5ACB2;
	padding: 2px;
}
.frmbutton {
	font-size: 16px;
	/*display:block;*/
	overflow: hidden;
	height: auto;
	cursor: pointer;
	background: #596466 url(images/frmbtn-bkg.jpg);
	color: #FFC;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	border-right: solid 1px #404B4D;
	border-bottom: solid 1px #404B4D;
	width: auto;
	overflow:visible;
	padding: 4px 10px 4px 10px;
	font-weight: bold;
}
.rich button {
}
.centwide {
	text-align: center;
	margin: 0 auto 0 auto;
	width: 50%;
}
.disabled {
	background-color: #EFEFEF;
	color: #999999;
}
/* --------------------------------------------------------------- */


.required {
	color: #C00 !important;
}
a .required {
	color: #C00 !important;
	font-weight: bold;
}

