/****Eric Meyer Reset Styles****/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}



/*****Main Layout Styles*****/
html, body {
	background-color: #ffffff;
	text-align:center;
}

#container {
	width:1037px;
	margin: 0 auto;
	background-image:url(../images/bg.jpg);
	height:822px;
	text-align:left;
}

#nav_cont {
	position:absolute;
	width:1037px;
	height:342px;
	/*z-index:15;*/
}

#navigation_image {
	padding-top:57px;
	padding-left:16px;
	width:517px;
	height:342px;
	/*z-index:15;*/
}

.rollmap {
	z-index:30;
	width:80px;
}

a {
	color:#000000;
	font-weight:bold;
}

.none {
	display:none;	
}

	/*****Hover Divs*****/
	.hovers{
		display:none;
		cursor:pointer;
	}
		#aboutme_over {
			z-index:10;
			margin-top:-155px;
			margin-left:196px;
		}
		#mywines_over {
			z-index:10;			
			margin-top:-131px;
			margin-left:95px;
		}
		#ordersome_over {
			z-index:10;
			margin-top:-160px;
			margin-left:302px;
		}
		#rexclub_over {
			z-index:10;
			margin-top:-210px;
			margin-left:398px;
		}
		#blog_over {
			z-index:10;
			margin-top:-300px;
			margin-left:440px;
		}
		
		#aboutme_active {
			position:absolute;
			top:244px;
			margin-left:196px;			
			z-index:30;
		}
		#mywines_active {
			position:absolute;
			top:268px;
			margin-left:95px;
			z-index:30;
		}
		#ordersome_active {
			position:absolute;
			top:239px;
			margin-left:302px;
			z-index:30;
		}
		#rexclub_active {
			position:absolute;
			top:189px;
			margin-left:399px;
			z-index:30;
		}
		#blog_active {
			position:absolute;
			top:99px;
			margin-left:440px;
			z-index:30;
		}
		#contact_active {
			position:absolute;
			top:59px;
			margin-left:876px;
			z-index:30;
		}

#contact {
	position:relative;
	top:-340px;
	left:860px;
	width:86px;
}

#page_content {
	z-index:40;
	width:1037px;
	height:822px;
}

.pushwbb {
	display:block;
	width:280px;
	margin-top:180px;
	text-align:center;
	margin-left:-80px;
}

