@charset "utf-8";
/***********************/
/*         HTML        */
/***********************/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #009aa8;
	color:#009AA8;
}

h3 {
	font-size: 13px;
	color: #E71939;
	text-transform: capitalize;
	margin-top: 0px;
	padding-top: 0px;
}

h3 a {
	color: #E71939;
	text-decoration: none;
}
h3 a:hover {
	color: #FF9900;
}
ul {
	margin: 0px;
	padding: 0px;
}
ul li {margin-left:20px}
/***********************/
/*     containers      */
/***********************/
#columnLeft {
	color: #009AA8;
	width: 165px;
	padding-top:20px;
	padding-left: 10px;
	vertical-align:top;
}
#columnRight { 
	width:610px;
	vertical-align:top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;

}

.bottom {
	width:750px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}
.address {
	line-height: 20px;
}
.red { color: #E71939; }
.red a { color: #E71939; text-decoration:none;  }
.red a:hover {
	color:#FF9900;
}

.address a {
	color: #009AA8;
	text-decoration: none;
}
.address a:hover {
	color: #E61031;
}
.bottom a {
	color: #FFFFFF;
	text-decoration: none;
}
.bottom a:hover {
	color:#99CC99;
}

/*********************/
/*       pages       */
/*********************/

/* home   */
.homebot {
	margin-top: 2px;
	margin-bottom: 10px;
}
/* 3 steps   */
.steps {
	margin-top: 20px;
	margin-left: 30px;
	line-height: 17px;
	margin-bottom: 30px;
	margin-right: 20px;
}
.steps p {
	margin: 0px;
}
.steps ul {
	margin: 0px;
	padding:0px;
}
.steps ul li {margin-left:20px}
.steps h3 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.steps div {
	margin-left: 90px;
}

/*     design   */
#columnRight .designleft {
	width:250px;
	vertical-align: top;
	line-height: 17px;
	font-size: 12px;
}
.designleft ul, .designleft p {
	margin: 0px;
	padding: 0px;
}
.designleft ul {margin-left:15px;}
#columnRight .designright {
	width: 300px;
	vertical-align: top;
}
.thumbs {
	text-align: right;
	width: 135px;
	float: left;
	margin-bottom: 30px;
	margin-left: 15px;
}

.thumbs a {
	color:#009AA8;
	text-decoration:none;
	text-transform:capitalize;
}
.thumbs img, .floorthumbs img { border:0px;}
.thumbs a:hover, .floorthumbs a:hover {
	color:#FF9900;
}
.designhero {

}
.floorthumbs {
	text-align: left;
	width: 160px;
	float: left;
	margin-bottom: 30px;
	margin-left: 15px;
}
.floorthumbs a {
	color:#E71939;
	text-decoration:none;
	text-transform:capitalize;
	font-weight: bold;
}

/*     style   */
.style {
	font-size: 11px;
	line-height:15px;
	width: 255px;
	padding-right: 20px;
	vertical-align:top;
}
.style ul, .style p {
	margin: 0px;
	padding: 0px;
}
.style ul li {margin-left:20px}
.style .red {font-size:12px;}

/*     contact   */
.contactleft {
	font-size: 13px;
	width: 350px;
}

#enquiry_form {
	font-size:11px;
	line-height:18px;
	background-image: url(layout/form_back.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 306px;
	width: 156px;
	padding-top: 40px;
	padding-left: 35px;
	padding-right: 10px;
}

#enquiry_form #name, #enquiry_form #email, #enquiry_form #phone  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	height: 15px;
	width: 150px;
	border: 1px solid #BEDBDE;
}
#send {
	height: 30px;
	width: 60px;
	margin-top: 275px;
	margin-left: 80px;
	position: absolute;
}
#send img {border:0px;}

/*    news     */
.redlines {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E71939;
	border-bottom-color: #E71939;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.redlines td {vertical-align: top;}h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
}

/*   sitemap    */
.sitemap {
	margin-left: 30px;
	margin-top:20px;
}
.sitemap h2 {margin: 5px 0px 0px 0px; font-size:14px;}
.sitemap h3 {margin: 5px 0px 5px 20px;}
.sitemap p {margin: 3px 0px 0px 40px;}
.sitemap h2 a {
	color: #FF9900;
}
.sitemap a {
	color: #009CAD;
	text-decoration: none;
}
.sitemap h3 a {
	color: #E71939;
}
.sitemap a:hover {
	color:#FF6600;
}

