
/* CSS Document */

/* Get the font-face, navbar and some extra rules */
@import url(fonts.css) all;

/* Now the rest */

html { min-height: 100%; margin-bottom: 1px; }

body {
	color: #333;
	font-family: "Letter Gothic Std", "Calibri", "Lucida Console", Monaco, sans-serif;
	font-size: 11px;
	line-height: 1.3em;
	padding: 50px 0px;
}

a {
	text-decoration:none;
	}

.column a {
	color: black;
	text-decoration: none;
}

.column a:hover {
	color: white;
	background-color: #333333;	
}

p {
	margin: 0px 0px 1.3em 0px;
}
.centerbox {
	width: 624px;
	position: relative;
	margin-left: auto;
	height: 600;
	margin-right: auto;
}

div.absolution {
	position: absolute;
	width: 100%;
	top: 190px;
}

.column {
	position: relative;
	float: left;
	margin-left: 20px;
}

div.column img {
	margin: 0px 0px 1.3em 0px;
}

div.column {
	width: 188px;
	}
	
div.column:first-child {
	margin-left: 0px;
}

div.column ul {
	padding: 0px;
	margin-top: 1em;
}

div.column li {
	list-style-type: circle;
	margin: 0px 0px 1.3em 0px;
}


.footer {
	position: relative;
	float: left;
	clear: both;
	width: 500px;
	height: 100px;
}

ul.subnav {
	margin: 0px !important;
	padding: 0px;
}


ul.subnav li{
	list-style-type: none;
	list-style-image: none;
	margin-bottom: .4em;
}

ul.subnav li p{
	font-size:9px;
	width:80%;
	margin-left:20%;
	}

.twocolumn {
	position: relative;
	float: left;
	margin-left: 20px;
	width: 396px;
}

.threecolumn {
	position: relative;
	float: left;
	margin-left: 0px;
	width: 100%;
}

.fourcolumn {
	position: relative;
	float: left;
	margin-left: -25%;
	width: 150%;
}


.fulllength {
	height: 594px;
	
}

.caption{
	position: absolute;
	bottom:0px;
	width:90%;
}

#shopbox {
	top: 20px; !important
}

h3 {
	font-size: 15px;
	margin-top: 1.3em;
	margin-bottom: .5em;
	font-weight: normal;

}

h3:first-child {
	margin-top: 0px;
}

h3 b {
	font-size: .8em;
	text-transform:uppercase;
	font-weight: normal;
}

div.thumb_mask {
	width:199px;
	height:281px;
	overflow:hidden;
	position:relative;
	padding:0px;
	border-bottom: 1px dotted lightgrey;
}

div.thumb_mask ul {
	height:500px;
	position:absolute;
	margin:0px;
}



ul.thumbnails li {
	position: relative;
	display: block;
	float: left;
	margin: 2px;
	padding:0px;
}

ul.thumbnails li a {
	overflow: visible;
	visibility: visible;
}

ul.thumbnails li a:hover {
	background-color: transparent; !important
}

ul.thumbnails li a img {
	border: 0px;
	margin:0px;
}


ul.bigthumbnails {
position:absolute;
width:100%;
}

ul.bigthumbnails li {
	position: relative;
	display: block;
	float: left;
	margin: 2px;
	padding:0px;
}

ul.bigthumbnails li a {
	overflow: visible;
	visibility: visible;
}

ul.bigthumbnails li a:hover {
	background-color: transparent; !important
}

ul.bigthumbnails li a img {
	border: 0px;
	margin:0px;
}

#prevbutton {
	font-size:1.5em;
	}
	
#nextbutton {
	font-size:1.5em;
	}
	
span.thumbname {
	background-color:white;
	color:black;
	width: 150px;
	position:absolute;
	bottom: 20px;
	left: 10px;
	z-index:100;
	visibility:hidden;
	}
	
ul.itemtype {
	width:100%;
	list-style-type: none;
	list-style-image: none;
	height:10px;
	text-indent:0px;
	padding:0px;
	margin-left:15%;
	margin-bottom:30px;
	}
	
ul.itemtype li{
	display:block;
	float:left;
	padding:2px;
	margin:2px;
	color:white;
	background-color:black;
	}
	
ul.itemtype span {
	display:block;
	float:left;
	padding:2px;
	margin:2px;
	color:black;
	background-color:white;
	}
	
ul.itemtype li a{color:white;}
