@charset "utf-8";
html {
	font: .7em Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
}
body {
	margin: 0px;
	text-align:center;
	background: #dbc691 url("/img/mktstwtx/bg-body.jpg") top left;
}
#container {
	text-align: left;
	margin: 0px auto;
	background: #ccc;
	width: 835px;
	background: url("/img/mktstwtx/bg-center.gif") repeat-y top left; 
}
#header {
	float: left;
	display: block;
	clear: both;
	width: 835px;
	height: 122px;
	height: 166px;
	background: url("/img/mktstwtx/bg-header-signup.jpg") no-repeat top left;
}
#header #homeLink {
	float: left;
	display: block;
	margin: 5px 0 0 40px !important;
	margin-left: 18px;
	width: 155px;
	height: 70px;
	text-indent:-9999px;
	overflow: hidden;
}
#header #switch {
	float: left;
	display: block;
	margin: 85px 0 0 10px !important;
	width: 150px;
	height: 20px;
	text-indent:-9999px;
	overflow: hidden;
}
#header #vstore {
	float: right;
	display: block;
	width: 178px;
	height: 70px;
	margin-right: 58px;
	text-indent:-9999px;
	overflow: hidden;
}

/*** Main Navigation - main_menu ***/
#main_menu {
	display: block;
	clear: none;
	float: right;
	width: 800px;
	margin: 18px 10px 0 10px;
}

.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #fff;
}
.sf-menu li {
	background: url("/img/menu_divider_ylw.gif") no-repeat right 3px;
}
.sf-menu li li {
	background: #e7cda4;
	border: 1px solid #b16420;
}
.sf-menu li:hover li:hover, .sf-menu li li.over, .sf-menu li:hover ul li:hover, .sf-menu li ul li.over,
.sf-menu li:hover ul li:hover a, .sf-menu li ul li.over a { background: #631d09; color: #fff; }

.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	text-decoration: none;
	color: #e2a627;
}
.sf-menu a:hover {	text-decoration: underline; }
.sf-menu li.sfHover li a {	color: #666; }



/*** Body Content ***/
#main {
	float: left;
	display: block;
	clear: both;
	width: 775px;
	padding: 0px 30px;
}
#main img {
	border: none;
}
.columns {
	margin: 10px 0;
	width: 100%;
	}
	.columns:after {  /* For most non-IE browsers, this encloses the two floating columns completely in the wrapper */
	content: "."; 
	display: block; 
	height: 0; 
	clear: both;
	visibility:hidden;
	}
	.columns  {display: inline-block;}  /* Fix for IE Mac */
	/* Hides from IE Mac 5 \*/
	* html .columns {height: 1%;}
    /* End IE Mac 5 Hack */

.sideBarRight { background: url("/img/line-v-dot-grey.gif") repeat-y 503px 0px; }
.sideBarLeft {  background: url("/img/line-v-dot-grey.gif") repeat-y 270px 0px; }

.leftCol {
	float:left;
	display: block;
	width: 24%;
	padding:0px;
	margin:0px;
}
.sideBarRight .leftCol { width: 64%; }
.sideBarLeft  .leftCol { width: 34%; }
.twoCols .leftCol { width: 49%; }
.threeCols .leftCol { float:right; width: 31%; margin-left: 10px;  }
.centerCol {
	float:left;
	display: block;
	width: 70%;
	padding:0px;
	margin:0px auto;
}
.threeCols .centerCol { float:right; width: 31%; margin-left: 10px;  }

.rightCol {
	float:right;
	display: block;
	width: 24%;
	padding:0px;
	margin:0px;
}

.sideBarRight .rightCol { width: 34%; }
.sideBarLeft  .rightCol { width: 64%; }
.twoCols .rightCol { width: 49%; }
.threeCols .rightCol { width: 31%; margin-left: 10px; }

h1 {
	font-size: 2.1em;
	font-family: "Times New Roman", Times, serif;
	color: #af6021;
	margin: 3px 0 5px 0;
}
h2 {
	font-size: 1.9em;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #53250b;
	border-bottom: 1px dotted;
	margin: 5px 0;
}
h3 {
	font-size: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	color: #af6021;
	margin: 5px 0;
}
h4 {
	font-size: 1.3em;
	font-family: "Times New Roman", Times, serif;
	color: #000;
	letter-spacing: 1px;
	background: #eedac2;
	padding: 5px;
	margin: 5px 0;
}
h5 {
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px 0;
}

p, h6 {
	display: block;
	margin: 0 0 10px 0;
	line-height: 1.4em;
}

p.smalltxt {
	font-size: .8em;
}

h6 { /* use this for first paragraph text */
	font-size: 1.2em;
	font-weight: normal;
}

img.imgFloatL {
	float: left;
	margin: 5px 10px 5px 0px;
}
img.imgFloatR {
	float: right;
	margin: 5px 0 5px 10px;
}
#main ul, #main ol {
	margin: 5px 10px;
	padding: 0px;
}

