/*DEFAULTS ------------------------------------------------ */
html, body, ul, ol, li, form, fieldset, h1, h2, h3, h4, h5, p {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;	
	list-style: none;
	color: #675516;
}
body {
	background-color:#e9d59e;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}
/*MAIN STRUCTURE ------------------------------------------------ */
#wrapper {
	width: 830px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#surround{
	width:830px;
	margin-left:auto;
	margin-right:auto;
	float:left;
}
/*HEADER ------------------------------------------------ */
#header{
	width:830px;
	height:136px;
	float:left;
	background: url(../images/kitchens-bathrooms-bedrooms-logo.jpg) no-repeat;
}
#devon-kitchens-bedrooms-bathrooms{
	font-style:italic;
	float:left;
	margin-left:320px;
	padding-top:18px;
}
#devon-kitchens-bedrooms-bathrooms h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:21px;
}
#kitchens-bathrooms-bedrooms-devon  {
	line-height:22px;
	width:440px;
	float:right;
	padding-left:60px;
	padding-top:2px;
	font-weight:bold;
	font-size:15px;
	color:#303030;
}
#hathaway-image{
	float:right;
	width:170px;
	height:154px;
	padding: 6px 0 0 0;
}
/*NAVIGATION BAR ------------------------------------------------ */
#navigation{
	color:white;
	width:830px;
	height:35px;
	float:left;
	/*background-image: url(../images/nav-bg.jpg);*/
	background-repeat: repeat-x;
}
#tel{
	float:left;
	width:200px;
	padding: 7px 0;
}
#navigation ul{
	float:right;
	width:450px;
}
#navigation li{
	display: inline;
	width: 60px;
	height: 33px;
	text-align: center;
}
#navigation li a{
	color:white;
	width: 70px;
	height: 25px;
	text-align: center;
	padding: 6px 10px 2px 10px;
	text-decoration:none;
	display: block;
	float: left;
}
#navigation li a:hover{
	text-decoration:none;
}
#current{
	height: 30px;
	background-image: url(../images/marker.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
/*MAIN CONTENT ------------------------------------------------ */
#content{
	width:830px;
	float:left;
	/*background-color: #F7EFD7;*/
	height: 480px;
}
#content b {
	font-weight:normal;	
}
#main-text .openhours p b { font-weight:bold; }
#main-image-wrapper {
	float: left;
	height: auto;
	width: 320px;
	border: 2px solid #676767;
	margin: 25px 0;
}

#main-image-text {
	color: #FFFFFF;
	border-top: 2px solid #676767;
	background-color: #303030;
	height: 20px;
	font-size: 13px;
	font-style: italic;
	text-align: center;
	padding: 5px 0 5px 0;
	float: left;
	width: 320px;
}
#main-text {
	height: auto;
	width: 485px;
	float: right;
	padding: 18px 0 0 0;
	line-height:140%;
}
#privacy-text {
	height:458px;
	width:810px;
	float:left;
	padding:10px;
	line-height:140%;
	overflow:auto;
}
#email-text {
	height:458px;
	width:400px;
	float:left;
	padding:10px;
}
#email-map {
	height:458px;
	width:400px;
	float:right;
}
#email-map a {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}
#map {
	width:390px;	
}
#main-text-scroll{
	height: 430px;
	width: 485px;
	overflow:auto;
	float: right;
	padding:0 8px 0 0;
	margin: 25px 0 0 0;
}

/*FOOTER ------------------------------------------------ */
#footer{
	color:white;
	width:830px;
	float:left;
	height: 35px;
	background-repeat: repeat-x;
}
#footer #footer-left {
	float: left;
	width: 500px;
	font-size:11px;
	padding:10px 0 3px 0;
}
#footer #footer-right {
	float: right;
	width: 300px;
	font-size:11px;
	padding:10px 0 3px 0;
	text-align:right;
}
#footer a {
	color:white;
}
/*CONTACT ------------------------------------------------ */
.contact {
	height: auto;
	width: 400px;
	float: left;
	padding: 0px;
	font-size: 12px;
	margin-bottom: 20px;
}

.contact .contact_title {
	width: 120px;
	float: left;
	padding: 7px 0px 3px 0px;
	text-align: left;
	font-weight: bold;
}
.contact .contact_info {
	float: left;
	height: auto;
	width: 200px;
	padding: 2px;
}

/*LINKS ------------------------------------------------ */
a{
	color:#675516;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

/*HEADERS ------------------------------------------------ */
#main-text h1,
#privacy-text h1,
#email-text h1{
	font-size:19px;	
	color:#675516;
}
#main-text strong {
	font-weight:normal;	
}
h1{
	font-style:italic;
	color:#303030;
	padding: 0 0 6px 0;
}
h2{
	font-size:1.1em;
}

h3{
	font-size:1em;
}

p{
	font-size:0.9em;
	margin-bottom: 10px;
}