/* CSS Document */
body {
	color: #414141;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}
p{
	margin: 0.2em 0px;
	padding: 0.2em 0px;
}
/* These styles define default link behaviors */
a{
	color: #D56A00;
}

a:hover {
	color: #FF8000;
	text-decoration: none;
}

a:active {
	color: #D56A00;
}

/* These styles define the columns that appear within the body of the page */

div#content {
	font-size: 1.2em;
	clear: both;
	display: block;
	width: auto;
	background:#fff;
        padding-left: 25px;
        padding-right: 25px;

}


.clear {clear: both;}

/* Navigation Styles */
/* Footer Style */




#footer {
	clear: both;
	display: block;
	height: 40px;
	margin: 0 15px 0 185px;
	padding: 1em;
	text-align: right;
	width: auto;
	font-size:9px;
	color:#fff;	
}
#footer img {
	margin: 5px 0 0 0;
}
#footer p {
	margin: 5px 0 0 0;
	padding: 0;
}
div#footer ul {
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
}

div#footer ul li {
	display: inline;
	margin: 0;
	padding: 0;
}
div#footer ul li a{
	color:#fff;
}



/* 1st level navigation */

div#nav {
	left: 10px;
	position: absolute;
	top: 88px;
}

div#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div#nav ul li {
	display: inline;
	font-size: 11px;
	font-weight: 600;
	margin: 0 1px 0 1px;
}

#nav .selected1 {
	background: transparent url('/images/design/left_on.gif') no-repeat left top;
}

#nav .selected1 a, #nav .selected1 a:hover {
	background: transparent url('/images/design/right_on.gif') no-repeat right top;
	color: #FFD646;
	
}

#nav a {
	background: transparent url('/images/design/right.gif') no-repeat right top;
      	color: #000;
	display: block;
	float: left;
	padding: 5px 11px 4px 2px;
	text-decoration: none;
	float: none;
}

#nav a:hover {
	color: #ddd;
}

#nav li {
	background: transparent url('/images/design/left.gif') no-repeat left top;
	float: left;
	margin: 0px;
	padding: 0 0 0 6px;
}

#nav ul li ul li{
	display: none;
}



/* 2nd level navigation */

.navlevel2 {display:inline-block;}
.navlevel2 {display:inline;}
#subnav2 {  border: 2px solid #fff;
		background-color:#FFF;
                 height: 25px;
            }

.navlevel2 {
  padding:0;
  margin:0;
  list-style-type:none;
  }
.navlevel2 li {display:inline;
float:right;}
.navlevel2 a, .navlevel2 a:visited {
  display:inline;
  float:left;
  padding:4px 16px;
  color:#000; 
  background:#d4d4d4; 
  border:1px solid #fff; 
  text-decoration:none;
  }

.navlevel2 a:hover {
color: #000;
background: #fff;	
  }

.selected2 a {
color: #000;
background: #fff;	
  }







/* nav2 end */

form {
	margin: 0;
	padding: 0;
}



h1#heading {
	font-size: 1.3em;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

h2 {
	color: #222;
	font-size: 1.3em;
	margin: 0.2em 0 0.4em 0;
	padding: 0.1em 0 0.1em 0;
}

h3 {
	font-size: 1.1em;
	margin: 1em 0 0 0;
	padding: 0.3em 0 0.3em 0;
}

h4 {
	font-size: 0.8em;
	font-weight: 500;
	margin: 0 0 0 0;
	padding: 0.3em 0 0 0;
	text-align: left;
}

hr {
	border: 1px #333333 solid;
	clear: both;
	margin: 0.5em 0;
}

html {
	font-size: 100%; /* IE hack */
}

/* Image Styles */
img {
	border: none;
}

img.left {
	float: left;
	margin-right: 5px;
}

img.right {
	float: right;
	margin-left: 5px;
}



strong {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

#content ol li {
	margin-bottom: 0.8em;
}

#content_nosubnav ol li {
	margin-bottom: 0.8em;
}

/* Bullets for content box */
#content ul {
	font-style: normal;
	font-weight: normal;
	list-style-type: square;
}

