/*-----------------------------
RESET STYLES
-----------------------------*/

html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	-webkit-text-size-adjust:none; /* This stops the iPhone from automatically changing the size of the text when you flip the phone */
}
body {
	font-size: 62.5%; /* 62.5% means 1em = 10px */
}
ul, li, ol, dl, dd, dt {
	list-style:none;
	padding:0;
	margin:0;
}
a {
	text-decoration:none;
}
/*-----------------------------
	layout hooks for True site
-----------------------------*/


.sIFR-alternate {
	display: block;
}
body h1 {
	text-indent: 0;
}
#Logo {
	top:0;
	margin: 0 auto;
}
#MainNav {
	left:0;
	top:0;
	width:100%;
	margin: 20px 0 0 0;
}
#MainNav ul {
}
body #MainNav ul li, #MainNav ul li.DealerLocator {
	float:none;
	font-size: 12px;
	margin:0 auto 5px;
	padding: 0;
	width: 90%;
	display: block;
}
#MainNav ul li a, #MainNav ul li.DealerLocator a {
	color:#b5b7b4;
	text-decoration: none;
	padding: 10px 10px;
	display: block;
	text-transform: lowercase;
	border: 1px solid #333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0 0 5px 0;
}
#MainNav ul li a:hover, #MainNav ul li.DealerLocator a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #AA9D71;
}
#MainNav ul li.DealerLocator {
	height: auto;
	background-image: none;
}
#MainNav ul li.DealerLocator a {
	height: auto;
	width: auto;
}
#MainNav ul li.DealerLocator span {
	display: block;
}
body .col1, body .col2, body .col3, body .col4 {
	float: none;
	width: 100%;
}
#ContentFrame {
	margin:0;
	min-height:0;
	width:100%;
}
#FooterBuckets {
	margin:0;
	width:100%;
}
#b_products, #b_gallery, #b_wine, #b_green {
	width: 90%;
	height: auto;
	background-image:none;
	font-size: 12px;
	margin: 0 auto 5px auto;
	display: block;
	float: none;
}
#b_products a, #b_gallery a, #b_wine a, #b_green a {
	display: block;
	height: auto;
	width: auto;
	padding: 10px 10px;
	margin:0 auto 0 auto;
	border: 1px solid #333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color:#b5b7b4;
}
#b_products a:active, #b_gallery a:active, #b_wine a:active, #b_green a:active {
	color: #fff;
	background-color: #AA9D71;
}
#b_products a:hover, #b_gallery a:hover, #b_wine a:hover, #b_green a:hover {
	color: #fff;
	background-color: #AA9D71;
}
#b_products span, #b_gallery span, #b_wine span, #b_green span {
	display: block;
}
#b_products {
	display: none !important; /* don't need two product menu options on the phone */
}
#copyright {
	clear:both;
	width:100%;
	margin: 0;
	padding: 10px 0 0 0;
}
#products_landing_container {
	display: none;
}
#flashContent {
	display: none;
}
/*-----------------------------
	SITE SPECIFIC STYLES
-----------------------------*/

body {
	background:#000;
	color:#b5b7b4;
	background-image: none;
}
p {
	font-size:12px;
	padding-bottom:8px;
}
a {
	color:#fff000;
	text-decoration:none;
}
/*-----------------------------
	BASIC LAYOUT
-----------------------------*/

#MainFrame {
	padding-top:20px;
	overflow:auto;
	width:320px;
}
#FooterBuckets {
	width:320px;
	overflow: auto;
	margin: 0 auto;
}
/*-----------------------------
	ORIENTATION CLEVERNESS
-----------------------------*/

#content_left, #content_right, #content_normal, #content_flipped {
	display:none;
}
.show_normal, .show_flipped {
	width:320px;
}
.show_left, .show_right {
	width:480px;
}
.show_left #content_left, .show_right #content_right, .show_normal #content_normal, .show_flipped #content_flipped {
	display:block;
}
