@charset "UTF-8";
/* CSS Document */

* { margin: 0; padding: 0; outline: 0; border: 0px solid red; }
html,
body {
	margin: 0;
	padding: 0;
	font: 12px/165% 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #6c767e;
	background: #FFF;
	height: 100%;
}

h1, h2, h3, h4 {
	padding: 0; margin: 0px 0px 10px 0px;
}

h1 {
	font: 2.5em/100% 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	font: 2em/100% 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #38979f;
}

h3 {
	font: 1.5em/100% 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
}

h4 {
	font: 1.2em/100% 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
}

a {
	color: #198ce8;
	text-decoration: none;
}

/*---lists---*/

#footer ul {
	padding: 0;
	margin: 0px 0px 0px 0px;
	font: 10px/165% 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
}

#footer li {
	width: 195px;
	line-height: 25px;
	list-style: none;
	border-bottom: 1px solid #444b51;
}

#footer li a {
	color: #6c767e;
	background: transparent url(images/list_arrow.gif) no-repeat scroll 0 50%;
	padding: 0px 0px 0px 10px;
}

#footer li a:hover {
	color: #929faa;
}
	
/* LAYOUT */
	
#container {
	min-height: 100%;
	position: relative;
	margin: 0 auto;
}
#header {
	text-align: center;
	background: url(images/header_backgrounds.gif) repeat-x #6c767e;
	height: 100px;
}
#header-inner {
	position: relative;
	width: 940px;
	margin: 0 auto;
}
#body {
	padding: 0px;
	padding-bottom: 264px;	/* Height of the footer */
}
#body-inner {
	width: 940px;
	height: 210px;
	margin: 0 auto;
}
#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 264px;			/* Height of the footer */
	background: url(images/footer_background.gif) repeat-x #6c767e;
}
#footer-inner {
	width: 940px;
	margin: 0 auto;
}

/* other non-essential CSS */

#footer p {
	margin:0;
	padding:10px;
}

/* ---NAVIGATION--- */
#nav li .homeBTN {
	width: 35px;
    height: 19px;
    background: url(images/Home_btn.png) top no-repeat;
}

#nav li .homeBTN:hover {
	background-position: bottom;
}

#nav li .servicesBTN {
    width: 57px;
    height: 19px;
    background: url(images/Services_btn.png) top no-repeat;
}
#nav li .servicesBTN:hover {
    background-position: bottom;
}

#nav li .aboutBTN {
    width: 60px;
    height: 19px;
    background: url(images/About_btn.png) top no-repeat;
}
#nav li .aboutBTN:hover {
    background-position: bottom;
}


#nav li .pricingBTN {
    width: 57px;
    height: 19px;
    background: url(images/Pricing_btn.png) top no-repeat;
}
#nav li .pricingBTN:hover {
    background-position: bottom;
}

#nav li .contactBTN {
    width: 57px;
    height: 19px;
    background: url(images/Contact_btn.png) top no-repeat;
}
#nav li .contactBTN:hover {
    background-position: bottom;
}

#nav li .linksBTN {
    width: 57px;
    height: 19px;
    background: url(images/Links_btn.png) top no-repeat;
}
#nav li .linksBTN:hover {
    background-position: bottom;
}
	
/* ---HOME--- */

#flash-home {
	padding: 0; margin: 0;
	height: 350px;
	background: #646464 url(images/Flash_Header_background.gif) center repeat-x;
}

#flash-inner {
	width: 940px;
	height: 350px;
	margin: 0 auto;
}

#blocks {
	margin: 30px 0px 30px 0px;
}

#block {
	float: left;
	width: 205px;
}

#block-dividers {
	float: left;
	width: 35px;
	height: 177px;
	background: url(images/block_vertical_divider.gif) center repeat-y;
}

#block-dividers.pages {
	float: left;
	margin: 30px 0px 0px 0px;
	width: 130px;
	height: 450px;
	background: url(images/block_vertical_divider.gif) center repeat-y;
}


p.blocks-text {
	line-height: 15px;
	margin-bottom: 20px;
}

p.block {
	margin: 0; border: 0;
	height: 103px;
}

