/* -- stylesheet for UnidenDirect.com -- */
/* 07/08/2009		D. Lewis		Correct some syntax errors */

/* -- neutralization ------------------- */

html, body, div, span, p, blockquote, img, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, table
	{
	margin: 0;
	padding: 0;
	border: 0;
	}

html, body
	{
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	width: 100%;
	height: 100%;
	}

table
	{
	width: 100%;
	}
td
	{
	vertical-align: top;
	}

/* -- layout --------------------------- */

body
	{
	text-align: center;
	font-size: 70%;
	background: #cfd7d2 url(../images/bg_body.png) repeat-x top left;
	padding-bottom: 50px;
	}
div#container
	{
	margin: 0 auto;
	width: 732px;
	padding: 0 13px 0 13px;
	text-align: left;
	background: url(../images/bg_container.png) no-repeat top left;
	}
div#header
	{
	height: 94px;
	width: 732px;
	margin-bottom: 6px;
	_margin-bottom: 0;
	}

div#footer
	{
	background: #fff url(../images/bg_logo-footer.gif) top right no-repeat;
	width: 732px;
	height: 72px;
	padding-top: 10px;
	line-height: 1.5em;
	}

img.container-bottom
	{
	margin: 0px -13px -5px -13px;  /* same as #container padding */
	}

div#bottom-menu
	{
	width: 732px;
	margin: 25px auto;
	text-align: left;
	line-height: 1.5em;
	font-size: 11px;
	}

/* -- global styles ------------------- */

a
	{
	color: #666;
	text-decoration: none;
	}
a:hover
	{
	text-decoration: underline;
	}

.left
	{
	float: left;
	clear: left;
	}
right
	{
	float: right;
	clear: right;
	}
.clear
	{
	clear: both;
	}

div.hr
	{
	width: auto;
	height: 10px;
	margin: 0 15px;
	background: url(../images/bg_hr.png) repeat-x left 5px;
	}

abbr, acronym
	{
	border: 0;
	cursor: help;
	}



/* -- tables -------------------------- */

table
	{
	margin: 0;
	padding: 0;
	/*border: 0;*/
	border-collapse: collapse;
	}
table td
	{
	padding: 0;
	border: 0;
	vertical-align: top;
	}


/* -- featured specials --------------- */

td.featured-specials
	{
	background: url(../images/bg_featured-specials.jpg) no-repeat top left;
	width: 465px;
	height: 111px;
	padding-left: 30px;
	text-align: center; 
	vertical-align: middle;	
	}
td.featured-specials ul
	{
	width: 400px;
	}
td.featured-specials li
	{
	list-style-type: none;
	display: inline;
	float: left;
	}

/* -- sidebar stuff ------------------- */

div.textbox
	{
	background: #f9f9f9 url(../images/bg_intro.png) top left no-repeat;
	width: 165px;
	height: 134px;
	border: 0;
	margin-bottom: 18px;
	font-size: 10px;
	}
div.textboxAcc
	{
	background: #f9f9f9 url(../images/bg_introAcc.png) top left no-repeat;
	width: 165px;
	height: 90px;
	margin-bottom: 18px;
	font-size: 10px;
	}
div.long
	{
	background: url(../images/bg_textbox-long.png) no-repeat top left;
	height: auto;
	}
img.textbox-bottom
	{
	margin: -3px -15px;
	}
img.textboxAcc-bottom
	{
	margin: -3px -15px;
	}
div.textbox p	
	{
	font-family: Verdana, sans-serif;
	padding: 15px 15px 0 15px;
	line-height: 1.1em;
	}
div.textboxAcc p	
	{
	font-family: Verdana, sans-serif;
	padding: 15px 15px 0 15px;
	line-height: 1.1em;
	}
div.textbox img
	{
	padding: 10px 15px 0 15px;
	}
div.textboxAcc img
	{
	padding: 10px 15px 0 15px;
	}
div.textbox form
	{
	padding: 0 15px;
	}
div.textboxAcc form
	{
	padding: 0 15px;
	}	
div.textbox select
	{
	font-size: 10px;
	}
div.textboxAcc select
	{
	font-size: 10px;
	}

div.long ul
	{
	list-style-type: none;
	margin-left: 15px;
	}
div.long ul ul
	{
	margin-left: -2px;
	}
.bold-list li
	{
	padding-left: 12px;
	background: url(../images/bg_bullet-triangle-white.png) no-repeat 1px 2px;
	margin: 5px 0 8px 0;
	font-weight: 700;
	}
.bold-list li a 
	{
	color: #000;
	}
.bold-list ul li
	{
	background-image: url(../images/bg_bullet-triangle-gray.png);
	}
.bold-list ul li a
	{
	font-weight: 500;
	}


/* -- category lists ------------------ */

table.category-list
	{
	}
table.category-list td
	{
	height: 152px;
	}
body.home table.category-list td img
	{
	width: 184px;
	height: 134px;
	_width: 183px;
	_height: 132px;
	}

table#right-sidebar
	{
	_margin-right: -8px;
	}


/* -- headings -- */

h3#featured-specials
	{
	text-indent: -9999px;
	background: url(../images/sh_featured-specials.png) no-repeat top left;
	width: 561px;
	height: 16px;
	margin: 2px 0 6px 0;
	_margin-bottom: 0;
	}

h3#learn-more
	{
	text-indent: -9999px;
	background: url(../images/sh_learn-more.png) no-repeat top left;
	width: 561px;
	height: 16px;
	margin: 2px 0 6px 0;
	_margin-bottom: 0;
	}


/* -- forms --------------------------- */

div.contentbox form
	{
	padding: 5px 0 10px 21px;
	_padding-top: 8px;
	}
input, select
	{
	width: 140px;
	margin: 6px 0;
	border: 1px solid #ccc;
	display: block;
	}
input
	{
	padding: 2px;
	font-size: 10px;
	width: 134px;
	}
input.search
	{
	border: 0;
	margin-left: 75px;
	width: 64px;
	}
input[type=hidden] {
  display: none;
}
label.strong
	{
	font-weight: 700;
	}

/* -- main navigation ----------------- */

#main-nav
	{
	width: 732px;
	position: relative;
	_top: 2px;
	}

td#top-search-box
	{
	background: url(../images/bg_search.png) no-repeat top left;
	height: 23px;
	text-align: center;
	vertical-align: middle;
	}
#top-search-box input
	{
	font-size: 9px;
	width: 59px;
	height: 10px;
	margin: 0 20px;
	position: relative;
	top: -7px;
	color: #333;
	background: #eee;
	}
td#top-search-go
	{
	height: 23px;
	}
#top-search-go input
	{
	width: 56px;
	height: 23px;
	/*border: 0;*/
	position: relative;
	top: -8px;
	left: -2px;
	}


/* -- bottom navigation ------------- */

div#footer
	{
	font-size: smaller;
	font-family: Verdana, sans-serif;
	line-height: 11px;
	padding-bottom: 0;
	margin-bottom: -10px;
	background: url(../images/bg_footer.png) no-repeat top right;
	}
