html {
	
	margin:0;
	padding:0;
}
body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:24px;
	color:#000;
	background-image:url(../images/images/bgr.jpg);
	background-position:top;
	background-repeat:repeat-x;
	
}

body#home{
	background-image:url(../images/images/bgr-illustration.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
p {
	font-size:13px;
	line-height:24px;
}
h1, h2, h3, h4, h5 {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	color:#0e2153;
}
h1 {
	font-size:48px;
}
h2 {
	font-size:32px;
}
h3 {
	font-size:26px;
}
h4 {
	font-size:20px;
}
#wrapper {    
}
#wrapper-inner {     
}
.content-wrapper {
	padding-top:20px;       
}

.content-wrapper-home {      
}
.content-wrapper a, .content-wrapper-home a  {
     color:#0e2153;
}
.ruled-wrapper{
	padding:30px 0px 30px 0px;
	clear:both;
	border-top:1px dashed #ccc;
}
.ruled-wrapper-sm{
	padding:20px 0px 20px 0px;
	clear:both;
	border-top:1px dashed #ccc;
}
#top-bar {
	height:38px;
	background-color:#090909;
	background-image:url(../images/images/stripe.png);
	border-bottom:1px solid #1a3f67;
	font-size:13px;
	
}
#top-bar-nav {
	width:990px;
	margin:0 auto;
	line-height:35px;
	color:#FFF;
	text-align:right;
}
#top-bar-nav a, #footer-content a {
	text-decoration:none;
	color:#f2e620;

}
#top-bar-nav a:hover, #footer-content a:hover {
	color:#f2e620;
	text-decoration:underline;
}
.btn-home{
	background-image:url(../images/images/home.png);
	width:25px;
	height:25px;
	display:block;
	float:left;
	background-position:0 -25px;
	margin-top:6px;
}

#top-bar-nav img {
	border:none;
	margin-top:3px;
}
#logo {
	position:absolute;
}
#nav {
	float:right;
	width:700px;
	color:#fff;
	margin-top:10px;
	font-size:13px;
	line-height:20px;
}
#nav ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#nav li {
	border-left:1px solid #163460;
	float:left;
	text-shadow: 1px 1px 1px #000;
	font-style:italic;
	font-family:Arial, Helvetica, sans-serif;
}
#nav a {
	
	color:#fff;
	text-decoration:none;
	display:block;
	padding:15px 30px 15px 15px;
}

#nav a:hover {
	background-color:#000;
}
#nav span {
	font-weight:bold;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size:24px;
	margin-bottom:5px;
	display:block;
	font-style:normal;
}
.toll-free {
	font-weight:bold;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size:18px;
	font-style:normal;
}

#header {
	width:990px;
	margin:0 auto;
	padding: 30px 0px;
	padding-left:0px;
	height: 100px;
}
#page {
	width:990px;
	margin:0 auto;
	padding:0px 20px 30px 20px;
	min-height: 800px;
}
.colour-box{
	background-image:url(../images/images/bgr-illustration-2.jpg);
	background-position: top center;
	background-repeat:no-repeat;
	color: #fff;
	padding:0px 30px;
	border:1px solid #ccc;
}
.feature {
	height:375px;
	background-color:#999;
	border:5px solid #fff;
}
.feature-wrapper {
	border:1px solid #ccc;
	width:990px;
	
	
}
.breadcrumbs{
	margin-top:0px;
	height:35px;
	line-height:35px;
	font-size:13px;
	font-style:italic;
	border-bottom:1px solid #ccc;
}
.column{
	float:left;
	width:225px;
	padding-right:20px;
	display:block;
	padding-bottom:30px;
}

.column-3{
	float:left;
	width:300px;
	padding-right:30px;
	display:block;
	padding-bottom:30px;
}
.facebook-feed{
	float:left;
	width:475px;
	padding-right:20px;
	display:block;
	padding-bottom:30px;
}
.clear{
	clear:both;
}
a.btn{
	height:35px;
	line-height:32px;
	background-color:#090909;
	background-image:url(../images/images/btn-arrow.png);
	background-position:right center;
	background-repeat:no-repeat;
	font-size:20px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	padding:0px 30px 0px 20px;
	display:block;
	float:left;
	font-family: 'Yanone Kaffeesatz', sans-serif;
}
a.btn:hover{
	color:#f2e620;
}
.share{
	float:right;
	margin-top:30px;
}
.img-border{
	border:1px solid #ccc;
	padding:5px;
}
.latest-work{
	margin-bottom:30px;
}
.latest-work img{
	padding: 5px;
	border:1px solid #ccc;
	margin-right:8px;
	margin-bottom:9px;
}
.blog-archive{
	width:210px;
        padding-left:40px;
}

#footer{
	background-color:#090909;
	padding:10px 30px 30px 30px;
	color:#fff;

	background-position:top;
	background-repeat:repeat-x;
}
#footer-content{
	width:1000px;
	margin:0 auto;
}
	
#footer-content a{
	text-decoration:none;
}
