* { 
	border: 0;
	padding: 0;
	margin: 0; 
}

body {
	font-family: Arial, sans-serif;
	font-size: 14px;
	background: url('/_grafix/bg.png') top center repeat-y; 
	color: #222;
}

br.clear {
	clear: both;
}

/* wrappers */

#outer_wrapper {
	float: left;
	width: 100%;
	background: #fcfcfc url('/_grafix/bg_outer_wrapper.jpg') bottom center repeat-x;
}

#inner_wrapper {
	float: left;
	width: 100%;
	background: url('/_grafix/bg_inner_wrapper.png') top center repeat-x;
}

#inner_wrapper_home {
	float: left;
	width: 100%;
	background: url('/_grafix/bg_inner_wrapper_home.png') top center repeat-x;
}

/* wrapper */

#wrapper {
	margin: auto;
	width: 800px;
}

/* container */

#container {
	float: left;
	width: 800px;
}

/* header */

#header {
	float: left;
	width: 800px;
	height: 165px;
}

#header_home {
	float: left;
	width: 800px;
	height: 240px;
}

/* navigation */

#navigation {
	float: left;
	width: 800px;
	height: 35px;
}

#navigation ul {
	float: left;
	list-style-type: none;
}

#navigation ul li {
	float: left;
	vertical-align: top;
	width: 132px;
	height: 35px;
	margin-right: 1px;
}

#navigation ul li a {
	display: block;
	vertical-align: top;
	color: #fff;
	background: #f16200;
	font-size: 15px;
	width: 132px;
	height: 25px;
	padding: 8px 0 2px 0;
	text-align: center;
	text-decoration: none;
}

#navigation ul li a:hover { 
	background: #720500;
}

#navigation ul li a.selected { 
	font-weight: bold;
	color: #fff;
	background: #720500;
}

#navigation ul li ul {
	float: left;
	list-style-type: none;
	visibility: hidden;
	position: absolute;
	background: #720500;
	margin-top: -1px;
	overflow: hidden;
	padding-top: 8px;
	padding-bottom: 12px;
	width: 169px;
}

#navigation ul li ul li {
	float: left;
	vertical-align: top;
	height: auto;
	padding: 0;
}

#navigation ul li ul li a {
	display: block;
	vertical-align: top;
	width: 154px;
	height: 20px;
	font-size: 13px;
	padding: 8px 0 2px 15px;
	color: #fff;
	text-transform: none;
	border-bottom: 1px dotted #fff;
	text-align: left;
}

#navigation ul li ul li a:hover {
	color: #fff;
	background: #ad2f00 !important;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}

#navigation ul li ul li strong {
	display: block;
	vertical-align: top;
	text-align: left;
	width: 154px;
	height: 20px;
	font-size: 13px;
	padding: 8px 0 2px 15px;
	color: #fff;
	background-color: #ad2f00;
	border-bottom: 1px dotted #fff;
}

/* main */

#main {
	float: left;
	width: 800px;
}

/* crumb */

#crumb {
	float: left;
	width: 440px;
	margin-bottom: 15px;
	font-size: 11px;
	color: #999;
}

/* content */

#content {
	float: left;
	width: 440px;
	padding: 25px 0 10px 40px;
}

#content a, 
#sidebar a {
	color: #f16200;
	border-bottom: 1px solid #f16200;
	text-decoration: none;
}

#content a:hover, 
#sidebar a:hover {
	color: #720500;
	border-bottom: 1px solid #720500;
}

#content h1, 
#sidebar h1, 
#content h1 a, 
#sidebar h1 a {
	color: #720500; 
	font-family: futura-pt,sans-serif;
	font-size: 26px; 
	font-weight: 500;
	margin-bottom: 10px;
	line-height: 1.2em;
	text-decoration: none;
}

#content h1 a:hover, 
#sidebar h1 a:hover {
	color: #222; 
	text-decoration: underline; 
}

#content h2, 
#sidebar h2, 
#content h2 a, 
#sidebar h2 a {
	color: #f16200; 
	font-family: futura-pt,sans-serif;
	font-size: 22px; 
	font-weight: 500;
	margin-bottom: 8px;
	line-height: 1.2em;
	text-decoration: none;
}

#content h2 a:hover, 
#sidebar h2 a:hover {
	color: #222; 
	text-decoration: underline;
}

#content p, 
#sidebar p {
	line-height: 1.3em;
	margin-bottom: 20px;
}

#content ul {
	list-style-type: disc;
	margin-left: 5px;
	margin-bottom: 20px;
}

#content ol {
	list-style-type: decimal;
	margin-left: 10px;
	margin-bottom: 20px;
	padding-left: 15px;	
}

#content li {
	margin-left: 15px;
	margin-bottom: 6px;
}

#content table {
	width: 100%;
}

#content td {
	padding: 5px;
	border-bottom: 1px dashed #bbb;
}

/* lists */

ul#brand_list {
	float: left;
	list-style-type: none;
	margin-left: 0;
	margin-top: 10px;
}

ul#brand_list li {
	float: left;
	width: 440px;
	margin: 0 0 15px 0;
}

ul#brand_list li img {
	float: left;
	border: 1px solid #ccc;
}

ul#brand_list li div.txt {
	float: right;
	width: 265px;
}

ul#news_list {
	float: left;
	list-style-type: none;
	margin-left: 0;
	margin-top: 10px;
}

