/* INITIAL
*/

/* Neutralize styling:
   Elements we want to clean out entirely: */ html, body, form, fieldset {
    margin: 0;
    padding: 0;
    font-family: arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: #666;
}

/* Neutralize styling:
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
    margin: 0px 0px 0.6em 0px;
    padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */ li, dd, blockquote {
    margin-left: 3em;
    margin-bottom: 1em;
}

/* Miscellaneous conveniences: */
form label, label {
	display: block;
	float: left;
	width: 115px;
}

img {
	border: 0px none;
}

a {
	color: #777777;
	text-decoration: none;
}

.checkbox {
	width: auto;
}

fieldset {
	border: none;
}
form input, textarea, select {
	font-size: 100%;
	color: #000;
	width: 175px;
	height: 20px;
	line-height: 20px;
}

/* custom styles */

h1 {
	color: #00bbff;
	font-size: 24px;
	font-weight: normal;
}

.blueTitle {
	font-weight: bold;
	color: #00bbff;
	font-size: 13px;
}

.body {
	background: url(/custom/images/background.gif) repeat-x top;
}

.logo {
	padding: 14px 0 15px 0;
}

.middle {
	margin: 0px auto;
	width: 768px;
}

.siteActions {
	height: 34px;
}

/* navigation */

.navigation {
	padding-top: 5px;
	float: left;
	width: 551px;
}

.navigation a {
	margin: 0px 21px;
	font-size: 13px;
	font-weight: normal;
}

.navigation img {
	vertical-align: middle;
}

/* search */

.searchBar {
	float: left;
	margin-top: 7px;
}

.searchContainer {
	float: left;
	width: 176px;
	height: 20px;
	background-color: #bababa;
	border: 0px;
}

.searchText {
	height: 16px;
	line-height: 16px;
	width: 174px;
	border: 0px;
	margin: 1px;
	float: left;
	font-size: 12px;
	background-color: #fff;
}

.searchGo {
	float: left;
	cursor: pointer;
	width: 32px;
	height: 20px;
}

/* main content */

.mainContent {
	background: url(/custom/images/banner.jpg) no-repeat top;
}

.greyBit {
	background: url(/custom/images/grey.gif) repeat-y left;
}
.bannerQuote {
	padding: 80px 0 163px 34px;
	width: 320px;
	height: 110px;
	color: #fff;
	font-size: 24px;
}

.lhs {
	float: left;
	width: 219px;
	background-color: #e9e9e9;
}

.callMeBack {
	width: 184px;
	padding: 0 0 4px 21px;
	background: url(/custom/images/mobile.jpg) no-repeat top right;
	height: auto !important;
	height: 100px;
	min-height: 100px;
}

.callMeBack h1 {
	color: #00bbff;
	font-size: 20px !important;
	font-weight: normal;
	margin-bottom: 0.4em !important;
}

.callMeBackDetails {
	width: 122px;
	font-size: 11px;
}

.callMeBackForm {
	padding-left: 21px;
}

.callMeBackLabel {
	color: #00bbff;
	font-size: 14px;
}

.callMeBackForm input {
	margin: 3px 0 6px 0;
}

.buttonSubmit {
	width: 66px;
	height: 29px;
	padding-left: 115px;
}

.buttonWhiteSubmit {
	width: 66px !important;
	height: 29px !important;
	float: left;
	margin: 16px 0 0 10px;
}

.bar {
	margin-top: 8px;
	background: url(/custom/images/bar.gif) no-repeat top;
	height: 2px;
	overflow: hidden;
}

/* examples */

.portfolioHeader {
	position: relative;
	left: 10px;
	top: 22px;
}

.portfolioItems {
	width: 500px;
	
}

.portfolioItems div {
	float: left;
	border: 1px solid #c6c6c6;
	margin-right: 
}

.portfolioItems img {
	margin: 3px;
	display: block;
	cursor: pointer;
}

.portfolioItems td {
	vertical-align: bottom;
}

.rhs {
	float: left;
	width: 510px;
	margin-left: 30px;
}

.mainBodyText {
	line-height: 20px;
}

/* home */

.homeItems {
	margin-top: 30px;
}

.homeItem {
	width: 240px;
	background-position: top right;
	background-repeat: no-repeat;
	float: left;
	margin-right: 13px;
	height: auto !important;
	height: 100px;
	min-height: 100px;
}

.homeDetail {
	width: 145px;
	font-size: 11px;
	margin-bottom: 14px;
}

/* contact */

.emailAddress {
	text-decoration: underline;
	color: #00bbff;
	font-size: 12px;
	font-weight: normal;
}

.contactItems {
	padding-bottom: 15px;
	border-bottom: 1px solid #d6d6d6;
}

.contactForm {
	margin-top: 15px;
}

.contactForm input, .contactForm textarea {
	width: 236px;
	height: 16px;
	line-height: 16px;
}

.contactForm textarea {
	height: 40px;
}

.iansClearer {
	clear: both;
}

.footer {
	background: url(/custom/images/footer.jpg) no-repeat top;
	width: 768px;
	height: 215px;
	margin-bottom: 10px;
	color: #fff;
	font-size: 11px;
}

.footerContainer {
	padding: 110px 0 0 22px;
}

.footerInfo {
	height: 65px;
	width: 730px;
	overflow: hidden;
}

.footer a {
	color: #fff;
}

.footerLinks {
	color: #fff;
	margin-top: 10px;
}

.footerLinks span {
	margin: 0 6px;
}