/* ------------------------------------------------


Global Style Sheet for HR Locker Site

Version: 2.1

Updated: 04/08/11


Main Colours:
Green: 8dad0e 
Orange for Links: e97400
Dark Orange: B04F23


------------------------------------------------- */ 

body {
	font: 12px/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #545454;
	background: #ccc url(brochure_images/bg.jpg) repeat-x 0 200px; 
}


html>body /* For everything except IE6 */ {
	font-size: 12px;
}


/* =Style Reset 
-------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td 
{
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  vertical-align: baseline;
}


/* Tables still need 'cellspacing="0"' in the markup. */
table 
{
border-collapse: separate;
border-spacing: 0;
} 


caption, th, td 
{
text-align: left;
font-weight: normal;
}


table, td, th 
{
vertical-align: middle;
}


/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before,
blockquote:after,
q:before,
q:after 
{
content: "";
}


blockquote,
q 
{
quotes: "" "";
}


a img 
{
   border: none;
}



/* =HTML5 Elements		
-------------------------------------------------- */

section, header, footer, article { display:block;}

/* =Default Text
-------------------------------------------------- */
h1,h2 {
	font-weight: 700; 
}

h3,h4,h5,h6
{ 
	font-weight: 600; 
	color: #111;
  	clear: both; 
}


h1 { 
	font-size: .2em;
	line-height: 0;
	text-indent: -5000px;
}

h2 {
	font-size: 2em;
	line-height: 1.15;
	margin: 1em 0 .15em; 
}

h3 {
	font-size: 1.7em;	
	margin: 0 0 .9em 0; 
}

h3.reverse {
	color: #e1e1e1;	
}

h4 {
	font-size: 1.5em;
	line-height: 1.4;
	margin: 1.2em 0 0 0; 
}

h4.benefits {
	color: #e97400;
	font-size: 1.8em;
	line-height: 1;
	margin-bottom: .75em;
}

.col1-3 h4 {
	margin-top: .3em;
}

h5 {
	font-size: 1.5em;
	margin: 1em 0 0 0; 
}


h6 {
	font-size: 1.4em;
	margin: 1.6em 0 0 0; 
}


p { 
	font-size: 1.2em;
	color: #777777;
	margin: 1em 0 1.4em 0; 
}


p.large{
	font-size: 1.4em;
	margin: 1em 0 1em 0; 
}


a:link,
a:visited  { 
	color: #e97400;
	font-weight: 700;
	text-decoration: none; 
}


a:hover,
a:active  { 
	color: #666;
	text-decoration: none; 
	border-bottom: 1px dotted #ccc;
}

strong  { 
	font-weight: 700; 
}


.emphasis {
	font-weight: 600;
	color: #8dad0e; 
}

.last {
	margin-right: 0 !important;
}

.centred {
	text-align: center;
}

/* Horizontal Rule */


hr {
  background: #222; 
  color: #222;
  clear: both; 
  float: none; 
  width: 100%; 
  height: 1px;
  margin: 2.4em 0 2em 0;
  border: none; 
}


* html hr  /* IE6 fix */
{ 
  margin: 2em 0 1.6em 0;
}


/* Bubble pop-up */

.popup {
	position: absolute;
	display: none;
	z-index: 610;
	border-collapse: collapse;
}

.popup p {
	color: #ccc;
 	width: 250px;
 	padding: 30px 20px 10px;
	background: url(../../images/tooltip.png) top center no-repeat;
	 }
 

/* =Wrappers
-------------------------------------------------- */


#global-wrap 
{
	position: relative;
	width: 100%;
    margin: 0 auto;
}

.local-wrap-a,
.local-wrap-b,
.local-wrap-bg,
.local-wrap-b2,
.local-wrap-c,
.local-wrap-d,
.local-wrap-x {
	width: 100%;
    margin: 0; 
 	float: right;/* simple alternative to clearfix */
}

.local-wrap-c,
.local-wrap-d,
.local-wrap-x {
	padding: 10px 0 10px;
}


.local-wrap-a {
    background: #212121;
}

.local-wrap-b{
    background: #fff url(../../images/shad_top.png) repeat-x top;
}

