html {  
	height: 100%;
}  

body
{
	background: #8fd2f1 url("../img/background_circles.jpg") no-repeat top center;
	font-size: 62.5%;
	text-align: center;
	height: 100%;
}

div#muksutalli
{
	width: 960px;
	margin: 0 auto;
	background-color: #8fd2f1;
	position: relative;
	min-height: 100%;
}

div#header
{
	background: transparent url("../img/header.jpg") no-repeat;
	height: 226px;
	width: 100%;
	position: relative;
}

div#header_navigation
{
	position: absolute;
	top: 132px;
	left: 130px;
}

div#header_navigation li
{
	list-style: none;
	float: left;
	margin: 0 10px 0 0;
	position: relative;
}

ul.static_nav_dropdown {
	padding: 0;
    margin: 0;
    position: absolute;
    top: 20px;
	left: 0px;
    z-index: 1000;
    width: 150px;
    display: none;
}

ul.static_nav_dropdown,
ul.static_nav_dropdown li ul
{
	box-shadow: 2px 0 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 2px 0 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 1px 0 5px #666;
}


ul.static_nav_dropdown li {
	display: block;
    position: relative;    
    height: auto;
    width: 150px;
    z-index: 1000;
	border: 1px solid #cfcfcf;
	border-top: none;
}

ul.static_nav_dropdown li a {
	font-size: 12px;
	color: #191919;
	background-color: #fafafa;
	display: block;
	height: auto;
	line-height: 20px;
	padding: 2px 10px;
	z-index: 1000;

}

ul.static_nav_dropdown li a:hover {
	text-decoration: none !important;
	color: #333 !important;
	background: #fff;
}

ul.static_nav_dropdown li ul {
	list-style-type:none;
	position: absolute;
	top:0;
	left:150px;
	width:150px;
	padding: 0;
	margin:0;
}

div#header_bar
{
	clear: both;
	width: 100%;
	background: transparent url("../img/menu_bg.png") repeat-x;
	height: 42px;
	position: static;
}

div#header_bar_left,
div#header_bar_right
{
	float: left;
}

div#header_bar_left
{
	width: 155px;
	padding: 0 0 0 5px;
}

div#product_menu
{
	width: 160px;
	float: left;
}

ul.categs
{
	width: 140px;
	margin: 5px 0 0 5px;
	font-size: 1.1em;
}

ul.categs a:hover
{
	background: #c0e3f4;
}

a.catln1
{
	background: transparent;
	font-size: 1.1em;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	display: block;
	padding-left: 2px;
}

li.item-active a.catln1
{
	background: #c0e3f4;
}

li.item-active>a.catln2
{
	font-style: italic;
}

a.catln2,
a.catln3,
a.catln4
{
	margin-left: -4px;
	line-height: 1.5em;
	display: block;
	padding: 0 0 0 4px;
}

li.catlv1
{
	list-style-type: none;
	margin-bottom: 2px;
}

li.catlv2,
li.catlv3,
li.catlv4
{
	list-style: none;
}

ul.catul3
{
	margin-left: 10px;	
}

li.item-active ul.catul
{
	display: block !important;
	margin: 0 0 0 4px !important;
	list-style: none;
}

ul.catul2
{
	display: none;
}

div.spacer
{
	height: 200px;
}

div#content
{
	width: 790px;
	float: left;
	padding: 10px 10px 250px 0;
}

div.highlight_product_box
{
	float: left;
	width: 156px;
}

div.highlight_product_box_image
{
	background: transparent url("../img/highlight_box_bg.png") no-repeat;
	height: 120px;
	width: 120px;
	text-align: center;
	margin: 0 auto;
}

div.highlight_product_box_image a img
{
	border: 0;
	margin: 12px 0 0 0;
}

div.product_grid
{
	margin: 15px 0 0 0;
}

div.grid_selection
{
	float: right;
	margin: 0 10px 0 0;
}

div.product_box
{
	float: left;
	width: 250px;
	background: transparent url("../img/product_box_bg.jpg") no-repeat;
	min-height: 370px;
	margin: 0 5px 0 5px;
}

div.product_box_image
{
	text-align: center;
	margin: 10px 0 0 0;
	height: 240px;
}

div.product_box_image a img
{
	border: 0 !important;
	margin: 15px 0 0 0;
}

div.product_pane_header
{
	display: none;
}

div#product_pane_image
{
	background: transparent url("../img/single_product_bg.png") no-repeat;
	min-height: 326px;
	width: 346px;
	text-align: center;
	padding: 30px 0 0 0;
	float: left;
	margin: 0 20px 20px 0;
}

