/* 
 *
 * Author: Redact Solutions Ltd
 * Web: http://www.redactsolutions.co.uk
 * Date: 9th Jan 2012
 *
 * Main layout styles
 */

/* Resets
----------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

/* Core
----------------------------------------- */
html {
    height: 101%; /* keeps scrollbar to prevent flicker */
	font-size: 100%;
	font-size: 10px;	
}
body {
    margin: 0;
    padding: 0;
    background: url(../images/body-bg.jpg) repeat;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #343434;
}

/* Outer Wrappers
----------------------------------------- */
#UpperWrap {
	width: 100%;
    min-height: 600px;
    background: url(../images/upper-bg.jpg) repeat-x top;
}
#LowerWrap {
    min-height: 60px;
    background-color: #BFC2AE;
}

/* General styles
----------------------------------------- */
img { border: none; }
img.left {
    margin-right: 10px;
    float: left;
}
img.right {
    margin-left: 10px;
    float: right;
}

blockquote {
    line-height: 1.6;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 1.6em;
    font-style: italic;
    color: #373333;
}

div.signature {
    padding-top: 5px;
    font-size: 1.1em;
    color: #000000;
}

address {
    font-size: 1.2em;
    font-style: normal;
}

a {
    text-decoration: none;
    color: #c22513;
}
a:hover {
    text-decoration: underline;
}

/* Header & Top Nav
----------------------------------------- */
#Header {
 	width: 940px;
    height: 100px;
    margin: 0 auto;
	background: url(../images/header-bg.jpg) no-repeat;	
	position: relative;
}
#HeaderLogo {
    width: 110px;
    height: 60px;
	top: 20px; left: 10px;
	position: absolute;
}

#TopNav {
    width: 940px;
	height: 45px;
    margin: 0 auto;
    }
    #TopNav ul {
		width: 600px;
        height: 30px;
		margin-left: 0;
        list-style-type: none;
		float: left;
    }
    #TopNav ul li a {
		display: block;
		height: 45px;
		margin: 0 10px;
        padding: 8px 32px;
		text-decoration: none;
        font-weight: 400;
        font-size: 1.9rem;
		color: #343434;
        float: left;		
	}
    #TopNav ul li a:hover {
		background: url(../images/top-nav-item-over.png) repeat-x 50% 0%;
		text-decoration: none;
		color: #f6f6f6;
	}
	#TopNav ul li a:hover {
		color: #f6f6f6;
	}
	
#NavEmail {
	width: 300px;
	margin-right: 20px;
	padding-top: 10px;
	float: right;
	font-weight: 500;
	font-size: 1.7rem;
	text-align: right;
	text-decoration: none;		
	color: #333333;	
}

/* Banner
----------------------------------------- */
#BannerWrap {
    height: 315px;
	margin: 0 auto;
    background: url(../images/banner.jpg) no-repeat top center;
}
#Banner {
	width: 940px;
	margin: 0 auto;
	position: relative;	
}
.established {
	width: 100px;
	position: absolute;
	top: 245px; left: 20px;
	text-decoration: none;
	font-size: 1.7em;
	font-size: 500;
	color: #343434;	
}
.introtext {
	width: 220px;
	position: absolute;
	top: 90px; left: 680px;
	text-decoration: none;
	font-size: 1.7em;
	font-size: 400;
	color: #343434;	
}

/* Content
----------------------------------------- */
#ContentWrap {
	width: 940px;
	padding: 20px 0;
	margin: 0 auto;	
}

#Content {
	width: 940px;
    margin: 0 auto;
    }
    #Content h1 {
		clear: both;
		margin-bottom: 10px;
        font-size: 2.8rem;
        font-weight: 500;
        color: #5db3d0;
    }	
    #Content h2 {
		clear: both;
		margin-bottom: 10px;		
        font-size: 2.6rem;
        font-weight: 500;
        color: #5db3d0;
    }
    #Content h3 {
		margin-bottom: 10px;		
		font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 1.2rem;
        font-weight: 600;
        color: #343434;
    }
    #Content p {
        padding: 0 0 10px 0;
        line-height: 1.5;
        font-size: 1.2em;
        color: #343434;
    }

#MainCol {
	width: 620px;
	margin-right: 20px;
	float: left;
}
.mainColTop {
	width: 620px;
	height: 20px;
	background: url(../images/main-col-top.png) no-repeat;
}
.mainColBtm {
	width: 620px;
	height: 20px;
	background: url(../images/main-col-btm.png) no-repeat;	
}
.mainColBg {
	width: 580px;
	padding: 0 20px;
	background: #ffffff;
}