ul#news_list li {
	float: left;
	width: 440px;
	margin: 0 0 15px 0;
	border-bottom: 1px dashed #ccc;
}

/* products */

img.product {
	float: left;
	margin: 0 5px 5px 0;
	width: 140px;
}

/* sidebar */

#sidebar {
	float: right;
	width: 290px;
	padding-top: 55px;
}

img.sidebar_image {
	float: left;
	width: 140px;
	margin: 0 2px 2px 0;
}

/* promotions */

div.promo {
	float: left;
	width: 440px;
	margin-bottom: 15px;
}

div.promo strong.title {
	float: left;
	width: 430px;
	padding: 5px;
	background: #ddd;
	margin-bottom: 8px;
	font-size: 15px;
}

div.promo div.images {
	float: left;
	width: 440px;
	margin-bottom: 5px;
}

div.promo div.images img {
	float: left;
	margin: 0 10px 10px 0;
}

div.promo div.images a {
	border: 0 !important;
}

/* tag cloud */

#tag_cloud {
	float: right;
	width: 290px;
	line-height: 1.6em;
	text-transform: lowercase;
	margin-bottom: 15px;
}

/* sitemap */

ul#sitemap {
	font-size: 15px;
}

ul#sitemap li ul {
	list-style-type: disc;
	margin-top: 5px;
	padding-left: 15px;
}

ul#sitemap li ul li {
	font-size: 14px;
}

ul#sitemap li ul li ul {
	list-style-type: square;
	margin-top: 5px;
	padding-left: 15px;
}

ul#sitemap li ul li ul li {
	font-size: 13px;
}

ul#sitemap li ul li ul li ul {
	list-style-type: circle;
	margin-top: 5px;
	padding-left: 15px;
}

ul#sitemap li ul li ul li ul li {
	font-size: 12px;
}

ul#sitemap li ul li ul li ul li ul {
	list-style-type: disc;
	margin-top: 5px;
	padding-left: 15px;
}

ul#sitemap li ul li ul li ul li ul li {
	font-size: 11px;
}

ul#sitemap li ul li ul li ul li ul li ul {
	list-style-type: square;
	margin-top: 5px;
	padding-left: 15px;
}

ul#sitemap li ul li ul li ul li ul li ul li {
	font-size: 10px;
}

/* buttons */

div.buttons {
	float: left;
	margin-top: 8px;
}

.buttons a, 
.buttons button {
    display: block;
    float: left;
	color: #fff;
    background-color: #f16200;
    font-family: Arial, sans-serif;
    font-size: 110%;
    line-height: 130%;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
    padding: 6px 10px 7px 7px;
	margin-top: 2px;
	border: 0;
}

.buttons button {
    width: auto;
    overflow: visible;
    padding: 7px 10px 6px 7px; /* IE6 */
}

.buttons button[type] {
    padding: 7px 10px 6px 7px; /* Firefox */
    line-height: 17px; /* Safari */
}

*:first-child+html button[type] {
    padding: 7px 10px 6px 7px; /* IE7 */
}

/* button colors */

button:hover, 
.buttons a:hover {
	color: #fff;
	background-color: #720500;
	border: 0;
}

/* form */

#form table {
	width: 280px;
}

#form table td {
	border: 0;
	padding: 2px;
}

#form span.label_err {
	color: #720500;
	font-weight: bold;
}

#form input.text {
	width: 270px;
	padding: 5px;
	background: #fff;
	color: #222;
	font-family: Arial, sans-serif;
	font-size: 14px;
	border: 1px solid #999;
}

#form textarea {
	width: 270px;
	height: 40px;
	padding: 5px;
	background: #fff;
	color: #222;
	font-family: Arial, sans-serif;
	font-size: 14px;
	border: 1px solid #999;
}

/* footer */

#footer {
	float: left;
	width: 800px;
	height: 500px;
}

#footer .gutter {
	float: left;
	width: 800px;
	padding: 140px 0 70px 0;
	text-align: center;
	color: #720500;
	font-size: 12px;
}

#footer a {
	color: #720500;
	text-decoration: underline;
}

#footer a:hover {
	color: #ad2f00;
}

/* sitemap footer */

#sitemap_footer {
	float: left;
	width: 860px;
}

#sitemap_footer .gutter {
	float: left;
	width: 800px;
	padding: 5px 5px 15px 55px;
}

#sitemap_footer .row {
	float: left;
	width: 800px;
	overflow: hidden;
}

#sitemap_footer .cell {
	float: left;
	width: 160px;
	margin-top: 25px;
	margin-right: 40px;
	text-align: left;
}

#sitemap_footer .cell h3 {
	float: left;
	width: 160px;
	font-size: 15px;
	color: #fff;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	line-height: 1.8em;
	background: none;
	padding-left: 0;
}

#sitemap_footer .cell h3 a {
	color: #fff;
	text-decoration: none;
}

#sitemap_footer ul {
	float: left;
	width: 160px;
	list-style-type: none;
}

#sitemap_footer ul li {
	float: left;
	width: 160px;
	margin-bottom: 8px;
}

#sitemap_footer ul li a {
	font-weight: normal;
	color: #fde5d0;
}

#sitemap_footer ul li a:hover {
	color: #fff;
}

/* quoted */

#quoted {
	width: 15px;
	height: 16px;
	vertical-align: top;
	line-height: 1em;
	margin-left: 8px;
}

#ikon {
	width: 19px;
	height: 15px;
	vertical-align: top;
	line-height: 1em;
	margin-left: 3px;
}