#main ul li {
	list-style: none;
	padding: 0 0 5px 10px;
	background: url("/img/mktstwtx/bullet.gif") no-repeat 0 5px;
	}
#main ul ul {
	margin: 5px 5px 0 5px;
	}
#main ul li li {
	background: url("/img/mktstwtx/bullet.gif") no-repeat 0 5px;
	}
#main ol {
	padding: 0 0 0 23px;
	_padding: 0 0 0 28px;
	}
#main li ol {
	margin: 5px 0 0 0;
	} 

#main a {
	color: #af6021;
	text-decoration:underline;
	}
#main a:hover {
	color: #53250b;
}
#main table {
	border: 1px solid #ccc;
	border-collapse:collapse;
	margin: 10px 0px;
}
#main table td {
	padding: 2px 5px;
	vertical-align: top;
}
#main table tr.alt td {
	background: #f8f2e9;
}
#main table th {
	background: #d9b292;
	text-align:center;
}
tr.hilited, tr.hilited td {
	background:#333;
	color:#fff;
}
/* formatting for tag labeling */
table#tags { width: 100%; }
table#tags td { text-align: center; border-left: 1px solid #ccc; }

ul#subMenu { list-style: none; background: #f8f2e9; padding: 5px; margin: 5px 0px; }
ul#subMenu li { display: inline; }
ul#subMenu li a { text-decoration: none; }
ul#subMenu li a:hover { text-decoration: underline; }

.dividerline {
	display:block;
	clear: both;
	background: url("/img/line-dot-grey.gif") repeat-x center center;
	margin: 0;
	padding: 0px;
	height: 3px;
}

#btmButtons {
	clear: both;
	display: block;
	margin: 0px;
	padding: 0px;
}
#btmButtons #advert,#btmButtons #hw,#btmButtons #ordering {
	display: block;
	float: left;
	padding: 0px;
	margin: 0px;
	background: none;
	width: 252px;
	height: 104px;
}
#btmButtons #hw {	margin: 0px 0px 0px 13px; }
#btmButtons #ordering {	float: right; }

/*** Footer ***/
#footer {
	clear:both;
	background: url("/img/mktstwtx/bg-footer.jpg") no-repeat bottom left;
	padding: 0px 16px;
	height: 48px;
}
#footer ul {
	list-style:none;
	display:block;
	margin: 0;
	padding: 0;
	float:right;
	position: relative;
}
#footer #brandsFtr {
	float: left;
}
#footer li {
	display: block;
	float: left;
	position: relative;
	background: url("/img/menu_divider_grey.gif") no-repeat right 7px;
	cursor:default;
	font-size: .8em;
	line-height: 28px;
	margin-top: 2px;
	text-transform:uppercase;
	padding: 0px;
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
}
#footer li.end {
	background: none;
}
#footer li a {
	padding: 8px 4px;
	margin: 0;
	text-decoration: none;
	font-style:normal;
	color: #666;
}
#footer li a:hover, #footer #links li a:hover {	color: #039;	}

#footer li a.united	{	color: #005a9c;	}
#footer li a.mktstreet {	color: #b15c11;	}
#footer li a.amigos	{	color: #00703c;	}

#footer li a.united:hover,
#footer li a.mktstreet:hover,
#footer li a.amigos:hover {	color: #fff;	}

#footer li:hover a.united, 
#footer li.over a.united, #footer li.endover a.united,
#footer li:hover a.united, #footer ul li.over a.united, 
#footer ul li.endover a.united { background: #005a9c; }

#footer li:hover a.mktstreet, 
#footer li.over a.mktstreet,#footer li.endover a.mktstreet,
#footer li:hover a.mktstreet, #footer ul li.over a.mktstreet, 
#footer ul li.endover a.mktstreet { background: #b15c11; }

#footer li:hover a.amigos, 
#footer li.over a.amigos,#footer li.endover a.amigos,
#footer li:hover a.amigos, #footer ul li.over a.amigos, 
#footer ul li.endover a.amigos { background: #00703c; }

#socialmedia {
	display: block;
	float: right;
	width: 800px;
	text-align:right;
	margin: 20px 0 5px 0;
}
#socialmedia h3 {
	font-variant:normal;
	line-height: 28px;
	margin: 0px;
}
#facebook, #twitter {
	display: block;
	float: right;
	height: 32px;
	width: 32px;
	text-align:left;
	text-indent: -9999px;
	overflow: hidden;
	margin-left: 5px;
	background: url("/img/facebook.png") no-repeat left top;
}
#twitter { background: url("/img/twitter.png"); }

#header #adlink {
	float: right;
	display: block;
	width: 350px;
	height: 120px;
	margin-right: 20px;
	text-indent:-9999px;
	overflow: hidden;
}
#main_menu {	margin-top: 0px; }