html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}img,body,html{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;}q:before,q:after{content:'';}

body {
  width:100%;
  background:#fff;
  min-width:600px;
  font: 75%/170% Arial, Helvetica, sans-serif;
  color: #5E6568;
}

.fixed {
  margin:0 auto;
  width: 770px;
  text-align:left;
  padding-top: 20px;
}

/* Top navigation */
.nav ul{
  width:770px;
  float:left;
  height:50px;
  margin-top:44px;
}

.nav ul a{
  width:108px;
  height:44px;
  text-align:center;
  line-height:44px;
  font-size:13px;
  margin-left:2px;
  background-image:url(images/nav_back.png);
  color:#fff;
  float:left;
  font-weight:normal;
  font-style:normal;
}

.nav ul a:hover{
  background-position:0 -44px;
}

.nav ul a.current,ul#nav a:hover.current{
  color:#000;
  height:50px;
  position:relative;
  background-position:0 -88px;
}

/* column container */
.colmask {
  position:relative;
  clear:both;
  float:left;
  width:100%;			/* width of whole page */
  overflow:hidden;	/* This chops off any overhanging divs */
}

/* 2 column right menu settings */
.rightmenu {

}
.rightmenu .colleft {
  float:left;
  width:200%;
  margin-left:-200px;
  position:relative;
  right:100%;
  background:#fff;
}
.rightmenu .col1wrap {
  float:left;
  width:50%;
  position:relative;
  left:50%;
  padding-bottom:1em;
}
.rightmenu .col1 {
  margin: 15px 15px 0 215px;
  overflow:hidden;
}

.rightmenu .col2 {
  float:right;
  width:170px;
  position:relative;
  left:185px;
  padding-top: 15px;
}

/* 2 column left menu settings */
.leftmenu {

}
.leftmenu .colright {
  float:left;
  width:200%;
  position:relative;
  left:200px;
  background:#fff;
}
.leftmenu .col1wrap {
  float:right;
  width:50%;
  position:relative;
  right:200px;
  padding-bottom:1em;
}
.leftmenu .col1 {
  margin:15px 15px 0 215px;
  position:relative;
  right:100%;
  overflow:hidden;
}
.leftmenu .col2 {
  float:left;
  width:170px;
  position:relative;
  right:185px;
  padding-top: 15px;
}

/* holy grail 3 column settings */
.holygrail {
      	/* Right column background colour */
}
.holygrail .colmid {
  float:left;
  width:200%;
  margin-left:-200px; 	/* Width of right column */
  position:relative;
  right:100%;
  background:#fff;    	/* Centre column background colour */
}
.holygrail .colleft {
  float:left;
  width:100%;
  margin-left:-50%;
  position:relative;
  left:400px;         	/* Left column width + right column width */
     	/* Left column background colour */
}
.holygrail .col1wrap {
  float:left;
  width:50%;
  position:relative;
  right:200px;        	/* Width of left column */
  padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
}
.holygrail .col1 {
  margin:15px 215px;     	/* Centre column side padding:
                          Left padding = left column width + centre column left padding width
                          Right padding = right column width + centre column right padding width */
  position:relative;
  left:200%;
  overflow:hidden;
}
.holygrail .col2 {
  float:left;
  float:right;			/* This overrides the float:left above */
  width:170px;        	/* Width of left column content (left column width minus left and right padding) */
  position:relative;
  right:15px;         	/* Width of the left-had side padding on the left column */
}
.holygrail .col3 {
  float:left;
  float:right;			/* This overrides the float:left above */
  width:170px;        	/* Width of right column content (right column width minus left and right padding) */
  margin-right:45px;  	/* Width of right column right-hand padding + left column left and right padding */
  position:relative;
  left:50%;
}

/* 1 column full page settings */
.fullpage {
  background:#fff;
}
.fullpage .col1 {
  margin:15px 15px;
}

.container {
	/* The container is a class simply because of the multiple full-span elements.*/
	height: auto;
	margin: 0 auto;
	width: 770px;
}

/** Navigation **/
#navigation {
	background: #FFF url(images/navigation.gif) repeat-x bottom center;
	border-bottom: 1px solid #f6fafc;
}
#navigation ul.pages {
	float: left;
	height: auto;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 770px;
}
#navigation ul li {
	float: left;
	margin: 0 3px;
	overflow: visible;
}

#navigation ul li a:link, #navigation ul li a:active, #navigation ul li a:visited {
	color: #34393e;
	display: block;
	font: bold 1.08em Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 13px 15px;
}

#navigation ul li a:hover {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

#navigation ul.pages li.active-trail a:link, #navigation ul.pages li.active-trail a:active, #navigation ul.pages li.active-trail a:visited {
	/* Crazy margins to pull up the hover image above the borders.*/
	background: url(images/navigation-hover.png) repeat-x bottom center;
	color: #f1f8ff;
	margin: -3px 0 0 0;
	padding: 15px 15px 14px 15px;
	position: relative;
}

