/*
	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
	}
}

/****************************
	Begin Layout
*****************************/

body {
	background: #343434;
	text-align: center; /*IE 6*/
	margin: 0;
	padding: 10px;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

a img {
	border: none;
}

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

div#head {
	margin-bottom: 20px;
}

div#content {
    position: relative;
    top: 0;
    left: 0;
}

img#mica_logo {
   position: absolute;
    top: 60px;
    left: 390px;
    z-index: 10;
}

div#content div.left,
div#content div.right
{
	width: 472px;
	position: relative;
	top: 0;
	left: 0;
	background: black;
	height: 520px;
}

div#content div.left {
	background: url('/skin/frontend/default/decorative/css/images/lamp_half.png') black no-repeat left center;
}

div#content div.right {
	background: url('/skin/frontend/default/decorative/css/images/rock_half.png') black no-repeat right center;
}

div#content div.left div.tr {
	width: 49px;
	height: 50px;
	background: url('/skin/frontend/default/decorative/css/images/blk_top_right_51x51.png') #343434 no-repeat center;
	position: absolute;
	top: 0;
	right: 0;
}

div#content div.left div.br {
	width: 49px;
	height: 49px;
	background: url('/skin/frontend/default/decorative/css/images/blk_bott_right_51x51.png') #343434 no-repeat center;
	position: absolute;
	bottom: 0;
	right: 0;
}

div#content div.right div.tl {
	width: 51px;
	height: 51px;
	background: url('/skin/frontend/default/decorative/css/images/blk_top_left_51x51.png') #343434 no-repeat center;
	position: absolute;
	top: 0;
	left: 0;
}

div#content div.right div.bl {
	width: 51px;
	height: 51px;
	background: url('/skin/frontend/default/decorative/css/images/blk_bott_left_51x51.png') #343434 no-repeat center;
	position: absolute;
	bottom: 0;
	left: 0;
}

div.right h1.img_heading,
div.left h1.img_heading {
	height: 92px;
}

div.right div.content,
div.left div.content {
	width: 265px;
	font-size: 18px;
	padding: 0 2em;
	float: right;
	margin-top: 1em;
}

div.right div.content{
    float: left;
    text-align: left;
}
div.left div.content {
    float: right;
    text-align: right;
}

p#btn_gallery_container {
	text-align: right;
	padding: 0 2em;
}

/***********************
	Navigation
***********************/
div#top_menu_nav {
	clear: both;
	width: 100%;
	height: 50px;
	background: black;
	margin: 10px 0;
	line-height: 50px;
	font-size: 18px;
	text-align: center;
}

div#top_menu_nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-transform: uppercase;
}

div#top_menu_nav ul li {
	display: inline-block;
	width: 180px;
	height: 50px;
	line-height: 50px;
}

div#top_menu_nav ul li a {
	text-decoration: none;
	color: white;
	display: block;
	height: 50px;
	line-height: 50px;
	width: 180px;
}

div#top_menu_nav ul li a:hover {
	color: #343434;
}

/***********************
Blocks
***********************/
div#blocks {
	padding: 0 21px;
}

div#blocks ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div#blocks div.block-container {
	width: 300px;
	height: 300px;
	background: black;
	float: left;
	margin: 0 2px;
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
}

div#blocks div.content {
	width: 270px;
	padding: 15px;
}

div#blocks div.content p {
	text-align: left;
}

div#blocks div.tl{
	width: 11px;
	height: 11px;
	background: url('/skin/frontend/default/decorative/css/images/blk_top_left_11x11.png') #343434 no-repeat top left;
	position: absolute;
	top: 0;
	left: 0;
}

div#blocks div.tr{
	width: 11px;
	height: 11px;
	background: url('/skin/frontend/default/decorative/css/images/blk_top_right_11x11.png') #343434 no-repeat top left;
	position: absolute;
	top: 0;
	right: 0;
}

div#blocks div.bl{
	width: 11px;
	height: 11px;
	background: url('/skin/frontend/default/decorative/css/images/blk_bott_left_11x11.png') #343434 no-repeat top left;
	position: absolute;
	bottom: 0;
	left: 0;
}

div#blocks div.br{
	width: 11px;
	height: 11px;
	background: url('/skin/frontend/default/decorative/css/images/blk_bott_right_11x11.png') #343434 no-repeat top left;
	position: absolute;
	right: 0;
	bottom: 0;
}

div#blocks div.content p.small {
	text-align: center;
}

img#sample_kit {
	float: left;
	margin-right: 1em;
}

img#lampshade_sheets {
	margin: 2em 0;
}

div#footer {
	font-size: 80%;
}

/*
	Classes
*/

p.small {
	font-size: 10px;
}

.left {
	float: left !important;
}

.right {
	float: right !important;
}

.contain {
	overflow: hidden;
}

/** Contact **/

body.cms-contact-us-html div#content div.left {
    float: none !important;
    height: auto;
    background: transparent;
    width: auto;
}

body.cms-contact-us-html div#content div.left div.box {
    float: right;
    width: 195px;
}

