/* http://www.loopdesign.com.au/ */
/* v2.0 | 15/02/2009 by Pascal */
/* LOOP 
===================== */
/* =COLOURS
	- default body text
	- default p text
*/
/* =FONTS
	- default body text
	- default p text
===================== */


/* @group global */
* {
	margin: 0;
	padding: 0;
	}

html {
	background: #ffffff;
	height: 100%;
	}

body {
	position: relative;
	height: 100%;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}

/* @end */
/* @group general divs */

/* general divs */

div#container {
	position: relative;
	width: 955px;
	margin: auto;
	background: #808285 url(img/container.png) repeat-y left top;
	margin-bottom: 105px;
	}

div#nav_main {
	position: absolute;
	top: 105px;
	left: 9px;
	width: 169px;
	/*background:#9C9DA0; 
	border-left: 9px solid #666666 /*#808285; 
	border-right:2px solid #FFFFFF;*/ 
	padding-top: 80px;
	color: #ffffff;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	}

div#content {
	position: relative;
	width: 735px;
	min-height: 355px;
	_height: 355px;
	background: #ffffff;
	margin: 20px 20px 20px 200px;
	/*padding:0 10px;*/
	}

div#content.shop {
	position: relative;
	width: 735px;
	min-height: 500px;
	height: auto;
	background: #ffffff;
	margin: 20px 20px 20px 200px;
	/*padding:0 10px;*/
	}

div#content.ndx {
	position: relative;
	width: 735px;
	min-height: 345px;
	_height: 345px;
	background: #ffffff;
	margin: 20px 20px 20px 200px;
	padding: 0;
	}

div#banner {
	height: 105px;
	background: #ffffff url(img/banner.gif) no-repeat left top;
	/*padding:40px 30px 54px 30px;*/ 
	font-family: Georgia, "Times New Roman", Times, serif;
	/*font-size:11px;*/ 
	color: #808285;
	text-align: right;
	}

div#foot {
	background: #666666;
	height: 45px;
	padding: 30px;
	color: #cccccc;
	font-size: 9px;
	letter-spacing: 0.05em;
	text-align: right;
	}

div.col150 {
	/*height:auto; min-height:467px; _height:488px;*/ 
	min-height: 492px;
	_height: 514px;
	width: 150px;
	background: #ffffff;
	padding: 0 10px 20px 10px;
	}

div.col250 {
	position: absolute;
	left: 151px;
	top: 0;
	height: auto;
	width: 220px;
	background: #ffffff;
	}

div.col300 {
	position: absolute;
	right: 0;
	top: 0;
	width: 300px;
	min-height: 500px;
	height: auto;
	background: #ffffff;
	padding: 0;
	}

div#col415 {
	float: left;
	top: 0;
	left: 0;
	width: 415px;
	height: auto;
	background: #ffffff;
	padding: 0 10px 20px 10px;
	}

.stock {
	width: 345px;
	height: auto;
	background: #ffffff;
	padding: 0 10px;
	}

.stock2 {
	width: 345px;
	height: auto;
	background: #ffffff;
	padding: 0 10px;
	position: absolute;
	right: 0;
	top: 0;
	}

/* @end */
/* @group nav */
/*navigation*/
div#nav_main ul {
	width: 169px;
	}

div#nav_main li {
	height: 31px;
	margin: 0;
	padding: 0;
	}

div#nav_main ul ul li {
	height: 21px;
	margin: 0;
	padding: 0;
	}

div#nav_main li a:link, div#nav_main li a:visited {
	display: block;
	color: #fff;
	background:#9C9DA0;
	padding: 6px 0 6px 10px;
	border-top: 1px solid #9a9c9f;
	border-bottom: 1px solid #9a9c9f;
	}

div#nav_main li a:hover, div#nav_main li a:active {
	color: #FFFFFF;
	background: #808285;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	}

div#nav_main ul ul li a:link, div#nav_main ul ul li a:visited {
	display: block;
	color: #D7D7D7;
	font-size: 12px;
	padding: 2px 0 2px 15px;
	border-top: 1px solid #9a9c9f;
	border-bottom: 1px solid #9a9c9f;
	border-left: 10px solid #9a9c9f;
	text-transform: lowercase;
	}

