/*#############################################################

Name: The Hobbit

Date: 2006-10-11

Description: Submission for OWD template contest "Favourite Book".

Author: Viktor Persson

URL: http://templates.arcsin.se



Feel free to use and modify but please provide credits.

#############################################################*/



/* standard elements */

* {
	margin: 0;
	padding: 0;
}
a {
	color: #88151a;
}
a:hover {
	color: #06F;
}
body {
	font: normal 62.5% Verdana, Arial, sans-serif;
	color:#3b2806;
	background:  url(img/background.jpg) repeat-x top left;
	margin: 0;
	text-align:center; /* Hack for IE5/Win */
}
h2 {
	font: bold 1em Verdana, Arial, sans-serif;
	margin: 3px 0 1px;
}
ul {

}
/* misc */

.clearer {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
img.left {
	margin: 0 18px 6px 0;
}
.divider {
	background: url(img/spacer.gif) no-repeat;
	height: 20px;
	margin: 24px 0;
}
/* structure */



.container {
	background: #ffffff;
	margin: 0 auto;
	width: 736px;
	text-align:left; /* Counteract to IE5/Win Hack */
}
.top {
	text-align: center;
	width: 736px;
}
.header {
	height: 158px;
}
/* navigation */



.navigation ul {
	padding: 0;
	margin: 0;
	background-color:#3b2806;
	color:#3b2806;
	float: left;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 22px;
}
.navigation ul li {
	display: inline;
}
.navigation ul li a {
	background-color:#3b2806;
	color: #cf9b48;
	padding: 3px 2em 0;
	text-decoration: none;
	height: 19px;
	float: left;
}
.navigation ul li a:hover {
	background:url(img/nav_hl.jpg)#3b2806 url(img/nav_hl.jpg);
	color: white;
}
.navigation2 ul {
	padding: 0;
	margin: 0;
	background-color:#333333;
	color:#ffffff;
	float: left;
	width: 100%;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 22px;
}
.navigation2 ul li {
	display: inline;
}
.navigation2 ul li a {
	background-color:#333333;
	color: #ffffff;
	padding: 3px 2em 0;
	text-decoration: none;
	height: 19px;
	float: left;
}
.navigation2 ul li a:hover {
	background:url(img/nav_hl.jpg)#333333 url(img/nav_hl.jpg);
	color: white;
}
/* content */

.content {
	clear: both;
	font-size: 1.2em;
	margin: 0;
	padding:0px 20px 20px 20px;
}
.content .sub_nav {
	float: left;
	background: #ff6600;
	padding: 10px;
	outline-color: ffffff;
	outline-style: groove;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.content .sub_nav h2 {
	color: #ffffff;
}

.title {
	font-size: 1.7em;
	font-weight: bold;
	padding-bottom: 8px;
}
.content .spacer {
	height: 12px;
}
/* content item */

.item {
	clear: both;
}
.item .title {
	font-size: 1.2em;
	font-weight: bold;
}
.item .body {
	clear: both;
}
.item .body .img {
	float: left;
}
.body .table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.body .label {
	float:left;
	width:25%;
	margin-right:0.5em;
	padding-top:0.2em;
	text-align:right;
	font-weight:bold;
}
/* footer */

.footer {
	clear: both;
	background-color:#3b2806;
	color: #cf9b48;
	font-size: 0.8em;
	line-height: 21px;
	margin: 0 auto;
	text-align: center;
	width: 736px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #3B2806;
}
.showroom {
	border: thin solid #000000;
}
.container .content #contact #showroom {
	float: left;
	clear: none;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.container .content #contact {
	clear: none;
	margin-bottom: 20px;
}
.table {
	margin-top: 60px;
}