#content ul li {
	margin-bottom: 0.8em;
}


#errorlist {
	float: left;
	text-align: left;
}



/* Header Style. */
#header {
	background: #000;
	color: #fff;
	display: block;
	font-size: 17px;
	height:112px;
	padding: 30px 0px 0px 0 0px;
	vertical-align:middle;
	text-align:center;
        margin: 0px 0px 0px 0px;
        width:auto;
}




label {width:160px;float:left;font-size: 11px;text-align:right;margin-right:5px;}

select{font-size: 11px}
/* E-commerce Styles */
div.shopitem{
	border: #f0f0f0 1px SOLID;
	margin: 5px 0px 0px 5px;
	padding: 1px;
	float: left;
	width: 285px;
        height: 200px;

}
div.shopitem form{
	clear:both;
}

div.shopitem span.shopimagewrapper {
	height: 140px;
	width: 125px;
	float: left;
	display: inline;
	overflow: hidden;
}

div.shopitem h1.shoptitle {
	color: #eee;
	background: #000;
	font-size: 10px;
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 1px;
	padding: 4px 2px 4px 2px;
	display: block;
}

p.shopprice {
	font-size: 18px;
	font-weight: 500;
	padding: 7.5px;
	margin: 0px;
}

p.shopsummary {
	font-size: 10px;
	overflow: auto;
	padding: 0px;
	margin: 0px;
}

div.shopitem div.shopbuy {
	font-size: 11px;
	padding: 0;
	display: block;
	text-align: right;
	padding:0px;
	vertical-align: middle;
	margin: 0;
}


#shopheader {
background: #303030;
font-weight: 800;
color: #F3E2A7;	
}

/* used on continue pages */
div.shopform {
	margin-top: 10px;float: left;
	width: 340px;
}

div.shopinstructions {
	margin-top: 10px;
	width: auto;float: right;

}

div.halfcolumn {
	float: left;
	width: 45%;
}

/* E-commerce quantity buttons */
.shopud {
	background: #000000;
	border: 0px;
	color: #fff;
	width: 16px;
margin: 1px;
	padding:1px;
}

.shopselect {
	font-size: 9px;
	padding: 0px;
	margin: 0px;
}

.tablewrapper {
width: 100%;
}

table.shopbaskettable {
width: 100%;
border: 0px;
}

.shopbaskettable td {
	border: 0;
}

.shopbaskettable th {
	border: 0;
	text-align: left;
	font-size: 11px;
color: #555;
padding: 4px;
} 
td.shoplight {
	background: #e0e0e0;
	color: #000000;
	font-size: 10px;
	font-weight: 400;
	padding: 4px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}

td.shopclear {
	font-size: 10px;
	font-weight: 400;
	padding: 4px;
	text-align: right;

}

td.shopdark{
	background: #555;
	color: #fff;
	font-size: 10px;
	font-weight: 400;
	padding: 4px;
	border-top: 1px solid #fff;
	border-right: 0px solid #fff;
}
.opening{
font-size:1em;
color:#222;
font-weight:600;
}

#errorlist {
text-align: left;
float:left;
}

#shoppingbag {
	background: url("/images/design/order.gif") top left no-repeat transparent;
	height: 70px;
	width: 142px;
	margin-left: 12px;
	padding-top:20px;
	text-align: center;
	position:absolute;
	top:12px;
	right:10px;
	color: #fff;
}

#shoppingbag a{
color: #fff;
}



#gallery{
                float: left;
}
#gallery li{
                float: left;
                padding: 0.3em;
                list-style-type: none;
                }

#labelwrapper div {

         padding: 0.3em;
         }   



#contactform div {

         padding: 0.5em;
         }


#buy
{
    BACKGROUND-COLOR: #000;
    BORDER-BOTTOM: 1px dotted;
    BORDER-LEFT: 1px dotted;
    BORDER-RIGHT: 1px dotted;
    BORDER-TOP: 1px dotted;
    COLOR: #FFD646;
    CURSOR: hand;
    FONT-FAMILY: Verdana, Arial, charcoal, 'ms sans serif', geneva, helvetica;
    FONT-SIZE: 10px
}