/* CSS Document */

/** COLOURS 
	Grey: #545454;
	Red: #db2222;
**/

/** universals **/
* {
	margin: 0;
	padding:0;
}

.clear {
	clear: both;
}

/** html **/
html {
}

/** body **/
body {
	background: #ffffff;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #545454;
	text-align: center;
	line-height: 1.5em;
}

#pageWrapper {
	background: url(../images/PageGradient.gif) top left repeat-y;
	width: 884px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
}

#headerWrapper {
	background: url(../images/headerBackground.gif) top left no-repeat;
	width: 884px;
	height: 88px;
}

#stripWrapper {
	background: url(../images/stripBackground.jpg) top left no-repeat;
	width: 884px;
	height: 118px;
}

/* NAV */

#navWrapper {
	background: url(../images/navBackground.gif) top left no-repeat;
	width: 884px;
	height: 62px;
}

#navWrapper ul {
	display: block;
	padding: 0;
}

#navWrapper ul li {
	display: inline;
}

#navWrapper ul li a {
	height: 62px;
	vertical-align: top;
	display: inline;
	float: left;
	list-style: none;
	border: none;
	font-size:0;
	text-indent:-9999px;
}

#navHome a:link, #navHome a:visited {
	background: url(../images/navHome.gif) top left no-repeat;
	width: 87px;
}

#navHome a:hover, #navHome a:focus {
	background: url(../images/navHome.gif) bottom left no-repeat;
}

#navAbout a:link, #navAbout a:visited {
	background: url(../images/navAbout.gif) top left no-repeat;
	width: 91px;
}

#navAbout a:hover, #navAbout a:focus {
	background: url(../images/navAbout.gif) bottom left no-repeat;
}

#navService a:link, #navService a:visited {
	background: url(../images/navService.gif) top left no-repeat;
	width: 96px;
}

#navService a:hover, #navService a:focus {
	background: url(../images/navService.gif) bottom left no-repeat;
}

#navClient a:link, #navClient a:visited {
	background: url(../images/navClient.gif) top left no-repeat;
	width: 78px;
}

#navClient a:hover, #navClient a:focus {
	background: url(../images/navClient.gif) bottom left no-repeat;
}

/* CONTENT */

#contentWrapper {
	background: url(../images/contentBackground.gif) top left repeat-y;
	width: 884px;
	height: 100%;
	text-align: left;
	display: block;
	padding: 20px 0;
	overflow: auto;
}

#columnHomeOne {
	width: 235px;
	padding: 0 30px;
	display: block;
	float: left;
}

#columnHomeTwo {
	background: url(../images/homeImage01.gif) top center no-repeat;
	width: 280px;
	display: block;
	float: left;
}

#homeBox {
	padding: 35px;
}

#columnHomeThree {
	width: 254px;
	padding: 2px 30px 0 20px;
	display: block;
	float: left;
}

#columnAboutOne, #columnAboutTwo, #columnServiceOne, #columnServiceTwo {
	width: 370px;
	padding: 0 30px;
	display: block;
	float: left;
}

#columnAboutTwo {
	background: url(../images/aboutImage01.gif) bottom right no-repeat;
}

#columnServiceOne {
	background: url(../images/serviceImage01.gif) bottom center no-repeat;
}

#columnServiceTwo {
	background: url(../images/serviceImage02.gif) top right no-repeat;
}

#columnClientOne {
	width: 484px;
	text-align: center;
	padding: 0 190px !important;
}

#columnClientOne p, #columnClientOne ul {
	text-align: left;
	font-style: italic;
}

#columnContactOne {
	width: 540px;
	padding: 0 30px;
	display: block;
	float: left;
}

#columnContactThree {
	width: 254px;
	padding: 2px 30px 0 20px;
	display: block;
	float: left;
}

/* FORM */

fieldset {
	border: none;
	padding: 20px 0;
}

label {
	padding-bottom: 0.8em;
	display: block;
	float: left;
}

label span {
	width: 8em;
	font-size: 11px;
	text-align: right;
	padding: 0 1em;
	float: left;
}

input, textarea {
	width: 400px;
	padding: 0.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #545454;
	border: 1px solid #dddddd;
}

input:hover, textarea:hover {
	border-color: #999999;
}

input.submit {
	width: 6em;
	font-size: 11px;
	background-color:#dddddd;
	border: none;
	padding:0.25em;
	margin-left: 10em;
	display: block;
	cursor: pointer;
}

/* GENERIC */

h1 {
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	color: #db2222;
	text-align: left;
	padding-bottom: 0.5em;
}

h2 {
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	color: #545454;
	text-align: left;
	padding-bottom: 0.5em;
}

.clientTitle {
	font-style: normal;
	font-size: 13px;
	color: #db2222;
	font-weight: bold;
	padding-bottom: 1em;
	margin-bottom: 2em;
	border-bottom: 2px solid #db2222;
}

p {
	padding-bottom: 0.75em;
}

a:link, a:visited {
	color: #545454;
	font-weight: bold;
	text-decoration: none;
	border: none;
}

a:hover, a:focus {
	text-decoration: underline;
}

ul {
	font-size: 12px;
	padding: 0 0 1em 10px;
}

ul li {
	list-style-type: none;
	text-indent: -10px;
}


/* FOOTER */

#footerWrapper {
	background: url(../images/footerBackground.gif) top left no-repeat;
	width: 884px;
	height: 37px;
	padding: 20px 0 0 12px;
	font-size: 11px;
	text-align: left;
}

