div#uc {
	position: absolute;
	top: 30px;
	left: 500px;
	background: yellow;
	width: 250px;
	padding: .2em;
}

/*
Document   : layout
Created on : Jul 18, 2009, 9:28:15 AM
Author     : outland
Description:
Layout for asheville
*/ /*
Full Reset
*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
	{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol,ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,th,td {
	text-align: left;
	font-weight: normal;
}

blockquote:before,blockquote:after,q:before,q:after {
	content: "";
}

blockquote,q {
	quotes: "" "";
}

/*
	Defaults
*/ /*
	Set some defaults
*/
html,address,blockquote,body,dd,div,dl,dt,fieldset,form,frame,frameset,h1,h2,h3,h4,h5,h6,noframes,ol,p,ul,center,dir,hr,menu,pre
	{
	display: block
}

li {
	display: list-item
}

head {
	display: none
}

table {
	display: table
}

tr {
	display: table-row
}

thead {
	display: table-header-group
}

tbody {
	display: table-row-group
}

tfoot {
	display: table-footer-group
}

col {
	display: table-column
}

colgroup {
	display: table-column-group
}

td,th {
	display: table-cell
}

caption {
	display: table-caption
}

th {
	font-weight: bolder;
	text-align: center
}

caption {
	text-align: center
}

body {
	margin: 8px
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

h2 {
	font-size: 1.5em;
	margin: .75em 0
}

h3 {
	font-size: 1.17em;
	margin: .83em 0
}

h4,p,blockquote,ul,fieldset,form,ol,dl,dir,menu {
	margin: 1.12em 0
}

h5 {
	font-size: .83em;
	margin: 1.5em 0
}

h6 {
	font-size: .75em;
	margin: 1.67em 0
}

h1,h2,h3,h4,h5,h6,b,strong {
	font-weight: bolder
}

blockquote {
	margin-left: 40px;
	margin-right: 40px
}

i,cite,em,var,address {
	font-style: italic
}

pre,tt,code,kbd,samp {
	font-family: monospace
}

pre {
	white-space: pre
}

button,textarea,input,select {
	display: inline-block
}

big {
	font-size: 1.17em
}

small,sub,sup {
	font-size: .83em
}

sub {
	vertical-align: sub
}

sup {
	vertical-align: super
}

table {
	border-spacing: 2px;
}

thead,tbody,tfoot {
	vertical-align: middle
}

td,th,tr {
	vertical-align: inherit
}

s,strike,del {
	text-decoration: line-through
}

hr {
	border: 1px inset
}

ol,ul,dir,menu,dd {
	margin-left: 40px
}

ol {
	list-style-type: decimal
}

ol ul,ul ol,ul ul,ol ol {
	margin-top: 0;
	margin-bottom: 0
}

u,ins {
	text-decoration: underline
}

br:before {
	content: "\A";
	white-space: pre-line
}

center {
	text-align: center
}

:link,:visited {
	text-decoration: underline
}

:focus {
	outline: thin dotted invert
}

/* Begin bidirectionality settings (do not change) */
BDO[DIR="ltr"] {
	direction: ltr;
	unicode-bidi: bidi-override
}

BDO[DIR="rtl"] {
	direction: rtl;
	unicode-bidi: bidi-override
}

*[DIR="ltr"] {
	direction: ltr;
	unicode-bidi: embed
}

*[DIR="rtl"] {
	direction: rtl;
	unicode-bidi: embed
}

@media print {
	h1 {
		page-break-before: always
	}
	h1,h2,h3,h4,h5,h6 {
		page-break-after: avoid
	}
	ul,ol,dl {
		page-break-before: avoid
	}
}

/*
	Editable areas for site admin
*/
div.edit_div {
	background-color: yellow
}

div.editable {
	width: 100%;
}

/*
Layout
*/


table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background: #DDD url('images/site_drop.jpg') repeat-y center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	margin: 0;
}

h1 {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding: 1em;
	margin-bottom: 1em;
	background-color: #CCCCCC;
}

h2 {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 1em;
}

