﻿@charset "utf-8";
/* CSS Document */
body {
	font-family: "Droid Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
}

a {
	color:#f7a11a;
	text-decoration:none;
	outline: none;
}
a:hover {
	color:#f7a11a;
	text-decoration:underline;
}


h1, h2, h3, h4, h5, h6, p, ul, ol, blockquote {margin:0; padding:0; font-weight:normal;}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {margin:0; padding:0; font-weight:normal;color:#f7a11a;}
h1 a:hover, h2 a:hover { text-decoration:none; }

h1 { color: #fff; font-size:24px; margin-bottom: 20px; font-family: Arial, Helvetica, sans-serif; }
h2 { color: #fff; font-size:16px; margin-bottom: 20px; font-family: Arial, Helvetica, sans-serif; text-transform: uppercase; }
h3 { color: #fff; font-size:14px; margin-bottom: 20px; font-family: Arial, Helvetica, sans-serif; }
h4 { color: #dbdbdb; font-size:13px; margin-bottom: 20px; line-height: 22px; }

#inner h1 {
	text-transform: uppercase;
	border-bottom: 1px solid #171717;
	padding-bottom: 20px;
}

#home #mainContent h2 { color: #fff; font-size:24px; margin-bottom: 20px; font-family: Arial, Helvetica, sans-serif; text-transform: none; }

p {margin-bottom: 20px; line-height: 20px;}

strong {
	color: #fff;
	font-weight: normal;
}

hr {
	border: 0px;
	border-bottom: 1px solid #efefef;
	margin-bottom: 15px;
	height: 0px;
}


/*hr {
	border: 0px;
	height: 2px;
	margin-bottom: 1.5em;
}*/

/*lists*/


ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	margin-bottom: 15px;
	line-height: 1.5em;
}

ul li {
	padding-left: 15px;
	margin-bottom: 5px;
	background: url(../images/arrow-orange.png) no-repeat 0px 6px;
}


ol {
	margin-bottom: 1.5em;
	line-height: 1.5em;
}

ol li {
	padding-left: 0px;
	margin-bottom: 5px;
	margin-left: 30px;
}

/*Pager*/
.paging {
	position: relative;
}

.pagerSummary {
	font-size: 11px;
	line-height: 24px;
	height: 24px;
	padding: 10px 0;
}

.paging.top .pagerSummary {
}

.paging.bottom .pagerSummary {
}

ul.pager {
	padding: 0;
	list-style-type: none;
	line-height: normal;
	font-size: 11px;
	margin-bottom: 0px;
	position: absolute;
	right: 0px;
	top: 80px;
}

ul.pager li {
	float: left;
	margin: 0 0 0 4px;
	padding: 0px;
	background: none;
	line-height: normal;
}

ul.pager li a {
	background: none;
	display: block;
	background: url(../images/pager-sprite.gif) 0px 0px;
	height: 24px;
	width: 24px;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
	color: #A1180C;
	border:1px solid #333; border-radius:2px;
}

ul.pager li a:hover {
	background: url(../images/pager-sprite.gif) 0px -24px;
	color: #fff;
}

ul.pager li.selected {
	background: none;
	display: block;
	background: url(../images/pager-sprite.gif) 0px -24px;
	height: 24px;
	width: 24px;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
	color: #fff;
}

ul.pager li.next a, ul.pager li.prev a {
	background: none;
	display: block;
	background: url(../images/pager-sprite.gif) -24px 0px;
	height: 24px;
	width: 46px;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
	color: #A1180C;
}

ul.pager li.next a:hover, ul.pager li.prev a:hover {
	background: url(../images/pager-sprite.gif) -24px -24px;
	color: #fff;
}



/* base class rules */
.float-left {float:left;}
.float-right {float:right;}

img.left {float:left;margin: 0px 20px 10px 0;}
img.right {float:right;margin: 0px 0 10px 20px;}

img.bottomright { position:absolute; right:0px; bottom:0px; }
img.bottomleft { position:absolute; left:0px; bottom:0px; }

/* ----- */
/* forms */
/* ----- */

input[type="text"],input[type="password"],textarea,select {
	border:1px solid #333;
	-webkit-border-radius:3px;
		-moz-border-radius:3px;
			  border-radius:3px;
			  padding:6px;
			   background-color:#1A1A1A;
}
input[type="text"],input[type="password"],textarea {
	-webkit-transition:border linear 0.2s, box-shadow linear 0.2s;
		-moz-transition:border linear 0.2s, box-shadow linear 0.2s;
		 -ms-transition:border linear 0.2s, box-shadow linear 0.2s;
		  -o-transition:border linear 0.2s, box-shadow linear 0.2s;
			  transition:border linear 0.2s, box-shadow linear 0.2s;
	-webkit-box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.1);
		-moz-box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.1);
			  box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.1);
			  width:187px;
			  background-color:#fff;
}
input[type="text"]:focus,input[type="password"]:focus,textarea:focus {
	outline:0;
	border-color:#F7A11A;
	-webkit-box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
		-moz-box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
			  box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}

.validate-summary, 
.Validation-Summary,
.success,
.item-enquiry-message p {
	background:#fdf5d9;
	border:1px solid #fceec1;
	margin:2em 0;
	padding:15px;
	font-size:11px;
	color:#ffffff!important;
	-webkit-border-radius:4px;
		-moz-border-radius:4px;
			  border-radius:4px;
}
.success,
.item-enquiry-message p {
	background:#d1eed1;
	border:1px solid #bfe7bf;
}
.validate-summary img {
	width:16px; height:16px;
	margin-right:10px;
}
.error {font-size:11px; color:#c33!important; padding-left:5px; }



/* tables */


/* clearfix */

.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 */

/*
playback timings (ms):
  captures_list: 5.452
  exclusion.robots: 0.068
  exclusion.robots.policy: 0.054
  esindex: 0.008
  cdx.remote: 16.76
  LoadShardBlock: 109.238 (3)
  PetaboxLoader3.datanode: 106.46 (5)
  PetaboxLoader3.resolve: 102.43 (3)
  load_resource: 161.507 (2)
*/