/* Basic */

*
{
	margin: 0em;
	padding: 0em;
}

h1,h2,h3,h4,h5,h6
{
	
}

body
{
	font-family: "Arial" , "trebuchet ms" , sans-serif;
	font-size: 10pt;
	background-color: #000000;
	color: #5a5a5a;
}

a
{
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

/* Outer */

#outer
{
	width: 778px;
	margin: 0em auto;
}

#outer .a
{
	color:#FFFFFF;
}

#outer .menu
{
	margin-top:0px;
	background-color:#666666;
	width:900px;
	height:20px;
	color:#FFFFFF;
	
	text-transform:lowercase;
	padding-top:2px;
}

#outer .RedLine
{
	background-color:#c13f45;
	width:900px;
	height:2px;
	
}

#outer .pageTitle
{
	background-color: #000000;
	text-transform: uppercase;
	color: #FFFFFF;
	width: 895px;
	height: 34px;
	text-align: center;
	font-size: 21px;
	font-family: 'times New Roman' , Times, serif;
	font-weight:lighter;
	margin-top: 10px;
	margin-bottom: 0px;
	letter-spacing:0.2em;
}

/* Header */

#header
{
	padding: 1.75em;
	text-align: center;
}

#header h1
{
	font-size: 2em;
}

#header h2
{
	font-size: 1em;
	color: #aa1717;
}

#header h1 a
{
	color:#FFFFFF;
	text-decoration: none;
}

/* Menu */


#outer .menu ul
{
	list-style: none;
	text-align: center;
	position: relative;
	font-weight: bold;
}

#outer .menu li
{
	display: inline;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:1.4em;
	padding-right:1.4em;
}

#outer .menu li.MenuOver,#outer .menu li.MenuOn
{

	background-color: #000000;
}



#outer .menu li a
{
	color:#FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-size: .8em;
}

#outer .menu li a:hover
{
	color:#FFFFFF;
	text-decoration: none;
}

/* Content */

#outer .nopadding
{
	padding:0px;
}

#IntroContent
{
	color:#72706F;
	font-weight:400;
	font-size:0.85em;
}

#content
{
	background-color: #f2f2f2;
	width:872px;
	
	margin:0px;
	
	padding-top:15px;
	padding-left:14px;
	padding-right:14px;
}

#content p
{
	margin-bottom: 2em;
	line-height: 1.5em;
	border:0px;
}

#content h2,h3,h4,h5,h6
{
	position: relative;
	color: #aa1717;
}

#content h2
{
	font-size: 14px;
		font-weight:bold;
	text-transform:lowercase;
	padding-bottom:5px;
}

#content h3
{
	font-size: 13px;
	text-transform:uppercase;
	font-weight:bold;
}

h4
{
	font-size: 1em;
	color: #aa1717;
	font-weight:bold;
}


#content ul
{
	margin-bottom: 2em;
	padding-left: 1em;
}

#content blockquote
{
	margin-bottom: 2em;
}

#content blockquote p
{
	border-left: solid 8px #667700;
	padding-left: 1em;
	margin-bottom: 0em;
}


#leftContent
{
	float:left;
	width:170px;
	padding:5px;
}

#CenterContent
{
	float:left;
	width:500px;
	padding:5px;
}

#RightContent
{
	float:left;
	width:170px;
	padding:5px;
}

#footer
{
	background-color: #FFFFFF;
	font-size:12px;
	width:890px;
	height:18px;
	text-align:center;
	font-weight:bold;
	vertical-align:middle;
	padding:5px;
}

#footer .LeftGrayBox
{
	width:180px;
	height:10px;
	float:left;
	background-color:#B7B6B5;
}

#footer .CenterGrayBox
{
	width:535px;
	height:10px;
	float:left;
	background-color:#898785;
}

#footer .RightGrayBox
{
	width:180px;
	height:10px;
	float:left;
	background-color:#B7B6B5;
}

#footer .FooterLine
{
	width:895px;
}

#footer A, #footer A :hover
{
	color: #92908F;
	text-decoration:none;
}

/* Primary Content */

#primaryContentContainer
{
	position: relative;
	float: right;
	margin-left: -18em;
	width: 100%;
}

#primaryContent
{
	margin: 2em 3.0em 0em 19em;
	padding: 0em 0em 0em 1.5em;
	border-left: solid 1px #DFBF99;
}

/* Secondary Content */

#secondaryContent
{
	position: relative;
	z-index: 2;
	float: right;
	width: 15em;
	margin-top: 2em;
}

/* Footer */



.clear
{
	clear: both;
}

div.commentSection
{
}

div.comments
{
}

div.commentA
{
}

div.commentB
{
}

div.commentDate
{
}

div.commentDelete
{
}

div.header
{
	clear:both;
}

div.comment
{
}


div.commentBy
{
}

div.commentA div.header
{
}

div.commentB div.header
{
}

div.addComment
{
}

div.addCommentTitle
{
}

div.addCommentInput
{
}

div.addCommentInput TEXTAREA
{
}

div.addCommentByTitle
{
}

div.addCommentByInput
{
}

div.addCommentByInput INPUT
{
}

div.postComment
{
}

.RedText
{
	color: #aa1717;
}


#footer .RedText
{
	font-weight:bold;
}

.mybasketbuttons
{
	width:189px;
	text-align:center;
}

#content A.GreyButton
{
	width: 120px;
	height: 20px;
	background-color: #666666;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	padding-top: 2px;
	display: inline-block;
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}

#FooterTitle
{
	font-size: 1.2em;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bolder;
}

/*Home Page Content Boxes */
div.HomePageContentBox
{
	background-image:url(/Files/PageImages/SideImage.png);
	width:201px;
	height:85px;
	padding:10px;
	float:left;
	font-size:.8em;
	margin-right:0px;
	margin-left:0px;
	margin-top:10px;
	margin-bottom:7px;
	overflow:hidden;
}

div.HomeLeftCols
{
	width:221px;
	float:left;
}

div.HomeRightCols
{
	width:221px;
	float:left;
}

div.CenterCols
{
	width:430px;
	float:left;
}

#TopCenterContent 
{
	margin-right:16px;
	margin-left:15px;
	
	background-image:url(/Files/PageImages/MiddleContent.png);
	background-repeat:no-repeat;
		width:379px;
	height:223px;
}

#BottomCenterContent
{
	margin-right:16px;
	margin-left:15px;
	margin-top:8px;
		
	background-image:url('/Files/PageImages/Wade Bales Main Quote.jpg');
	background-repeat:no-repeat;
		width:253px;
	height:244px;
	
	padding-left:135px;
	font-weight:bold;
	
	color:#aa1717;
	text-align:center;
}

/* Sub Page */

#SubMenu
{
	margin-top:45px;
	width:210px;
	float:left;
}


#SubContent
{
	margin-top:25px;
	width:647px;
	float:left;
	
	background-image:url(/Files/PageImages/SubPageBoxMid.png);
}

#SubContent DIV.SubContentTop
{
	background-image:url(/Files/PageImages/SubPageBoxHeader.png);
	background-repeat:no-repeat;
	width:607px;
	padding:20px;
}


#SubContent DIV.SubContentTop p.breadcrumb 
{
	font-size: 1.1em;
	color: #92908F;
	font-weight:bold;
}

#SubContent DIV.SubContentTop p.breadcrumb a
{
	color: #92908F;
	text-decoration:none;
}

#SubContent DIV.SubContentTop p.breadcrumb span.CurrentPage
{
	font-size: 1em;
	color: #aa1717;
}


#SubContent DIV.SubContentFoot
{
	background-image:url(/Files/PageImages/SubPageBoxFooter.png);
	width:647px;
	height:11px;
}

#SubMenu ul a
{
	font-size: 1em;
	color: #aa1717;
	text-decoration:none;
	font-weight:bold;
}

#SubMenu ul
{
	list-style:none;
}

#SubMenu ul li
{
	padding:5px;
}

#SubMenu ul ul a,#SubMenu  ul ul a:visited, #SubMenu UL.NewsItems a, #SubMenu UL.NewsItems a:visited
{
	font-size: .9em;
	color: #92908F;
	text-decoration: none;
	padding-left: 10px;
	font-weight: normal;
}

.mybasket
{
	background-image:url(/Files/PageImages/BasketBackground.jpg);
	background-repeat:repeat-y;
	width:199px;
}

.mybasket .mybaskettop
{
	background-image:url(/Files/PageImages/BasketBackgroundTop.jpg);
	background-repeat:repeat-y;
	width:199px;
	height:13px;
}

.mybasket .mybasketbottom
{
	background-image:url(/Files/PageImages/BasketBackgroundBottom.jpg);
	background-repeat:repeat-y;
	width:199px;
}

.mybasket .mybasketcontents
{
	padding:10px;
}

#productInfo
{
	float:left;
	width:400px;
}

#productPic
{
	float:right;
	width:200px;
}

.inputbox
{
	width:50px;
}

#ShoppingControls
{
	width:647px;
}

#Checkout
{
	margin-top:100px;
	width:647px;
}

.cbTitle
{
	width:40px;
}

.cbFirstName
{
	width:130px;
}

.cbSurName
{
	width:200px;
}

.cbEmail
{
	width:237px;
}

.smaller
{
	font-size:.8em;
}

.cbSpacer
{
	height:10px;	
}

.checkoutleft
{
	 width:120px;
}

.checkoutright
{
	width:497px;
}

.checkout .checkoutinput
{
	width:342px;
}

.checkout .checkoutinputdd
{
	width:347px;
}

.product
{
	float:left;
	width:190px;
	height:450px;
	padding:5px;
	color: #92908F;
}

.product DIV.title
{
	height:40px;
}

.product DIV.titleShoppingHome
{
	height:20px;
}

.product IMAGE
{
	height:350px;
}

.product DIV.Image
{
	width:100%;

}

.product A.ProductTitle
{
	text-decoration:none;
	color: #aa1717;
}

.smaller A
{
	text-decoration:none;
	color: #92908F;
}

UL.CategoryNav UL
{
	padding-bottom:0px;
	margin-bottom:0px;
}


UL.CategoryNav UL LI
{
	padding-left:5px;
	margin-left:5px;
}

DIV.ShoppingFooterControls
{
	width:100%;
	text-align:center;
	
}

DIV.ShoppingFooterControls A
{
	color: #aa1717;
	font-size:.8em;
	text-decoration:none;
}

.FooterAddressText
{
	font-size:.9em;
}

#MainContent, #leftContent, .MultiNav
{
	font-size:.8em;
}

DIV.HeaderImage
{
	background-image:url('/Files/PageImages/Wade Bales Header Image.jpg');
	width:900px;
	height:120px;	
}


BODY.wineshop DIV.HeaderImage
{
	background-image:url('/Files/PageImages/Wine Shop header.jpg');
	width:900px;
	height:120px;	
}

BODY.AboutUs DIV.HeaderImage
{
	background-image:url('/Files/PageImages/about us header.jpg');
	width:900px;
	height:120px;	
}

BODY.WineFutures DIV.HeaderImage
{
	background-image:url('/Files/PageImages/Wine Futures header.jpg');
	width:900px;
	height:120px;	
}

BODY.PrivateVintners DIV.HeaderImage
{
	background-image:url('/Files/PageImages/Private Vintners Header.jpg');
	width:900px;
	height:120px;	
}

BODY.WineFutures DIV.JoinTheClub
{
	background-image:url('/Files/PageImages/join the wine club header.jpg');
	width:900px;
	height:120px;	
}


INPUT.efws_lefttopinput
{
	width:100px;
}

.efws_midtopinput
{
	width:100px;
}

.efws_righttopinput
{
	width:200px;
}

.JoinTheWineClubForm
{
	
}

.JoinTheWineClubForm .intro
{
	line-height:1.9em;
}

.myFullBasket
{
}


.myFullBasket .FullBasketInput INPUT
{
	color: #aa1717;
	text-align:right;
	width:25px;
	font-size:1em;
}

.FullBasketbuttons
{
	width:100%;
	text-align:center;
}

.Indent
{
	padding-left:20px;
}

#content a, #content a:visited
{
		font-size: 1em;
	color: #aa1717;
}