/* CSS Document */

body {
	font-family:Helvetica, Arial, sans-serif;
	color:#000;
	background: url(../images/bg.jpg) top center no-repeat #3c3013 fixed;
}

a {
	color:#f00;
	text-decoration:none;
}

a:hover {
	color:#c00;
	text-decoration:underline;
}

p, td, th {
	font-size:11px;
	line-height:18px;
	font-family:Helvetica, Arial, sans-serif;
}


#content li {
	padding-right:20px;
	font-size:12px;
	line-height:24px;
	font-family:Helvetica, Arial, sans-serif;
}

h2 {
	text-transform:lowercase;
	margin-top:0;
	padding-top:0;
	font-size:20px;
	font-weight:normal;
	background:url(../images/heart.gif) top left no-repeat;
	letter-spacing:5px;
}

h3 {
	text-transform:lowercase;
	margin-top:0;
	padding-top:0;
	font-size:16px;
	font-weight:normal;
	color:#c00;
}

.imgright {
	float:right;
	padding-left:20px;
	padding-bottom:20px;
}

.imgleft {
	float:left;
	padding-right:20px;
	padding-bottom:20px;
}

.imgcenter {
	text-align:center;
}


#container{
	width:800px;
	margin:0;
	margin:auto;
}

#header {
	text-align:center;
	background:url(../images/header.gif) top right no-repeat;
	height:132px;
}

#header h1 a{
	display:block;
	width:700px;
	height:130px;
}

#header h1 span {
	display:none;
}

#navigation ul {
	background:url(../images/nav.jpg) top center no-repeat;
	border-left:2px solid #3c3013;
	border-right:2px solid #3c3013;
	text-align:right;
	height:31px;
	margin:auto;
	width:auto;
}

#navigation li {
	font-size:14px;
	list-style:none;
	float:left;
	padding:7px 15px;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
}

#navigation li a {
	text-decoration:none;
	color:#3c3013;
}

.mens #mens, .womens #womens, .about #about, .news #news, .media #media, .index #index{
	background:url(../images/navtab.jpg) top left repeat-x;
}

#indexdiv{
	border-left:2px solid #3c3013;
	border-right:2px solid #3c3013;
	border-bottom:2px solid #3c3013;
	padding:0;
	background-color:#fff;
	height:440px;
	overflow:auto;
}

#intro	{
	float:left;
	width:300px;
	height:440px;
}

#indexcontent {
	padding:20px 20px 20px 320px;
}

#content {
	border-left:2px solid #3c3013;
	border-right:2px solid #3c3013;
	border-bottom:2px solid #3c3013;
	padding:20px 20px 20px 320px;
	background-color:#fff;
	height:400px;
	overflow:auto;
}

.item{
	clear:left;
	border-top:1px solid #3c3013;
	padding:10px 0;
}

.about #content {
	background:url(../images/about.jpg) top left no-repeat #fff;
}

.news #content {
	background:url(../images/news.jpg) top left no-repeat #fff;
}

.mens #content {
	background:url(../images/mens.jpg) top left no-repeat #fff;
}

.mens #content.tree-mens {
	background:url(../images/tree-mens.jpg) top left no-repeat #fff;
}

.mens #content.nightingale-black-mens {
	background:url(../images/nightingale-black-mens.jpg) top left no-repeat #fff;
}

.mens #content.nightingale-eggplant-mens {
	background:url(../images/nightingale-eggplant-mens.jpg) top left no-repeat #fff;
}

.womens #content{
	background:url(../images/womens.jpg) top left no-repeat #fff;
}

.womens #content.tree-womens {
	background:url(../images/tree-womens.jpg) top left no-repeat #fff;
}

.womens #content.nightingale-black-womens {
	background:url(../images/nightingale-black-womens.jpg) top left no-repeat #fff;
}

.womens #content.nightingale-eggplant-womens {
	background:url(../images/nightingale-eggplant-womens.jpg) top left no-repeat #fff;
}

.media #content {
	background:url(../images/media.jpg) top left no-repeat #fff;
}

.contact #content {
	background:url(../images/contact.jpg) top left no-repeat #fff;
}

