/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0
}
body{
	background: #45494d;
	color: #333333;
	font: .85em Verdana,Arial,Geneva,Helvetica,Sans-Serif
}
a{
	color: #333333;
	text-decoration: none
}
a:hover{
	text-decoration: underline
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 11px;
	padding: 2px
}
li{
	list-style: none
}
h2{
	font: 2em "Trebuchet MS", Arial, Helvetica, sans-serif
}
h3{
	color: #45494d;
	font-size: 1.3em;
	font-weight: normal;
	margin: 0 0 .3em
}
h4{
	font-size: 1em
}
h5{
	font-size: 1em; padding:0; font-weight:bold;
}
p{
	padding: 0 0 1em
}
#columns p{
	text-align:justify;
}
/*=== Layout ===*/
#page{
	background: #efede8;
	display: table-cell;
	display: block;
	height: auto !important;
	height: 520px;
	margin: 0 auto;
	min-height: 520px;
	width: 787px
}
/*=== Header ===*/
#header{
	background: url(../images/header-bgr.gif) repeat-x top;
	height: 75px
}
/*- Logo -*/
#header h1{
	background: url(../images/logo.gif) no-repeat;
	float: left;
	text-indent: -9999px;
	width: 205px
}
#header h1 a{
	display: block;
	height: 75px
}
#header h1 a:hover{
	text-decoration: none
}
/*=== Navigation ===*/
/*- Nav1 -*/
#nav1{
	float: right;
	font-size: 14px;
	height: 40px;
	padding: 35px 0 0;
	text-transform: lowercase
}
#nav1 li{
	float: left;
	line-height: 40px;
	padding: 0 0 0 2px;
	text-align: center;
}
#nav1 li a{
	background: url(../images/nav1-normal.gif) repeat-x top;
	color: #cdccc9;
	display: block;
	float: left;
	width: 112px;
}
#nav1 li a:hover,
#nav1 li.active a{
	background: url(../images/nav1-hover.gif) repeat-x top;
	text-decoration: underline;
}
.nav2 li a:hover,
.nav2 li.active a{
	background: #999999;
	text-decoration: none
}
/*=== Title Placeholder ===*/
#title{
	background: url(../images/title-bgr.gif) repeat-y;
	color: #efede8;
	height: 1%;
	padding: 8px 30px
}
#title h2{
	font-size: 2em
}
#title p{
	font: 1.9em "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 0
}
/*=== All Columns ===*/
#columns{
	height: 1%;
	padding: 23px 15px 15px
}
.col1{
	float: left;
	width: 420px
}
.col2{
	float: right;
	text-align: justify;
	width: 330px
}
.col3{
	text-align: justify;
	padding-top:14px;
	margin-top:0;
}
.testimonial-entry{
	background:#d4d3cf;
	padding:10px;
	margin:10px 0;
}
.testimonial-entry h4{
	padding-bottom:5px;
	font-size:0.95em;
}
.testimonial-entry p{
	font-size:0.95em;
	font-style:italic;
	margin:0;
	padding:0;
}
/*=== Styling Boxes ===*/
/*- Box1 -*/
.box{
	background: #d4d3cf;
	font-size: 1.1em;
	height: 1%;
	padding: 15px
}
.box p{
	line-height: 1.3em
}
.box2{
	background:#ffffff;
	padding:10px;
}
.box2 p{
	line-height: 1.3em;
	padding-bottom:10px;
}
/*=== Link Buttons ===*/
/*- 'More' Buttons -*/
.btn-more{
	font-size: 1.6em;
	padding: 6px 0 10px
}
.btn-more a{
	background: #efede8;
	color: #f0006b;
	padding: 2px 3px
}
.btn-more a:hover{
	text-decoration: underline
}
.btn-more2{
	padding: 5px 0;
	text-align: right
}
.btn-more2 a{
	background: #45494d;
	color: #efede8;
	padding: 2px 5px
}
.btn-more2 a:hover{
	background: #efede8;
	color: #45494d;
	text-decoration: none
}
a.more-link{
	color: #45494d;
	text-decoration: underline;
}
a.more-link:hover{
	color: #e90068
}
a.bold-link{
	color: #ffffff;
	text-decoration: none;
	background:#e90068;
}
a.bold-link:hover{
	color: #45494d;
	text-decoration: underline;
	background:#ffffff;
}
/*- 'Back' Home -*/
.btn-back a.home{
	background: #efede8;
	color: #45494d;
	font-size: 12px;
	height: 1%;
	margin: -27px 0 0 586px;
	padding: 10px;
	position: absolute;
	text-decoration: underline
}
.btn-back a.quote{
	background: #efede8;
	color: #45494d;
	font-size: 12px;
	height: 1%;
	margin: -27px 0 0 693px;
	padding: 10px;
	position: absolute;
	text-decoration: underline
}
 .btn-back a:hover{
	color: #e90068
}
/*=== Pics, Thumbs, Ads etc. ===*/
.pics img,
.pics2 img{
	border: 5px solid #cdccc9;
	display: block;
	float: left;
	margin: 0 10px 10px 0;
}
.pics img:hover,
.pics2 img:hover{
	border: 5px solid #ffffff
}
/*=== Portfolio ===*/
.pthumbs{
	background:#FFFFFF;
	padding:10px 0 0px 12px;
	margin:5px 0 15px;
}
.thumbnail img, .shadowbox img{
	border:5px solid #CCCCCC;
	margin: 0 8px 10px 0;
}
.thumbnail img:hover, .shadowbox img:hover{
	border:5px solid #45494D;
	margin: 0 8px 10px 0;
}
/*=== Footer ===*/
#footer{
	color: #999999;
	font-size: .75em;
	height: 16px;
	margin: 0 auto;
	padding: 8px 0;
	width: 780px;
	text-transform:lowercase;
}
#footer a{
	color: #cccccc
}
/*==== Enquiry Form ===*/
#form-container{
	background:#d4d3cf;
}
#enquiry-form {
	margin:0 auto;
	margin-bottom:10px;
}
#enquiry-form input, #quote-form input {
	width:165px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:3px 2px;
}
#enquiry-form select, #quote-form select {
	width:170px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:3px 2px;
}
#enquiry-form fieldset, #quote-form fieldset {
	float: left;
	clear: left;
	margin: 10px 0 15px 0;
	padding: 0;
}
#enquiry-form fieldset ol, #quote-form fieldset ol {
	padding: 1em 1em 0 1em;
	list-style: none;
	/*zoom: 1;*/
}
#enquiry-form fieldset li, #quote-form fieldset li {
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 1em;
}
#enquiry-form label, #quote-form label {
	position: relative;
	float: left;
	text-align:left;
	font-size:11px;
	font-weight:bold;
	padding-top:2px;
	width: 10em;
	margin-right: 1em;
}
#enquiry-form ol.detailed-questions li label, #quote-form ol.detailed-questions li label {
	position: relative;
	float: left;
	text-align:left;
	font-size:11px;
	font-weight:bold;
	padding-top:2px;
	width: 19em;
	margin-right: 2em;
}
#enquiry-form fieldset ol li em, #quote-form fieldset ol li em {
	margin-left:5px;
}
#enquiry-form fieldset.submit, #quote-form fieldset.submit {
	margin:0 0 0 0;
	text-align:left;
	border-style: none;
	background-color: transparent;
	width:621px;
	background:#D4D3CF;
	padding-left:10em;
}
#quote-form fieldset.submit {
	padding-left:18em;
	width:512px;
}
#enquiry-form fieldset.submit .submit-btn, #quote-form fieldset.submit .submit-btn {
	margin:0;
	border:none;
	width:144px;
	height:35px;
}
#quote-form input.question-input {
	width:345px;
}
#quote-form textarea.question {
	width:350px;
	height:65px;
}
.comment {
	font-size:10px;
	font-weight:normal;
}
.form-step {
	color: #333333;
	background:#EFEDE8;
	padding:10px 5px 5px 5px;
	font-weight:bold;
	font-size:12px;
}
.success {
	border:1px solid #009900;
	background:#F0F9F2;
	padding:10px;
	margin:10px 0;
	color:#009900;
	text-align:center;
	font-size:12px;
}
.error {
	border:1px solid #FF0000;
	background:#FFF8F8;
	padding:10px;
	margin:10px 0;
	color:#FF0000;
	text-align:center;
	position:relative;
	font-size:12px;
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}
.fl{
	float: left
}
.fr{
	float: right
}
.ac{
	text-align: center
}
.ar{
	text-align: right
}
.smalltext{
	font-size:0.85em;
}
.break{
	padding:5px;
}
.more-info {
	background:#D4D3CF;
	padding:10px;
}
.more-info h4 {
	color:#e90068;
}