* {
    margin: 0;
    padding: 0;
}

a {
    color: #2278A8;
}

#claim {
	position: absolute;
	top: 44px;
	left: 50%;
	margin-left: -139px;
	background: url(images/claim.jpg);
	height: 30px;
	width: 278px;
}

body {
    background: #e1e7e9 url(images/body.gif) top repeat-x;
    font: 0.85em/150% "Lucida Sans", Tahoma, Arial, sans-serif;
    text-align: center;
}

.clear {
    clear:both;
}

h2 {
	font-size:120%;
	margin:15px 0 5px 0;
	color: #8B9D2F;
}

h3 {
	font-size:100%;
	margin:15px 0 5px 0;
	color: #8B9D2F;
}


#wrapper {
    width: 990px;
    margin: -90px auto 20px auto;
    text-align: left;
    z-index: 2;
}

/* header */

#header {
    height: 215px;
    background: url(images/skip.jpg) right no-repeat;
    text-align:left;
}

#skip {
    width: 521px;
    height: 215px;
    background: url(images/logo.jpg) left no-repeat;
    z-index:1;
}

#skip * {
    display: none;
}

.product-title {
	color: #336600 !important;
}

#homelink {
    position: absolute;
    top:31px;
    left:250px;
    text-indent: -5000em;
    display: block;
    width: 130px;
    height: 30px;
    outline: none;
}

/* wrapper */

#content {
    background: #fff url(images/content.gif) left top repeat-x;
    border: 2px solid #e56e1c;
}

#primary {
    margin: 0 180px 0 160px;
    padding:10px;
}

#secondary {
    float:right;
    width:165px;
    padding:10px;
}

#subnavigation {
    float:left;
    width:145px;
    padding:10px;
}

#subnavigation ul {
    padding-left:15px;
    padding-bottom: 10px;
    font-size:90%;
}

/* typo */

p {
    margin-bottom: 5px;
    line-height: 150%;
}

.like-h1 {
    border-bottom: 1px solid #ccc;
    color: #8B9D2F;
    margin-bottom: 5px;
    padding:0  5px;
}

.like-h1 a {
    color: #8B9D2F;
    text-decoration: none;
}

#menu .sub a {
    color: #000;
    text-decoration: none;
}

#menu .sub a:hover, #sub a:focus {
    color: #227896;
    text-decoration: underline;
}

#menu .sub .open {
    color: #227896;
    font-weight: bold;
}

#menu .sub li a {
	height: auto !important;
	display: block;
}

#secondary ul {
    list-style: none;
}

#secondary li a {
    color:#333333;
    font-weight: bold;
    text-decoration: none;
    display:block;
    padding:2px 5px;
}

#secondary li a:hover, #secondary li a:focus {
    background: #efefef;
}

#primary h1 {
    font-size: 110%;
    color: #8B9D2F;
    font-weight: normal;
}

#primary .description {
    padding:5px 5px 10px 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    font-size: 90%;
}

/* products */

.products {
    padding:5px 0 5px 20px;
    list-style: none;
    display: block;
    width:591px;
}

.products ul {
    list-style: none;
}

.product {
    width:175px;
    padding-bottom:20px;
    font-size: 90%;
    padding-right:15px;
}

.product ul li{
    display: block;
    height: 16px;
    width: 16px;
    float: right;
    margin-left:4px;
}

.product img {
    border: 1px solid #000;
}

.product ul li a {
    display: block;
    height: 16px;
    width: 16px;
    text-indent: -5000em;
}

.goto-cart a {
    background: url(images/goto-cart.gif) no-repeat;
}

.goto-details a {
    background: url(images/goto-details.gif) no-repeat;
}

/* form */

input {
    background: #fff;
    border: 1px solid #999999;
    padding:1px;
}

.submit {
    border: 1px solid #505050;
    background: #fff url(images/submit.gif) bottom repeat-x;
	font-weight: normal;
    font-size:90%;
}

label {
	font-size: 90%;
}

/* meta */

#meta {
    height:32px;
}

#search {
	margin-top:-30px;
    float: right;
}   

#menu {
    padding-left:5px;
    position: absolute;
}

#menu li {
    float: left;
    margin-right: 3px;
}

#menu li a {
    color: #fff;
    text-decoration: none;
    padding: 5px 10px;
    font-size: 90%;
    display: block;
}

#menu li a:hover,#menu li a:focus {
    text-decoration: underline;
}

#menu .current a {
    border-top: 2px solid #E56E1C;
    border-left: 2px solid #E56E1C;
    border-right: 2px solid #E56E1C;
    border-bottom: 2px solid #E2E2E2;
    color: #333;
    font-weight: bold;
    background: #fff url(images/nav_active.gif) bottom repeat-x;
}

#menu {
    list-style: none;
}

#menu ul.sub {
	position:absolute;
	top:50px;
	left:10px;
	list-style:none;
	display:none;
	width:130px;
}

#menu .current ul.sub {
	display:block !important;
}

#menu ul.sub li {
	float:none !important;
	line-height:100%;
}

#menu ul.sub li a {
	color:#000 !important;
	background:none;
	border:none;
	padding:0 0 10px 10px;
	height:20px;
	font-weight:normal;
}

/* footer */
#footer {
	clear:both;
}

/* shop-cart */

.shop-cart {
    background: #feeda0 url(images/cart.gif) bottom right no-repeat;
    font-size: 90%;
    color: #333;
    width: 100%;
    margin-bottom: 10px;
}

.shop-cart tfoot td{
    border-top: 1px solid #b9ac70;
    font-weight: bold;
}

.shop-cart td,.shop-cart th {
    padding:2px;
}

.currency, .num {
    text-align: right;
}

fieldset {
	border:none;
	border-top:2px solid #cecece;
	margin-top:20px
}

legend {
	padding:0 5px 5px 0; 
	font-weight:bold;
}

fieldset label {
	display:block;
}

fieldset input {
	width:50%;
}

fieldset input.submit {
	width:auto;
}

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}


.error {
	margin: 10px;
	border: 2px solid #ba1919;
	padding: 4px;
}

.error ul {
	margin-left: 20px;
}

.subsub {
	background-color: #f8fceb;
	border: 1px solid #e6f0c4;
	margin: -4px 0 4px 0;
	padding: 4px;
}

#menu .subsub li a {
	color: #6e7a46 !important;
}

p.not_available {
	padding: 5px;
	font-weight: bold;
	border: 1px solid #fffdb5;
	background: #ffffe8;
}