/*
Origilio Corporate Website
6/13/2007
*/

/* Basic page styles */
body {
	font-size: 76%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000;
	color: #000000;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(../images/background_new.jpg);
	line-height: 1.5em;
}
#wrapper {
	width: 800px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	background-color: transparent;
	/*background: url(../images/wrapper_bg.gif) repeat-x;*/
}
#header {
	margin: 0px;
	padding: 0px;
	height: 82px;
}
#mainnav {
	width: 800px;
	height: 16px;
	margin: 0; 
	padding: 0 0 0 40px;
	color: #fff;
	background-color: #003580;
	background: url(../images/bg_mainnav.jpg) repeat-y;
	font-size: 11px;
}
/* -------------------------- */
/* We begin by styling the main navigation on the page... */
/* -------------------------- */
/* Overall main navigation styles */
#nav, #nav ul {
	float: left;
	width: 800px;
	list-style: none;
	line-height: 1em;
	color: #fff;
	background-color: transparent !important;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
/* -------------------------- */
/* The top main navigation links */
#nav a {
	display: block;
	padding: 2px 8px;
	color: #fff;	
	/* puts a "bar" on right of the main nav links */	
	background: #003580 url(../images/line.gif) no-repeat top right; 
	text-decoration: none;
	text-transform: uppercase;
}
/* I'm targeting the last main navigation link to have no "bar" on the right side */
#nav a.last {
	background-image: none;
}
#nav a.one, #nav a.two, #nav a.three, #nav a.four {
	text-align: left;
	font-size: 1em;
}
#nav li {
	float: left;
	padding: 0;
}
/* -------------------------- */
/* The dropdown links lists */
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 140px; 
	font-weight: bold;
	border: none;
	background-color: #393939;
	margin: 0;
}
#nav li li {
	padding: 0;
	width: 140px; 
	border-bottom: 1px #8f8f8f solid;
}
#nav li ul a {
	padding: 5px 10px;
	width: 120px;
	* html width: 100px;
}
/* This controls the flyout location of the second level dropdowns */
#nav li ul ul {
	margin: -2em 0 0 140px;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}
/* -------------------------- */
/* Here is the background of the main nav link while looking at the dropdown */
#nav li:hover a, #nav li.sfhover a {
	background-color: #566b88;
}
/* -------------------------- */
/* The dropdown links list colors */
#nav li ul.under a {
	color: #fff;
	background-color: #393939;	
	background-image: none;
}
#nav li ul.under a:hover {
	color: #ffe500;
	background-color: #393939;
	/* puts the "arrow" on left of the nav links */	
	background: url(../images/yellow_arrow.gif) no-repeat 0px 4px; 
}
/* -------------------------- */
/* The background of the second level links while looking at the dropdown under it... */
#nav li ul.under li:hover a.daddy, #nav li ul.under li.sfhover a.daddy {
	color: #ffe500;
	background-color: #393939;
	/* puts the "arrow" on left of the nav links */	
	background: url(../images/yellow_arrow.gif) no-repeat 0px 4px; 
}
#nav li ul.under li:hover, #nav li ul.under li.sfhover {
	color: #ffe500;
	background-color: #393939;
}
/*--------------------------- */
/* This makes the beer brands Upper and Lower case */
ul#nav li ul.under li ul li a {
	text-transform: none;
}
/* -------------------------- */
#content {
	clear: both;
}
/* -------------------------- */
#hometext {
	float: left;
	width: 261px; 
	height: 380px;
	color: #000;
	background: #fff url(../images/bg_hometext_bottom.gif) repeat-x bottom left;
	font-size: 1.1em;
	line-height: 1.5em;
}
#hometext p {
	margin: 0px;
	padding: 18px 15px 0 18px;
}
#homecontent {
	float: left;
	margin: 0;
	padding: 0;
	width: 400px;
	background: #fff url(../images/bg_homecontent.gif) no-repeat;
}
#homenewsletter {
	float: left;
	width: 220px;
	height: 112px;
	font-weight: bold;
}
#homenewsletter p.hthead {
	margin: 0 10px 0 0;
	padding: 20px 0 10px 0;
	text-transform: uppercase;
	border-bottom: 1px solid #000;
}
#homenewsletter p.htlinks {
	margin: 0;
	padding: 10px 0 0 0;
}
#homenewsletter a:link,#homenewsletter a:visited  {
	color: #000;
	text-decoration: none;
	}
