html, body, div, img, table, tr, td, th, p, dl, dt, dd, form {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-color: #6d655d;
	text-align: center;
	font: normal 12px/1.2 Arial, Verdana, Sans-Serif;
	color: white;
	text-decoration: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

table, tr, td, th, select, input, textarea, button {
	font: inherit;
	color: inherit;
	text-decoration: inherit;
	line-height: inherit;
}
td, th {
	vertical-align: top;
}
input[type=text], input[type=password], textarea {
	font: normal 12px/1.2 Arial, Verdana, Sans-Serif;
	color: #666666;
}

img {
	vertical-align: bottom;
}

a {
	color: inherit;
	text-decoration: none;
}
a:link, a:visited {
	color: white;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

h1 {
	font-size: 28px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
h2 {
	font-size: 15px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
h5 {
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	padding: 0;
	margin: 0;
}
h6 {
	font-size: 10px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

ul, ol {
	margin: 0;
	padding: 0;
}
ol {
	list-style: decimal none inside;
}
ul {
	list-style-type: none;
}

/* this can be applied to an element to auto-clear the floats inside it */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
    visibility: hidden;
}
#IEroot .clearfix {
	zoom: 1;
}

.clear {
    display: block;
	height: 0;
    overflow: hidden;
    clear: both;
    visibility: hidden;
}

.hidden {
	display: none;
}

.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}

/* temp style used for highlighting todo items in UI */
.todo {
	color: #e0413e;
	font-weight: bold;
}

#masthead, #page, #footer {
	text-align: left;
	margin: 0px auto;
	padding: 0 5px;
	border: 0;
	width: 940px;
}

#mastheadCtr {
	height: 24px;
	background: #6D655D url(/images/directory/bg_header.gif) repeat-x scroll left bottom;
}

#pageCtr {
	background-color: white;
	color: #666666;
}
#pageCtr a:link, #pageCtr a:visited {
	color: #666666;
}

#footerCtr {
	clear: both;
	background: #6d655d url(/images/directory/bg_footer.gif) repeat-x scroll left top;
	color: #dfdad1;
}
#footerCtr a:link, #footerCtr a:visited {
	color: #dfdad1;
}

#masthead {
	padding-top: 4px;
}

#masthead a, #masthead a:visited {
	color: white;
	margin-left: 3px;
}

#header {
	padding: 5px 0 3px 0;
	height: 50px;
}

#header form {
	float: left;
}

#header .logo {
	height: 22px;
	margin: 17px 0 11px;
	float: left;
}

#header .logoSeparator {
	margin: 13px 0 7px;
	width: 30px;
	height: 30px;
	float: left;
}

#header .searchBoxCtr {
	margin-top: 13px;
	float: left;
}

#headerBorder {
	margin: 0 0 12px 0;
	padding: 0;
	border: 0 none;
	border-bottom: 2px solid #6b655c;
	height: 0;
	line-height: 0;
	position: relative;
}

#header .ownItLogo {
	height: 50px;
}

#footer {
	padding-top: 25px;
	color: #dfdad1;
}

#footer h2 {
	font-size: 13px;
	font-weight: bold;
	border-bottom: 2px solid #999;
	display: inline;
}

#footer .section {
	width: 290px;
}

#footer .left {
	float: left;
}

#footer .middle {
	float: left;
	margin-left: 35px;
}

#footer .right {
	float: right;
}

#footer ul {
	list-style: none;
	padding: 0;
	margin: 10px 0 0 0;
}

#footer ul li {
	margin: 4px 0;
}

#footer a:link, #footer a:visited {
	color: #dfdad1;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#legalstuff {
	color: #b9b5b1;
	font-size: 12px;
	margin-top: 20px;
	text-align: center;
	line-height: 1.4em;
}

#legalstuff a:link, #legalstuff a:visited, #legalstuff a:hover {
	color: #b9b5b1;
	text-decoration: underline;
}

#version {
	font-size: 10px;
	color: #a9a5a1;
}

button {
	color: #666666;
	background: #f9f6f0 none no-repeat scroll 0 0;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #c0b196;
	border-color: #e8e0d1 #c0b196 #c0b196 #e8e0d1;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
	box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
	margin: 0 10px 0 0;
	padding: 0 6px 1px;
	height: 30px;
	line-height: 30px;
	float: left;
}
button:active {
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}
button[disabled], button[disabled]:active {
	color: #999999;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
button.magnify {
	background-image: url(../images/buttons/magnify-normal.gif);
	background-position: 6px 4px;
	padding-left: 30px;
}
button.magnify:hover, button.magnify:active, button.magnify:focus {
	background-image: url(../images/buttons/magnify-hover.gif);
}
#IEroot button.magnify {
	padding-left: 15px;
}
button[disabled].magnify {
	background-image: url(../images/buttons/magnify-disabled.gif) !important;
}