img {
	margin: .5em;
}

.left {
	float: left !important;
}

.right {
	float: right !important;
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

.section {
	overflow: hidden;
	padding: .5em;
}

.outlined {
	border: 5px solid #CCC;
}

.no-border {
	border-style: none !important;
	border-width: 0 !important;
}


div.news {
    background-color: #FFFFCC;
    overflow: hidden;
    padding: 5px;
    text-align: center;
}

div.news p {
    font-size: 80%;
    font-weight: bold;
    font-style: italic;
}


div.head {
	border-bottom:1px solid #DDDDDD;
	margin:0 1px;
	padding:2px 8px;
	line-height:1.25em;
}

div.box {
	border:1px solid #C4C1BC;
	font-size:0.95em;
	line-height:1.3em;
}

div.box div.content {
	padding:5px 10px;
	background-color: #EEEEEE;
}

div.head h4 {
	color:#C51A23;
	min-height:16px;
	padding:1px 0;
	margin: 0;
	text-transform:uppercase;
}

div#wrapper,div.wrapper {
	width: 955px;
	margin: 0 auto;
	position: relative;
	top: 0;
	left: 0;
}

div#header,div.header {
	width: 955px;
	height: 185px;
	background: url('images/header_bg.jpg') no-repeat;
	position: relative;
	top: 0;
	left: 0;
}

div#logo {
	display: inline-block;
	position: absolute;
	right: 15px;
	top: 20px;
}

div#top_menu_nav {
	position: absolute;
	text-align: center;
	width: 955px;
	height: 45px;
	left: 0;
	top: 130px;
	background: url('images/nav_1x45.jpg') repeat-x;
	color: #C51A23;
	font-size: 15px;
	font-weight: bold;
	z-index: 100;
}

div#top_menu_nav ul {
    margin: 0;
}

div#top_menu_nav ul.top_menu {
	width: 955px;
	height: 45px;
	margin: 0;
}

div#top_menu_nav ul.top_menu a {
	text-decoration: none;
	display: block;
	color: #FFF;
}

div#top_menu_nav ul.top_menu>li>a {
	color: #C51A23;
}

div#top_menu_nav ul.top_menu a:hover,
div#top_menu_nav ul.top_menu li.active>a
	{
	color: black;
}

div#top_menu_nav ul.top_menu li:hover {
	color: black;
}

div#top_menu_nav ul.top_menu>li {
	float: left;
	width: 188px;
	height: 45px;
	line-height: 40px;
	border-right: 3px solid #72858C;
	text-transform: uppercase;
	position: relative;
	top: 0;
	left: 0;
}

div#top_menu_nav ul.top_menu>li.last {
	border: 0;
}

div#top_menu_nav li>ul {
	display: none;
}

div#top_menu_nav ul>li>ul {
	background-color: #C51A23;
	font-size: 80%;
	line-height: 1em;
	display: none;
	position: absolute;
	top: 45px;
	left: 0;
}

div#top_menu_nav ul.top_menu>li.active>ul {
	display: block;
}

div#top_menu_nav ul.top_menu>li>ul li {
	color: #FFFFFF;
	text-align: left;
	display: block;
	padding: .5em;
	text-transform: none;
	width: 175px;
}

div#top_menu_nav li ul>li:hover {
	color: #C51A23;
}

div#content {
	text-align: left;
	overflow: hidden;
	margin: 20px 0;
	line-height: 1.2em;
	word-spacing: .2em;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	padding: 4px;
}

div.middle-container {
	min-height: 400px;
	height: auto !important;
	height: 400px;
}

div.split {
	background-color: white;
	border-right: 5px solid #71858D;
	width: 458px;
	padding: 6px;
}

div.right {
	border: none;
}

div#footer,div.footer {
	height: 125px;
	background: url('images/header_bg.jpg') no-repeat bottom;
	clear: both;
}

div#copyright {
	padding-top: 100px;
	color: white;
	font-weight: bold;
	font-size: 80%;
	background: url('images/parts.jpg') no-repeat;
}

