@charset "utf-8";
/* Paul Airey Fresh CSS Document */


/*-----------------------------------------------------
Core Elements:
[01] YAHOO CSS RESET
[02] BODY STRUCTURE
[03] POSITIONING
[04] TEXT STYLING
[05] LINK STYLING
[06] IMAGES
[07] REUSEABLE ELEMENT
-------------------------------------------------------*/

/* [01] Import CSS
-------------------------------------------------------*/


/*-----------------------------------------------------
Core Elements
-------------------------------------------------------*/

/* [01] Yahoo CSS Reset 
   [http://developer.yahoo.com/yui/reset/#code]
-------------------------------------------------------*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, 
pre,form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
    padding: 0;
	} 
table {
	border-collapse: collapse;
    border-spacing: 0;
	}
fieldset,img {
	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%; 
	font-weight: normal;
	}
q:before, q:after {
	content: '';
	}
abbr,acronym {
	border: 0;
	}

/* --------------------------------- BODY STRUCTURE --------------------------------- */

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	background: #262A2B url('../images/bg-body.jpg') repeat;
	background-attachment: fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/* --------------------------------- POSITIONING --------------------------------- */

#wrapper {
	min-height: 100%;
	width: 100%;
	position: relative;
}

#headerWrapper {
	background: url('../images/bg_header.png') repeat-x top left;
	width: 100%;
	height: 192px;
}

#header {
	margin: 0 auto;
	width: 820px;
}

#logo {
     display: block;
     position: relative;
     top: 20px;
     width: 668px;
     height: 78px;
}

#menu {
	margin: 0 auto;
	width: 820px;
	margin-top: 40px;
}

#menuText { float: left; }

#nav {float: right; }

#contentWrapper {
	margin: 0 auto;
	overflow: auto;
	width: 820px;
	margin-top: 40px;
	padding-bottom: 120px;
}


#contentMain {
	float: left;
	width: 500px;
	padding-right: 50px;
	border-right: #999999 1px solid;
}

#imgBox {
	height: 220px;
	width: 816px;
	border: 1px solid #fff;
	background: #fff;
	margin: 30px auto;
}

#imgBox img {
	display: block;
	margin: 10px auto;
}

#secondaryCol img {
margin-bottom:30px;
}

#hotBox {
	background-image: url(../images/bg_border.jpg);
	padding: 10px;
	margin-bottom: 40px;
}

#hotBox1 {
	padding: 4px;
	border: #666666 1px solid;
	background: #ebebeb;
	margin-bottom: 40px;
}

#contentSide {
	position: relative;
	float: right;
	width: 220px;
}

.sideBox {
	padding-bottom: 23px;
	margin-bottom: 23px;
	border-bottom: #666666 1px dotted;
}

.bottomBox { padding-bottom: 20px; }

.sideBoxImage {
	padding: 4px;
	border: #fff 1px solid;
	background: #fff;
	margin-bottom: 2px;
}

.colBoxLeft {
	width: 360px;
	float: left;
	margin-right: 50px;
	margin-bottom: 40px;
}

.colBoxRight {
	width: 381px;
	float: left;
	margin-bottom: 40px;
}

.csMain {
	overflow: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

.csLeft {	
	width: 240px;
	margin-right: 20px;
	float: left;
}

.csRight {	
	width: 240px;
	float: right;
}

#contactBox {
	width: 400px;
	float: left;
	padding-bottom: 50px;
}

.csLeftLarge {	
	width: 450px;
	margin-right: 20px;
	float: left;
}

.colMainBox {
	width: 450px;
	float: left;
	margin-right: 20px;
	margin-bottom: 40px;
}

#footer {
	background: url(../images/bg_footer.jpg) repeat-x top left;
	width: 100%;
	height: 50px;
	bottom: 0px;
	position: absolute;
}

#footerText {
	margin: 0 auto;
	width: 820px;
}

#flashWrapper {
	width: 446px;
}

#flashBox {
	width: 446px;
	padding: 4px;
	border: #666666 1px solid;
	background: #ebebeb;
	margin-top: 40px;
	margin-left: 25px;
}
	

/* --------------------------------- TEXT STYLING --------------------------------- */

h1 {
	text-indent: -3000px;
}