body.cms-contact-us-html div#content div.left div.box div.head {
    background: black;
    text-align: center;
}

body.cms-contact-us-html div#content div.left div.box div.head h4 {
    color: #BF0213;
    text-align: center;
    padding: 0;
    margin:0;
}

body.cms-contact-us-html div#content div.left div.box div.content {
    width: auto;
    padding: 5px 10px;
    font-size: 0.95em;
    line-height: 1.13em;   
}

body.cms-contact-us-html div#content div.left div.content {
    float: none !important;
    text-align: center;
}

body.cms-contact-us-html div#content div.liquid {
    width: 700px;
    float: left;
    text-align: left;
}

body.cms-contact-us-html div#content div.liquid label {
    display: block;
    padding-top: 1em;
    text-align: left;
}

body.cms-contact-us-html div#content div.liquid input {
    border: none;
    padding: .2em;
    width: 90%;
}

body.cms-contact-us-html div#content div.liquid textarea {
    width: 90%;
    height: 60px;
}

body.cms-contact-us-html div#content div.liquid p#grp_interest {
    display: none;
}

body.cms-contact-us-html div#content div.liquid form p {
    width: 49%;
    float: left;
    overflow: hidden;
    padding: 0;
    margin: 0;
    height: 5em;
}

body.cms-contact-us-html div#content div.liquid form p#grp_state,
body.cms-contact-us-html div#content div.liquid form p#grp_zip {
    width: 22%;
}

body.cms-contact-us-html div#content div.liquid form p#grp_needs {
    width: 100%;
    height: 125px;
    clear: both;
    float: none;
}

body.cms-contact-us-html div#content div.liquid form input#submit_btn {
    width: 100px;
    clear: both;
    float: none;
}

input:focus, textarea:focus, select:focus {
    background: #eee;
}
/** Helpful Hints **/

body.cms-helpful-hints-html {
    background: black;
    color: white;
}

div.page-head h3 {
    color: white;
}

/** Magento **/

div.mWrap {
    background: black;
    padding: 51px 1em;
    min-height: 400px;
    height: auto !important;
    height: 400px;
    position: relative;
    overflow: hidden;
}

div#mWrap-top-left{
    height: 51px;
    width: 51px;
    background: #343434 url(/skin/frontend/default/decorative/css/images/blk_top_left_51x51.png) no-repeat 50% 50%;
    position: absolute;
    top: 0;
    left: 0;
}

div#mWrap-top-right{
    width: 49px;
    height: 49px;
    background: #343434 url(/skin/frontend/default/decorative/css/images/blk_top_right_51x51.png) no-repeat 50% 50%;
    position: absolute;
    top: 0;
    right: 0;
}

div#mWrap-bottom-left{
    height: 51px;
    width: 51px;
    background: #343434 url(/skin/frontend/default/decorative/css/images/blk_bott_left_51x51.png) no-repeat 50% 50%;
    position: absolute;
    bottom: 0;
    left: 0;
}

div#mWrap-bottom-right{
    width: 49px;
    height: 49px;
    background: #343434 url(/skin/frontend/default/decorative/css/images/blk_bott_right_51x51.png) no-repeat 50% 50%;
    position: absolute;
    bottom: 0;
    right: 0;
}

div#home.mWrap {
    background: transparent;
    padding: 0;
}

div#home div#mWrap-top-left,
div#home div#mWrap-bottom-left,
div#home div#mWrap-top-right,
div#home div#mWrap-bottom-right {
    display: none;
}

div#home.mWrap ul {
    background: transparent;
}

div#home.mWrap div.content {
    background: transparent;
}

div.mWrap h3 {
    color: white;
}

div.mWrap a {
    color: #ccc;
}

div#cart h4,
div.mWrap h4 {
    background: none;
    color: #BF0213;
}

div.mWrap ul {
    margin-left: 0;
}

div.mWrap ul,
div.mWrap ol,
div.mWrap ul li,
div.mWrap ol li {
    background: black;
}

