/* CSS Document */
/* UNIVERSAL */
body {
	background: url(images/gradient_bg.png) repeat-x left top; /* blue gradient */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
}

a:link, a:visited { /* set all link&visited tags to nothing unless specified */
	text-decoration: none;
}

#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left:auto;
	background-color: #FFF;
	background: url(images/sidebar_bg.jpg) repeat-y left top; /* blue line on page, mock colum */
}

#indwrapper {
	width: 800px;
	margin-right: auto;
	margin-left:auto;
	background-color: #FFF;
}

.center {
	text-align:center;
}

.prpl { /* purple color for wine on deals page */
	color:#990066;
}

* { /* set all list styles to none unless set */
	list-style-type: none;
}
/* use heading tags when practical to increase Search Engine Optimization (SEO) */
h1 {
	color:#0a0b4c;
	font-size: 1.5em;
}

h2 {
	color:#FF3300;
	font-size:1.2em;
}

h3 {
	color:#CC0000;
	font-size:1em;
}

h4 {
	background-color:#0a0b4c;
	color:#FFFFFF;
	font-variant:small-caps;
}

#extrali li {
	color:#000000;
	font-size:.75em;
	list-style:none;
	list-style-type: circle;
}

p {
	font-size:.75em;
}

.deals {
	font-size:1.7em;
	color:#FF3300;
	text-align:center;
}

.promo {
	font-size:1.7em;
	color:#FF3300;
	font-weight: bold;
}

.extra {
	font-style:italic;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:1.5em;
	background-color:#CCCCCC;
}

#lead {
	color:#000033;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:medium;
}

#here {
	font-weight: bold;
}

.prodlist {
	font-size:medium;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height:2em;
	color: #114984;
}

.ital {
	font-style:italic;
	font-size:1em;
}

.catas {
	font-size:.8em;
	text-align:center;
	border-bottom:inset #000033;
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: none;
}

.catas2 {
	font-size:.8em;
	text-align:center;
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: none;
}

.catas a:visited {
	text-decoration: none;
}

.catas a:link {
	text-decoration: none;
}

.catas a:hover {
	font-weight: bold;
	color: #2a70b7;
}

.red {
	background-color:#FF0000;
}

.blue {
	text-decoration:underline;
	font-size:1.5em;
	color:#33F;
}

.pab {
	background-color:#FF0000;
	font-size:0.7em;
	color:#FFFFFF;
}

/* TABLE STYLING, for the calander on extras_promo page */
table {
	font: 11px/24px Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width: 320px;
	}

th {
	padding: 0 0.5em;
	text-align: left;
	}

tr.yellow td {
	border-top: 1px solid #FB7A31;
	border-bottom: 1px solid #FB7A31;
	background: #FFC;
	}

td {
	border-bottom: 1px solid #CCC;
	padding: 0 0.5em;
	}

td:first-child {
	width: 190px;
	}

td+td {
	border-left: 1px solid #CCC;
	text-align: center;
	}

/* BANNER */
#banner {
	position:relative;
}
/* MAILING LIST */
#subscribe {
	position: absolute;
	left: 75%;
	top: 20px;
	height: 70px;
	width: 200px;
	text-decoration:none;
}

#menuh-container2 /* for subscribe page only, different navbar location*/
	{
	position: absolute;		
	top: 0px;
	left: 210px;
	}

/* NAVIGATION */
#menuh-container
	{
	position: absolute;		
	top: 112px;
	left: 297px;
	}

#menuh
	{
	font-size: small;
	font-family: arial, helvetica, sans-serif;
	width:100%;
	float:left;
	margin:2em;
	margin-top: 1em;
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	white-space:nowrap;
	margin:0;
	padding: 0.3em;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: white;
	background-color: #023E7C;
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: white;
	background-color: #6495ed;
	text-decoration:none;
	}	
	
#menuh a.top_parent, #menuh a.top_parent:hover  /* DISABLED, no navdown_white.gif file. Attaches down-arrow to all top-parents */
	{
	background-image: url(navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* DISABLED, no nav_white.gif file. Attaches side-arrow to all parents */
	{
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:9em;	/* width of all menu boxes */
	}

#menuh li
	{
	position:relative;
    min-height: 1px; 			/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom;     /* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* SIDEBAR NAV */
#sidebar {
	float: left;
	width: 200px;
	height:auto;
	background-color:#FFFFFF;
	padding:25px 10px 1px 1px;
	clear: both;
	display:inline;
}

#sideNav {
	font-size:x-small;
	text-transform: uppercase;	
	color:#000000;
}

#sideNav a:link, a:visited {
	color:#000000;
}

#sideNav a:hover {
	color:#2a70b7;
}

.wine {
	color:#FF9900;
	font-size:.8em;
	text-align:center;
	background-color: #330066;
}

.wine a:link a:visited {
	text-decoration:none;
	color:#FF9900;
}

.wine a:hover {
	font-weight:bold;
}

/* MAIN CONTENT */
#main {
	margin-left: 210px;
	margin-right: 180px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
}

#main75 {  /* 75th Atlas Anniversary */
	margin-left: 210px;
	padding-left: 10px;
	padding-bottom: 10px;
}

/* INTRO PAGE */
#main2 {
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
}

.small {
	font-size: 0.7em;
}

/* SECONDARY */
#secondary {
	float: right;
	width: 160px;
	padding: 25px 20px 25px 20px;
	display:inline;
}

#wrapper2 {
		background: url(images/column2.jpg) repeat-y right top; /*grey mock-column*/
}

#secpro { /*no grey mock-column, for pages without product shots*/
	float: right;
	width: 200px;
	padding: 25px 20px 25px 20px;
	display:inline;
	background-color:#FFFFFF;
}

#secondary * {
	color: #000;
}

/* FOOTER */
#footer {
	background-color:#023e7c;
	color:#fff;
	font-size:smaller;
	text-align:center;
	height:50px;
	clear:both;
}

/* SUBMIT FORM */
.submit {
	font-size:16px;
}
	
