/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin: 0; padding: 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size: 100%; }

/* Removes list-style from lists */
ol,ul { list-style: none; }

/* Removes border from images */
img { border: 0; }


body	{
	margin: 0 auto;
	background: url(images/bg.jpg) 0 0 repeat-x #A6D9F4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333;
}

a:link, a:visited {
	text-decoration: underline;
	color: #0092DB;
}
a:active, a:hover {
	color: #333;
}


p {
	margin: 0 0 1.2em 0;
	line-height: 1.4em;
}


h1 {
	margin:  0 0 0.65em 0;
	font-size: 1.6em;
	font-weight: normal;
	color: #0092DB;
}
h2 {
	margin: 0 0 0.55em 0;
	padding: 0;
	font-size: 1.1em;
	color: #0092DB;
}
h3 {
	margin: 0 0 0.85em 0;
	padding: 0;
	color: #333;
}


li {
	margin-bottom: 0.4em;
}

ul {
	margin-bottom: 1.2em;
}


.highlight {
	font-weight: bold;
	color: #0092DB;
}


.imageLeft	{
	float: left;
	padding: 0px 20px 20px 0px;
}
.imageRight {
	float: right;
	padding: 0px 0px 20px 20px;
}



/*-------------------WRAPPERS-------------------*/


#wrapper {
	width: 890px;
	padding: 35px;
	margin: 0 auto 30px auto;
	background-color: #FFF;
}

#contentWrapper {
	background: url(images/bg_contentwrapper.jpg) 0 0 repeat-x #FFF;
	width: 890px;
	padding: 30px 0 0 0;
}

#contentFullWidth {
	width: 890px;
}


/*-------------------HEADER-------------------*/


#header {
	position: relative;
	height: 105px;
}

#contacts {
	position: absolute;
	top: 0;
	right: 0;
}

#branding {
	position: absolute;
	top: -2px;
	left: 0;
}


/*-------------------CONTENT-------------------*/


#contentMain {
	float: left;
	width: 600px;
	font-size: 0.9em;
	color: #444;
}

#contentMain ul {
	margin: 0 0 1.2em 1em;
}
#contentMain li {
	padding: 0 0 0 12px;
	background: url(images/bullet.gif) no-repeat 0 0.45em;
}

#contentMain p {
	line-height: 1.5em;
}

#contentMain .contacts {
	margin: 0 0 1.6em 0;
	text-align: center;
}
#contentMain .contacts h2 {
	margin: 0 0 0.1em 0;
}
#contentMain .contacts p {
	margin: 0 0 0.1em 0;
}
#contentMain .contacts .caption {
	font-weight: bold;
}



#contentFullWidth .servicesList {
	clear: both;
	padding: 30px 0;
	border-top: 1px solid #b2def4;
}
#contentFullWidth .servicesList li {
	float: left;
	width: 200px;
	height: 200px;
	margin: 0 0 30px 30px;
	padding: 0;
}
#contentFullWidth .servicesList li.noMarginLeft {
	float: left;
	width: 200px;
	height: 200px;
	margin: 0 0 30px 0;
	padding: 0;
}


.testimonial {
	position: relative;
	padding: 15px 60px 0 60px;
	background: url(images/testimonial_closequotes.png) 558px bottom no-repeat #E6F4FB;
	border-bottom: 15px solid #E6F4FB;
	color: #007EBD;
}
.testimonial p {
	margin: 0;
}
.testimonial .openQuotes {
	position: absolute;
	top: 15px;
	left: 15px;
}




/*-------------------CONTENT SUB-------------------*/


#contentSub {
	float: right;
	width: 255px;
	font-size: 0.9em;
	color: #666;
}
#contentSub h2 {
	font-size: 1.2em;
}

#contentSub .contacts p {
	margin: 0 0 0.1em 0;
}

#contentSub .caseStudiesList li {
	margin: 0 0 1.2em 0;
	padding: 0 0 1.2em 0;
	border-bottom: 1px solid #b2def4;
}
#contentSub .caseStudiesList li p {
	margin: 0 0 0.55em 0;
}
#contentSub .caseStudiesList .caption {
	font-weight: bold;
}


/*-------------------NAV-------------------*/


#nav {
	clear: both;
	width: 890px;
	height: 35px;
	margin: 0;
	background: url(images/bg_nav.gif) repeat-x;
}

#nav ul {
	margin: 0;
	padding: 0;
}

