/*----------------------------------------------------
CSS for www.dgroofline.co.uk - Main Stylesheet
Author:		Danny Dawson / Creative-D
Created:	July 2006
-----------------------------------------------------*/


/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin-bottom: 20px;
	margin-top: 0px;
	margin-left: 0px;
	font-size: 100%;
	background-color: #F8F2E7;
}
#container {
	text-align: left;
	background-color: #FFFFFF;
	width: 790px;
	padding: 0px;
	display: table;
	margin: auto;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}

/***********************************************/
/* HEADER                                      */
/***********************************************/
#header {
	width: 790px;
	margin: 0px;
	padding: 0px;
}
#header img {
	vertical-align: top;
}

/***********************************************/
/* LEFT NAVIGATION                             */
/***********************************************/
#navigation {
	width: 200px;
	margin: 0px;
	padding: 0px;
	float: left;
	vertical-align: top;
	background-color: #007CE3;
}
#navigation img {
	vertical-align: top;
}
#navigation a {
	text-align: left;
	color: #000000;
	padding-left: 10px;
	padding-top: 4px;
	text-decoration: none;
	font-weight: bold;
	font-size: 80%;
	background-image: url(assets/navigation2.jpg);
	display: block;
	height: 24px;
}
#navigation a:hover {
	text-align: left;
	color: #FFFFFF;
	display: block;
	padding-left: 10px;
	text-decoration: none;
	background-image: url(assets/navigation.jpg);
}
#navigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

/***********************************************/
/* RIGHT SECTION                               */
/***********************************************/
#house {
	width: 540px;
	margin: 0px;
	padding: 0px 25px 25px;
	float: right;
	background-color: #FFFFFF;
	font-size: 80%;
	background-image: url(assets/full-house3.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 155px;
}
#welcome {
	position: relative;
	top: 25px;
	left: 255px;
	width: 240px;
}
#welcome h1 {
	font-weight: bold;
	font-size: 129%;
	color: #FFFFFF;
	line-height: 20px;
}
#main {
	width: 540px;
	margin: 0px;
	padding: 25px 25px 25px;
	float: right;
	background-color: #FFFFFF;
	font-size: 80%;
}
#main h2 {
	font-weight: bold;
	font-size: 100%;
	color: #000000;
}
#main table input {
	border: 0px;
	text-align: center;
}
/***********************************************/
/* FOOTER                                      */
/***********************************************/
#footer {
	width: 790px;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #152F8A;
	color: #FFFFFF;
	font-size: 70%;
	text-align: center;
	float: left;
}
#footer a {
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:hover {
	text-decoration: underline;
	color: #B1C0F3;
}