/******* fonts and colors *******/
body {
	background-color: #FFFFFF;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 12px;
	font-style: normal;
	text-align: left;
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
	background-image: url(../images/dark-dots.gif);
	background-repeat: repeat;
}

td, th {
	font-size: 14px;
	color: #666666;
	font-weight: normal;
	line-height: 18px;
}


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

a:hover {
	color: #000000;
}

h2, h3 {
	margin: 0px;
}

h2 {
	font-size: 18px;
	color: #333333;
	line-height: 20px;
}

h3 {
	font-size: 16px;
	color: #333333;
}


.title {
	font-size: 18px;
	color: #CC0000;
	font-weight: bold;
}

.subtitle {
	font-size: 16px;
	color: #333333;
	line-height: 20px;
}

.subscribe {
	font-size: 1.1em;
}

.facebook {
	font-size: 1.2em;
	padding-top: 2px;
}

.facebook a {
	font-size: 1.2em;
	font-weight: bold;
}

.facebook a:hover {
	color: #003399;
}

#textbox {
	margin-left: auto;
	margin-right: auto;
	clear: both;
	width: 900px;
	padding-top: 40px;
}

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

/**** 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: 960px;
}

/******* 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;
	clear: none;
	height: 60px;
	line-height: 20px;
}

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

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

.links {
	font-size: 1.2em;
	font-weight: bold;
}

.links a:hover {
	color: #CC0000;
}

/******* main container *******/
#main {
	width: 960px;
	height: 800px;
	clear: both;
	float: left;
	padding: 0;
	margin: 0px;
}

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



/******* slide show *******/
#slide {
	width: 390px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	text-align: center;
	clear: both;
}

.contents {
	font-size: 1.1em;
	letter-spacing: 1px;
	font-weight: bold;
}

.contents a {
	font-size: 1.1em;
	letter-spacing: 1px;
	font-weight: bold;
}

/******* left container *******/
#left {
	width: 400px;
	float: left;
	margin-left: 30px;
}

/******* right container *******/
#right {
	float: right;
	width: 490px;
	clear: right;
	margin-right: 30px;
	text-align: right;
}


/******* footer *******/
#footer {
	width: 960px;
	font-size: 0.9ems;
	padding-top: 10px;
	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;
	float: left;
	width: 960px;
}

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 */