.roundWrap {
	margin: 0 10px 0 0;
	padding: 2px;
	border: 1px solid #c0b196;
	border-color: #c1beb7 #efedec #efedec #c1beb7;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.3);
	height: 24px;
	float: left;
}
.roundWrap input {
	border: 0 none;
	margin: 0;
	padding: 4px 2px 1px;
	font-size: 14px;
	height: 19px;
}
.roundWrap input[disabled] {
	background-color: #eeeeee;
}

#header .searchBox {
	width: 345px;
}

#body {
	clear: both;
	padding-bottom: 20px;
}

#main {
	float: left;
	width: 675px;
	clear: both;
}

#sidebar {
	float: right;
	width: 250px;
}

#body .searchBoxCtr {
	margin: 40px 0 80px 20px;
}

#body .searchBox {
	width: 500px;
}

#body h1.title {
	margin: 0 0 10px;
	width: 740px;
}
#body p {
	margin-bottom: 10px;
}

.roundedTop {
	color: white;
	background-color: #621c27;
	padding: 4px 10px 0 10px;
	margin: 0;
	border: 0 none;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-khtml-border-radius-topleft: 6px;
	-khtml-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	height: 24px;
	position: relative;
}
#sidebar .roundedTop {
	background-color: #60584f;
	/*background-color: #91a22b; color defined in mock up*/
}

.claimBox {
	width: 250px;
	padding: 11px 0;
	float: right;
	font-size: 14px;
	background-color: #60584F;
	color: #ffffff;
	text-align:center;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
}

.claimBox a, .claimBox > a:visited {
	color: #ffffff !important;
}

.claimBox > a:hover {
	color: #ffffff !important;
	text-decoration: none;
}

.roundedTop form {
	line-height: 18px;
	float: right;
}
.roundedTop a:link, .roundedTop a:visited {
	color: white !important;
}

.roundedTop .tl {
	width: 6px;
	height: 6px;
	position: absolute;
	top: 0;
	left: 0;
}
#main .roundedTop .tl {
	background: transparent url(../images/directory/main-tl.gif) no-repeat scroll left top;
}
#sidebar .roundedTop .tl {
	background: transparent url(../images/directory/sidebar-tl.gif) no-repeat scroll left top;
}

.roundedTop .tr {
	width: 6px;
	height: 6px;
	position: absolute;
	top: 0;
	right: 0;
}
#main .roundedTop .tr {
	background: transparent url(../images/directory/main-tr.gif) no-repeat scroll right top;
}
#sidebar .roundedTop .tr {
	background: transparent url(../images/directory/sidebar-tr.gif) no-repeat scroll right top;
}

.roundedTop h2 {
	float: left;
	margin-top: 2px;
}

.roundedTop .icon {
	float: right;
	margin-top: 3px;
	height: 16px;
}
.roundedTop .icon20 {
	float: right;
	margin-top: 0px;
	height: 20px;
}

.roundedBottom {
	background-color: #fbf5ed;
	padding: 10px;
	margin: 0 0 15px;
	border: 0 none;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-khtml-border-radius-bottomleft: 6px;
	-khtml-border-radius-bottomright: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	position: relative;
}
.roundedBottom .bl {
	background: transparent url(../images/directory/bl.gif) no-repeat scroll left bottom;
	width: 6px;
	height: 6px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.roundedBottom .br {
	background: transparent url(../images/directory/br.gif) no-repeat scroll right bottom;
	width: 6px;
	height: 6px;
	position: absolute;
	bottom: 0;
	right: 0;
}

.roundedBottom .column1 {
	width: 455px;
	float: left;
}
#main .roundedBottom .column1 {
	width: 332px;
}

.roundedBottom .column2 {
	width: 455px;
	float: right;
}
#main .roundedBottom .column2 {
	width: 322px;
}

.roundedBottom li {
	padding-left: 10px;
	text-indent: -10px;
	padding-bottom: 3px;
}

dt img.icon, dd img.icon {
	margin-right: 5px;
	height: 16px;
	float: left;
}

.borderedInset {
	background-color: white;
	font-size: 11px;
	line-height: 14px;
	padding: 9px;
	border: 1px solid #e2dfda;
}

.inset {
	background-color: white;
	padding: 10px;
}

.separator {
	height: 1px;
	margin: 0 0 10px;
	padding: 0;
	border: 1px solid #e2dfda;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	line-height: 1px;
	overflow: hidden;
}
#sidebar .separator {
	margin-top: 10px;
}