div#nav_main ul ul li a:hover, div#nav_main ul ul li a:active {
	background: #808285;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 10px solid #666666;
	}

/* @end */
/* @group list */
/*general lists*/
ul {
	list-style-type: none;
	}
	
ol {
	list-style-type: none;
	}

ul#thumbs {
	list-style-type: none;
	/*width:220px;*/ 
	padding: 0;
	}

ul#thumbs a {
	padding: 0;
	border: none;
	}

ul#thumbs li {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	}

#thumbs img {
	border: 1px solid #CACACA;
	}

/* @end */
/* @group shop main list */
/* shop main list */
ul#shop {
	position: relative;
	width: 450px;
	}

ul#shop li {
	height: 110px;
	margin-bottom: 1px;
	background: #f0f0f0;
	}

ul#shop li img {
	position: absolute;
	right: 5px;
	top: 5px;
	padding-bottom: 0;
	}

ul#shop a {
	height: 50px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 35px 10px 25px 20px;
	}

ul#shop a:link {
	color: #000000;
	}

ul#shop a:visited {
	color: #333333;
	}

ul#shop a:hover, ul#shop a:active {
	_height: 100%;
	margin-left: -10px;
	background: #cccccc;
	color: #333333;
	border-bottom: none;
	border-left: 10px solid #f0f0f0;
	font-weight: bold;
	/*border-left:10px solid #9C9DA0; background:#666666;*/
	}

ul.subcat li {
	padding-bottom: 10px;
	}

ul.subcat a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #9C9DA0;
	text-transform: lowercase;
	}

ul.subcat a:link, ul.subcat a:visited {
	color: #9C9DA0;
	}

ul.subcat a:hover, ul.subcat a:active {
	color: #333333;
	}

/* @end */
/* @group links */

/* general tags */
a {
	text-decoration: none;
	outline: none;
	}

a:link, a:visited {
	color: #FCB608;
	padding: 1px;
	}

a:hover, a:active {
	border-bottom: 1px solid #444444;
	}
	
a.link2 {
	color: #808285;
	}
	a.link2:hover, a.link2:active	{
		color: white;
		background-color: #FFD500;
		border-bottom: none;
		}
		
a.link3 {
	color: #FCB608;
	}
	a.link3:hover, a.link3:active	{
		color: white;
		background-color: #FFD500;
		border-bottom: none;
		}
		
a.link4 {
	color: #808285;
	display: block;
	
	}
	a.link4:hover, a.link4:active	{
		text-decoration: none;
		border-bottom: none;
		}
		
a.nudge	{
	border-bottom: none;
	}

/* @end */
/* @group typography */
/* text formatting */
p {
	padding-bottom: 1.5em;
	padding-left: 20px;
	line-height: 15px;
	}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #9C9DA0;
	padding: 67px 0 20px 5px;
	font-weight: bold;
	text-transform: capitalize;
	letter-spacing: 0.1em;
	}
	
h2	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #9C9DA0;
	padding: 0 0 10px 5px;
	font-weight: bold;
	letter-spacing: 0.1em;
	}

h4 {
	/*background:#808285;*/ 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	padding: 30px;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 25px;
	}

h4.banner { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	padding: 30px;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 25px;
	color: #808285;
	}

h5 {
	font-size: 10px;
	line-height: 15px;
	color: #FFFFFF;
	text-align: right;
	text-transform: lowercase;
	letter-spacing: 1px;
	padding: 5px;
	margin: 5px 0 10px 0;
	font-weight: bold;
	background: #CCCCCC;
	}

.small {
	font-size: 0.9em;
	}

.shop p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 20px;
	color: #333333;
	text-align: left;
	}

strong {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	}

h6 {
	display: inline;
	font-size: 10px;
	line-height: 15px;
	margin: 5px 0 20px 10px;
	color: #666666;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 5px;
	border: 1px solid #E1E1E1;
	font-weight: bold;
	}
	
p span.mousehover	{
	color: gray;
	font-style: italic;
	font-size: 1em;
	}

/* @end */
/* @group tables */
/* tables */
table {
	border-collapse: collapse;
	}

table#shop {
	width: 735px;
	height: 100px;
	}