#SideCol {
	width: 300px;
	float: left;	
}
.sideColTop {
	width: 300px;
	height: 20px;
	background: url(../images/side-col-top.png) no-repeat;
}
.sideColBtm {
	width: 300px;
	height: 20px;
	background: url(../images/side-col-btm.png) no-repeat;	
}
.sideColBg {
	width: 260px;
	padding: 0 20px;	
	background: #ffffff;
}

#FulCol {
	width: 940px;
	float: left;	
}
.fullColTop {
	width: 940px;
	height: 20px;
	background: url(../images/full-col-top.png) no-repeat;
}
.fullColBtm {
	width: 940px;
	height: 20px;
	background: url(../images/full-col-btm.png) no-repeat;	
}
.fullColBg {
	width: 900px;
	padding: 0 20px;	
	background: #ffffff;
}

ul.servicesList {
	width: 180px;
	margin: 0;
	padding-top: 6px;
	padding-left: 10px;
	float: left;
	display: block;
	list-style-type: none;
}
ul.servicesList li {
	margin: 0;
	padding: 0 0 5px 16px;	
	background: url(../images/bullet.png) 0 4px no-repeat;
	font-size: 1.2rem;
}

.homeThumb {
	padding-right: 10px;
	float: left;
}
/* Footer
----------------------------------------- */
#Footer {
    width: 940px;
    margin: 0 auto;
    padding: 20px 0;
}

#BtmNav {
    width: 480px;
    float: left;
    }
    #BtmNav ul {
        list-style-type: none;
        text-align: left;
    }
    #BtmNav ul li {
        padding: 0 20px;
		border-right: solid 1px #343434;
        display: inline;
    }
    #BtmNav li a {
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        text-decoration: none;
        font-size: 1.2em;
        color: #343434;
    }
    #BtmNav li a:hover {
        text-decoration: underline;
    }

#Copyright {
    width: 400px;
	padding-right: 10px;
    text-align: right;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 1.2rem;
    color: #343434;
    float: right;
    }
	#Copyright p {
		padding: 0 0 4px 0;
	}
    #Copyright a {
        text-decoration: none;
        color: #343434;
    }
	
/* Home
----------------------------------------- */
#HomeLeftCol {
    width: 290px;
    padding-left: 10px;
    padding-bottom: 20px;
    float: left;
}
#HomeRightCol {
    width: 620px;
    margin-left: 20px;
    padding-bottom: 20px;
    float: left;
}

/* Gallery
----------------------------------------- */
.gallery ul { 
	list-style: none;
}
.gallery ul li { 
	display: inline;
}
.gallery ul img {
	margin-right: 10px;
	margin-bottom: 10px;	
	border: 2px solid #E1E3D5;
}
.gallery ul a:hover img {
	border: 2px solid #BFC2AE;
	color: #fff;
}
.gallery ul a:hover { 
	color: #fff;
}

/* Contact Us
----------------------------------------- */
#ContactForm {
	width: 520px;
	margin: 5px 0 10px 0;
}
#ContactForm input, #ContactForm textarea {
	padding: 2px;
	width: 420px;
	font-size: 12px;
	margin: 0px 0px 5px 0;
	border: 1px solid #e4ded0;
}
#ContactForm textarea {
	height: 100px;
}
#ContactForm textarea:focus, #ContactForm input:focus {
	border: 1px solid #c22513;
}
#ContactForm input#ContactSubmit, #ContactForm input#ContactBack {
	width: 80px;
	height: 30px;
	border: 1px solid #c22513;
	padding-bottom: 6px;
	background: url(../images/top-nav-item-over.png) repeat-x 50% 0%;
	font-size: 1.4em;
	font-weight: 500;
	color: #fff;
	cursor: pointer;
}
#ContactForm input#ContactSubmit:hover, #ContactForm input#ContactBack:hover {
	border: 1px solid #333333;
}
#ContactForm label {
	margin-bottom: 2px;
	font-size: 1.2em;
}

/* Misc
----------------------------------------- */
.top { /* top of page links */
	padding-left: 20px;
	font-size: 1.1rem;
	color: #c22513;	
}
.top:hover {
	color: #c22513;
}

/* used for address details */
.vcard p {
	margin: 0 !important;
	padding: 0 !important;
	font-size: 1.2rem !important;
	line-height: 1.3 !important;
}
.vcard p.tel {
	padding: 4px 0 !important;
}
.vcard a.email {
	font-size: 1.15rem !important;
}
p.error {
	color: #c22513 !important;
}
/* Fixes
---------------------------------------- */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
