/********************************************************************
	S. Dyke Building Services
		www.anytimeuk.co.uk Style Sheet
			<steve@egsystems.co.uk>
********************************************************************/

/* Zero all margins and padding */
*
{
	margin: 0;
	padding: 0;
}

/* Named Structural DIVs and sub elements */
#wrapper
{
	width: 700px;
	margin: 0 auto 0 auto;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
}

#masthead
{
	width: 100%;
	height: 70px;
	background: url(../images/masthead_bg.gif) right bottom no-repeat;
}

#logo
{
	height: 70px;
	background: url(../images/logo_bg.gif) 0 13px no-repeat;
}

/* Top Nav */
#nav
{
	width: 100%;
	height: 30px;
	background-color: #258;
}

#nav a
{
	display: block;
	float: left;
	height: 30px;
	text-decoration: none;
	text-transform: lowercase;
	color: #cdf;
	font: normal 11px/27px  Verdana, Arial, Helvetica, sans-serif;
	padding: 0 11px 0 11px;
}

#nav a:hover
{
	background-color: #47a;
	color: #fff;
}

#nav a.current
{
	background-color: #346;
	color: #fff;
	font-weight: bold;
}

#nav a.current:hover
{
	text-decoration: none;
}

/* Main Content */
#content
{
	width: 660px;
	text-align: left;
	min-height: 360px;
	background: #f6f3f3 url(../images/content_h1_bg.gif) 0 0 repeat-x;
	padding: 0 20px 12px 20px;
	border-top: 3px solid #fff;
}

#content.homepage
{
	width: 100%;
	padding: 0;
	background: none;
}

#content h1
{
	height: 40px;
	font: bold 20px/40px Arial, Helvetica, sans-serif;
	color: #fff;
	margin-bottom: 12px;
}

#content p.caption 
{
	font-style: italic;
	text-align: center;
	margin-top: 6px;
	color: #877;
}

#content img 
{
	border: none;
}

#content img.bordered
{
	border: 2px solid #dcc;
}

#content img.framed
{
	border-top: 5px solid #cbb;
	border-bottom: 3px solid #cbb;
}

#content img.left
{
	margin: 5px 15px 0 0;
	float: left;
}

#content img.right
{
	margin: 5px 0 0 15px;
	float: right;
}

#content img.icon
{
	margin: 6px 8px 6px 0;
	float: left;
}

#content img.center
{
	display: block;
	margin: 5px auto 0 auto;
}

/* Footer */
#footer
{
	clear: both;
	width: 100%;
	height: 55px;
	background: url(../images/footer_bg.gif) 0 0 no-repeat;
	text-align: center;
	border-top: 3px solid #fff;
}

#footer p
{
	font: normal normal 10px/13px Verdana, Helvetica, sans-serif;
	color: #665;
	margin-top: 7px;
}

#footer a
{
	text-decoration: none;
	color: #665
}

#footer a:hover
{
	color: #fff;
	text-decoration: underline;
}

#footer a img
{
	margin: 0 5px -3px 0;
}

#footer_right a
{
	margin-right: 8px;
}

#footer_right a.last
{
	margin-right: 4px;
}

/* Footer Navigation */
#footernav
{
	width: 100%;
	height: 22px;
	line-height: 22px;
	text-align: center;
	color: #cba;
}

#footernav a
{
	text-decoration: none;
	color: #a98;
}

#footernav a:hover
{
	text-decoration: underline;
}

/* Page Specific Divs */
#home_banner
{
	width: 100%;
	height: 130px;
	background: #58b url(../images/home_banner.gif) 0 0 no-repeat;
	border-bottom: 3px solid #fff;
}

#home_banner_text
{
	width: 100%;
	height: 130px;
	background: transparent url(../images/home_banner_text.gif) 0 0 no-repeat;
}

#home_3cols
{
	background: #ebe7e3 url(../images/home_3cols_bg.gif) 0 0 no-repeat;
	width: 100%;
	height: 340px;
}

#home_3cols div
{
	width: 230px;
	height: 340px;
	float: left;
	margin-right: 5px;
}

