/* 
Senoj Estates
©2009 Accru Wine
version 1.0, last modified 6-15-09
for questions or comments contact msokolowski@accruwine.com
*/

/* ---------- base styles ------------- */
@charset "utf-8";

*{
	padding: 0;
	margin: 0;
}
body{
	text-align:center;
	font-family: Trebuchet MS;
	font-size: 12px;
	background-image: url(../images/bkgd.jpg);
	background-repeat: repeat-x;
	background-color: #9ea1a4;
	margin: 0;
	padding: 0;
}
#wrapper{
	position: relative;
	width: 1024px;
	margin: 0;
	padding:0;
	text-align: left;
	left: 0px;
}
#cartModule{
	position:relative;
	background: #ffffff;
	width: 740px;
	margin: 0;
	padding:0;
	text-align: left;
}
#cartModule h4{
	position:relative;
	background: #ffffff;
	width: 704px;
	margin: 0 auto;
	text-align: left;
	border: 1px solid #CCCCCC;
}
#clear{
	clear:both;
}
hr {
	font-size: 1px;
	color: #DDDDDD;
}	
#logo {
	background: no-repeat 50px 75px;
	left: 15px;
	top: 262px;
	padding:0;
	margin:0;
	width: 350px;
	height: 73px;
	position: absolute;
}
#animation {
	position: absolute;
	right: 2px;
	top: 0;
	width: 550px;
	height: 330px;
	margin:0;
	padding:0;
}
.table{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0;
	padding-right: 0;
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.table2{
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 0;
	padding-right: 0;
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.tableSteps{
	padding: 0;
	margin: 0;
	background-color:#767676;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #626161;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #626161;
	color: #ffffff;
}
/* ------- account navigation styles --------- */
#accountNav ul{
	margin: 0;
	padding: 0;
	position: absolute;
	right: 27px;
	top: 5px;
	list-style: none;
	float: right;
}
#accountNav ul li{
	float: left;
}
#accountNav ul a{
	padding: 0 1.1em;
	font-size: 11px;
	line-height: 1.5em;
	text-decoration: none;
	text-transform: uppercase;
	color: #999999;
	float: left;
	display: block;
}
#accountNav ul a.first{
	background: none;
	color: #FFFFFF;
}
#accountNav ul a:hover{
	color: #FFFFFF;
}
/* ----------------- header styles ---------------*/
#header {
	background: url(/_images/banner_short.jpg) no-repeat top right;
	width: 1024px;
	height: 250px;
}
#header h1 {
	margin-left: -9000px;
}
#header #logoImage {
	position: absolute;
	top: 0;
	right: 0;
	width: 200px;
	height: 141px;
	background: url(../images/logo.gif) no-repeat top right;
}
#headerTall {
	position: relative;
	background: url(../images/banner_tall.jpg) no-repeat top right;
	margin:0;
	padding:0;
	width: 1024px;
	height: 350px;
}
#headerTall h1 {
	margin-left: -9000px;
}
/* ------- main navigation styles --------- */
#mainNav {
	margn:0;
	padding:0;
}
#mainNav ul {
	margin: 0;
	position: relative;
	left: 5px;
	bottom: 19px;
	width: 1024px;
	height: 27px;
	list-style: none;
	text-transform: uppercase;
	padding: 0;
}
#mainNav ul li{
	float: left;
}
#mainNav ul a{
	padding: 0 1.1em;
	font-size: 12px;
	line-height: 2.9em;
	text-transform: uppercase;
	text-decoration: none;
	color: #000000;
	float: left;
	list-style: none;
	display: block;
}
#mainNav ul a.first{
	background: none;
	color: #FFFFFF;
	font-size: 17px;
	line-height: 1.9em;
}
#mainNav ul a:hover{
	color: #FFFFFF;
}
/* ------- sub navigation styles --------- */
#subNav ul{
	margin: 0;
	position: absolute;
	left: 57px;
	bottom: -3px;
	width: 675px;
	list-style: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#subNav ul li{
	float: left;
}
#subNav ul a{
	padding: 0 1.3em;
	font-size: 12px;
	line-height: 1.9em;
	text-decoration: none;
	text-transform: uppercase;
	color: #000000;
	float: left;
	display: block;
}
#subNav ul a.first{
	background: none;
	color: #6e0606;
}
#subNav ul a:hover{
	color: #6e0606;
}
/* ------- welcome styles --------- */