.local-wrap-bg {
 	background: #779329 url(../../images/intro_bg.jpg) repeat-x top;
}

.local-wrap-c {
	border-bottom: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
	background: #eee;
}

.local-wrap-d {
	color: #e1e1e1;
	border-top: 2px solid #121212;
	border-bottom: 1px solid #1A1A1A;	
	background: #212121;
}

.local-wrap-d p {
	color: #e1e1e1;
}

.local-wrap-x {
	background: #262626;
}

.col2-3 {
	float: left;
	width: 620px;	
	margin-bottom: 20px;
}

.col1-3 {  /* On IE6 fix */ 
	float: right;
	width: 310px;	
	margin-bottom: 20px;
}




/*=Branding
-------------------------------------------------- */
.branding {  /* On IE6 fix */ 
	margin-left: 18px;
	padding: 55px 0 0;
}

.branding a, .branding a:visited {
	border: 0;
}


/* =Intro Layout
-------------------------------------------------- */

#intro { /*  On IE6 fix  */
	position: relative;
	width: 960px;
	height: 380px; 
	padding: 0 20px 0 20px;
    margin: -11px auto -20px;
    background: url(../../images/screen_bg.png) no-repeat;
    
}

#intro .text {
	width: 49%;
	float: left;
	margin: -5px 0 0 30px;
	display: inline;
}

#intro .screens {/*  On IE6 fix  */
	width: 47%;
	float: left;
	margin: -90px 0 -15px -105px;
}

#intro .screens img {
	position: relative;
	z-index: 400;
}

#intro h2 {
	font-size: 1.6em;
	margin: .55em 0 .7em;
}

#intro ul {
	list-style-type: none;
	font-size: 1.4em;
	line-height: 1.4;
}

#intro ul li {
	padding-left: 35px;
	margin-bottom: 10px;
	background: url(../../images/icons/icon_tick_lrg.png) 0 50% no-repeat;
}






/* =Content
-------------------------------------------------- */

#main-content {
	width: 960px;
	margin: 0 auto;
	padding: 10px 0 0;
	list-style-type: none;
}


#second-content {
	width: 960px;
	margin: 0 auto;
	padding: 20px 0;
	list-style-type: none;
}




/*=Page 

-------------------------------------------------- */
.title {
	width: 960px;
    margin: 0 auto;
    padding-bottom: 10px;
}

.title h2 {
	font-size: 3em;
	margin: 20px 0 0px;
}


.title .text {
	float: right; 
	font-size: 1.4em;
	margin-top: -25px;
}


.title img {
	float: left;
	margin: -25px 5px 0 0;
}


/*=Calls to Action Section
-------------------------------------------------- */
.action {
	width: 960px;
    margin: 0 auto;
}

.action .sub {
	font-size: 1em;
}


/* =Features
-------------------------------------------------- */

.features {
	margin: 20px 0 40px 10px;

}

.features ul {
	float: left;
	width: 100%;
}

.features ul li {
	float: left;
	width: 290px;
	margin-right: 40px;
	padding: 5px 0;
	display: block; 
}



.features ul li h4 {
	font-weight: 700;
	font-size: 1.5em;
	color: #515151;
	display: inline;
}

.features ul li img {
	display: inline;
	margin: 0px 5px -3px -2px;
}


.features ul li p {
	width: 100%;

	margin-top: 10px;
	font-size: 1.2em;
}




/* =Quotes/Testimonials
-------------------------------------------------- */

#quote {
	float: left;
	width: 100%;
}

#quote ul {
	list-style-type: none;
	margin: 10px 0 20px;
}


#quote ul li {
	color: #212121;
	font-size: 1.6em;	
	padding: 15px 0 0 50px;
	background: url(../../images/icons/icon_quote.png) no-repeat 0 0%;
}

/* Testimonials on frontpage */

ul#test {
	float: left;
	width: 960px;
	position: relative;
	z-index: 500;
	font-size: 1.2em;
	list-style: none;
	margin: -10px 0px 0px 5px; 
	padding-top: 1px;
	border-left: 1px solid #e1e1e1;
}

ul#test li {
    float:left;
   	text-align: center;
	width: 158px;
	border-right: 1px solid #e1e1e1;

}

