body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-color: #263243;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}


/* for testing purposes only 
div {
	border: 1px solid #FFFFFF;
}*/

/* #container houses all other elements of site, and is centered horizontally withing body */
#container {
	margin: 0px auto;
	width: 885px;
}

/* #header contains logo, search function, and main navigation */
#header {
	width: 865px;
	height: 200px;
	padding: 0px 10px 0px 10px;
	background-image: url(../images/header_bg.png);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/header_bg.png', sizingMethod='scale');
	_background: none;
}

#logo_sq, #logo_txt, #search, #navigation {
	float: left;
	position: relative;
}

/*#logo_sq {
	background-image: url(../images/logo_bg.png);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/logo_bg.png', sizingMethod='crop');
	_background: none;
}*/

#search {
	width: 219px;
	font-size: 12px;
	text-align: right;
}

#search_a img{
	width: 148px;
	height: 43px;
	background-image: url(../images/search_shadow.png);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/search_shadow.png', sizingMethod='crop');
	_background: none;
}

#search form {
	padding: 10px 0px 0px 0px;
}
#search form select {
	width:140px;
}

#navigation {
	padding: 40px 0px 0px 0px;
	width: 680px;
}

#content #content_left {
	width: 145px;
	height: 500px;
	padding: 15px 15px 0px 25px;
	float: left;
}

/* #content contains #content_left, # content_right, and all objects within */
#content {
	padding: 0px 10px 0px 10px;
	width: 865px;
	background-image: url(../images/content_bg.png);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/content_bg.png', sizingMethod='scale');
	_background: none;
	background-repeat: repeat-y;
}

#content #content_left #brands {
	background-image: url(../images/brands_mid_bg.png);
	background-repeat: repeat-y;
	background-position: 0px 25px;
	text-align: center;
}
#content a{
	position:relative;
}

#content #content_left #brands p{
	margin: 0px;
}

#content #content_right {
	width: 615px;
	padding: 15px 50px 0px 15px;
	float: left;
	position: relative;
}


/* #clear hack - allows #content to properly wrap around elements within*/
#content #clear {
	clear: both;
}

/* #footer contains bottom navigation and sitemap link */
#footer {
	padding: 60px 10px 0px 10px;
	height: 100px;
	background-image: url(../images/footer_bg.png);
	background-repeat: no-repeat;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/footer_bg.png', sizingMethod='crop');
	_background: none;
	font-size: 10px;
	color: #000000;
}

.product_left, .product_mid, .product_right{
	width: 200px;
	float: left;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}

.product_mid {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

.product_group {
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	float: left;
}

a:link {
	color: #b0d1ee;
}

a:hover {
	color: #FFFFFF;
}

a:visited {
	color: #666666;
}

a:active {
	color: #00CCFF;
}

#content h3 {
	font-size: 14px;
	font-weight: bold;
	color: #b2c5dd;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#content p, #content ul li{
	font-size: 13px;
}

#content .smartbuys{
	margin: 0px 50px 0px 50px;
}

#content .highlight{
	color: #b0d1ee;
}

#content ul li{
	margin-bottom: 5px;
}

#content .sublinks{
	font-size:15px;
}

#content .sublinks .selected_link {
	text-decoration: none;
	color: #999999;
}

#content .sublinks a:visited {
	color: #FFFFFF;
}

form {
	font-size: 13px;
	font-weight: bold;
}

#perpage_left {
	float: left;
}

#perpage_right {
	float: right;
}

h2 {
	font-size:18px;
	color: #b0d1ee;
}

h4 {
	font-size:15px;
	color: #999999;
}

.product_image {
	float: left;
	margin-right: 20px;
}


/*/////////////////////////////////////*/
/*Elements below relate to top navigation objects*/

#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#navigation ul li {
	margin: 0px;
	padding: 0px;
	float: left;
}

#navigation ul li a {
	width: 100%;
	height: 17px;
	display: block;
	text-indent: -9000px;
	position:relative;
}

#navigation ul li a:hover {
	background-position: 0px -17px; 
}

#about {
	width: 105px;
}

#retailer {
	width: 126px;
}

#collections {
	width: 117px;
}

#mixmatch {
	width: 141px;
}

#smartbuys {
	width: 107px;
}

#faq {
	width: 62px;
}

#contact {
	width: 103px;
}

#about a {
	background-image: url(../images/about.png);
	background-repeat: no-repeat;
}

#retailer a {
	background-image: url(../images/retailer.png);
	background-repeat: no-repeat;
}

#collections a {
	background-image:  url("../images/products.png");
	background-repeat: no-repeat;
}

#mixmatch a {
	background-image: url(../images/mixmatch.png);
	background-repeat: no-repeat;
}

#smartbuys a {
	background-image: url(../images/smartbuys.png);
	background-repeat: no-repeat;
}

#faq a {
	background-image: url(../images/faq.png);
	background-repeat: no-repeat;
}

#contact a {
	background-image: url(../images/contact.png);
	background-repeat: no-repeat;
}

.selected a{
	background-position: 0px -17px;
}

#content .showDiv {
	display: block;
}

#content .hideDiv {
	display: none;
}

#content .triviaList {
	list-style-image: url(../images/bullet.gif);
}

#content .triviaList li {
	margin: 0px 0px 10px 0px;
}

#content #content_right #leftbox, #content #content_right #rightbox{
	float: left;
	width: 290px;
}

#content #content_right #rightbox{
	margin-left: 30px;
}

#content .recall {
	font-size: 11px;
	margin: 0px;
}


.locations_map {
	display: block;
}

.locations_map_hidden {
	display: none;
}

.location_data{
	float: left;
	margin: 5px;
	padding: 14px 0px 14px 0px;
	width: 184px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0px;
	line-height: 0px;
}

.location_highlight {
	float: left;
	margin: 5px;
	padding: 0px;
	width: 184px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0px;
	line-height: 0px;
}

.highlight_inner {
	padding: 0px 7px 0px 7px;
	width: 170px;
	height: 160px;
	font-size: 10px;
	line-height: 14px;
}

.nohighlight_inner {
	padding: 0px 7px 0px 7px;
	width: 170px;
	height: 185px;
	font-size: 10px;
	line-height: 14px;
	overflow: auto;
}
#content .nohighlight_inner a {
	position:static;
}