td.vspace {
	width: 10px;
	line-height: 1px;
	overflow: hidden;
}
td.vseparator {
	width: 1px;
	border: 1px solid #e2dfda;
	line-height: 1px;
	overflow: hidden;
}

#sidebar h4 {
	margin: 10px 0 0;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 10px;
}

.bottleIcon {
	vertical-align: baseline;
	width: 32px;
	height: 8px;
	margin: 0 5px 0 0;
}

.smaller {
	font-size: 11px;
	line-height: 14px;
}

.larger {
	font-size: 13px;
}
.darker, .darker a:link, .darker a:visited {
	color: #333333 !important;
}
.normal, .normal a:link, .normal a:visited {
	color: #666666 !important;
}
.lighter, .lighter a:link, .lighter a:visited {
	color: #999999 !important;
}

.brands, .brands a:link, .brands a:visited {
	color: #621c27 !important;
}

.alert {
	color: #e0413e;
	font-size: 13px;
	font-weight: bold;
}

.topMargin {
	margin-top: 10px;
}

.bottomMargin {
	margin-bottom: 10px;
}

.noMargin {
	margin: 0 !important;
}

.grayBg {
	background-color: #efefef;
	display: block;
}

div.thumbnail {
	width: 110px;
	float: left;
}
div.thumbnail img {
	margin: 3px 0 0;
	max-width: 100px;
	float: left;
}
#IE6root div.thumbnail img {
	width: expression(this.width > 100 ? 100 : true);
}
div.thumbnail.bordered {
	width: 120px;
}
div.thumbnail.bordered img {
	border: 5px solid #cccccc;
	margin-top: 0;
}
#main div.notThumbnail {
	width: 515px;
	float: left;
}

img.bordered {
	border: 5px solid #cccccc;
}
img.thumbnail {
	margin: 0 10px 0 0;
	max-width: 100px;
	float: left;
}
#IE6root img.thumbnail {
	width: expression(this.width > 100 ? 100 : true);
}
img.small {
	margin: 0 10px 0 0;
	max-width: 240px;
	float: left;
}
#IE6root img.small {
	width: expression(this.width > 240 ? 240 : true);
}
img.medium {
	margin: 0 10px 0 0;
	max-width: 500px;
	float: left;
}
#IE6root img.medium {
	width: expression(this.width > 500 ? 500 : true);
}
img.large {
	margin: 0 10px 0 0;
	max-width: 1024px;
	float: left;
}
#IE6root img.large {
	width: expression(this.width > 1024 ? 1024 : true);
}

img.audioVideo {
	margin: 0 10px 0 0;
	width: 29px;
	height: 18px;
	float: left;
}

img.flag {
	margin: 4px 0 0 5px;
	border: 1px solid #999999;
	float: right;
}
img.flag.current {
	border-color: white;
}

input.download {
	background: transparent url(../images/directory/download.gif) no-repeat scroll left top;
	margin: -2px 0 4px 10px;
	padding 0;
	border: 0 none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	width: 19px;
	height: 20px;
	line-height: 20;
	float: right;
}

#sidebar .googleMap {
	border: 5px solid #cccccc;
	width: 220px;
	height: 220px;
}

embed.AUDIO {
	width: 150px;
	height: 20px;
	vertical-align: middle;
}
embed.VIDEO {
	width: 133px;
	height: 100px;
	vertical-align: top;
}

.infoBox, ul.messages {
	margin: 10px 0;
	padding: 8px;
	border: 1px solid #ddd;
	background-color: #FFFACD;
	line-height: 1.3em;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
}

.infoBox h3 {
	margin: 0 !important;
	border-bottom: none !important;
}

.infoBox p {
	margin: 1em 0 0 0;
}

.infoBox p.first {
	margin: 0;
}

.content {
	font-size: 14px;
}

.content p {
	line-height: 1.3em;	
}

.content h2 {
	font-size: 18px;
	margin: 20px 0 8px;
}

/* Microformats */
.vcard .fn .organization-name, .vcard .adr .type, .vcard .tel .type, .vcard .geo, .vcard .urls {
	display: none;
}

.hmedia .fn {
	display: none;
}

.hproduct .brand {
	display: none;
}

ul.regionBrands li {
	margin: 0;
	font-weight: bold;
}

ul.regionBrands li .region {
	font-size: 11px;
	font-weight: normal;
}

img.accoladeImage {
	float: right;
	max-width: 80px;
	max-height: 80px;
	margin: 0 0 5px 5px;
}