/* 
2am Design : CSS for Duckworths
-----------------------------------------------------------------------------------------------
*/


/*****************************************************
* Global
*****************************************************/

* { padding: 0; margin: 0; }

body {
	text-align: center;
	background: #E6E5DF url(../images/bg.gif) repeat-y center top;
	margin: 0 auto 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

ul,
li  { list-style-type: none; }
img { border: 0; }
a   { outline: none; }

div.clear {
	clear: both;
}
span.back,
.nodisp { display: none; }
#footer p.right {
	float: right;
}
.left { float: left; }

/*****************************************************
* Typography
*****************************************************/

#header p {
	background: url(../images/duckworth-logo.gif) no-repeat left top;
	display: block;
	text-indent: -7777px;
	height: 48px;
	width: 194px;
}
#details h2,
.interest-free p {
	text-indent: -7777px;
}
#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	line-height: 1.2em;
	font-weight: normal;
	color: #235693;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #E6E6DF;
	border-bottom: 1px solid #E6E6DF;
}
#content #main-content p.big {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	line-height: 1.2em;
	font-weight: normal;
	color: #666666;
	display: block;
	margin-top: 7px;
	padding-bottom: 10px;
}
body.home #content p.heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	line-height: 1.2em;
	font-weight: normal;
	color: #235693;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #E6E6DF;
	border-bottom: 1px solid #E6E6DF;
}
body.home #content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1em;
	padding-bottom: 0px;
	color: #525252;
	padding-right: 0px;
	border-top: none;
	border-bottom: none;
	display: inline;
	margin-top: -2px;
	padding-left: 4px;
}
#content #main-content p.left {
	padding: 0px;
	line-height: 20px;
}
#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.5em;
	padding-bottom: 12px;
	color: #525252;
	padding-right: 20px;
}
#main-content p {
	font-size: 0.8em;
}
.eight-reasons h3 {
	padding-top: 7px;
	padding-bottom: 6px;
	display: block;
	border-top: 10px solid #E6E5DF;
	border-bottom: 2px solid #E6E5DF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	line-height: 1.3em;
	font-style: italic;
	font-weight: bold;
	color: #7A7A7A;
}
#content h3,
#sidebar h3 {
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	line-height: 1.3em;
	font-style: italic;
	font-weight: bold;
	color: #235693;
}
#content h3.reasons {
	padding-top: 17px;
	padding-bottom: 6px;
}
#sidebar h3 span {
	font-size: .9em;
}
#content div.design p {
	color: #FFFFFF;
	padding-top: 5px;
	padding-left: 12px;
	padding-right: 120px;
}
#footer p {
	color: #B8B8A3;
	font-size: .7em;
	float: left;
}
#footer h2 {
	float: left;
	color: #B8B8A3;
	font-size: .7em;
	font-weight: normal;
	padding-right: 5px;
}
#footer p.small {
	font-size: .6em;
	line-height: 1.5em;
	color: #B8B8A3;
	padding-top: 5px;
}
div#content p.big {
	font-size: .8em;
}
#footer strong,
#footer strong a {
	font-weight: normal;
}


/*****************************************************
* Links
*****************************************************/

#header p a,
#header p a:visited,
#header p a:hover {
	display: block;
	height: 48px;
	width: 100%;
}
#commercial a,
#commercial a:visited,
#commercial a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#content p a,
#content p a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #235693;
}
#content p a:hover {
	color: #525252;
}
.fiveyear h3 a,
.fiveyear h3 a:visited,
.eight-reasons h3 a,
.eight-reasons h3 a:visited {
	color: #7A7A7A;
	text-decoration: none;
}
.fiveyear h3 a,
.fiveyear h3 a:visited {
	display: block;
	padding-right: 115px;
	padding-left: 12px;
	padding-top: 7px;
}
.eight-reasons h3 a:hover {
	color: #2355A2;
}
.fiveyear h3 a:hover {
	color: #CBA236;
}
#footer a,
#footer a:visited {
	color: #B8B8A3;
	border-bottom: 1px dotted #B8B8A3;
	text-decoration: none;
}
#footer a:hover {
	border-bottom-style: none;
}
.design h3 a,
.design h3 a:visited {
	color: #FFFFFF;
	text-decoration: none;
	padding: 16px 130px 8px 12px;
	display: block;
}
#content div.design p a,
#content div.design p a:visited {
	color: #C3C3C3;
	text-decoration: none;
	font-weight: bold;
}

/*****************************************************
* Layout
*****************************************************/

