/******* fonts and colors *******/
body {
	background-color: #FFFFFF;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 12px;
	text-align: center;
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
}

td, th {
	font-size: 12px;
	line-height: 24px;
	color: #333333;
}

a {
	font-size: 11px;
	color: #333333;
	font-style: normal;
	text-decoration: none;	
}

a:hover {
	color: #000000;
}

h2 {
	font-size: 12px;
}

.title {
	font-size: 18px;
	line-height: 20px;
    background-color: #99CC00;
	color: #003333;}

.subtitle {
	font-size: 16px;
	line-height: 30px;
	color: #003300;}

/**** wrapper ***/
#wrapper {
	width: 960px;
	height: auto;
	background-color: #FFFFFF;
	padding:0;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/******* header *******/
#header {
	background-color: #FFFFFF;
	color: #271F1A;
	background-image: url(../images/logo6.gif);
	background-repeat: no-repeat;
	height: 115px;
	width: 960px;
	background-position: left bottom;
}

#header h1 {
	margin: 0px;
	padding: 0px;
}

#header h1 a {
	text-indent: -9999em;
	text-decoration: none;
	display: block;
	height: auto;
	width: 880px;
}

/******* image *******/
img { border-style:none; }

a img { border-style:none; }


/******* navigation *******/
.nav {
	position: relative;
	float: right;
}

.nav a, .nav a:link, .nav a:visited {
    color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
    border-bottom-color: #E5DAD7;
	letter-spacing: 1px;
	display: block;
	width: 100px;
	padding: 5px 0px;
}


.nav a:hover {
    color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
    border-bottom-color: #999999;
}

.nav #current {
	border-bottom-width: 1px;
	border-bottom-style: solid;
    border-bottom-color: #666666;
}

.nav #sale a {
	color: #CC0000;
}

.nav span {
	display: none;
}




/******* you are here *******/
#here {
	width: 800px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 30px;
	padding: 0;
	float: left;
	height: 60px;
	clear: none;
	line-height: 20px;
}

.here {
	text-align: left;
	font-size: 16px;
}

.here a {
	text-align: left;
	font-size: 16px;
}


/******* main container *******/
#main {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0;
	height: 460px;
	clear: both;
	float: left;
}

p {
	font-size: 10px;
	letter-spacing: normal;
}

#addthis {
	margin-left: auto;
	margin-right: auto;
	clear: both;
	float: none;
	width: 300px;
	padding-top: 20px;
	text-align: centre;
}
/******* left container *******/
#left {
	float: left;
	width: 480px;
	padding-left: 60px;
	padding-top: 10px;
}


/******* right container *******/
#right {
	float: right;
	width: 380px;
	padding-right: 20px;
	text-align: left;
	height: auto;
	clear: right;
}


/******* footer *******/
#footer {
	width: 960px;
	font-size: 0.9ems;
	padding-top: 30px;
	text-align: center;
	clear: both;
}

#footer a {
	text-decoration: none;
	font-size: 12px;
	color: #333333;
}

#footer a:hover {
    color: #000000;
}

/******* address *******/
address {
	text-align: center;
	height: 24px;
	font-style: normal;
	color: #666666;
	padding-top: 20px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	float: left;
}

address a {
	text-decoration: none;
}

address a:hover {
	color: #000000;
}


/******* workarounds and hacks *******/
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