h2 {
	color: #fff;
	font-size: 24px;
	margin-bottom: 20px;
	font-family:  Georgia, "Times New Roman", Times, serif;
}

h3 {
	color: #8CBBC1;
	font-size: 18px;
	margin-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h4 {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
	font-size: 13px;
	line-height: 1.8em;
	color: #fff;
  margin: 10px 0;
}

.footerTextLeft {
	margin-top: 13px;
	float: left;
	color: #8A8A8A;
	font-size: 11px;
}

.footerTextRight {
	margin-top: 13px;
	float: right;
	color: #8A8A8A;
	font-size: 11px;
}

.portfolioText { font-size: 13px; float: right; margin-bottom: -15px }

.textTitle {
	font-weight: bold;
	color: #fff;
}

.errorTitle {
	font-weight: bold;
	color: #FF0000;
}

.testimony {
	font-size: 12px;
	font-style: italic;
	padding-top: 10px;
}


/* --------------------------------- MAIN NAVIGATION --------------------------------- */


#nav li {float: left;}

.home a  {
	display: block;
	width: 93px;
	height: 50px;
	background: url(../images/menu_home.jpg) 0 0 no-repeat;
	text-indent: -3000px;
}

.portfolio a   {
	display: block;
	width: 109px;
	height: 50px;
	background: url(../images/menu_portfolio.jpg) 0 0 no-repeat;
	text-indent: -3000px;
}

.contact a   {
	display: block;
	width: 104px;
	height: 50px;
	background: url(../images/menu_contact.jpg) 0 0 no-repeat;
	text-indent: -3000px;
}

.home a:hover { background-position: -93px 0; }
.portfolio a:hover { background-position: -109px 0; }
.contact a:hover { background-position: -104px 0; }


/* --------------------------------- LINKS --------------------------------- */


a, a:visited {
	outline: none; /* For Firefox to stop showing that box */
	text-decoration: none;
	color: #1264A7;
}

a:hover { text-decoration: underline; }

.linkText { font-size: 13px; }

.linkText2 { margin-top: 10px; }


/* --------------------------------- LISTS --------------------------------- */


ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 2.1em;
	font-size: 13px;
	color: #8CBBC1;
}

.offer {background: url(../images/bullet1.png) no-repeat 0 50%; padding-left: 25px;}

.dw {background: url(../images/logo_DW.jpg) no-repeat 0 50%; padding-left: 30px;}
.ps {background: url(../images/logo_PS.jpg) no-repeat 0 50%; padding-left: 30px;}
.ai {background: url(../images/logo_AI.jpg) no-repeat 0 50%; padding-left: 30px;}
.fl {background: url(../images/logo_FL.jpg) no-repeat 0 50%; padding-left: 30px;}
.xh {background: url(../images/logo_TICK.png) no-repeat 0 50%; padding-left: 30px;}
.cs {background: url(../images/logo_TICK.png) no-repeat 0 50%; padding-left: 30px;}
.ph {background: url(../images/logo_PHP.png) no-repeat 0 50%; padding-left: 30px;}


/* --------------------------------- IMAGES --------------------------------- */


.portfolioImage {
	padding: 4px;
	border: #666666 1px solid;
	background: #ebebeb;
	margin-bottom: 8px;
}


/* --------------------------- REUSEABLE ELEMENTS --------------------------- */


.floatLeft {float: left}
.floatRight {float: right}


/* --------------------------- FORM --------------------------- */


#contact-area {
	width: 500px;
	margin-top: 20px;
	float: left;
}

#contact-area input, #contact-area textarea {
	padding: 3px;
	width: 273px;
	margin: 0px 0px 15px 0px;
	border: 2px solid #6f6f6f;
	background-color: #F0F0F0;
}

#contact-area textarea {
	height: 80px;
}

#contact-area input.submit-button {
	font-size: 13px;
	color: #333333;
	width: 100px;
	float: left;
	margin-left: 145px;
}

label {
	font-size: 13px;
	color: #333333;
	float: left;
	text-align: left;
	margin-right: 35px;
	width: 110px;
	padding-top: 5px;
}

.fontText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

.pagination {
  text-transform: capitalize;
  color: #1264A7;
  clear: both;
}

DIV.colBoxLeft H3 {
  height: 22px;
  overflow: hidden;
}
