@import url("initial.css");

/* Primary CSS Document */

/* Primary Page Formatting */
#wrapper {
	background: #fff;
	margin: 0px auto;
	padding-bottom:8px;
	width: 760px;
}

#footer {
	display:none;
	visibility:hidden;
}

/* Primary Type Styles */

h1 {
	font:1.6em "Times New Roman", Times, serif;
	color:#5d5d5d;
	padding:0px 0px 2px 0px;
	margin:30px 10px 0px 14px;
	border-bottom:1px dotted #5d5d5d;
}

h2 {
	font:1.3em Verdana, Arial, Helvetica, sans-serif;
	color:#5d5d5d;
	font-weight:bold;
}

h3 {
	font:bold 1em Verdana, Arial, Helvetica, sans-serif;
	margin:14px 0px 0px;
	padding:0;
}

p {
	margin-left:14px;
	margin-right:10px;
}
/* =Header Formatting */

#wrapper #top {
	height: 95px;
	font:10px/100% Verdana, Arial, Helvetica, sans-serif;
	background-color:#fff;
}

#wrapper #top #logo {
	display:block;
	background:url(../../images/css/logo_aristokraft.gif) no-repeat 0;
	width:163px;
	height:38px;
	margin:14px 0px 18px 14px;
	text-indent:-99999px;
	float:left;
}

#wrapper #main_bar {
	clear:both;
	float:left;
	width:760px;
	height:25px;
	background-color:#9b6c27;
}

#main_bar #left_bar {
	margin: 8px 6px 8px 17px;
	display:inline;
	width:532px;
	float:left;
}

#left_bar #pros {
	display:block;
	float:left;
	background:url(../../images/css/forthepros.gif) no-repeat left;
	width:85px;
	height:10px;
	text-indent:-99999px;
}

#left_bar #util {
	display:block;
	float:right;
}

#left_bar #util #login {
	display:block;
	float:left;
	background:url(../../images/css/login.gif) no-repeat left;
	width:26px;
	height:11px;
	text-indent:-99999px;
}

#left_bar #util #register {
	display:block;
	float:left;
	background:url(../../images/css/createaccount.gif) no-repeat left;
	width:85px;
	height:11px;
	text-indent:-99999px;
}
#left_bar #util #profile {
	display:block;
	float:left;
	background:url(../../images/css/edit_profile.gif) no-repeat left;
	width:74px;
	height:11px;
	text-indent:-99999px;
}
#left_bar #util #logout {
	display:block;
	float:left;
	background:url(../../images/css/logout.gif) no-repeat left;
	width:38px;
	height:11px;
	text-indent:-99999px;
}
#left_bar #util #sifr {
	display:block;
	float:left;
	color:#fff;
	font:10px Arial, Helvetica, sans-serif;
	margin-top:-2px;
}
#left_bar #util img {
	float:left;
	padding:0px 5px;
}

#main_bar #right_bar {
	background: #68758d url(../../images/css/bar_seperator.gif) left no-repeat;
	float:right;
	display:block;
	padding:8px 15px 7px;
	width:175px;
}

#main_bar #right_bar a {
	background:url(../../images/css/consumersite.gif) left no-repeat;
	display:block;
	float:left;
	width:90px;
	height:9px;
	text-indent:-99999px;
}

#site_tools {
	margin: 10px 0px 0px;
	padding: 0;
}

#site_tools li {
	float: left;
	text-decoration: none;
	list-style: none;
	text-transform: uppercase;
	padding: 0 0px 0 12px;
	margin: 6px 0px 0 12px;
}

#site_tools input  {
	text-align: center;
	font:1em/100% Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-right: 3px;
}

#find {
	width: 72px;
	border: none;
	margin: 0;
	padding-top: 8px;
	padding-right: 0;
	padding-left: 0;
}

#zip {
	width: 70px;
}

/* =Footer Formatting */

#footer #aux_menu {
	float:left;
	display:inline;
	padding:0px;
	margin:0px;
}

#footer #aux_menu li {
	float:left;
	display:inline;
	text-decoration: none;
	list-style: none;
	letter-spacing: 0px;
	margin: 15px 5px 0 0;
	padding:0;
	text-transform: uppercase;
}

#footer #aux_menu a {
	color:#5d5d5d;
}

/* =Main Content General Formatting */

#wrapper #main_content {
	clear:both;
	float:right;
	width:760px;
	background-color:#fff;
}

/* =Aux Content Formatting */

#wrapper #aux {
	display:none;
	visibility:hidden;
}



/* Product Finder */
#finder form {
	display:none;
	visibility:hidden;
}

#finder #product_wrapper {
	margin:10px 14px 10px 14px;
	padding:7px;	
	border:1px solid #ccc;
	background:#f5f5f6;
}
#finder #product_wrapper h2 {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0px 5px;
	float:left;
}
#finder #product_wrapper #print {
	display:none;
	visibility:hidden;
}
#finder #product_wrapper #returned_products {
	width:780px;
	overflow:visible;
}
#finder #product_wrapper #returned_products ul {
	list-style:none;
	margin:0;
	padding:0;
}
#finder #product_wrapper #returned_products ul li {
	float:left;
	width:83px;
	padding-right:20px;
	margin:5px 5px;
	_margin:5px 0px 5px 5px;
	min-height:220px;
	height:auto !important;
	height:220px;
}
#finder #product_wrapper #returned_products ul li span {
	float:left;
	clear:left;
	display:block;
}
#finder #product_wrapper #returned_products ul li .product_name {
	font-weight:bold;
	text-decoration:underline;
}