ul#test li img {
	height: 65px;
    margin-top: 10px;
}

ul#test li a:link,
ul#test li a:visited {
	display: block;
	padding-bottom: 10px; /* IE7 FIX */
	text-decoration: none;
	border: 0;
}

ul#test li a:hover { 
	background:  url(../../images/tooltip_arrow.png) no-repeat bottom;
}

ul#test li span {
	float: right;
	padding: 0px 35px 0;
	position: absolute;
	z-index: 500;
	left: 0; top:90px;/* IE7 FIX */
	display: none;
	width: 885px;
	text-align: left;
	background: rgb(15,15,15);
	-moz-border-radius:  0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-bottom-radius:  0 0 5px 5px;
}

ul#test li span p {
	color: #fff;
	width: 800px;
	font-size: 14px;
	border: 0;
}

ul#test li:hover span { display: block;}


/* =Default List
-------------------------------------------------- */

ul.list {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

ul.list li {
	float: left;
	width: 100%;
	font-size: 1.2em;
	margin-right: 30px;
	padding: 10px 0 0 40px;
	display: inline; 
	background: url(../../images/icons/icon_tick_lrg.png) no-repeat 0 5px;
}





/* =Benefits
-------------------------------------------------- */

.benefits ul {
	float: left;
	width: 100%;
	margin-top: -10px;
}

.benefits ul li {
	float: left;
	font-size: 1.2em;
	color: #fff;
	width: 265px;
	margin-right: 20px;
	padding: 10px 0 0 30px;
	display: inline; 
	background: url(../../images/icons/icon_tick_lrg.png) no-repeat 0 5px;
}








/* =Footer
-------------------------------------------------- */

#footer {
	margin: 0 auto 150px;
	width: 960px;
	padding: 30px 0 200px 0;
	color: #ccc;
}


#footer li a:link, 
#footer li a:visited {
	color: #fff;
    text-decoration: none;
    padding: 0;
}

ul#address
{
	float: left;
    list-style: none;
    width: 100%;
    margin-top: -30px;
}


ul#address li 
{
    font-size: 1.2em;
    float: left;
    margin-right:45px;
}

ul#partners
{
	float:right;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-bottom:10px;
}

