@charset "UTF-8";
/* CSS Document */
@font-face {
	font-family: 'FrancoisOneRegular';
	src: url('/font/FrancoisOne-webfont.eot');
	src: url('/font/FrancoisOne-webfont.eot?#iefix') format('embedded-opentype'),
		 url('/font/FrancoisOne-webfont.woff') format('woff'),
		 url('/font/FrancoisOne-webfont.ttf') format('truetype'),
		 url('/font/FrancoisOne-webfont.svg#FrancoisOneRegular') format('svg');
	font-weight: normal;
	font-style: normal;

}

body {
    color: #555555;
	min-width: 100%;
	padding: 0;
	margin: 50px 0 0 0;
	font-family: "FrancoisOneRegular";
	font-size: 13px;
    text-align: left;
	background-image:url(images/top.png);
	background-repeat:repeat-x;
	background-color:#FFF;
}

h1 {
	font-family: "FrancoisOneRegular";
	letter-spacing: -1px;
    margin-bottom: 0;
	font-size: 35px;
}

h2 {
	font-size: 18px;
    font-weight: 200;
    line-height: 27px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0 0 9px;
}

h3  {
	font-family: "FrancoisOneRegular";
	letter-spacing: -1px;
	font-size: 29px;
	color:#FFF;
	display:inline;
	padding: 0 20px 0 15px;
}

h4  {
	font-family: "FrancoisOneRegular";
	color: #555555;
	letter-spacing: -1px;
	font-size: 18px;
	line-height: .5em;
	display:inline;
}

h5  {
	font-family: "FrancoisOneRegular";
	color: #555555;
	letter-spacing: -1px;
	font-size: 21px;
	line-height: .5em;
	display:inline;
}

h6 {
    color: #999999;
    font-size: 11px;
    text-transform: uppercase;
}

h4, h5, h6 {
    line-height: 18px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    text-rendering: optimizelegibility;
}

.title {
	font-size: 24px;
    line-height: 36px;
    color: #333333;
    font-weight: bold;
    margin: 0;
    text-rendering: optimizelegibility;
}

.pricing_text_1 {
	font-size: 24px;
    line-height: 36px;
    color: #333333;
    font-weight: bold;
    margin: 0;
    text-rendering: optimizelegibility;
}

.pricing_text_2 {
	font-size: 18px;
    line-height: 27px;
    color: #333333;
    font-weight: bold;
    margin: 0;
    text-rendering: optimizelegibility;
}

.pricing_text_3 {
    color: #333333;
    font-weight: bold;
    margin: 0;
    text-rendering: optimizelegibility;
}


#pricing ul {
    padding-top: 10px;
}

ul {
    list-style: disc outside none;
}

ul, ol {
    margin: 0 0 9px 25px;
    padding: 0;
}

li {
    line-height: 18px;
}

.well {
    padding-top: 10px;
}

a {
    color: #0088CC;
    text-decoration: none;
}

.row {
	width: 1000px;
	padding: 10px;
	margin: 0 auto;
}

p {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 13px;
    line-height: 18px;
    margin: 0 0 9px;
}

/* ----------------------Header-------------------- */

#headerWrapper {
    height: 150px;
	width: 1000px;
    margin: 0 auto;
    padding: 0;
}

#header_right {
    margin: 0;
    padding: 5px 0 0;
    width:72%;
	text-align: center;
	float:right;
}

#header_left {
    margin: 0;
    padding: 10px;
    width: 25%;
	float:left;
}

/* ----------------------Navigation-------------------- */


