/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
html {
	color:#000;
	background:transparent #FFF;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
li {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
	font-variant:normal;
}
/* to preserve line-height and selector appearance */
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
/*to enable resizing for IE*/
input, textarea, select {
*font-size:100%;
}
/*because legend doesn't inherit in IE */
legend {
	color:#000;
}
del, ins {
	text-decoration:none;
}

/* Global Classes
*******************************************************************/ 
.clear {
	clear:both;
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
.aL {
	text-align:left;
}
.aR {
	text-align:right;
}
.aC {
	text-align:center;
}
.aJ {
	text-align:justify;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.underline {
	border-bottom:1px solid;
}
.highlight {
	background:#ffc;
}
.imgLeft {
	float:left;
	margin:4px 10px 4px 0;
}
.imgRight {
	float:right;
	margin:4px 0 4px 10px;
}
.noPadding {
	padding:0;
}
.noIndent {
	margin-left:0;
	padding-left:0;
}
.noBullet {
	list-style:none;
	list-style-image:none;
}

/* Global
*******************************************************************/ 
body{
	margin:0;
	padding:0;
	background:url(../images/bg_body.jpg) repeat center 0;
	height:100%;
	color:#28201c;
}
h1{
	padding:0 0 12px;
}
p{
	font-size:12px;
	line-height:16px;
	padding:0 0 12px;
}
a, a:visited{
	text-decoration:none;
	color:#28201c;
}
.t10{
	font-size:10px;
}
.t11{
	font-size:11px;
}
/* Containers
*******************************************************************/ 
#container {
	position:relative;
	width:800px;
	margin:0 auto;
}
#mainContent{
	padding:0 20px 20px;
	background:url(../images/bg_mainContent.jpg) no-repeat 0 142px;
}
/* Header
*******************************************************************/ 
#header{
	position:inherit;
}
#logo{
	position:absolute;
	left:237px;
}
/* Navigiation
*******************************************************************/ 
#navMain{
	margin:0;
	padding:142px 0 5px;
}
#navMain ul li{
	float:left;
	text-indent:-9999px;
	height:48px;
	padding:5px 0 0;
}
li#nm_home a, li#nm_home a:visited{
	display:block;
	width:49px;
	height:48px;
	background:url(../images/nav_home.gif) no-repeat 0 0;
}
li#nm_lowdown a, li#nm_lowdown a:visited{
	display:block;
	margin:0 0 0 55px;
	width:88px;
	height:48px;
	background:url(../images/nav_lowdown.gif) no-repeat 0 0;
}
li#nm_goods a, li#nm_goods a:visited{
	display:block;
	margin:0 0 0 346px;
	width:57px;
	height:48px;
	background:url(../images/nav_goods.gif) no-repeat 0 0;
}
li#nm_letsChat a, li#nm_letsChat a:visited{
	display:block;
	margin:0 0 0 34px;
	width:49px;
	height:48px;
	background:url(../images/nav_letsChat.gif) no-repeat 0 0;
}/*
li#nm_shop a, li#nm_shop a:visited{
	display:block;
	margin:0 0 0 30px;
	width:49px;
	height:48px;
	background:url(../images/nav_shop.gif) no-repeat 0 0;
}*/
li#nm_blog a, li#nm_blog a:visited{
	display:block;
	margin:0 0 0 30px;
	width:49px;
	height:48px;
	background:url(../images/nav_blog.gif) no-repeat 0 0;
}
#navMain ul li a:hover, a:focus{
	background-position: 0 -48px;	/*covers all nav rollovers */
}
body#home-page li#nm_home a,
body#lowdown-page li#nm_lowdown a,
body#goods-page li#nm_goods a,
body#letsChat-page li#nm_letsChat a,
body#shop-page li#nm_shop a{
	background-position: 0 -96px;	/*covers all nav active states */
}

/* Footer
*******************************************************************/ 
#footer{
	color:#fff;
	font-size:9px;
	padding:14px 0;
}

/* Home
*******************************************************************/ 

/* Lets Chat
*******************************************************************/
body#letsChat-page h1{
	padding:83px 0 12px 30px;
}
body#letsChat-page .primaryContent{
	width:460px;
	padding-left:30px;
}
td.label{
	width:97px;
	font-size:12px;
	color:#6f1a1e;
	padding-top:7px;
}
body#letsChat-page .secondaryContent{
	float:right;
	font-size:12px;
	line-height:16px;
	width:247px;
}
p#contactDetails{
	padding-left:30px;
}
.textfield {
	border:1px solid #eae7dc;
	font-size:12px;
	background-color:#FFF;
	width:350px;
	height:18px;
	padding:5px;
}
.textbox{
	border:1px solid #eae7dc;
	font-size:12px;
	background-color:#FFF;
	width:350px;
	height:180px;
	padding:5px;
}
.submit {
	margin: 0;
	padding:0;
	width:60px;
	height:12px;
	line-height:normal;
	background:none;
	border:none;
}
.formErrorVisible {
	font-weight:bold;
	display:block;
	color:#6f1a1e;
	font-size:12px;
}
.formErrorHidden {
	font-weight:bold;
	display:none;
	color:#6f1a1e;
	font-size:12px;
}
/* The Goods
*******************************************************************/ 
body#goods-page #navMain{
	padding-bottom:80px;
}
body#goods-page h1{
	padding:0 0 18px 30px;
}
body#goods-page .flash{
	padding:5px;
	background-color:#fff;
	margin:0 0 0 30px;
	width:690px;
}
/* The Lowdown
*******************************************************************/ 
body#lowdown-page #navMain{
	padding-bottom:28px;
}
body#lowdown-page h1{
	padding:51px 0 12px 30px;
}
body#lowdown-page p{
	padding-left:30px;
}
