/* @GLOBAL */
body {
	color: #666;
	font-family: Helvetica, Arial, sans-serif;
}

strong {font-weight: bold;}
em {font-style: italic;}

h2 {
	text-transform: lowercase;
}

h2, h3 {
	background: url(../images/dots.gif) 0 100% repeat-x;
	color: #006699;
	padding-bottom: 7px;
} 

h2 {
	color: #333;
	font-size: 167%; /* 22px */
	background: #F3F3F3; 
	padding: 5px 6px 2px 7px;
	margin-bottom: 35px;
}

h3 {font-size: 123.1%; /* 16px */ margin-bottom: 20px;}
h4 {color: #bd3a49; font-size: 108%; margin-bottom: 1em;}
h5 {color: #333; margin-bottom: 1em; font-weight: bold;}

p, ul, ol {
	margin-bottom: 1em;
}

ul {
	padding-left: 24px;
}

p, li, .vcard {
	line-height: 1.4em;
}

ol {
	padding-left: 30px;
}

li {
	margin-bottom: 0.3em;
}

ul li {
	list-style: disc;
}

ol li {
	list-style: decimal;
}

legend {
	display: none;
}

a {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.hide {
	position: absolute;
	top: 0;
	left: -9999em;
}

#pre-head {
	background: #f3f3f3;
	padding: 11px 12px 9px 12px;
}

#pre-head p {
	margin: 0;
	font-size: 85%;
	color: #999;
}

#pre-head .lnk-contact-us {
	text-align: right;
}

#pre-head p a {
	color: #666;
}
/* @END GLOBAL */

/* @FORMS */
input, textarea {
	background: #f3f3f3;
	border: #ccc solid 1px;
	padding: 4px 3px 2px 3px;
	color: #666;
}

.validation div.error {
	margin-bottom: 20px;
}

.validation div.error p {
	color: #cc0000;
}

.success {
	color: #33CC33;
	font-weight: bold;
}

.form ol {
	margin: 0;
	padding: 0;
}

.form li {
	margin-bottom: 15px;
	list-style: none;
}

.form br {
	display: none;
}

.form label {
	display: block;
	margin-bottom: 2px;
	font-weight: normal;
	font-style: normal;
	color: #999;
}

.form label.error {
	color: #cc0000;
	font-style: italic;
	margin-top: 2px;
	font-size: 90%;
}

.form input.error, .form textarea.error {
	border-color: #cc0000;
}

.form label acronym {
	color: #cc0000;
}

.form .action .sbmt {
	padding: 4px 15px 2px 13px;
	font-weight: bold;
}

.edit .form input {
	margin-bottom: 10px;
	width: 95%;
	font-weight: normal;
	background: #fff;
}

.mceContentBody {
	width: auto !important;
}
/* @END FORMS */

/* @HEADER */
#hd {
	margin-bottom: 30px;
	clear: both;
	padding: 15px 0 1px 0;	
}

#hd h1 {
	font-size: 364%; /* 48px */
	font-weight: bold;
	color: #333;
	text-transform: lowercase;
}

#hd p {
	font-size: 216%; /* 28px */
	font-weight: bold;
}

#hd #summary {
	position: relative;
	padding: 30px 0 0 0;
	margin-bottom: 1em;
	line-height: 1.4em;
	font-size: 216%;
	font-weight: bold;
}

#hd #simple {
	position: absolute;
	top: 0;
	right: 0;
	background: url(../images/bg-curly.gif) center left no-repeat;
	height: 90px;
	vertical-align: middle;
	padding: 51px 0 0 65px;
	font-style: normal;
	font-weight: bold;
}

#hd .cost,
#hd .next-gen {color: #0d552b;}
#hd .great-looking,
#hd .easy-to-edit,
#hd .telephone {color: #bd3a49;}
#hd .work,
#hd .your-business,
#hd .your-users,
#hd .email {color: #006699;}

#hd #call-to-action {
	font-size: 167%; /* 22px */
	font-weight: normal;
}

#hd #call-to-action a {
	border-bottom: 4px dotted #ccc;
	text-decoration: none;
	color: inherit;
	/* padding-right: 26px;
	padding-top: 1px;
	background: url(../images/arrow.gif) top right no-repeat;
	color: inherit; */
}

#hd #call-to-action a:hover {
	border-bottom: 4px dotted #333;
	/* color: #006699;
	background-image: url(../images/arrow-on.gif); */
}
/* @END HEADER */

/* @MAIN CONTENT */
#main-content {
	width: 59%;
}

.page-questionnaire #main-content {
	width: 100%;
}

/* @END MAIN CONTENT */

/* @SUB CONTENT */
#sub-content {
	width: 35%;
}

#sub-content .module {
	margin-bottom: 28px;
}

/* @END SUB CONTENT */

/* @TESTIMONIALS */
#testimonials-list blockquote {
	margin-bottom: 1.6em;
}

.quote {
	margin-bottom: 0.5em;
	text-indent: 1.7em;
	background: url(../images/quotes.gif) 0 0 no-repeat;
	padding-top: 3px;
}

.quoter, cite {
	color: #999999;
	font-style: italic;
}

.quoter {
	font-size: 85%;
}
/* @END TESTIMONIALS */

/* @PORTFOLIO LIST */
#portfolio-list {
	margin-bottom: 40px;
}

.project {
	margin-bottom: 30px;
	padding-bottom: 45px;
	background: url(../images/dots.gif) bottom left repeat-x;
}

.project.rpt-first {
	border: 0;
	padding-top: 0;
}

.project h3 {
	background: none;
	margin: 0 0 2px 0;
	padding: 0;
}

.project .meta {
	margin-bottom: 10px;
	float: left;
	color: #999;
	font-size: 85%; /* 11px */
	padding: 0;
	width: 100%;
}

.project .meta li.url {
	float: right;
	margin-right: 0;
}

.project .meta li,
.form.project .meta li.url {
	list-style: none;
	float: left;
	margin-right: 10px;
}

.project .screenshot {
	clear: both;
}

.project .screenshot img {
	border: 5px solid #f3f3f3;
	width: 550px;
}
/* @END PORTFOLIO LIST */

/* @CONTACT US */
#contact {
	padding: 15px 0 35px 0;
}

#contact-intro {
	margin-bottom: 25px;
}

#contact-form {
	width: 59%;
}

#contact-form .form li {
	float: left;
	padding-right: 10px;
}

#contact-form .form li input {
	width: 12.78em;
}

#contact-form .form #f-name,
#contact-form .form #f-email {
	position: relative;
}

#contact-form .form #f-name input.error,
#contact-form .form #f-email input.error {
	margin-bottom: 1.8em;
}

#contact-form .form #f-name label.error,
#contact-form .form #f-email label.error {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 16em;
}

#contact-form .form #f-enquiry {
	clear: both;
	width: 100%;
	padding-right: 0;
}

#contact-form .form #f-enquiry textarea {
	width: 41.1em;
}

#contact-details {
	width: 35%;
}
#contact-details .vcard {
	background: #F3F3F3 url(../images/vcard_large.png) 220px 20px no-repeat;
	padding: 20px;
}

#contact-details .vcard .org {
	font-weight: bold;
}

#contact-details .vcard div.org,
#contact-details .vcard div.adr {
	margin-bottom: 1em;
}

/* @END CONTACT US */

/* @FOOTER */
#ft {
	background: #f3f3f3;
	padding: 12px 12px 7px 12px;
}

#ft p {
	margin: 0;
	font-size: 85%;
	color: #999;
}

#ft #back-to-top {
	float: right;
}

#ft p a {
	color: #666;
}
/* @END FOOTER */