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

@font-face { font-family: ChampagneLimousines; src: url('fonts/Champagne&LimousinesThick.otf'); }

body {
	width:842px;
	margin:35px auto 0 auto;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#666;
}

header {
	display:block;
	width:842px;
	height:89px;
	margin:0 0 9px 0;
	background:url(images/header.gif);
}

nav {
	width:253px;
	height:542px;
	padding:12px 0 0 0;
	background:url(images/nav_bg.jpg);
	float:left;
	
	color:#c9d157;
}

nav a {
	display:block;
	margin:28px 0 0 45px;
	
	font-family:ChampagneLimousines;
	font-size:13px;
	font-weight:100;
	letter-spacing:3px;
	color:#c9d157;
	text-decoration:none;
}

nav a:hover {
	cursor:pointer;
	color:#fff;
}

.active {
	color:#fff;
}

#collectionsmenu {
	margin:0;
	list-style:none;
	
	font-size:11px;
}

#collectionsmenu li a {
	margin:12px 0 0 40px;
}

nav p {
	margin:30px;
}

.main {
	width:589px;
	height:554px;
	float:right;
	position:relative;
}

.main a {
	color:#7e8f5d;
	text-decoration:none;
}

.main a:hover {
	text-decoration:underline;
}

#home {
	background:#181510;
}

#home #home1 {
	height:100%;
	width:100%;
	position:absolute;
	background:url(images/home1.jpg) no-repeat;
}

#home #home2 {
	height:100%;
	width:100%;
	position:absolute;
	opacity:0;
	background:url(images/home2.jpg) no-repeat;
}

#home #home3 {
	height:100%;
	width:100%;
	position:absolute;
	opacity:0;
	background:url(images/home3.jpg) no-repeat;
}

#contact, #events {
	width:469px;
	height:434px;
	padding:60px;
	overflow:auto;
}

#contact {
	background:url(images/contact_bg.jpg) no-repeat bottom;
}

#about {
	width:529px;
	height:494px;
	padding:60px 0 0 60px;
}

#gallery {
	background:#111;
}

/* GALLERY */

#viewerhandpainted, #viewerlimited, #viewerjackets, #viewershirts, #viewerscarves, #viewercoats {
	float:left;
}

#viewerhandpainted img, #viewerlimited img, #viewerjackets img, #viewershirts img, #viewerscarves img, #viewercoats img {
	height:554px;
}

#thumbpanel {
	margin:35px 35px 0 0;
	padding:4px;
	float:right;
}

.onecol {
	width:70px;
}

.twocol {
	width:140px;
}

.thumbhandpainted, .thumblimited, .thumbjackets, .thumbshirts, .thumbscarves, .thumbcoats {
	height:60px;
	width:60px;
	margin:4px;
	float:left;
	border:1px solid #999;
	opacity:.6;
}

.thumbhandpainted:hover, .thumblimited:hover, .thumbjackets:hover, .thumbshirts:hover, .thumbscarves:hover, .thumbcoats:hover {
	cursor:pointer;
	opacity:1;
}

/* ----------------------- */

footer {
	display:block;
	padding:15px;
	clear:both;
	
	text-align:center;
	font-weight:bold;
}

.right {
	float:right;
	margin:0 0 10px 20px;
}