/* BASE CSS */

* {
	margin: 0px;
	padding: 0px;
}

html, body {
	background-color: #090909;
	background-image: url(/images/background.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica serif;
	font-size: 11px;
	line-height: 16px;
	color: #313131;
}

body.editor {
	background-color: #C8C8C8;
	background-image: none;
	text-align: left;
}

table {  
	border-collapse:collapse;
	border-spacing: 0px;
	border: 0px;
} 

p {
        margin-top: 10px;
}

p:first-child {
        margin-top: 0px;
        padding-top: 0px;
}

a:link, a:visited, a:active {text-decoration: none; color : #34428C}
a:hover {text-decoration: none; color : #333333}

img { border: none; }


/* LAYOUT CSS */

#wrapper {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
}

#left_shadow {
	width: 14px;
	background-image: url(/images/shadow_left.png);
	background-position: bottom;
}

#right_shadow {
	width: 14px;
	background-image: url(/images/shadow_right.png);
	background-position: bottom;
}

#menu {
	background-color: #C8C8C8;
	background-image: url(/images/menu_bg.gif);
	background-repeat: repeat-x;
	width: 752px;
}

#content_box {
	background-color: #C8C8C8;
	width: 750px;
	border-left: 1px solid #646564;
	border-right: 1px solid #646564;
	border-bottom: 1px solid #646564;
}

#content {
	width: 608px;
	border-right: 1px solid #646564;
	padding-bottom: 10px;
	border-top: 1px solid #646564;
}

#content p, #content h5, #content h4, #content div {
	padding-left: 20px;
	padding-right: 20px;
}

#address {
	padding: 30px 5px 10px 5px;
	font-size: 9px;
	color: #646564;
	vertical-align: bottom;
}

#footer {
	height: 22px;
	text-align: right;
	color: #444444;
	font-size: 10px;
	background-image: url(/images/shadow_bottom.png);
	background-repeat: no-repeat;
	padding-right: 20px;
}

#admin {
	padding: 0px 20px 20px 20px;
}

#admin .submit {
	margin: 0px 5px 5px 5px;
}

/* CONTENT CSS */

h1 {
	font-weight: bold;
	font-size: 16px;
	line-height: 16px;
	color: #555555;
	padding: 10px 0px 7px 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #646564;
}

h2 {
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	color: #333333;
	padding: 10px 0px 7px 20px;
}

.photo {
	padding: 1px;
	border: 1px solid #531416;
	margin: 3px 10px 0px 0px;
}

.map {
	padding: 1px;
	border: 1px solid #531416;
}

.missing {
	color: #EA4036;
	font-weight: bold;
}

input {
	margin: 2px 0px;
}

.submit {
	border: 0px;
	background-color: #ABABAB;
	background-image: url(/images/button_bg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	color: #000000;
	font-family: Verdana, Arial, Helvetica serif;
	font-size: 9px;
	font-weight: bold;
	padding: 2px;
	text-transform: uppercase;
}

.orderform {
	padding-left: 20px;
	width: 568px;
}

.orderform td {
	vertical-align: middle
}

.title {
	font-weight: bold;
}

select {
	font-size: 10px;
}

#winelist p, div, h2 {
	padding-left: 0px;
}

#winelist .description {
	padding-left: 20px;
	padding-top: 20px;
	vertical-align: top;
}

#winelist .background {
	background-image: url(/images/wine_bg.gif);
	background-repeat: no-repeat;
}

ul {
	padding-left: 20px;
	list-style-position: inside;
}

#map, iframe {
	border: 1px solid #333333;
	margin-left: 20px;
	padding: 0px;
}


.thumbnail_box {
        width: 202px;
        height: 170px;
        text-align: center;
        vertical-align: middle;
}

.thumbnail {
	border: 2px solid #FFFFFF;
}

.radio {
	margin: 0px;
	padding: 0px;
}

.mailinglist {
	float: right;
	padding: 0px;
	margin: 0px;
}

.mailinglist td {
	color: #999999;
}

.mailinglistinput {
        border: 1px solid #EEEEEE;
	background-color: #C8C8C8;
        width: 131px;
        height: 13px;
        color: #313131;
        font-size: 11px;
        padding: 1px 3px;
}

.mailinglistsubmit {
	border: 0px;
	background-color: #ABABAB;
	background-image: url(/images/button_bg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	color: #000000;
	font-family: Verdana, Arial, Helvetica serif;
	font-size: 9px;
	line-height: 11px;
	font-weight: bold;
	padding: 2px;
	text-transform: uppercase;
	width: 40px;
}