table#product {
	width: 300px;
	height: 100px;
	}

table#product tr {
	
	}

table#product td {
	border-bottom: 1px solid #D7D7D7;
	border-collapse: collapse;
	}

table#cart {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}

table#cart th {
	text-align: centre;
	border-bottom: 2px solid #666666;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #666666;
	}

table#cart tbody td {
	border-bottom: 1px solid #cccccc;
	padding: 3px;
	vertical-align: middle;
	}

table#cart tbody td.height {
	padding-top: 10px;
	padding-bottom: 10px;
	}

table#cart td {
	text-align: left;
	vertical-align: top;
	padding: 2px;
	}

table#cart tfoot {
	border-top: 2px solid #666666;
	}

table#cart tfoot td {
	text-transform: uppercase;
	}

table#cart.item {
	text-transform: uppercase;
	}

table#checkout {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}

table#checkout th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #9C9DA0;
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: bold;
	text-align: left;
	border-top: 2px solid #666666;
	}

table#checkout tbody td {
	borde: none;
	padding: 3px;
	vertical-align: middle;
	}

table#checkout td {
	text-align: left;
	vertical-align: top;
	padding: 2px;
	}

table#checkout tfoot {
	border-top: 2px solid #666666;
	}

table#checkout tfoot td {
	text-transform: uppercase;
	}

table#checkout.item {
	text-transform: uppercase;
	}

/* @end */
/* @group forms */
/* forms */
form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}

input {
	background: none;
	border: 1px solid #cccccc;
	padding: 3px;
	color: #333333;
	}

input.300 {
	width: 350px;
	}

input.50 {
	width: 50px;
	}

input:hover {
	border: 1px solid #FF0000;
	color: #000000;
	}

textarea {
	background: none;
	border: 1px solid #cccccc;
	padding: 3px;
	}

.submit {
	background: none;
	text-transform: uppercase;
	border: 1px solid #333333;
	font-weight: bold;
	letter-spacing: 0.1em;
	}

.submit:hover {
	background: #333333;
	color: #FFFFFF;
	border: 1px solid #ff0000;
	}

input.quantity {
	width: 25px;
	}

.update {
	font-size: 0.9em;
	}

.total {
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.1em;
	font-size: 1.1em;
	padding: 3px 0;
	}

form#checkout select {
	background: none;
	border: 1px solid #cccccc;
	padding: 3px;
	}

form#checkout option value {
	background: #ffffff;
	}

/* @end */
/* @group from old style sheet */
/* from old style sheet */
.body_shop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 20px;
	color: #333333;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	}

.body_country {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #FFFFFF;
	text-align: right;
	text-transform: lowercase;
	letter-spacing: 1px;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
	background-color: #CCCCCC;
	}

.body_state {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #666666;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 5px;
	border: 1px solid #E1E1E1;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -5px;
	font-weight: bold;
	}

.product_code {
	color: #000000;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #C5C6C7;
	border-right-color: #C5C6C7;
	border-bottom-color: #B0B1B3;
	border-left-color: #C5C6C7;
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 5px;
	padding-bottom: 2px;
	}

.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 13px;
	color: #333333;
	text-align: justify;
	vertical-align: top;
	padding: 2px 6px 6px 6px;
	width: 735px;
	}

.product_img {
	background-color: #FFFFFF;
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-position: left top;
	}

.product_info {
	vertical-align: top;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 5px;
	}

.product_code {
	color: #000000;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #C5C6C7;
	border-right-color: #C5C6C7;
	border-bottom-color: #B0B1B3;
	border-left-color: #C5C6C7;
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 5px;
	padding-bottom: 2px;
	}

.product_l {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-transform: lowercase;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #B0B1B3;
	border-right-color: #C5C6C7;
	border-bottom-color: #B0B1B3;
	border-left-color: #C5C6C7;
	vertical-align: top;
	padding: 2px;
	}

.product_r {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #B0B1B3;
	border-right-color: #C5C6C7;
	border-bottom-color: #B0B1B3;
	border-left-color: #C5C6C7;
	vertical-align: top;
	padding: 2px 2px 2px 5px;
	text-transform: lowercase;
	background: #C5C6C7;
	}

/* @end */