@charset "utf-8";
/*


Developer Notes


Color Scheme:
Pantone / Color Name 		Tint		Hex				Usage
---------------------		----		-------			-----
5643C / Midnight Blue		100			003745			header background
5643C / Medium Blue			70			006677			h2, page titles

*/

 
/* ///////////////////////////

@import rules

/////////////////////////// */

@import url("reset.css");

/* ///////////////////////////

Global Overrides

/////////////////////////// */

body {
	background-color: #FFF;
	font: normal 12px Verdana, Arial, sans-serif;
}

h1 {
	margin-bottom: 8px;
	font: bold 18px sans-serif;
	color: #FF6633;
}

h2 {
	margin-top: 0px; margin-bottom: 3px;
	font: bold 15px sans-serif;
	font-style: italic;
	color: #77A6F6;
	padding-top: 0px;
}

h3 {
	margin-bottom: 1em;
	font: bold 140% Georgia;
}

p {
	margin-bottom: 1em;
}

/* ///////////////////////////

ID Declarations

/////////////////////////// */
#site {
	width: 755px;
	margin-top: -5px;
	margin: 0 auto;
}

#site2 {
	width: 755px;
	margin: 0 auto;
}	


#header {
	width: 755px;
}

#header h1 {	
	height: 22px;
	text-align: left;
	font: 18px "Georgia";
}

#masthead {
	height: 217px;
	margin: 0 auto;
}

#main-nav {
	height: 41px;
	float: left;
	width: 620px;
}

#main-nav ul {
	padding: 5px;
	width: 100%;
}

#main-nav li {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003399;
	font-weight: bold;
	display: inline;
}

#main-nav li a {
	text-decoration: none;
	padding: 0 4px 0 5px;
}
#main-nav li a:active  {color:#FF8000; text-decoration:none;}	
#main-nav li a:visited {color:#6699FF; text-decoration:none;}
#main-nav li a:hover {color:#FF8000; text-decoration: underline;}

#page {
	width: 755px;
}

#content {
	width: 520px;
}

#content2 {
	width: 500px;
	float: left;
}

#article {
	padding: 0 15px;
}

#sidebar {
	width: 210px;
}

#sidebar2 {
	width: 250px;
	float: left;
}

#related-links {
	margin: 15px 15px 0 15px;
	border-right: 1px solid #E4E4E4;
}

#related-links li {
	margin-bottom: 5px;
	padding: 3px;
	font: italic 14px Georgia;
	font-weight: bold;
}

#specific {
	background-color: #366;
}

#footer {
	width: 620px;
	height: 50px;
	float: right;
	margin-top: 8px;
}

#footer-nav {
}

#footer-nav ul {
	padding: 0 0 2px 8px;
}

#footer-nav li {
	display: inline;
	padding: 2px;
	font: bold 11px sans-serif;
}

#footer-nav li a {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

/* ///////////////////////////

Custom Classes

/////////////////////////// */
.clear-both {
	height: 0px;
	clear: both;
}

.no-margin, #content.no-margin {
	margin:0;
}

.one-col {
	width: 100%;
}

#content, #sidebar {
	float: left;
}

#sidebar.first-col, .first-col {
	margin: 0 0 10px 0;
}

.feature {
	padding: 3px;
}

.logo, .search, .logo-top {
	float: left;
	color: #FFF;
}

.logo-top {
	width: 120px;
	height: 41px;
	float: left;
}	

.logo {
	width: 233px;
	height: 176px;
}

.drink-special {
	width: 300px;
	float: left;
	margin-top: 12px;
}	

.testimonials {
	background: url(../../images/testimonials-box.jpg) left top no-repeat;
	overflow: hidden;
	width: 205px;
	height: 200px;
	margin-top: 5px;
}	

.scroller {
	color: #006699;
	font-family: sans-serif;
	font-size: 14px;
	width: 167px;
	height: 150px;
	margin-left:35px;
	margin-top:40px;
}	

.orange {
	color: #FF6633;
}

.orange a {
	color: #FF6633;
}

.blue {
	color: #003399;
}

.blue a {
	color: #003399;
}

.rotate-pic {
	width: 140px;
	float: left;
	height: 176px;
}	

.copyright {
	width: 610px;
	margin-top: 8px;
	text-align: center;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF6633;
	margin-bottom: 20px;
}	

sidebar-pics {
	width: 250px;
	float: left;
	margin-top: 7px;
}	

.quotes {
	width: 225px;
	margin-left: 10px;
}	

.bullets {
	list-style-type: square;
	list-style-position:inside;
}	


.order-btn {
	text-align: center;
	width: 150px;
	height: 30px;
	margin: 10px auto;
	background: url(../../images/order-btn.jpg) no-repeat;
}	

.order-btn a {
	font-weight: bold;
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
	line-height: 30px;
}

.order-btn a:hover {
	background: url(../../images/order-btn-over.jpg) no-repeat;
	display: block;
}