/*
	For templates
*/
div.fixed {
	width: 220px;
	min-height: 2em;
}

div.fixed.left,div.fixed.right {
	padding: 0 10px;
}

div.liquid {
	width: 665px;
	padding: 0 10px;
	float: left;
	min-height: 2em;
}

/*
	Mage Categories
*/
div#top_menu_nav>ul.top_menu>li>ul#mage_categories {
	font-size: 80%;
	width: 952px;
	margin-left: -383px;
	display: none;
	position: absolute;
	top: 45px;
	left: 0;
	z-index: 100;
	background: #C51A23;
	border: 2px solid black;
	padding: 0;
}

div#top_menu_nav>ul.top_menu>li>ul#mage_categories ul {
	display: none;
}

div#top_menu_nav>ul.top_menu>li.active>ul#mage_categories,
div#top_menu_nav ul>li.active>ul
	{
	display: block;
}

div#top_menu_nav>ul.top_menu>li>ul#mage_categories>li {
/*	float: left;*/
	display: inline-block;
	width: 190px;
	text-align: center;
	height: 45px;
	line-height: 45px;
	background-color: #C51A23;
	font-size: 10px;
	font-weight: normal;
	position: relative;
	top: 0;
	left: 0;
	padding: 0;
}

div#top_menu_nav>ul.top_menu>li>ul#mage_categories li>ul {
	background-color: #C51A23;
	font-size: 10px;
	line-height: 1em;
	display: none;
	position: absolute;
	top: 45px;
	left: 0;
	width: 190px;
	z-index: 100;
}

div#top_menu_nav>ul.top_menu>li>ul#mage_categories>li>ul {
	border: 2px solid black;
	border-top: 0;
}

div#top_menu_nav>ul.top_menu>li>ul#mage_categories  li.active>ul {
	display: block;
}

div#top_menu_nav>ul.top_menu>li>ul#mage_categories li>ul li {
	height: 2em;
	line-height: 2em;
	text-align: center;
	padding: 0;
	width: 190px;
}

div#top_menu_nav>ul.top_menu>li>ul#mage_categories li>ul li {
	position: relative;
}

div#top_menu_nav>ul.top_menu>li>ul#mage_categories li>ul li.active {
	background-color: white;
}

div#top_menu_nav>ul.top_menu>li>ul#mage_categories li>ul>li ul {
	position: absolute;
	top: .5em;
	left: 180px;
	border: 2px solid black;
	z-index: 100;
	width: 190px;
}

/* Store */
div#top_links {
	position: absolute;
	top: 0px;
	left: 0;
	width: 951px;
	background-color: #FFF;
	font-size: 80%;
	padding: .2em;
	text-align: right;
}

div#top_links ol {
	margin: 0;
}

div#top_links ol li {
	display: inline;
}

div#top_links ol li a {
	text-decoration: none;
	font-weight: bold;
	color: #C51A23;
	padding-right: 1em;
}
/*
	Contact Form
*/

form#contact_form {
    width: 100%;
    font-size: 80%;
}

form#contact_form label{
    display: block;
    padding-top: 1em;
    font-weight: bold;
    color: gray;
}

form#contact_form input,
form#contact_form select,
form#contact_form textarea {
    width: 75%;
    padding: .2em;
    font-weight: bold;
}

form#contact_form input[type=submit] {
    width: 75px;
}

div.catalog-listing ol {
	margin: 0;
}

ul.checkout-types {
	margin: 0;
}

ol#recently-viewed-items {
	margin: 0;
	list-style-type: none;
}

ol.grid-row {
	list-style-type: none;
}

div.box ol,
div.box ul,
div#main ol,
div#main ul {
	margin: 0;
	list-style-type: none;
}

body.cms-test-home div.middle,
body.cms-home-html div.middle,
body.cms-contact-us-html div.middle {
	padding: 0;
}

div.shopping-cart-collaterals div.col-2 {
    width: 60%;
}

div.shopping-cart-collaterals div.col-2 ul {
    text-align: left;
}