#homenewsletter a:hover, #homenewsletter a:active {
	color: #000;
	text-decoration: underline;
	}
#homelogin {
	float: left;
	width: 180px;
	height: 112px;
	font-weight: bold;
	color: #fff;
	font-size: 0.9em;
}
#loginformtable {
	margin: 10px 0 0 20px;
	padding: 0;
}
/*----------------------------------------*/
#info535wide {
	float: left;
	margin: 0;
	padding: 0;
	width: 535px;
	background-color: #fff;
}
#info435wide {
	float: left;
	margin: 0;
	padding: 0;
	width: 435px;
	background-color: #fff;
}

#info800wide {
	float: left;
	margin: 0;
	padding: 0;
	width: 800px;
	background-color: #fff;
}

#sidebar265wide {
	float: left;
	margin: 0;
	padding: 0;
	width: 265px;
	background-color: #000;
}

#sidebar265wide p{
	color: white;
}

#sidebar365wide {
	float: left;
	margin: 0;
	padding: 0;
	width: 365px;
	background-color: #000;
}

#sidebar365wide p.caption{
	color: white;
	font-size: .9em;
}


#flash3 {
	float: left;
	margin: 0;
	padding: 0;
	width: 800px;
	height: 440px;
}
h2 {
	margin: 0;
	padding: 10px 20px 3px 20px;
	text-transform: uppercase;
	font-size: 1.1em;
}
h3 {
	margin: 0;
	padding: 10px 20px 3px 20px;
	font-size: 1em;
} 

h4 {
	margin: 0;
	padding: 10px 20px 3px 20px;
	text-transform: uppercase;
	font-size: 1.1em;
	color: #003580;
}
	
#content p {
	margin: 0;
	padding: 3px 20px 10px 20px;
}

#content p.tighter {
	margin: 0;
	padding: 0px 20px 5px 20px;
}
	
#content ul {
	margin: 0;
	padding: 3px 20px 20px 50px;
}
/*----------------------------------------*/
#eventlogin {
	margin: 20px 0 20px 92px;
	padding: 0;
	width: 180px;
	height: 112px;
	font-weight: bold;
	color: #fff;
	background-color: #9f2027;
	font-size: 0.9em;
}
#orderinglogin {
	margin: 20px 0 20px 42px;
	padding: 0;
	width: 180px;
	height: 112px;
	font-weight: bold;
	color: #fff;
	background-color: #9f2027;
	font-size: 0.9em;
}
#eventloginformtable, #orderingloginformtable {
	margin: 10px 0 0 20px;
	padding: 0;
}
/*----------------------------------------*/
#homefooter {
	float: left;
	margin: 0 -3px 0 0;
	padding: 0;
	width: 660px;
	height: 60px;
	color: #fff; 
	background-color: #000;
	text-align: center;
}
#footer {
	clear: both;
	float: left;
	margin: 0 -3px 0 0;
	padding: 0;
	width: 100%;
	height: 40px;
	color: #fff; 
	background-color: #000;
	text-align: center;
}
#homefooter p {
	margin: 0 0 0 -138px;
	padding: 25px 0 0 25px;
	font-size: 0.8em;
}
#footer p {
	margin: 0;
	padding: 10px 0 10px 0;
	font-size: 0.8em;
}
#homefooter a:link, #homefooter a:visited, #footer a:link, #footer a:visited  {
	color: #fff;
	text-decoration: none;
	}
#homefooter a:hover, #homefooter a:active, #footer a:hover, #footer a:active {
	color: #fff;
	text-decoration: underline;
	}
/*----------------------------------------*/	
.hr {
	margin: 0 20px 10px 20px;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #cc0000;
}

a:link {
	text-decoration: none;
	color: #AC0000;
}
a:visited {
	text-decoration: none;
	color: #AC0000;
	}
a:active {
	text-decoration: none;
	color: #FE0000;
	}
a:hover {text-decoration: underline; 
	color: #FE0000;
	}