#welcome{
	float:left;
	width: 310px;
	margin: 0;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 85px;
	padding-left: 20px;
	position: absolute;
	left: 10px;
	top: 15px;
}
#welcome h1{
	font-size: 16px;
	font-family: Trebuchet MS;
	color: #999999;
	padding:0;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	text-transform:uppercase;
}
#welcome h2{
	font-size: 12px;
	font-family: Trebuchet MS;
	color: #999999;
	padding:0;
	margin:0;
}
/* ------- mainContent styles --------- */
#mainContent{
	float:left;
	width: 1024px;
	margin: 0;
	padding: 0;
	padding-bottom: 25px;
}
#mainContent h1{
	font-size: 14px;
	font-family: Trebuchet MS;
	color: #000000;
	padding:0;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	text-transform:uppercase;
	text-decoration: none;
}
#mainContent h2{
	font-size: 12px;
	font-family: Trebuchet MS;
	color: #444444;
	padding:0;
	margin:0;
	font-style:oblique;
	text-decoration: none;
}
#mainContent a{
	color: #FFFFFF;
	text-decoration:underline;
}
#mainContent ul a:hover{
	color: #6e0606;
}
#mainContent ul{
	margin: 0;
	position: relative;
	right: 0;
	top: 203px;
	width: 660px;
	list-style: none;
	padding: 0;
	float: left;
}
#mainContent ul li{
	float: left;
}
#mainContent ul a{
	padding: 0 1.3em;
	font-size: 13px;
	line-height: 1.5em;
	text-decoration: none;
	color: #fff;
	float: left;
	display: block;
	font-weight: bold;
}
#mainContent ul a.first{
	background: none;
}
#mainContent ul a:hover{
	color: #FFCC00;
}
/* ------- splash page styles --------- */
#rotator{
	margin: 0;
	width: 982px;
	padding: 0;
	border: 1px solid #999999;
}
/* ------- premium wine shop styles --------- */
#premium{
	margin: 0;
	width: 982px;
	padding: 0;
	border: 1px solid #999999;
}
#feature1{
	margin: 0;
	width: 322px;
	height: 105px;
	position: relative;
	padding: 0;
	top: 6px;
	border: 1px solid #999999;
	background-image: url(../images/feature1.jpg);
	background-repeat: no-repeat;
	float: left;
}
#feature2{
	margin: 0;
	width: 322px;
	height: 105px;
	position: relative;
	padding: 0;
	top: 6px;
	left: 6px;
	border: 1px solid #999999;
	background-image: url(../images/feature2.jpg);
	background-repeat: no-repeat;
	float: left;
}
#feature3{
	margin: 0;
	width: 322px;
	height: 105px;
	position: relative;
	top: 6px;
	left: 2px;
	padding: 0;
	border: 1px solid #999999;
	background-image: url(../images/feature3.jpg);
	background-repeat: no-repeat;
	float: right;
}
/* --------------------- search styles ------------------------ */
#search {
	top: 190px;
	float: right;
	padding-right: 47px;
	position: relative;
	margin: 0;
}	
/* --------------------- content styles ------------------------ */
#content{
	float:left;
	width: 1024px;
}
#contentmid{
	width: 1024px;
	padding:0;
	margin:0;
	position: relative;
}
#featuredleft{
	float:left;
	width: 310px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 20px;
	position:relative;
}
#featuredleft img{
	margin-right: 5px;
}
#featuredmid{
	float:left;
	width: 310px;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 12px;
	position:relative;
}
#featuredmid img{
	margin-right: 5px;
}
#featuredright{
	float: left;
	width: 310px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 12px;
	position:relative;
}
#featuredright img{
	margin-right: 5px;
}
/* -------------------- shopping cart styles -------------------------------- */
#order{
	width: 700px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	position: relative;
}
#order h1 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 1.3em;
	color: #7c112b;
	margin: 0px;
	padding: 0px;
}
#order h2{
	font: 1.1em/1.8em "Trebuchet MS", Helvetica, sans-serif;
	color: #222222;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
}
#order h3{
	font-size: 1em;
	color: #777;
}
#order h4{
	font: 1.1em/1.8em "Trebuchet MS", Helvetica, sans-serif;
	color: #222222;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
}
#order img{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#order p{
	text-align: left;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	color: #333333;
	text-transform: uppercase;
}
#order a{
	color: #222222;
	text-decoration: none;
}
#order a:hover{
	color:#7c112b;
}
#billing{
	width: 565px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	position: relative;
}
.note{
	font-style: italic;
	font-size: 11px;
}
.order-product{
	border: 1px solid #CCCCCC;
}
.order-items{
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 2px;
	text-transform: uppercase;
}
/* ------- splash page styles --------- */
#rotator{
	margin: 0;
	width: 982px;
	padding: 0;
	border: 1px solid #999999;
}
/* -- featured area styles -- */
#featured {
	padding: 1em 2em;
	margin: 1em 0 3em;
}
#featured img {
	float:left;
	margin-right: .7em;
	margin-bottom: .3em;
}
#featured h1 {
	margin-left: 220px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 1.3em;
	color: #333333;
	border-bottom: 1px solid #999999;
	letter-spacing: 0.1em;
	text-transform:uppercase;
}
#featured h2{
	margin-left: 220px;
	font: italic bold 1.1em/1.8em "Trebuchet MS", Helvetica, sans-serif;
	color: #666666;
}
#featured h3{
	font-size: 1.1em;
	color: #777;
	text-align:right;
	padding-bottom: .7em;
}
#featured p{
	text-align: left;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.4em;
	color: #333333;
}
#featured a{
	color: #777;
	text-decoration: none;
	border-bottom: 1px dotted #777;
}
#featured a:hover{
	color:#d52e36;
	border-bottom: 1px solid #d52e36;
}	
/* --------------------- sidebar styles ------------------------ */
#sidebar{
	float:right;
	width: 270px;
}
#sidebar h1{
	font: 1.4em/1.8em "Trebuchet MS", Helvetica, sans-serif;
	color: #cc0000;
	text-align: center;
	padding-top: 0.5em;
}
#sidebar h2{
	font: 1.2em "Trebuchet MS", Helvetica, sans-serif;
	color: #cc0000;
	padding: 0 0 0.5em 2em;
	margin-top: .5em;
}
#sidebar p{
	font: .9em/1.3em "Trebuchet MS", Helvetica, sans-serif;
	color: #333333;
	padding: 0 1em 0 2.2em;
	margin-bottom: 2em;
}
#sidebar p.event{
	color: #333333;
	margin-top: -0.5em;
	margin-bottom: 0;
	font-family: Trebuchet MS;
	font-size: 0.9em;
	font-weight: bold;
}
#sidebar a{
	color:#d52e36;
	text-decoration: none;
	border-bottom: 1px dotted #d52e36;
}
#sidebar a:hover{
	border-bottom-style: solid;
}
#sidebar h2.show{
	background: url(../images/easel.gif) no-repeat .5em -0.5em;
}
#sidebar h2.music{
	background: url(../images/note.gif) no-repeat .5em -0.1em;
}
#sidebar h2.class{
	background: url(../images/palette.gif) no-repeat .3em 0.2em;
}
/* ----- sidebar navigation styles -------*/
#sidebar ul{
	padding:0;
	margin:0;
	list-style-type:none;
}
/* resets size of nav links relative to this size */
#sidebar ul#secondNav{
	font-size:1.2em;
	font-weight:bold;
}
#sidebar ul#secondNav li{
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	color: #6f5044;
}
#sidebar ul#secondNav li.section{
	padding: .5em 0 .5em 1.4em;
}
#sidebar ul#secondNav a{
	color: #561216;
	text-decoration: none;
	padding: .2em 0 .2em 1.4em;
	display:block;
	width: 200px;
	border:none;
}
#sidebar ul#secondNav .nested a{
	font-size:.85em;
}
#sidebar ul#secondNav li a.heading{
	color: #fcfae2;
	text-decoration: none;
	padding: 5px 0 5px 20px;
	display:block;
	width: 230px;
	border:none;
	background-color:#561216;
}
#sidebar ul#secondNav a:hover{
	color:#e25a25;
}
#sidebar ul#secondNav a.current{
	color: #028925;
}
#sidebar ul#secondNav a.current:hover{
	color:#028925;
	cursor: default;
}
/* -------------------- footer styles -------------------------------- */
#footer{
	margin-top: 20px;
	color: #000000;
	font: .9em "Trebuchet MS", Helvetica, sans-serif;
	padding: 1em;
	clear: both;
	text-align: center;
	width: 1024px;
	height: 138px;
	position: relative;
}
#footer a{
	color: #d52e36;
	text-decoration: none;
}
#footerflash{
	color: #666;
	font: .9em "Trebuchet MS", Helvetica, sans-serif;
	padding: 1em;
	clear: both;
	margin-top: 0;
	text-align: center;
	background-color: #fff;
	background-repeat: repeat-x;
}
/* ------- sub navigation styles --------- */
#privacy ul{
	margin: 0;
	position: absolute;
	right: 0;
	width: 240px;
	list-style: none;
	float: right;
}
#privacy ul li{
	float: left;
}
#privacy ul a{
	padding: 0 1.3em;
	font-size: 12px;
	line-height: 1.5em;
	text-decoration: none;
	color: #666;
	float: left;
	display: block;
}
#privacy ul a.first{
	background: none;
}
#privacy ul a:hover{
	color: #CC0000;
}
/* ------- sign-up field styles --------- */
#signup {
	bottom: 10px;
	position: relative;
	background-color: #FFFFFF;
	text-align: center;
}	
