@charset "UTF-8";
/* CSS Document */

/* Basic */

body {
	background-color: #302921;
	background-attachment: scroll;
	background-image: url(images/texture.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

h1 {
	color: #7D6A55;
	font-size: 16px;
}

h2 {
	font-weight: bold;
	color: #575850;
	font-size: 13px;
}

p {
	font-size: 13px;
}

p a:link {
	color: #949484;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #949484;
}

p a:visited, p a:hover, p a:active {
	color: #575850;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #575850;
}

a img {
	border: 0;
	text-decoration: none;
}

/* Structural */

#main {
	background-color: #FFFFFF;
}

#header {
	margin: 0px;
	padding: 0px;
	height: 108px;
	background-color: #7D6A55;
}

#spacer {
	height: 30px;
	width: 40px;
	float: left;
}

#gradient {
	background-image: url(images/gradient.gif);
	height: 30px;
	width: 950px;
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #FFFFFF;
}

#solid {
	padding: 40px;
	background-attachment: scroll;
	background-color: #949484;
	background-image: url(images/subtle-texture.png);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
}

/* Navigation Menu */

#nav-menu {
	float: left;
}

#nav-menu ul {
	display: inline;
	list-style-type: none;
	width: 392px;
}

#nav-menu ul li {
	float: left;
	height: 30px;
	width: 98px;
	text-align: center;
	background-color: #AFAFA3;
	background-image: url(images/button-normal.gif);
	line-height: 30px;
}

#nav-menu ul li:hover {
	float: left;
	height: 30px;
	width: 98px;
	text-align: center;
	background-color: #575850;
	background-image: url(images/button-over.gif);
	line-height: 30px;
}

#nav-menu ul li a, #nav-menu ul li a:link {
	color: #7D6A55;
	font-size: 12px;
	text-decoration: none;
}

/* Content Columns */

#left-column {
	width: 370px;
	float: left;
	margin-right: 50px;
}

#right-column {
	width: 370px;
	float: left;
}

#right-column ul {
	color: #FFFFFF;
	font-size: 13px;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 18px;
}

#right-column ul li {
	list-style-position: outside;
	list-style-image: url(images/bullet.png);
}

/* Tabs */

dl#tab-small {
	width: 100%;
}

#tab-small dt
{
	width: 20px;
	float: left;
	clear: left;
	margin-right: 10px;
	padding: 0;
	font-weight: bold;
	color: #575850;
	font-size: 13px;
	text-align: left;
}

#tab-small dd
{
	width: 340px;
	float: left;
	margin: 0;
	padding: 0;
	font-size: 13px;
	text-align: left;
}

#tab-small a:link {
	color: #949484;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

#tab-small a:visited, #tab-small a:active, #tab-small a:hover {
	color: #575850;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #575850;
}

dl#tab-medium {
	width: 100%;
}

.tab-medium dt
{
	width: 65px;
	float: left;
	clear: left;
	margin-right: 15px;
	padding: 0;
	font-weight: bold;
	color: #575850;
	font-size: 13px;
	text-align: right;
}

.tab-medium dd
{
	float: left;
	width: 290px;
	margin: 0px;
	padding: 0;
	font-size: 13px;
	color: #FFFFFF;
}

.tab-medium a:link {
	color: #949484;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #949484;
}

.tab-medium a:visited, .tab-medium a:active, .tab-medium a:hover {
	color: #575850;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #575850;
}

/* Footer */

#l-footer ul, #r-footer ul {
	display: inline;
	list-style-type: none;
	float: left;
}

#l-footer ul li {
	float: left;
	margin-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #949484;
	padding-right: 10px;
}

#l-footer a:link, #l-footer a:visited {
	color: #949484;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #949484;
}

#r-footer {
	text-align: right;
}

#r-footer a:link, #r-footer a:visited {
	color: #949484;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #949484;
}

#l-footer a:hover, #r-footer a:hover {
	color: #575850;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #575850;
}

/* Thumbnail Images */

.thumb {
	width: 190px;
	height: 150px;
	float: left;
	margin: 0 10px 25px 0;
	font-size:0;
	background-color: #575850;
}

.thumb-last {
	width: 190px;
	height: 150px;
	float: left;
	margin: 0 0 25px 0;
	font-size:0;
}

.thumb img, .thumb-last img {
	width: 190px;
	height: 125px;
	margin: 0px;
	padding: 0px;
}
  
.thumb p, .thumb-last p {
	margin: 0px;
	padding: 0px;
	background-color: #575850;
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 25px;
 }

.thumb:hover img, .thumb-last:hover img {
	width: 180px;
	height: 120px;
	border-top-width: 5px;
	border-right-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #575850;
	border-right-color: #575850;
	border-left-color: #575850;
	cursor: pointer;
	opacity:0.75;filter:alpha(opacity=75);
}

/* Floats */

.float-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.float-right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}