/* Destination Casali CSS Document */

/*
This source is (c) Copyright 2007 - DestinationCasali.com.
Site designed and coded by Kyle Spearrin of http://kylespearrin.com and http://websolvents.com.
All Rights Reserved
*/

/* ---Globals--- */
body {
	background-color: #64300a;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #64300a;
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
p {
	display: block;
	margin: 1em 0;
}
h5 {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

/* ---General--- */
.container {
	margin: 0 auto;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 600px;
	background-color: #c48746;
}
.sub-container {
	margin: 0 auto;
	width: 800px;
	height: 700px;
}
.clear {
	clear: both;
	height: 0;
	font-size: 0;
}

/* ---Navigation--- */
.nav {
	background-image: url(images/nav-top-bg.jpg);
	background-repeat: no-repeat;
	height: 36px;
	padding-top: 25px;
	color: #FFFFFF;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
.sub-nav {
	background-image: url(images/sub-nav-bg.jpg);
	background-repeat: no-repeat;
	width: 148px;
	color: #FFFFFF;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	float: left;
	height: 700px;
}
.nav a {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0 15px 0 15px;
}
.nav a:hover {
	color: #cccc33;
}
.sub-nav a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	margin-top: 22px;
}
.sub-nav a:hover {
	color: #cccc33;
}
.sub-nav-main {
	height: 494px;
}
.sub-nav-footer {
	color: #cccc66;
	font-size: 11px;
	font-weight: normal;
}
.nav-bot-pic {
	float: right;
}
.dropdown {
	position: absolute;
	visibility: hidden;
	border: 1px solid black;
	background-image: url(images/dropdown-bg.jpg);
	width: 160px;
	margin-left: 148px;
}
.dropdown a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	margin: 10px 0 10px 0;
}
.dropdown a:hover {
	color: #cccc33;
}
.dropdown2 {
	position: absolute;
	visibility: hidden;
	border: 1px solid black;
	background-image: url(images/dropdown-bg.jpg);
	width: 160px;
}
.dropdown2 a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	margin: 10px 0 10px 0;
}
.dropdown2 a:hover {
	color: #cccc33;
}

/* ---Header--- */
.header {
	height: 183px;
}
.header img {
	float: left;
}

/* ---Content--- */
.content {
	height: 218px;
	padding: 0 126px 0 126px;
}
.sub-content {
	width: 650px;
	background-image: url(images/sub-bg.jpg);
	float: left;
	height: 700px;
}
.flash-pics {
	height: 112px;
}
.flash-pics img {
	float: left;
}
.sub-content-main {
	height: 468px;
	padding: 26px 12px 0 57px;
}
/* Curerncy Converter */
.converter {
	width: 194px;
	background-color: #FFFFFF;
	border: 1px solid #64300a;
	padding: 0;
}
.rateText {  
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #64300a;
	text-align: center;
}
#smlink {
	font-size: .6em;
	color: #000000;
	font-style: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#smlink a:link,#smlink a:visited {
	color: #000000; /*Was #dedede.*/
	text-decoration: none;
}
#smlink a:hover {
	color: #000000; 
	text-decoration: underline;
}
.wine-table td {
	vertical-align: top;
	text-align: left;
}

/* ---Footer--- */
.footer {
	background-image: url(images/footer-bg.jpg);
	background-repeat: no-repeat;
	text-align: left;
	height: 20px;
	padding: 8px 0 0 22px;
	color: #3e3c06;
	width: 100%;
}