/* @override http://transpac.us.dev/css/screen.css */

body {
	color: #4d4d4f;
	font: 12px/16px Arial;
	background: #cfcfcf url(../images/bg.jpg) repeat-x 0 0;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	color:  #c6d86f;
}

h1 {
	color: #939598;	
	font-size: 24px;
	font-weight: normal;	
	letter-spacing: 1px;
	margin-bottom: 20px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
}

div#content {
	width: 1200px;
	height: 900px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/top-bg.jpg) no-repeat;	
}

/* --- Colors --- */
.blue {
	color: #49c0e6;
}

.green {
	color: #c6d86f;
}

#footer {
	position: absolute;
	top: 780px;
	width: 100%;
	text-align: center;	
}

/* --- Top area --- */
a#logo-link {
	display: block;
	position: absolute;
	left: 145px;
	top:  20px;
	height: 61px;
	width: 248px;
}

div#top-right-contact {
	width: 380px;
	height: 40px;
	color: white;
	position: absolute;
	top: 50px;
	right: 130px;
	line-height: 18px;
}

#top-right-contact div.email-address {
	display:  inline-block;
	text-align: left;
	overflow: hidden;
	vertical-align: top;
	width: 54%;
}

#top-right-contact div.phone-number {
	display:  inline-block;
	width: 45%;
	text-align: right;
	vertical-align: top;	
}

#top-right-contact ul.centered-items {
	display: block;
}

#top-right-contact ul.centered-items li {
	display: inline-block;
	vertical-align: top;
}

#top-right-contact ul.centered-items li.contact-us {
	width: 26%;
}

#top-right-contact ul.centered-items li.enquiry {
	width: 29%;
	text-align: center;		
}

#top-right-contact ul.centered-items li.request-a {
	width: 38%;
	text-align: right;		
}

ul#nav {
	position: absolute;
	left: 140px;
	top: 106px;
	z-index: 5;	
}

div.nav-cap {
	position: absolute;
	left: 140px;
	top: 129px;	
	z-index: 500;
	width: 932px;
	height: 13px;
	background: url(../images/navbar.png) no-repeat;
}

ul#nav li { 
	display: inline-block;
}

ul#nav a {
	display: block;
	height: 24px;
	width: 91px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 0 0;
	color: white;
	font-weight: bold;
	padding-top: 4px;
	text-align: center;
}

#nav li a:hover,
#nav li.current a {
	background-position: 0 -29px;
}

#nav li.about-us a {
	background-image: url(../images/nav-aboutus-bg.png);
	width: 89px;
}

#nav li.services a {
	background-image: url(../images/nav-services-bg.png);
}

#nav li.contact-us a {
	background-image: url(../images/nav-contact-bg.png);
}

/* --- Sidebar --- */

#sidebar {
	position: absolute;
	left: 820px;
	top: 150px;
	width: 224px;
	height: 559px;
	overflow: hidden;
	padding-left: 14px;
	padding-top: 29px;
}

#sidebar h1 {
	margin-bottom: 40px;
}

#sidebar .quote {
	font-size: 14px;
	font-style: italic;
	line-height: 18px;
	margin-right: 15px;
	letter-spacing: 1px;
}

#sidebar ul.services {
	margin-top: 40px;
	margin-bottom: 50px;
}

#sidebar ul.services li {
	width: 194px;
	height: 25px;
	background-image: url(../images/sidebar-arrbox.png);
	background-repeat: no-repeat;
	padding-top: 11px;
	padding-left: 27px;
}

#sidebar p {
	margin-right: 15px;
}

#sidebar p.footnote {
	color: white;
}

#sidebar.services p {
	color: white;
	margin-left: 5px;
	margin-bottom: 1em;	
}

#sidebar.services .quote {
	margin-bottom: 30px;	
}

#sidebar li a:hover {
	color: #49c0e6;
}

#sidebar ul.services li a:hover {
	color: #49c0e6;
}

/* --- Content --- */
#content-body {
	position: absolute;
	left: 135px;
	top: 136px;	
	width: 921px;	
	height: 588px;
	padding-left: 16px;
	padding-top: 30px;
	background: url(../images/contentbg.png) no-repeat left top;
}

#content-body .content-column  {
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 223px;
	display: inline-block;
	vertical-align: top;
	height: 600px;
	position: relative;
}

#content-body .content-column  p {
	margin-left: 16px;
	margin-right: 16px;	
	margin-bottom: 1em;
}

#content-body .content-column img.title {
	margin-bottom: 25px;
}

#content-body div.content-column img.content-bottom {
	position: absolute;
	bottom: 5px;
	left: 6px;
}



#content-body.about-us {
	padding-left: 5px;
	padding-top: 0px;
	width: 935px;
	height: 618px;

}

#content-body.about-us .col2 {
	width: 222px;	
}

#content-body.services .content-column  {
	width: 220px;
	position: relative;
	height: 480px;
	overflow: hidden;
}

#content-body.services .content-column p {
	margin-left: 0;
	margin-right: 31px;
}

#content-body.services h1 {
	margin-top: 14px;
}

#content-body.services h3 {
	background: url(../images/greenline.png) no-repeat left bottom;
	padding-bottom: 7px;
	margin-bottom: 5px;
	margin-top: 20px;
}

#content-body.services div.content-column.col2 img,
#content-body.services div.content-column.col3 img {
	position: absolute;
	bottom: 4px;
}




/* --- Form --- */
#content-body.contact-us {
	width: 912px;	
	padding-left: 25px;
}

#content-body.contact-us .form-row {
	margin-bottom: 7px;
}

#content-body.contact-us .form-row.notes {
	margin-left: 73px;
	width: 359px;
}	

#content-body.contact-us .form-row label {
	width: 70px;
	display: inline-block;
	vertical-align: top;
	line-height: 33px;
	height: 25px;	
}

#content-body.contact-us .form-row input[type="text"] {
	width: 355px;
	height: 25px;
	color: #4d4d4f;
	font: 12px/16px Arial;
	
}

#content-body.contact-us .form-row textarea {
	width: 355px;
	height: 150px;
	color: #4d4d4f;
	font: 12px/16px Arial;
	
}

#content-body.contact-us .form-row.notes p {
	margin-bottom: 1em;
}

#content-body.contact-us .form-row.notes p em {
	font-style: italic;
}

.conglomorate {
	display: none;
}

#post-status-ok {
	color: #C6D86F;
}

#post-status-fail {
	color: #C60000;
}
