/* Type & image presets */



body {
font-family: freight-sans-pro, "verdana", sans-serif;
font-size: 14px;
line-height: 24px;		/* Changing this will break the baseline grid. */
-webkit-text-size-adjust: none;		/* Stops the iPhone scalling type up */
margin:0;
padding:0;
background-color:#f2f6f7;
}

a {
	text-decoration: none;
	color: #005698;

}

a.inline {
		border-bottom: 1px solid #005698 ;
}

a.inline:hover{
color:#DA7322;
}

a:hover {
color: #2e3a57;
border-bottom: none;
}

a img {
display: block;		/* Stops image links getting text link styles */
}

img {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;

}

a img.productimg {
border: 1px solid #dfe4e5;
}

p, ul, ol, blockquote {
margin-bottom: 24px;	/* Changing this will break the baseline grid. */
}
p.caption {
	font-size: 10px;
	margin:0;
	padding:0;
	text-align:right;
	color:#747474;
}

p.intro{
	font-size:20px;
	color:#657b99;
	text-shadow: 1px 1px 1px #fff;
	line-height: 28px;
	
}

p.index{
	color:#657b99;
	text-shadow: 1px 1px 1px #fff;
	font-size: 16px;
	line-height: 21px;
}

ul.supportpage{
list-style:square url('../img/nav_items/chevron.png');
margin-left:20px;
}

li{
margin-bottom: 6px;

}

li a:hover{

}

blockquote {
border-left: 1px solid #c1c1c1;
color: #747474;
padding-left: 15px;
margin-left: -15px;
}

h1 {
	font-size: 1px;
	margin: 0;
	font-weight: normal;
	text-indent: -9999px;
	line-height:0;
	}

h2 {
font-size: 25px;
margin-bottom: 24px;	/* Changing this will break the baseline grid. */
font-weight: lighter;
padding-top:40px;
padding-bottom:20px;
text-shadow: 1px 1px 1px #fff;
color: #495062;
}

h2.home{
padding-top: 10px;
}

h3 {
font-size: 18px;
margin-bottom: 24px;	/* Changing this will break the baseline grid. */
font-weight: normal;
text-shadow: 1px 1px 1px #fff;
color: #495062;
text-transform:uppercase;
}
h4 {
font-size: 16px;
margin-bottom: 24px;	/* Changing this will break the baseline grid. */
font-weight: lighter;

}

h4 a{
font-size: 16px;
margin-bottom: 24px;	/* Changing this will break the baseline grid. */
font-weight: lighter;
border-bottom:none;

}

h4 a.questions{
font-size: 16px;
margin-bottom: 1px;	/* Changing this will break the baseline grid. */
font-weight: lighter;
border-bottom:none;
color:#da7322;

}


h4.supportlist {
font-size: 16px;
margin-bottom: 24px;	/* Changing this will break the baseline grid. */
font-weight: lighter;
border-bottom:none;


}


h4 em {
font-size: 12px;
margin-bottom: 24px;	/* Changing this will break the baseline grid. */
font-weight: lighter;
color:#da7322;
}

h4.supportlist em {
font-size: 12px;
margin-bottom: 24px;	/* Changing this will break the baseline grid. */
font-weight: lighter;
color:#52555C;
}

li a:hover h4.supportlist, li a:hover h4.supportlist em {
color:#da7322;

}

h5 {
		color:#da7322;
		font-weight: lighter;
		text-transform:uppercase;
}
ul.features li{
	line-height:18px;
	font-size:12px;
	color:#52555C;
}

footer {
text-align:right;
padding:5px 0 5px 0;
border-top: 1px solid rgba(0,0,0,0.3);
font-size:12px;
color:white;
background: #2e3351; /* Old browsers */
background: -moz-linear-gradient(top, #2e3351 0%, #15172d 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2e3351), color-stop(100%,#15172d)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #2e3351 0%,#15172d 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #2e3351 0%,#15172d 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #2e3351 0%,#15172d 100%); /* IE10+ */
background: linear-gradient(top, #2e3351 0%,#15172d 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e3351', endColorstr='#15172d',GradientType=0 ); /* IE6-9 */

bottom:0;
}

footer a{
color:#da7322;
}
footer a:hover{
color:#b8bcc5;
}