div.mWrap ul.messages li.success-msg {
    background-image: url(https://decorative.ashevillemica.com/skin/frontend/default/decorative/images/success_msg_icon.gif);
    background-color: #EFF5EA;
}

div.mWrap ul.messages li.success-msg li {
    background-color: #EFF5EA;
}

div.mWrap ul.messages li.error-msg {
    background-image: url(https://decorative.ashevillemica.com/skin/frontend/default/decorative/images/error_msg_icon.gif);
    background-color: #FAEBE7;
}

div.mWrap ul.messages li.error-msg li {
    background-color: #FAEBE7;
}

.validation-advice,
.required {
    color: #BF0213;
}

.validation-failed,
.validation-failed label {
    color: black !important;
}

div.mWrap ul.validation-failed li {
    background: transparent;
}

div.mWrap table h4 a {
    color: black;
}

div.shop-access {
    position: absolute;
    top: 75px;
    right: 45px;
    z-index: 1;
}

body.cms-home div.shop-access {
    top: 45px;
    right: 0;
}

body.cms-home div#content div.contain div.content p.mainDesc {
    line-height: 1.3em;
    font-size: 90%;
}

div.shop-access a {
    font-weight: bold;
}

div.shop-access a:hover {
    color: #BF0213;
}

div.shop-access ul {
    text-align: right;
}

div.shop-access ul li {
    display: inline-block;
    padding-left: 1em;
}

div.mWrap div.middle {
    padding: 0;
}

div.middle-container h1,
div.middle-container h2,
div.middle-container h3,
div.middle-container h4,
div.middle-container h5,
div.middle-container h6 {
    color: white;
}

div.middle-container ol,
div.middle-container ul {
    margin: 0;
    list-style: none;
}

.form-button,
.form-button-alt {
    border-color: #BF0213;
    background: #BF0213;
}

div.middle-container .price {
    color: #BF0213;
}

div.middle-container,
div.middle {
    background: black;
    color: white;
}

div.middle-container a {
    color: white;
}

div.middle-container table.pager,
div.middle-container table.view-by {
    background: black;
}

/** Magento Boxes **/

ul.message {
    margin-top: 1em;
}

.notice-msg,
.note-msg {
    background-color: white;
}

div.box {
    background: black !important;
}

div.box ul {
    background: black;
}

div.box ul li.on, 
div.box ul a:hover {
    color: #BF0213;   
}

div.middle-container div.box div.head {
    background: black;
    color: #BF0213;
}

div.middle-container div.box div.head h4 {
    color: #BF0213;
    background: black;
    padding: 0;
}

div.middle-container div.box div.content {
    background: black;
}

div.middle-container div.box ol,
div.middle-container div.box ol li {
    background: black;
}

/** Magento Categories Nav **/

div#categories {
    position: absolute;
    top: 75px;
    left: 45px;
    z-index: 1;
}

div#categories ul {
    padding: 1.12em 0;
    margin: 0;
}

div#categories a {
    color: #CCCCCC;
    font-weight: bold;
}

div#categories a:hover {
    color: #BF0213;
}

div#categories ul li ul {
    display: none;
}

div#categories ul li {
    display: inline-block;
    padding-right: 1em;
}

body.cms-home div#categories {
    display: none;
}

/** Magento Products **/

div#messages_product_view {
    margin-top: .5em;
}

div.middle-container p.subtotal {
    background: white;
}

div.middle-container div.product-essential {
    background: black;
}

div.middle-container div.product-essential h3 {
    color: #BF0213;
}

div.middle-container div.product-essential fieldset.product-options {
    background: black;
}

div.middle-container div.product-essential fieldset.product-options label {
    color: white;
}

div.middle-container div.product-collateral {
    background: black;
    padding-top: 0;
}

div.middle-container div.product-collateral h4 {
    color: #BF0213;
}

div.middle-container div.actions,
div.middle-container div.product-options-bottom {
    background: black;
}

div.middle-container h5 {
    background: black;
}

div.middle-container div.truncated {
    color: black;
}

/** Shopping Cart **/


.data-table tbody td {
    color: black;
}

div.mWrap fieldset {
    background: black;
}

div.mWrap fieldset .legend {
    border-color: white;
    background: #ccc;
    color: black;
}

div.mWrap label {
    color: #ccc;
}

.data-table thead tr,
data-table tr.odd,
.data-table thead tr th {
    color: white;
    background: black;
    border: none;
}

.data-table tfoot tr {
    color: white;
    background: black !important;
    border: none;
}

div#cart div.shopping-cart-totals {
    background: black;
}

div#cart div.shopping-cart-totals table tr td {
    color: white;
}


div.shop-access a {
    color: #ccc;
}

/** Checkout **/


.one-page-checkout .active h3 {
    color: #BF0213;
}

.one-page-checkout .allow .step-count {
	background: white;
}

.one-page-checkout .active .step-count {
    background: #BF0213;
    border-color: white;
}

.one-page-checkout .allow .head {
	background: black;
}

.one-page-checkout .active .head {
    background: #ccc;
}

.one-page-checkout .head {
    background: black;
}

.one-page-checkout .head h3 {
    color: #666666;
}

div#checkout-step-shipping_method {
    background: black;
}

div.one-page-checkout-progress ol li h4{
    background: #ccc;
}

.one-page-checkout-progress h4.complete {
	font-size: 90%;
	background: black;
	color: white;
}

div.mWrap div.button-set,
div.mWrap div.content {
    background: black;
}

div#mLogin div.content h4 {
    background-repeat: no-repeat;
}


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

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

/** Account Info **/
div.mWrap div.account-box {
    background: black;
} 


/** ================== Gallery ==================== **/
div#gallery {
    overflow: hidden;
    text-align: center;
}

.gallery_thumb {
    height: 150px;
}

.gallery_section {
    float: left;
    padding: .5em;
    margin: .5em;
    text-align: center;
    background-color: white;
    color: #666666;
    font:10px/1.4em Verdana,Helvetica,sans-serif;
    font-weight: bold;
}

.gallery_section a {
    color: #1E7EC8 !important;
}
