/*  CSS for 1-Derful Roofing & Restoration */

body {
	margin: 0;
	/*Background top image located in folder img, named headerbg001.gif - 200 px high*/
	background: #FFFFFF url(img/headerbg01.gif) repeat-x;
	font-family: Georgia1, Georgia, serif;
	font-size: 14px;
	color: #333333;
}

/*header definitions*/

h1, h2, h3 {
	margin: 0;
	font-weight: bold;
	color: #ffae26;
}

h1 {
	font-size: 200%;
}

h2 {
	font-size: 166%;
}

h3 {	
	font-size: 125%;
}

/* TXT Styles */

p, ol, ul {
	line-height: 166%;
}

p {
}

ol {
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

ul li {
	padding-left: 15px;
	background: transparent;
}

/*
blockquote {
	margin: 0;
	padding-left: 20px;
	font-style: italic;
}

blockquote * {
}
*/

a {
	color: #ffae26;
}

a:hover {
	text-decoration: underline;
	color: ff6600;
}


/*Image Styles */

img {
	border: none;
}

img.left {
	float: left;
	margin: 3px 13px 0 0;
}

img.right{
	float: right;
	margin: 3px 0 0 13px;
}

.floatright {
	float: right;
	margin: 0 0 10px 10px;
	clear: right;
}

hr {
	display: none;
}




/* HEADER START */

#header {
	width: 700px;
	height: 210px;
	margin: 0 auto;
	background: transparent url(img/mainheader.jpg) no-repeat;
}

/* LOGO START */

#logo {
	height: 117px;
}
/*
#logo h1 {
	text-align: center;
	font-size: 200%;
}
*/
/*MENU*/

#menu {
	padding-top: 0;
}

#menu ul {
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
	text-align: center;
	line-height: normal;
}

#menu li {
	display: inline;
	margin: 0;
	padding: 0;
}

#menu a {
	padding 0 20px;
	text-decoration: none;
	font-size: 120%;
	font-weight: bold;
	color: #000000;
}

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

#menu .active a{
	color: #FFFFFF;
}

/* CONTAINER */

#page {
	width: 730px;
	margin: 0 auto;
	padding: 30px 0;
}

#content {
	/*float: left;*/
	margin: 0 auto;
	width: 600px;
	padding-top: 9px;
}


#footer {
	height: 100px;
	padding: 15px;
	background: #578fd1;
	border-top: 5px solid #284567;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
	font-size: 85%;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}

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