#nav li,
#nav a {
	float: left;
	margin: 0;
	padding: 0;
	height: 35px;
	background-image: url(images/nav.gif);
	background-repeat: no-repeat;
	text-indent: -1976px;
	overflow: hidden;
}

#nav li a:hover { background-image: none;}

#nav-home a { width: 130px; background-position: 0px 0px;}
#nav-about a { width: 150px; background-position: -130px 0px;}
#nav-services a { width: 140px; background-position: -280px 0px;}
#nav-gallery a { width: 140px; background-position: -420px 0px;}
#nav-quotation a { width: 160px; background-position: -560px 0px;}
#nav-contact a { width: 170px; background-position: -720px 0px;}

#nav-home { width: 130px; background-position: 0px -35px;}
#nav-about { width: 150px; background-position: -130px -35px;}
#nav-services { width: 140px; background-position: -280px -35px;}
#nav-gallery { width: 140px; background-position: -420px -35px;}
#nav-quotation { width: 160px; background-position: -560px -35px;}
#nav-contact { width: 170px; background-position: -720px -35px;}

#home #nav-home a { width: 130px; background-position: 0px -35px;}
#about #nav-about a { width: 150px; background-position: -130px -35px;}
#services #nav-services a { width: 140px; background-position: -280px -35px;}
#gallery #nav-gallery a { width: 140px; background-position: -420px -35px;}
#quotation #nav-quotation a { width: 160px; background-position: -560px -35px;}
#contact #nav-contact a { width: 170px; background-position: -720px -35px;}



/*-------------------TITLES-------------------*/


#titleHome { width: 500px; height: 22px; margin: 0 0 15px 0; text-indent: -1976px; background: url(images/title_home.gif); }



/*--------------------FOOTER-------------------*/


#contentFooter {
	clear: both;
}

#footer {
	width: 960px;
	margin: 0 auto;
	padding: 0 0 30px 0;
	font-size: 0.8em;
	color: #0092DB;
}
#footer a:link, #footer a:visited {
	color: #0092DB;
}
#footer a:active, #footer a:hover {
	color: #FFF;
}

#ambrit {
	float: right;
	width: 250px;
	text-align: right;
}



/*---------------------FORMS-----------------------*/


#form {
}
#form ul {
	margin: 0;
	padding: 5px 15px 15px 15px;
	background-color: #E5F4FB;
}
#form li {
	margin: 0;
	padding: 0.5em 0 0 0;
	background-image: none;
}
label {
	font-weight: bold;
}
fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
input {	
	width: 99%;
	margin: 2px 0 8px 0;
	padding: 3px;
	border: 1px solid #C4C4C5;
	background: #FFF;
}
.checkboxlabel {
	display: inline;
	font-weight: normal;
}
.checkbox {
	width: 15px;
	margin: 2px 0 8px 0;
	padding: 0;
	border: none;
	background: none;
}
textarea {
	width: 99%;
	margin: 2px 0 8px 0;
	padding: 3px;
	border: 1px solid #C4C4C5;
	background: #FFF;
}
select {
	display: block;
	width: 50%;
	margin: 2px 0 8px 0;
	border: 1px solid #C4C4C5;
}
.fileUpload {
	border: 0;
}
.sendform {
	display: block;
	clear: both;
	margin: 10px 0 10px 0;
	text-align: center;
}
.sendbutton {
	cursor: pointer;
	width: 70px;
	margin: 0 auto;
	background-color: #0092DB;
	border: 0;
	font-size: 110%;
	color: #FFF;
}
#form .checkboxes {
	margin: 5px 0 10px 0;
	padding: 0;
}
#form .checkboxes li {
	margin: 0 0 5px 0;
	padding: 0;
}
#form .checkboxes input {
	margin: 3px 4px 0 0;
	padding: 0;
}
.mandatory {
	font-size: 90%;
}
.mandatoryAsterisk {
	font-weight:bold;
	color: #0092DB;
}



/*-------------------CAPTCHAS-------------------*/

#captchaError		{ display: none; font-size: 90%; } 

#captchaError p		{ color: #CC0000; } 

.captcha 			{ margin-bottom: 0.3em; }

.captchaInput		{ width: 50%; }

.captchaLabel p		{ margin-bottom: 0.1em; }

.captchaLabel p.caseSensitive		{ margin-bottom: 0.3em; font-size: 80%; font-weight: normal; }

#errorList			{ margin-left: 40px;  }