ul#partners li 
{
	text-align: center;
    list-style: none;
    border: 2px solid #e1e1e1;
    padding: 2px;
    margin-bottom: 10px;
    line-height: 0;
     -moz-border-radius: 3px; 
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

ul#details
{
	color: #c1c1c1;
	float: left;
	margin-top: 40px;
    list-style: none;
}

ul#details li 
{
    list-style: none;
    clear: both;
    font-size: 1.1em;
    float: left;
    margin-right:45px;
}


ul#soc
{
	position: relative;
	z-index: 1000;
	width: 100%;
	color: #c1c1c1;
	float: left;
	margin-top: -20px;
    list-style: none;
}

ul#soc li 
{
    float: right;
    margin-left:15px;
}

ul#soc li a 
{
    border: 0;
}


/* =Badges / Promos
-------------------------------------------------- */

.secure-badge {
	position: absolute;
	z-index: 600;
	right: 30px; top:190px;
}

.secure-badge p {
	position: absolute;
	left: -5000px; 
}


/* =Buttons
-------------------------------------------------- */

.btn, a.btn {
    display: inline-block; 
    text-align: center;
    width: auto;
	text-shadow: rgb(92,92,92) 0px 1px 1px;
	padding: 5px;
    margin: 10px 0 0 5px;
	color: rgb(255,255,255);
    text-decoration: none;
    border: 0 !important;
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
    border-radius: 5px  !important;
    -moz-box-shadow: 0 0px 3px rgb(145,145,145);
    -webkit-box-shadow: 0 1px 3px rgb(145,145,145);
    box-shadow: 0 1px 3px rgb(145,145,145);
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;	
    position: relative;
    cursor: pointer;
    background: rgb(156,166,20) url(../../images/button_overlay.png) repeat 0% 50%; 
    background: rgba(156,166,20,1) url(../../images/button_overlay.png) repeat 0% 50%;
}

.btn span, a.btn span { 	
	font-size: 14px;
	display: block;
	color: #fff; 
}

.btn:hover, a:hover.btn  { 
	color: #fff; 
     opacity: 0.8;
	filter: alpha(opacity = 80);
}

.btn:active, a.btn:active { 
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
	-webkit-transform: translate(0, 2px);
	-moz-transform: translate(0, 2px);
	-o-transform: translate(0, 2px);
	transform: translate(0, 2px);
	}

/* For large Homepage Signup button */
.signup-lrg {
	float: left;
	font-size: 1.8em;
	width: 430px !important;
}

/* For large Learn More button */
.learn-lrg {
	float: right;
	font-size: 1.4em;
	text-shadow: rgb(255,255,255) 0px 1px 1px !important;
	color: rgb(156,166,20) !important;
	padding-top: 9px !important; /* Keep if same height as Sign Up button */
	padding-bottom: 8px !important; /* Keep if same height as Sign Up button */
	width: 430px !important;
  	background-color: rgb(250,250,250) !important; 
}

.learn-lrg span {
	color: rgb(25,25,25) !important;
	text-shadow: none;
}

/* For small Signup button */
a.signup-sm {
	font-size: 1.4em;
	width: 100% !important;
	padding: 8px 0px !important;
	margin: 0;
	padding: 0;
}

/* For small Learn More button */
.learn-sm {
	font-size: 1.2em;
	text-shadow: rgb(255,255,255) 0px 1px 1px !important;
	color: rgb(156,166,20) !important;
	float: right;
	width: 90% !important;
	padding: 10px 5px !important;
  	background-color: rgb(250,250,250) !important; 
}

.learn-sm span {
	font-size: 12px !important;
	color: rgb(25,25,25) !important;
	text-shadow: none;
}

/* Submit */
.submit {
	font-size: 1.6em;
	text-align: center;
	width: 30% !important;
	padding: 10px 5px !important;
}

/* =Bubbles
--------------------------------------------------------------------------------  */

.bubble {
	width: 445px;
	margin-top: 10px;
	padding: 1px 0 0 0;
	background: url(../../images/bubble_top.png) top left no-repeat;	
}

.bubble h4 {
	color:#333333;
	font-size:1.3em;
	padding:0 0 70px 30px;
	width:415px;
	background:url("../../images/bubble_bot.png") no-repeat left bottom;
}

.bubble.a {
	margin-left: -5px;
	margin-top: 20px;
}

.bubble.b {
	margin-left: 510px;
	margin-top: -90px;
}

.bubble.c {
		margin-left: 130px;
		margin-top: -90px;
}

.bubble.d {
		margin-left: 350px;
		margin-top: -10px;
}

.bubble.e {
		margin-left: 20px;
		margin-top: -100px;
}

.bubble.f {
		margin-left: 510px;
		margin-top: -10px;
}


/* =Pricing Matrix  
--------------------------------------------------------------------------------  */

.price-m {
	float: left;
	width: 23%;
	margin: 10px 24px 40px 0;
	text-align: center;
}


/* Header */

.price-m header  {
	float: left;
	width: 100%;
	border-bottom: 2px rgb(0,0,0) solid;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	background: rgb(49,49,49) url(../../images/price_header.png) repeat-x bottom;
}

.price-m header .tabinfo {
	float: left;
	width: 60%;
	padding: 10px;
	margin: 5px 0 2px	;
	background:  url(../../images/price_vert_border.png) repeat-y right;
}

.price-m header figure {
	float: right;
	position: relative;
	width: 30%;
}

.price-m header figure img {	
	position: relative;	
	z-index: 10;
	margin-top: 20%;
}

.price-m header figure img.sticker {
	position: absolute;
	top: -55px; right: -8px;
	z-index: 9;
}

.price-m header .size {
	font-size: 1.2em;
	color: rgb(185,185,185);
	text-transform: uppercase;
	padding: 0;
	margin: 0 -5px -11px 0;
}

.price-m header .rate {
	font-size: 4.6em;
	color: rgb(255,255,255);
	padding: 0;
	margin: 0 0 -10px;
}

.price-m header p {
	color: rgb(235,235,235);
	font-size: .8em;
	padding: 0;
	margin: 0;
}

.price-m span {
	position: absolute; 
	font-size: 22px; 
	letter-spacing: .1em;
	margin-left: -8px;
	top: 10px;
}

/* List items */

.price-m .info {
	float: left;
	width: 100%;
	font-size: 1.1em;
	color: rgb(240,240,240);
	margin-bottom: .8em;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	background: rgb(49,49,49);
}

.price-m ul.info {
	list-style-type: none;
}

.price-m ul.info li {
	padding: 9px 10px ;
	margin: 0 3px;
	background: url(../../images/price_hor_border.png) no-repeat bottom;
}

.price-m ul.info li.lrg {
	font-size: 1.4em;
	background: none;
}

.price-m footer {
	float: left;
	width: 100%;
}


/* =Contact Form
----------------------------------------------------------- */

fieldset
{	
	margin: 5px 0 10px;
	text-align: left; 
}

fieldset legend
{  
	text-indent: -3000px;
}

fieldset label
{  
	font-size: 1.2em; 
	color: #515151;
	width: 400px;
}

fieldset ol 
{  
	list-style: none;
	width: 570px;

}

fieldset ol li 
{  
	float: left;  
	clear: left;  
	width: 100%;
    margin-bottom: 10px;	
    padding: 5px 20px 10px;
    border: 1px solid #e1e1e1;
	background: #fff;
}


fieldset input,
fieldset textarea
{
	width: 100%;
	margin-top: 5px;
	border: #d1d1d1 solid 1px;
	background: #f1f1f1 url(../../images/shad_top.png) repeat-x;
	-moz-border-radius-bottomright: 2px;
	-moz-border-radius-bottomleft: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
}

fieldset input {
		font-size: 1.2em;
}

fieldset textarea {
	font-size: 1.2em;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 600;
	height: 260px;
}

input:hover,
textarea:hover,
input:focus,
textarea:focus  {
	border: 1px solid #e97400;
}


em.req {
	font-size: .85em;
	color: #ff7e1e;
}

.required {
	font-size: .85em;
	color: #ff7e1e;
}




/* Validation */

.formError {
	position:absolute;
	top:300px; left:300px;
	padding-bottom:13px;
	display:block;
	z-index:5000;
}

.ajaxSubmit { padding:20px; background:#55ea55;border:1px solid #999;display:none}

.formError .formErrorContent {
	width:100%; 
	background:#8dad0e;
	color:#fff;
	width:150px;
	font-size:13px;
	box-shadow: 0px 0px 6px #000;
	-moz-box-shadow: 0px 0px 6px #000;
	-webkit-box-shadow: 0px 0px 6px #000;
	padding:4px 10px 4px 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.greenPopup .formErrorContent {background:#33be40;}

.blackPopup .formErrorContent {background:#393939;color:#FFF;}

.formError .formErrorArrow{
	position:absolute;
	bottom:0;left:20px;
	width:15px; height:15px;

	z-index:5001;
}
.formError .formErrorArrowBottom {top:0;margin:-4px;}

.formError .formErrorArrow div{

	font-size:0px; 
	height:1px; background:#8dad0e; margin:0 auto;line-height:0px; font-size:0px; display:block;
}

.formError .formErrorArrowBottom div{
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.greenPopup .formErrorArrow div{background:#33be40;}
.blackPopup .formErrorArrow div{background:#393939;color:#FFF;}

.formError .formErrorArrow .line10{width:15px;border:none;} 
.formError .formErrorArrow .line9{width:13px;border:none;} 
.formError .formErrorArrow .line8{width:11px;} 
.formError .formErrorArrow .line7{width:9px;} 
.formError .formErrorArrow .line6{width:7px;} 
.formError .formErrorArrow .line5{width:5px;} 
.formError .formErrorArrow .line4{width:3px;} 
.formError .formErrorArrow .line3{width:1px;
	border-left:2px solid #ddd;
	border-right:2px solid #ddd;
	border-bottom:0px solid #ddd;} 
.formError .formErrorArrow .line2{width:3px;border:none;background:#ddd;}
.formError .formErrorArrow .line1{width:1px;border:none;background:#ddd;}  




/*********************************************************
***************************************************************
*********************************************************************

Good night and good luck from all at HR Locker.

*********************************************************************
***************************************************************
*********************************************************/