#homefooter {
	padding: 0; margin: 0;
	height: 250px;
	background: #e9e9e9;
}

#homefooter-inner {
	width: 940px;
	height: 250px;
	margin: 0 auto;
}

#homefooter-inner img {
	margin-top: 30px;
}

#footer #block {
	float: left;
	width: 225px;
}

/* INNER PAGES */

#pages {
	width: 940px;
	display: table;
	margin: 0 auto;
	padding-bottom: 30px;
}

#innerpage-headers {
	padding: 0; margin: 0;
	height: 100px;
	background: #e9e9e9;
}

#innerpage-headersinner {
	width: 940px;
	margin: 0 auto;
}

#page-main {
	float: left;
	width: 575px;
	margin: 30px 0px 0px 0px;
}

#page-sidemenu {
	float: right;
	width: 225px;
	margin: 30px 0px 0px 0px;
}

h1#page-headers {
	float:left;
	color: #f2672a;
	margin: 35px 0px 0px 0px;
}

#page-nav ul {
	float: right;
	list-style: none;
	height: 50px;padding: 0;	
	display: inline;
	margin: 35px 0px 0px 0px;
}

#page-nav li {
	display: inline;
	margin: 0; padding: 0;
}
#page-nav li a {
	float: left;
	margin: 0;	padding: 0 20px;
	font: 13px/30px 'Helvetica', Geneva, Verdana, Arial, Lucida Grande, sans-serif;
	text-decoration: none;	
	color: #6c767e;
}
#page-nav li a:hover, 
#page-nav li a:active {
	color: #f2672a;
	background: none;
	border: none;
}
#page-nav li#current a {	
	color: #D33972;	
}

img.header-images {
	border: 5px solid #CCCCCC;
	margin: 0px 0px 30px 0px;
}

	/*  Navigation  */
#nav {
	float: right;
	position: absolute;
	list-style: none;
	height: 50px;padding: 0;	
	display: inline;
	top: 70px; right: 0px;
}

#nav li {
	display: inline;
	margin: 0; padding: 0;
}
#nav li a {
	float: left;
	margin: 0;	padding: 0 10px;
	font: bold 13px/30px 'Helvetica', Geneva, Verdana, Arial, Lucida Grande, sans-serif;
	text-decoration: none;	
	color: #FFF;	
	text-transform: uppercase;
}
#nav li a:hover, 
#nav li a:active {
	color: #c95723;
	border: none;
}
#nav li#current a {	
	color: #D33972;	
}

h1#logo {
	float: left;
	position: absolute;
	top: 10px; left: 0px;
}

p#phone {
	float: left;
	position: absolute;
	top: 10px; right: 0px;
}

/* form elements */
form {
	margin: 0; 
	padding: 0; 
	border: 0px solid #111;	
}
form p {
	border-bottom: 1px solid #101010;
	padding: 12px 0 5px 0;	margin: 0;	
}
label {
	font-weight: bold;	
	color: #FAFAFA;
}
input, select, textarea {
	margin: 5px 0;
	padding: 10px;
	font: normal 1em Verdana, Tahoma, sans-serif;
	color: #6A6969;
	background: #e9e9e9;  
	border: 0px solid #1C1C1C;
}
option { padding-right: 0.5em; } 

#name, #email, #message{
	width: 205px;
}
#enquire {
	border: 0; margin: 0;
	width: 137px;
	height: 50px;
	background: url(images/Enquire_btn_OFF.gif);
}

input.button { 
	font: bold 12px Arial, Verdana, Sans-serif; 
	height: 30px;
	padding: 2px 3px; 
	margin-top: 8px;
	color: #48780E;
	background: #000;
	border-width: 1px;
  	border-style: solid;
  	border-color: #1B1B1B;
}

/* FOOTER */

#ugly-duck-marketing a {
	position: absolute;
	background: url(images/footer-sprite.gif) no-repeat 0 0;
	bottom: 0;
	width: 94px;
	height: 59px;
	margin-bottom: 0px;
	margin-left: 399px;
	padding: 0;
}

#ugly-duck-marketing a:hover {
	background: url(images/footer-sprite.gif) no-repeat -94px 0;
}