#navigation {
	min-width: 100%;
	padding: 0 10px 0 10px;
	height: 35px;
	margin: 0 auto;
	color: #fff;
	background: #4091cd;
	background: -moz-linear-gradient(top,  #4091cd 20%, #3666af 100%);
	background: -webkit-gradient(linear, left top, left bottom, 	color-stop(20%,#4091cd), color-stop(100%,#3666af));
	background: -webkit-linear-gradient(top,  #4091cd 20%,#3666af 100%);
	background: -o-linear-gradient(top,  #4091cd 20%,#3666af 100%);
	background: -ms-linear-gradient(top,  #4091cd 20%,#3666af 100%);
	background: linear-gradient(to bottom,  #4091cd 20%,#3666af 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4091cd', endColorstr='#3666af',GradientType=0 );
}

#menu {
    border-left: 1px solid #FFFFFF;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: none;
    height: 35px;
    list-style: none outside none;
    margin: 0 auto;
    padding: 0;
    width: 1000px;
}

#menu ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

#menu li {
    border-right: 1px solid #FFFFFF;
    float: left;
    font-size: 1em;
    position: relative;
    z-index: 100;
}

#menu a {
    color: #FFFFFF;
    display: block;
    line-height: 35px;
    padding: 0 69px;
    text-decoration: none;
}

#menu li:hover {
    left: 0;
    top: auto;
}


#menu li:hover > a {
    background: #3666af;
	background: -moz-linear-gradient(top,  #3666af 0%, #4091cd 80%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3666af), color-stop(80%,#4091cd));
	background: -webkit-linear-gradient(top,  #3666af 0%,#4091cd 80%);
	background: -o-linear-gradient(top,  #3666af 0%,#4091cd 80%);
	background: -ms-linear-gradient(top,  #3666af 0%,#4091cd 80%);
	background: linear-gradient(to bottom,  #3666af 0%,#4091cd 80%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3666af', endColorstr='#4091cd',GradientType=0 );
}

#menu li:active > a {
    background: #3666af;
	background: -moz-linear-gradient(top,  #3666af 0%, #4091cd 80%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3666af), color-stop(80%,#4091cd));
	background: -webkit-linear-gradient(top,  #3666af 0%,#4091cd 80%);
	background: -o-linear-gradient(top,  #3666af 0%,#4091cd 80%);
	background: -ms-linear-gradient(top,  #3666af 0%,#4091cd 80%);
	background: linear-gradient(to bottom,  #3666af 0%,#4091cd 80%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3666af', endColorstr='#4091cd',GradientType=0 );
}


.active {
    background: #3666af;
	background: -moz-linear-gradient(top,  #3666af 0%, #4091cd 80%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3666af), color-stop(80%,#4091cd));
	background: -webkit-linear-gradient(top,  #3666af 0%,#4091cd 80%);
	background: -o-linear-gradient(top,  #3666af 0%,#4091cd 80%);
	background: -ms-linear-gradient(top,  #3666af 0%,#4091cd 80%);
	background: linear-gradient(to bottom,  #3666af 0%,#4091cd 80%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3666af', endColorstr='#4091cd',GradientType=0 );
}


/* ----------------------Content-------------------- */


#content {
	background-color: #FFFFFF;
    font-size: 12px;
	min-width: 100%;
	padding: 10px;
	margin: 0 0 1px 0;
	border-bottom: 1px #B3B3B3 solid;
}

.content_wrapper {
	width: 1000px;
	margin: 0 auto;
}

.content_left {
	width: 30%;
	

}

.content_right {
	width: 50%;
	line-height:18px;
	vertical-align:top;
}	
	

.row:after {
    clear: both;
}
.row:before, .row:after {
    content: "";
    display: table;
}

.centre {
    vertical-align:middle;
	text-align:center;
	margin: 0 auto;
    padding: 0;
	width: 1000px;
}

.span3 {
    width: 220px;
}

.span4 {
    width: 300px;
}

[class*="span"] {
    float: left;
    margin-left: 20px;
}


#pricing .well {
    padding: 30px;
}

.well {
    background-color: #F5F5F5;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    min-height: 10px;
    padding: 19px;
}

#green_bar {
	border: 1px #51A451 solid;
	min-width: 100%;
	padding: 10px;
	height: 55px;
	margin: 0 auto;
	background: #62c462;
	background: -moz-linear-gradient(top,  #62c462 70%, #51a351 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(70%,#62c462), color-stop(100%,#51a351));
	background: -webkit-linear-gradient(top,  #62c462 70%,#51a351 100%);
	background: -o-linear-gradient(top,  #62c462 70%,#51a351 100%);
	background: -ms-linear-gradient(top,  #62c462 70%,#51a351 100%);
	background: linear-gradient(to bottom,  #62c462 70%,#51a351 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#62c462', endColorstr='#51a351',GradientType=0 );
}

.green_bar_content {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	height: 60px;
	vertical-align:middle;
	text-align:center;
}


/* ----------------------Testimonials-------------------- */

#testimonials {
	min-width: 100%;
	padding: 10px;
	height: 160x;
	margin: 1px 0 1px 0;
	background-color:#ECF3F9;
	border-top: 1px #B3B3B3 solid;
	border-bottom: 1px #B3B3B3 solid;
}

.testimonials_content {
	width: 1000px;
	margin: 0 auto;
	padding: 20px 5px 10px 0;
}

#companies {
	min-width: 100%;
	padding: 10px;
	height: 125px;
	margin: 1px 0 1px 0;
	background-color:#E6E6E6;
	border-bottom: 1px #B3B3B3 solid;
}

.companies_content {
	width: 1000px;
	margin: 0 auto;
	padding: 10px 5px 10px 0;
}

.companies_img {
	padding: 10px 0 0 5px;
	border: none;
	display:inline;
}

/* ----------------------Footer-------------------- */

#footer {
	min-width: 100%;
	padding: 10px;
	height: 150px;
	margin: 0 auto;
	background-color:#1B5C9E;
	border-bottom: 1px #B3B3B3 solid;
}

.footer_content {
	position:relative;
	width: 1000px;
	height: 130px;
	margin: 0 auto;
	padding: 10px 5px 10px 0;
	text-align:center;
}


.copyright {
	position: relative;
	vertical-align: bottom;
	text-align: center;
	color: #FFF;
	font-size: 12px;
	width: 1000px;
	height: 130px;
	margin: 30px auto;
	
}

a.footer {
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	color:#FFF;
	font-size: 12px;
	padding: 0 25px 0 25px;
	border-right: 1px #fff solid;
}

a.footer_last {
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	color:#FFF;
	font-size: 12px;
	padding: 0 25px 0 25px;
}

/* ----------------------Buttons-------------------- */


.btn {
	font-family: "FrancoisOneRegular";
    font-weight: normal;
}


/* ----------------------Forms-------------------- */

.form {
	line-height:1.5em;
	text-align:left;
}

.error {
	color: #CC0000;
	margin-bottom: 5px;
	display:block;
}