#header {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	height: 130px;
	text-align: center;
	position: relative;
}
#logo {
	display: block;
	height: 48px;
	width: 194px;
	position: absolute;
	left: 25px;
	top: 26px;
}
#details {
	float: left;
	height: 60px;
	width: 338px;
	background: url(../images/head-tel-no.gif) no-repeat right bottom;
	font-size: 11px;
	position: absolute;
	top: 15px;
	right: 24px;
}
#commercial {
	background: url(../images/head-commercial-bg.gif) no-repeat left top;
	display: block;
	height: 20px;
	width: 225px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	font-style: italic;
	padding-top: 4px;
	float: right;
	line-height: 14px;
	z-index: 100;
}
#content {
	width: 950px;
	margin: 10px auto 20px;
	position: relative;
	text-align: center;
}
#main-content {
	float: left;
	width: 596px;
	text-align: left;
	position: relative;
	padding-right: 14px;
	padding-left: 25px;
}
.eight-reasons {
	margin-top: 15px;
	margin-bottom: 5px;
	clear: both;
}
.design {
	margin-bottom: 5px;
	background: url(../images/design-consultation.jpg) no-repeat left top;
	display: block;
	height: 164px;
	width: 291px;
}
.fiveyear {
	margin-top: 15px;
	margin-bottom: 5px;
	background: url(../images/5year-guarantee.gif) no-repeat right 5px;
	display: block;
	width: 291px;
	height: 100px;
	padding-top: 6px;
	padding-bottom: 10px;
	border-top: 1px solid #E6E5DF;
	border-bottom: 1px solid #E6E5DF;
}
#sidebar {
	float: left;
	width: 291px;
	text-align: left;
	position: relative;
}
#footer {
	width: 880px;
	text-align: left;
	background: #E6E5DF;
	padding: 8px 10px;
	margin: 5px auto 0px;
	position: relative;
}
span.right {
	float: right;
}
.map {
	float: right;
	clear: left;
}
.interest-free {
	background: url(../images/head-0percent.gif) no-repeat right top;
	height: 82px;
	width: 82px;
	position: absolute;
	z-index: 100;
	top: 0px;
	right: 0px;
}

/*****************************************************
* Lists
*****************************************************/

#header ul {
	display: block;
	position: absolute;
	top: 90px;
	left: 23px;
}
#header ul li {
	background: url(../images/nav-bg.gif) no-repeat left top;
	display: block;
	height: 40px;
	width: 111px;
	float: left;
	margin-right: 1px;
	margin-left: 1px;
}
#header ul li a,
#header ul li a:visited {
	display: block;
	height: 28px;
	padding-top: 12px;
	width: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	line-height: 14px;
	text-decoration: none;
}
#header ul li.decking a,
#header ul li.decking a:visited {
	display: block;
	height: 35px;
	padding-top: 5px;
	width: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	line-height: 14px;
	text-decoration: none;
}
#header ul li a:hover {
	background: url(../images/nav-bg.gif) no-repeat left center;
}
body #header ul li a.selected {
	background: url(../images/nav-bg.gif) no-repeat left bottom;
}
.eight-reasons ul {
	float: left;
	width: 280px;
	display: block;
	margin-right: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.eight-reasons li {
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom: 1px solid #E6E5DF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	list-style-image: url(../images/reasons-li.gif);
	list-style-position: outside;
	margin-left: 20px;
	padding-left: 5px;
}
.eight-reasons li a,
.eight-reasons li a:visited {
	font-weight: bold;
	color: #235595;
	text-decoration: none;
	display: block;
}
.eight-reasons li a:hover {
	display: block;
	color: #7A7A7A;
}
#sidebar ul.indi {
	margin-top: 6px;
}
#sidebar ul li {
	margin-bottom: 9px;
}
#sidebar ul {
	margin-bottom: 15px;
}
ul.gallery {
	margin-top: 10px;
	margin-bottom: 10px;
	background: #E6E5DF;
	display: block;
	padding: 3px 3px 1px 5px;
}
ul.gallery li {
	float: left;
	display: block;
	margin: 2px;
}
ul.subnav {
	background: #B4B4B4;
	display: block;
	margin-bottom: 10px;
	margin-right: 24px;
	margin-left: 25px;
	text-align: left;
	width: 901px;
	position: relative;
}
ul.subnav li {
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	line-height: 14px;
	font-weight: bold;
	display: block;
}
ul.subnav li a,
ul.subnav li a:visited {
	color: #525252;
	padding: 5px 10px;
	display: block;
	text-decoration: none;
}
ul.subnav li a:hover {
	background: #CCCCCC;
}
#content ul.subnav li a.selected {
	background: #525252;
	color: #FFFFFF;
}

/*****************************************************
* Forms
*****************************************************/

form input,
form textarea {
	width: 380px;
	padding: 2px;
	margin-top: 15px;
	border: 1px solid #E6E5DF;
	margin-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #000000;
}
form input#submit {
	background: #E6E5DF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}