img.product_pane_thumbnail
{
	max-width: 300px;
	max-height: 300px;
	border: 0 !important;
}

div#product_pane_attached_images
{
	float: left;
	clear: left;
	width: 100%;
	margin: 40px 0 0 0;
}

div.product_pane_attached_image
{
	float: left;
	margin: 0 5px 0 0;
}

img.product_pane_attached_image_thumbnail
{
	border: 2px solid #ecf1eb;
}


div#product_pane_detail
{
	margin: 30px 0 0 0;
	float: left;
	width: 420px;
}

table.product_pane_detail_table td.product_detail_left
{
	padding: 0 10px 10px 0;
}

div.product_pane_subheader
{
	float: left;
	width: 420px;
	margin: 30px 0 0 0;
}

div.clear_both
{
	clear: both;
}

div#footer
{
	height: 240px;
	background: transparent url("../img/footer_bg_high.jpg") no-repeat;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
}

table#footer_data
{
	position: absolute;
	top: 100px;
	left: 275px;
	clear: both;
}

table#footer_data td
{
	vertical-align: middle;
	padding: 5px 10px 5px 10px;
	line-height: 1.3em;
}

table#footer_data td.middle_cell
{
	/*border-color: #ff7a00;*/
	/*border-style: solid;*/
	/*border-width: 0 3px 0 3px;*/
	text-align: center;
	padding-bottom: 0;
}

table#footer_data td.left_cell
{
	border-right: 3px solid #ff7a00;
	text-align: right;
}

table#footer_data td.right_cell
{
	text-align: left;
	border-left: 3px solid #ff7a00;
	vertical-align:top;
}


/* typography */
html, body, input
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #191919;
}

span.highlight_text
{
	font-weight: bold;
}

div.grid_selection a:hover
{
	color: #ffffff;
}

div#content a:hover
{
	text-decoration: underline;
}

h1, h2, h3, h4
{
	margin: 5px 0 10px 0;
}

p, ul, ol, pre, code
{
	margin: 0 0 10px 0;
	line-height: 1.4em;
}

strong
{
	font-weight: bold;
}

em
{
	font-style: italic;
}

h1
{
	font-size: 1.8em;
}

h2
{
	font-size: 1.6em;
}

h3
{
	font-size: 1.4em;
}

h4
{
	font-size: 1.3em;
}


div#header_navigation li
{
	font-size: 1.5em;
}

ul.static_nav a.level-0
{
	color: #4c4c4c;
	padding: 0 0 10px 0;
	height: 30px;
	display: block;
	float: left;
}

ul.static_nav a.level-0:hover
{
	color: #ff7a00 !important;
}

div#header_bar h2
{
	color: #ff7a00;
	margin: 10px 0 0 0px;
}

div.product_box h3
{
	font-weight: bold;
	font-size: 1.4em;
	text-align: center;
	margin: 10px 0 0 0;
}

div.highlight_grid h4
{
	font-size: 1.3em;
	text-align: center;
	margin: 10px 0 0 0;
}

p.product_box_description
{
	text-align: center;
	font-size: 1.2em;
	padding: 5px;
}

div.product_box p.product_price,
div.highlight_product_box_buy p.product_price
{
	font-size: 2em !important;
	font-weight: bold;
	font-family: "Arial Black";
	color: #ffffff;
	text-align: center;
}

p.product_not_available
{
	text-align: center;
}

div.highlight_product_box_buy p.product_price
{
	font-size: 1.6em !important;
}

div#product_pane_detail
{
	font-size: 1.3em;
}

div.product_pane_description
{
	font-size: 1.1em;
}

p.highlight_product_box_description
{
	display: none;
}

a
{
	color: #4c4c4c;
}

div#footer a:hover
{
	text-decoration: underline;
}

a.readmore
{
	display: none;
}

div#content p
{
	font-size: 1.2em;
}

div#content ol, div#content ul
{
	list-style-position: inside;
	font-size: 1.2em;
}

div.grid_selection p,
div.category_item_count p
{
	font-size: 1.3em !important;
}

table#footer_data
{
	font-size: 1.1em;
}

div.copyright
{
	position:relative;
	text-align: center;
	color: #9f9f9f;
	padding: 0;
	
}

p.copyright
{
	text-align: center;
	color: #9f9f9f;
	padding: 0;
	margin: 170px 0 0 0;
	
}

.category_image
{
	max-width: 100%;
	height: auto;
}

iframe.facebook-likebox { background: #ebede2; }
