/* CSS Document */

* {
 padding: 0;
 margin: 0;
}
html {
	font-size: 100%; /* IE hack */
}
body {
	font-size: 0.75em;
	background-color: #cfd0d2;
}
#wrapper {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 100%;
	height: 308px;
	background-image: url(../_images/home_tin_roof_wide.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
#main {
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 632px;
	/*height: 200px;*/
	/*background-image: url(../_images/home_tine_bottles_.jpg);
	background-repeat: no-repeat;
	background-position: center top;*/
	background-image: url(../_images/home_bottles.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#content {
	margin-left: 231px;
	margin-bottom: 0;
	margin-top: 0px;
	padding-top: 10px;
	width: 401px;
}
#footer {
	height: 34px;
	width: 632px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding-top: 15px;
	margin-bottom: 0;
}
/*-------- nav */
#nav {
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-top: 0;
	width: 100%;
	height: 29px;
	background-color: #000000;
}
#nav li {
	list-style-type: none;
	color: #dbb865;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	margin: 0;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	}
#nav a{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;	
}
#nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:hover {
	color: #dbb865;
}
#nav a:active, #nav a.selected {
	color: #d5aa53;
}
/*-------- Design */
#main p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #313135;
	text-align: justify;
	font-weight: normal;
	line-height: 150%;
}
#main h1{
	color: #a17815;
	font-size: 180%;
	font-variant: small-caps;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A17815;
	margin-bottom: 10px;
}
#footer p{
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-align: center;
	margin: 0;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	}
#footer a{
	color: #666666;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;	
}
#footer a:visited {
	color: #666666;
	text-decoration: none;
	}
#footer a:hover {
	color: #a17815;
	text-decoration: underline;
}
#wallpaper{
}
#wallpaper a{
	color: #333333;
	text-decoration: none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
}
#wallpaper p{
	text-align: center;
}
#copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
}