.pushrbr {
	display:block;
	width:260px;
	margin-top:190px;
	text-align:center;
	margin-left:-30px;
}

	/********MyWines Page*********/
	#white_wine {
		background:url(../images/wine_wbb.png) no-repeat;
		height:250px;
		width:215px;
		float:left;
		margin-top:160px;
		margin-left:155px;
		padding-top:90px;
	}
	#my_wines {
		height:500px;
		width:419px;
		float:left;
		margin-left:-45px;
		margin-top:-10px;
		text-align:center;
	}
	#red_wine {
		background:url(../images/wine_rbr.png) no-repeat;
		height:250px;
		width:215px;
		float:left;
		margin-top:140px;
		margin-left:5px;
		padding-top:100px;
	}
	#order_some_button {
		position:relative;
		top:160px;
		left:700px;
		width:255px;
		height:255px;
		z-index:40;
	}
	
	/********Contact Page*********/
	#contact_info {
		position:relative;
		top:140px;
		left:100px;
		background:url(../images/contactbg.jpg) no-repeat;
		width:853px;
		height:592px;
	}
	#address {
		float:left;
		width:150px;
		margin-top:383px;
		margin-left:40px;
	}
	#details {
		width:200px;
		float:left;
		margin-top:282px;
		margin-left:5px;
	}
	
	/********Order Page*********/
	.arrow {
		width:73px;
		float:left;
		margin-left:10px;
		margin-top:135px;
	}
	#three_easy_steps {
		position:relative;
		width:385px;
		height:265px;
		top:115px;
		left:550px;
	}
	#step1 {
		width:180px;
		float:left;
		margin-top:130px;
		margin-left:160px;
	}
	#step2 {
		width:180px;
		float:left;
		margin-top:130px;
	}
	#step3 {
		width:180px;
		float:left;
		margin-top:130px;
	}
	
	/********About Me Page*********/
	#butcher {
		margin-left:730px;
		margin-top:-210px;
		z-index:1;
	}
	
	#page1 {
		position:relative;
		z-index:40;
		top:360px;
		left:100px;
		width:650px;
	}
	
	#page1_img {	
		position:absolute;
		left:0px;
		cursor:pointer;
	}
	
	#page2_img {
		margin-top:-80px;
		margin-left:100px;
	}
	
	/********Rex Club Page*********/
	#join_form{
		width:300px;
		float:left;
		margin-top:400px;
		margin-left:120px;
	}
	#rex_clubhouse{
		width:562px;
		height:420px;
		margin-top:310px;
		margin-left:-10px;
		float:left;
	}
	label {
		width:75px;
	}
	input {
		width:130px;	
	}
	label.error {
		float:right;
		width:10px !important;
		margin-top:2px;
	}
	td {
		vertical-align:middle;
		padding:6px;
	}
	.floatright{
		float:right;
		margin-right:-40px;
	}
	
	/********Main blog Page*********/
	#blog_cont{
		float:left;
		margin-top:140px;
		margin-left:75px;
		text-align:left;
		z-index:50 !important;
		width:860px;
	}
	#photo {
		width:246px;
		height:272px;
		float:left;
		z-index:40;
		margin-top:270px;
		margin-left:-550px;
	}
	#main_article {
		background:url(../images/mainart.jpg) no-repeat;
		width:369px;
		height:258px;
		float:left;
		margin-left:160px;
		margin-top:200px;
		z-index:20;
	}
	#archive_article {
		display:block;
		float:right;
		width:309px;
		margin-left:15px;
	}
	.art_cont {
		
	}
	h1{
		margin-bottom:10px;
	}
	#main_article p, .art_cont p {
		display:block;
		width:200px;
		z-index:100 !important;
		text-align:left;
		margin-bottom:5px;
	}
	.text_cont{
		position:relative;
		top:60px;
		margin-left:30px;
	}
	#main_article .text_cont{
		margin-left:50px;	
	}
	.art2 .text_cont, .art3 .text_cont {
		top:45px;			   
	}
	.art1 {
		background:url(../images/art1.jpg) no-repeat;
		width:309px;
		height:192px;
		margin-bottom:-5px;
	}
	.art2 {
		background:url(../images/art2.jpg) no-repeat;
		width:309px;
		height:192px;
		margin-bottom:-5px;
	}
	.art3 {
		background:url(../images/art3.jpg) no-repeat;
		width:309px;
		height:192px;
	}
	h6 {
		font-size:9px;
		font-family:Arial, Helvetica, sans-serif;
	}
	#article {
		background:url(../images/article_panel.jpg) no-repeat;
		width:466px;
		height:435px;
		float:left;
		margin-top:327px;
		margin-left:210px;
	}
	#art_photo {
		width:246px;
		height:272px;
		float:left;
		z-index:40;
		margin-top:390px;
		margin-left:-620px;
	}
	#comments {
		background:url(../images/comment_panel.jpg) no-repeat;
		width:282px;
		height:619px;
		float:left;
		margin-left:28px;
		margin-top:150px;
	}
	
	#comment_cont{
		height:420px;		
		overflow:hidden;
		margin-top:10px;
	}
	
	#article .text_cont{
		width:320px;
		margin-left:90px;
	}
	
	#comm_cont {
		position:absolute;
		width:190px;
		height:420px;
	}
	#comm_link {
		margin-top:80px;	
	}
	div.commCont {
		width:558px;
		height:20px;
		margin-bottom:10px;
		
	}
	#inline {
		width:558px;
		height:470px;
		background:url(../images/formbg.png) no-repeat;
		text-align:center;
	}
	div.pushdown {
		display:block;
		margin-top:130px;
		width:530px;
		margin-left:10px;
	}
	div.pushdown form {
		width:530px;	
	}
	div.textCont {
		width:530px;
		height:80px;
		margin-bottom:10px;		
	}
	label.commForm {
		width:100px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		line-height:20px;
		float:left;
	}
	input.commForm {
		width:400px;
		height: 20px;
		border: 1px solid #666;
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		float:left;
	}
	textarea.commForm {
		width:400px;
		height: 80px;
		border: 1px solid #666;
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		float:left;
	}
	/***ScrollBar***/
	.Scroller-Container {
		position:absolute;	
	}
	#Scrollbar-Container {
	  position: absolute;
	  top: 0px; left: 200px;
	}
	.Scrollbar-Up {
	  cursor: pointer;
	  position: absolute;
	}
	.Scrollbar-Track {
	  width: 20px; height: 361px;
	  position: absolute;
	  top: 36px; left: 4px;
	  background: transparent url(../images/scrollbar_track.gif) repeat-y center center;
	}
	.Scrollbar-Handle {
	  position: absolute;
	  width: 20px; height: 22px;
	}
	.Scrollbar-Down {
	  cursor: pointer;
	  position: absolute;
	  top: 385px;
	}

	
		   
	
	
#baselinks {
	width:1037px;
	margin: -30px auto;
	height:20px;
	color:#bca052;
	font-size:10px;
	font-family:Verdana, Geneva, sans-serif;
}

#baselinks a {
	text-decoration:none;
	color: #bca052;
}

#baselinks a:hover {
	color:#7ec2b8;	
}