/** CLEARFIX **/
.clearfix:after {
	clear: both;
	content: " ";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

#header {
	background: #171615 url(images/header.png) repeat-x top;
	height: 135px;
}

#logo{
  float:right;
  margin-top:30px;
}

/* Footer styles */
#footer{
  margin-top: 40px;
	background: #171615 url(images/footer-stroke.gif) repeat-x top center;
  border-bottom: 1px solid #1e1d1d;
  border-top: 1px solid #171615;
  text-align: left;
  padding: 10px;
  height: 170px;
  width:100%;
  float:left;
}

#footer .inner{
  width:770px;
  margin-right:auto;
  margin-left:auto;
}

#footer_info{
	float:left;
	padding:5px 0 0 0;
	width:240px;
}

#footer_info ul{
	width:100%;
	overflow:hidden;
	padding:0 0 20px 0;
}

#footer_info li{
	float:left;
	padding:0 15px 0 0;
}

#footer_info li.logo{
	padding:0 20px 0 0;
}


#footer_info img{
	float:left;
}

#footer_info li p{
	font-size:11px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#BFBFBF;
	width:115px;
	padding:5px 0 0 0;
}


#footer_info li p a{
	color:#BFBFBF;
}

#footer_info p{
	color:#BFBFBF;
}

#footer_info p a{
  color:#BFBFBF;
}

.footer_links{
	float:left;
	width:160px;
}

.footer_links h3{
	color: #7F7F7F;
	font-size:18px;
	padding:0 0 8px 0;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:normal;
}

.footer_links ul{
	padding:0 0 0 2px;
}

.footer_links li{
	color: #BFBFBF;
	line-height:1.5em;
	padding:0 0 3px 0;
}

.footer_links a{
	color: #BFBFBF;
}

.footer_links a:visited{
	color: #BFBFBF;
}

/* Subscribe form */
.x-subscribe-form input[type="text"]{
  width: 90px;
  height: 12px;
}

.x-subscribe-form input{
  font-size: 10px;
}

.x-subscribe-form span{
font-size: 10px;
line-height: 10px;
}


/* Typography */
a,a:visited{
  cursor:pointer;
  color: #294a5f;
  text-decoration:none;
  font-weight:bold;
}

a {
  color: #369;
}

a:hover {
  text-decoration: underline;
}

h1 {
  color: #54798B;
  font-size: 36px;
  font-weight: normal;
  padding-bottom: 20px;
  line-height: 36px;
}

h2 {
  color: #54798B;
  font-size: 24px;
  font-weight: normal;
  padding-top: 10px;
  line-height: 36px;
}

h3 {
  color: #54798B;
  font-size: 24px;
  font-weight: normal;
  line-height: 24px;
  padding-bottom: 10px;
}

#main p {
  margin-bottom: 15px;
}


.fixed li {
  background: url(/images/bullet-orange.gif) no-repeat scroll 0 0;
  padding-left:18px;
}

#brands{
margin-top: 60px;
}

#brands p{
margin-top: 40px;
}

hr {
  background:#DEDEDE none repeat scroll 0 0;
  border:medium none;
  clear:both;
  float:left;
  height:1px;
  margin:10px 0 20px;
  width:100%;
}

a.external {
  background: url(/images/external-link.png) no-repeat scroll right center;
  padding-right:13px;
}

.blog-post ol {
  background: none;
  list-style-type: decimal;
  list-style-position: outside;
  padding-left: 18px;
}

.blog-post ol li {
  background: none;
  padding: 0px;
  margin: 0px;
}

pre code {
  line-height: 12px;
}

code {
  font-size: 11px;
}


h2 a, h2 a:hover, h2 a:visited{
  color: #54798B;
  font-size: 24px;
  font-weight: normal;
}


#comments-area .comment-wrap {
  border:1px solid #DEDEDE;
  clear:both;
  height:100%;
  margin:0 0 12px;
  overflow:auto;
  padding:0 12px;
}

#comments-area h3 {
  padding-top:0;
}

#comments-area .comment-wrap .left {
  float:left;
  padding-top: 12px;
  width: 85px;
}
#comments-area .comment-wrap .right {
  float:left;
  padding:12px 0 6px 12px;
  width:400px;
}
#comments-area .comment-wrap .right a {
  text-decoration:none;
}

#comments-area .comment-wrap .right a:hover {
  text-decoration:underline;
}

#comments-area .comment-wrap .right cite {
  display:block;
  font-style:normal;
  height:100%;
  margin:0;
  overflow:auto;
  padding:0;
}

#comments-area .comment-wrap .right cite b {
  float:left;
}

#comments-area .comment-wrap .right cite b a {
  color:#333333;
}
#comments-area .comment-wrap .right cite small {
  float:right;
  font-size:80%;
}
#comments-area .comment-wrap .right p {
  clear:both;
  padding:6px 0;
}

#comments-area .comment-wrap .right blockquote, #comments-area .comment-wrap .right code, #comments-area .comment-wrap .right pre {
  clear:both;
  margin:6px 0;
}

