@import url("reset.css");
/*=STRUCTURE
=== === === === === === === === === === */
html {
	min-height:100%;
	font-size: 100.1%; /* IE hack */
	line-height: 100%;
	background: #0a0b0b;
}
body {
	font-size: .75em;
	line-height: 1em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	color: #000;
	min-width: 780px;
}
/*=COMMON
=== === === === === === === === === === */
a, a:link {
	color: #333333;
	font-weight: bold;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #990000;
}
a:active {}

h1 { font: 130% Georgia, "Times New Roman", Times, serif;color: #6e0202; margin-bottom: 5px;}
h2 { font: 120% Georgia, "Times New Roman", Times, serif;color: #6e0202; margin-bottom: 5px;}
h3 { font-size: 110%; }
h4 { font-size: 100%; }
h5 { font-size: 100%; }

#interior h1 {
	border-bottom: 1px solid #6e0202;	
}
p {
	line-height: 160%;
	margin-bottom: 8px;
	font-size: 90%;
	font-size: 11px;
}
blockquote {
	font: 120%/160% Georgia, "Times New Roman", Times, serif;
	color: #6e0202;
	text-align: center;
	border-top: 1px solid #6e0202;
	border-bottom: 1px solid #6e0202;
	padding: 8px 0;
	margin-bottom: 8px;
}
.container {
	background: url(../_cssimg/header.jpg) no-repeat center 26px;
	padding-bottom: 50px;
}
.wrapper {
	background: #FFFFFF url(../_cssimg/background.jpg) repeat-x center top;
	width: 100%;
}
/*=HEADER
=== === === === === === === === === === */
#header {
	height: 65px;
}
/*=NAVIGATION
=== === === === === === === === === === */
#nav {
	height: 26px;
	/*background: #CC3300;*/
}
#nav ul{
	display: block;
	margin: 0 auto;
	text-align: center;
	width: 158px;
	padding: 0;
}
#nav ul li {
	display: inline;
	list-style: none;
	padding:0;
}
#nav  ul li a {
	text-transform: uppercase;
	text-decoration: none;
	display:block;
	float: left;
	padding: 8px 9px 6px 9px;
	font-size: 11px;
	color: #FFFFFF;	
}
#nav ul li a:hover {
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	padding: 8px 8px 6px 8px;
	color: #FFF;
	background: #333333 url(../_cssimg/nav_back.gif) repeat-x;
}

/*=SIDENAV
=== === === === === === === === === === */
#sidenav {
}
/* nav-------------------------------------------------- */

#sidenav {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-indent: -9000px;
	}
#sidenav li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 120%;
	}
	#sidenav a {
	width: 300px;
	display:block;
	padding:0;
	margin: 0;
	}
#sidenav a:hover, #selected {
	background-position: left bottom;
	}
#sidenav a:active, #sidenav a.selected {
	background-position: left bottom;
	}
#tWineCountry a  {
	background: url(../_cssimg/wine_country_tours.jpg) no-repeat left top;
	height: 56px;
	}
#tAirport a  {
	background: url(../_cssimg/airport_transportation.jpg) no-repeat left top;
	height: 53px;
	}
#tSpecial a  {
	background: url(../_cssimg/special_events.jpg) no-repeat left top;
	height: 53px;
	}
#tWeddings a  {
	background: url(../_cssimg/weddings.jpg) no-repeat left top;
	height: 55px;
	}
#tKrystal a  {
	background: url(../_cssimg/krystal_limozine.jpg) no-repeat left top;
	height: 101px;
	}
#tMercedes a  {
	background: url(../_cssimg/mercedes_sedan.jpg) no-repeat left top;
	height: 99px;
	}
#tEscalade a  {
	background: url(../_cssimg/escalade.jpg) no-repeat left top;
	height: 99px;
	}
#tAlternative a  {
	background: url(../_cssimg/alternative_transportation.jpg) no-repeat left top;
	height: 41px;
	}

/*=CONTENT
=== === === === === === === === === === */
#content {
	min-height: 500px;
}
.logo {
	display: block;
	margin: 0 auto;
	padding-bottom: 255px;
}
/*=SIDEBAR
=== === === === === === === === === === */
#sidebar {
	margin-top: 25px;
}
#sidebar2 {
	margin-top: 19px;
}

/*=FOOTER
=== === === === === === === === === === */
#footer {
	min-height: 200px;
	width: 100%;
}
#footer ul{
	display: block;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	padding-top: 15px;
	padding-right:150px;
}
#footer ul li {
	display: inline;
	list-style: none;
	padding:0;
	margin: 0;
	}
#footer a, #footer a:visited {
	color: #bea168;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	}
#footer a:hover {
	color: #FFF;
}
/*=MISC
=== === === === === === === === === === */
#flutes {
	position: relative;
	top: -34px;
	right: 0px;	
	float: left;
}
#flute02 {
	width: 132px;
	float: left;
}
.right {
	float: right;
	margin-left: 44px;
	border: 1px solid #413a28;
}
.left {
	float: left;
	margin-right: 10px;
	border: 1px solid #413a28;
}
.center h1, .center, .center p {
	text-align: center;
	margin-top: 10px
}
.centerlines {
	color: #6e0202;
	text-align: center;
	border-top: 1px solid #6e0202;
	border-bottom: 1px solid #6e0202;
	padding: 8px 0;
	margin-bottom: 8px;

}