#home_3cols div.left
{
}

#home_3cols div.middle
{
}

#home_3cols div.right
{
	float: right;
	margin-right: 0;
}

#home_3cols div.col_content
{
	display: inline; /* fix IE6 double margin bug */
	width: 210px;
	height: 255px;
	margin: 80px 0 0 10px;
	overflow: hidden;
	text-align: left;
	background-color: transparent;
}

#contact_details
{
	width: 300px;
}

/* UK Coverage Map */
#ukmap 
{
	width: 100%;
	height: 420px;
	margin-bottom: 0;
	background: url(../images/ukmap.gif) right 0 no-repeat;
}

/* Elements */
body
{
	font: normal normal 11px/15px Verdana, Arial, Helvetica, sans-serif;
	color: #665;
	background: #fff url(../images/page_bg.gif) 0 0 repeat-x;
}

a
{
	color: #555;
}

a:hover
{
	color: #47a;
}

a.maillink
{
	text-decoration: none;
}

a.maillink:hover
{
	text-decoration: underline;
}

a img
{
	border: none;	
}

h1
{
	font: bold 24px/28px Arial, Helvetica, sans-serif;
	margin: 0;
	color: #666;
	height: 40px;
}

h2
{
	font: bold 16px/19px Arial, Helvetica, sans-serif;
	margin: 12px 0 4px 0;
}

h3
{
	font: bold 14px/17px Arial, Helvetica, sans-serif;
	margin: 0 0 2px 0;
}

li
{
	margin-bottom: 7px;
	padding-left: 14px;
	background: url(../images/bullet.gif) 0 4px no-repeat;
}

p
{
	margin: 0 0 12px 0;
}

p.doublespace
{
	line-height: 18px;
}

p.leader
{
	margin-top: 12px;
}

table
{
	border-collapse: collapse;
	margin: 0 0 12px 0;
}

td
{
	vertical-align: top;
	padding-right: 10px;
}

td.doublespace
{
	line-height: 18px;
}

td.label
{
	width: 150px;
	font-weight: bold;
}

ul
{
	margin: 0 0 11px 0;
	list-style : none outside;
}

ul.tight li
{
	margin: 0 0 2px 0;
}

/* Subclassed Elements */
a.external
{
	font: normal 12px/15px Arial, Helvetica, sans-serif;
	padding-right: 17px;
	background: url(../images/link_ext.gif) right 5px no-repeat;
}

a.external:hover
{
	background-image: url(../images/link_ext_hover.gif);
}

/* Subclassed Divs and COLUMN Divs */
div.clear
{
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 1px;
}

div.col2
{
	width: 320px;
	float: left;
	margin-left: 20px;
}

div.colleft
{
	margin-left: 0;
}

div.colright
{
	float: right;
	margin-left: 0;
}

div.sep
{
	border-top: 1px solid #ccb;
}

/* Generic Subclasses */
.buildnote
{
	color: red;
	font-weight: bold;
	font-style: italic;
}

.screenreader
{
	display: none;
}

.big
{
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	color: #666;
}

.small
{
	font: normal normal 10px/13px Verdana, Arial, Helvetica, sans-serif !important;
}

.tight
{
	margin-top: 0;	
}

.top
{
	margin-top: 12px !important;
}

.right
{
	text-align: right !important;	
}

.strong
{
	font-weight: bold;
}

.smallcaps
{
	font-variant: small-caps;
}

/* FORMS */
form
{
	margin: 0;
	padding: 0;
}

input, textarea, button
{
	margin-bottom: 0px;
	border: 1px solid #aa9;
	background-color: #fff;
	color: #666;
}

table.contact_form
{
	border: 1px solid #aa9;
	margin: 0 0 25px 0;
	background-color: #CCC4BA;
	width: 240px;
}

table.contact_form td
{
	padding: 5px 15px 0 15px;
	line-height: 22px;
	color: #444;
}

table.contact_form input, #content table.contact_form textarea
{
	margin-top: 3px;
	width: 210px;
}

table.contact_form input.button
{
	width: auto;
	margin-bottom: 10px;
}

/* */