@charset "utf-8";

html {
	min-height: 100%;
	height: auto;
}

body{
	margin:0px;
	background-image:url(../../_img/banner_bottom.jpg);
	background-repeat:repeat-x;
	background-position:left bottom;
	font-family:Arial, Helvetica, sans-serif;

	}


/* =============== MAIN BANNER ================ */

#banner_top {
	background-image: url(../../_img/banner_tile.jpg);
	background-repeat: repeat-x;
	height: 159px;
	min-width:950px;
}

#banner_top_width/*, #banner_2_width*/{
	width:950px;
	}
	
#banner_leaves{
	width:548px;
	float:left;
	}
	
#banner_logo{
	float:left;
	}

/*#banner_2_width{
	height:138px;
	}*/

/* =============== BANNER 2 ================ */

#banner_2{
	height:138px;
	background-color:#000000;
	position:relative;
	background-image:url(../../_img/banner2_menubg.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	clear:both;
	}
	
#banner_2 IMG{
	border:0;
	}
	
#banner_2_image{
	position:absolute;
	left:642px;
	top:0px;
	}
	
#banner_2_title{
	position:absolute;
	top:0px;
	left:301px;
	}
	
/* =============== MAIN MENU ================ */

#home{
	position:absolute;
	top:19px;
	left:134px;
	}
	
#about{
	position:absolute;
	top:45px;
	left:110px;
	}		
	
#wines{
	position:absolute;
	top:71px;
	left:94px;
	}
	
#contactus{
	position:absolute;
	top:97px;
	left:75px;
	}
	
#howtobuy{
	position:absolute;
	top:125px;
	left:57px;
	}
	
	
/* =============== CONTENT STUFF ================ */
	
#content_wrapper{
	background-image:url(../../_img/content_leaves.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	margin-bottom:50px;
	padding-top:30px;
	padding-left:224px;
	float:left;
	overflow: hidden;
	}
	
/*#content_wrapper >{
		min-height:155px; height:auto;
	}*/
	
	
#content{
	width:415px;
	border-top:solid 1px #D0D0D0;
	border-bottom:solid 1px #D0D0D0;
	float:left;
	display:inline;
	}
	
#content_submenu{
	width:273px;
	float:left;
	margin-left:40px;
	border-top:solid 1px #D0D0D0;
	border-bottom:solid 1px #D0D0D0;
	float:left;
	display:inline;
	background-color:#F2F2F2;
	padding-top:6px;
	}

#content_submenu img{
	margin:0px 0px 8px 8px;
	padding:0;
	border:0;
	}
	
div.greyline1{
	margin:0px 0px 8px 0px;
	padding:0px;
	height:1px;
	font-size:0px;
	line-height:0px;
	background-color:#D0D0D0;
	}

/* =============== HEADINGS ================ */	

#content p{
	margin:15px 0px 15px 0px;
	line-height:18px;
	font-size:12px;
	text-align:justify;
	}

.marg_t20{
	margin-top:20px;
	}
	
.content_pic{
	margin:10px 0px 15px 15px;
	border:0;
	float:right;
	width:135px;
	text-align: right;
	}
	
#content .content_pic p{
	margin:0px 12px 0px 0px;
	text-align:right;
	}
	
#content .content_pic img{
	border:0;
	}
	
#content p.title_sub {
	margin:20px 0px 0px 0px;
	line-height:0px;
	padding:0;
	font-size:0px;
	}
	
#content a{
	color:#DB002C;
	text-decoration:none;
	}
	
#content a:hover{
	color:#03668F;
	text-decoration:none;
	}

#content h1, #content h1.h1alt{
	color:#03668F;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
	margin:15px 0px 15px 0px;
	line-height:13px;
	}
	
#content h1.h1alt{
	margin:15px 0px 5px 0px;
	}
	
/* =============== table ================ */

#content table{
	font-size:12px;
	border:0;
	}
	
#content table td{
	padding:4px;
	vertical-align:top;
	}

#content table td.col1{
	width:40%;
	padding-left:0px;
	}
	
/* =============== Form ================ */

form{
	margin:0px 0px 15px 0px ;
	padding:0px;
	}

form input, form textarea, form select{
	background-color:#F2F2F2;
	border:0;
	border-top:#D0D0D0 solid 1px;
	border-bottom:#D0D0D0 solid 1px;
	padding:3px;
	width:230px;
	
	}
	
form select{
	width:236px;
	}
	
#buttsend{
	width:70px;
	}