/* CSS Document */

/*--------------------background--------------------*/

* {
	margin-top: 0;
}

#background {
background-color: #b90101;
background-image: url(../images/backgroundtile.gif);
background-repeat: repeat-x;
padding-bottom: 30px;
}

#wrapper {
background-image: url(../images/pagetile.png);
background-repeat: repeat-y;
width: 725px;
height: auto;
margin: 0px auto;
padding-left: 25px;
}


/*------------------/background--------------------*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	line-height: 1.5;

}

a:link {
	color: #666666;
	text-decoration: none;
}


a:hover {
	color: #666666;
	text-decoration: none;
}

a:active {
	color: #666666;
	text-decoration: none;
}

a:visited {
	color: #666666;
	text-decoration: none;
}


h1 {
	font-size: 175%;
	font-weight: lighter;
	color: #7d0000;
	padding: 0px 0px 0px 10px;
	margin-bottom: 2px;
	letter-spacing: .5pt;
}

h2 {
font-size: 125%;
color: #666666;
padding: 0px 0px 0px 10px;
margin-bottom: 3px;
}


p {
font-size: 100%;
padding: 0px 0px 0px 10px;
}

#menu p {
margin-bottom: 15px;
}

#winelist p {
line-height: 1.75;
margin-bottom: 15px;
}

p.large{
font-size: 125%;
line-height: 1.75;
color: #777777;
}

strong {
text-transform: uppercase;
}







/*--------------------header--------------------*/


#header {
width: 690px;
height: 125px;
margin: 0 0 2px 5px;
}


/*------------------/header--------------------*/


/*--------------------navigation--------------------*/

#nav {
width: 690px;
height: 22px;
background-image: url(../images/navbackground.gif);
margin-left: 5px;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav li {
	display: inline;
}

#nav a {
	display: block;
	float: left;
	height: 20px;
	padding: 2px 40px 0px 40px;
	border-right: 1px solid #7d0000;
	letter-spacing: 1pt;
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
}

#nav a:hover, #nav .active a {
background-image:url(../images/navbackgroundover.gif)
}

/*-------------------/navigation--------------------*/


/*--------------------content--------------------*/

#content {
float: left;
width: 450px;
height: auto;
margin: 15px 10px 0px 10px;
}

#content .image{
margin-top: 10px;
border: solid #AAAAAA 1px;
}

#content .map{
margin-top: -5px;
border: solid #AAAAAA 1px;
}

/*-------------------/content--------------------*/


/*--------------------sidebar--------------------*/

#sidebar {
float: left;
width: 210px;
margin: 10px;
}

#sidebar .image{
margin-bottom: 5px;
border: solid #AAAAAA 1px;
}

#sidebar .header{
display: block;
width: 192px;
background-color: #CCCCCC;
text-transform: lowercase;
margin-top: 5px;
}

#sidebar .text{
line-height: 1.75;
}


/*-------------------/sidebar--------------------*/


/*--------------------footer--------------------*/

#footer {
clear: both;
width: 690px;
margin-left: 5px;
}

#copyright {
font-size: 9px;
color: #777777;
padding: 20px 10px 0px 10px;
text-align: center;
}

#copyright a:link {
	color: #777777;
	text-decoration: none;
}

#copyright a:hover {
	color: #333333;
	text-decoration: none;
}

#copyright a:active {
	color: #333333;
	text-decoration: none;
}

/*--------------------/footer--------------------*/

/*--------------------wrapperend--------------------*/

#wrapperend {
clear: both;
background-image:url(../images/footer.png);
width: 725px;
height: 20px;
margin: -9px auto;
padding-left: 25px;
}



/*--------------------table--------------------*/

table.menu {
	margin-left: 10px;
	}
	
table.menu td {
	vertical-align: top;
	}

table.menu td.one {
	width: 300px;
	}
	
table.menu td.two {
	width: 50px;
	}


