@charset "utf-8";

html {
	height: 100%;
	width: 100%;
}

body {	
	height: 100%;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a, img, body, p, span, div {
	padding: 0px;
	margin: 0px;
	border: none;
}

a:link {
	color: #999;
	text-decoration:underline;
}

a:hover {
	color: #888;
	text-decoration:underline;
}

a:active {
	color: #AAA;
	text-decoration:underline;
}

a:visited {
	color: #AAA;
	text-decoration:underline;
}

a.navi:hover div {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;
}

a.navi div {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

div.background {
	position: fixed;
	width: 100%;
	height: 100%;
	text-align: center;
	right: 210px;
}

img.backgroundImage {
	position: relative;
	height: 100%;
}


div.navi {
	position: fixed;
	width: 140px;
	right: 460px;
	text-align: right;
	top: 50px;
}

div.content {
	position: absolute;
	width: 363px;
	right: 80px;
	top: 50px;	
}

div.contentContainer {
	padding: 15px 25px;
	background-color:#FFFFFF;
	position:relative;
	height: auto;
	width: 363px;
	z-index: 999;
}

img.topClassicImage {
	position: absolute;
	top: -31px;
	left: 101px;
}

img.bottomClassicImage {
	position: absolute;
	left: 101px;
	bottom: -31px;
}

img.topUrbanImage {
	position: absolute;
	top: -111px;
	left: 191px;
}

img.bottomUrbanImage {
	position: absolute;
	left: 140px;
	bottom: -120px;
}

div.naviContainer {
	width: 140px;
	height: 18px;
}

.main {
	position: absolute;
	height: auto;
	width: 100%;
}

.greyHeader {
	color: #999999;
	font-size:10px;
}

div.image {
	text-align: center; 
	padding: 10px;
}

div.video {
	
}

a.links {
	color: #999;
	text-decoration:underline;
}

a.links:hover {
	color: #999;
	text-decoration:underline;
}

a.links:active {
	color: #999;
	text-decoration:underline;
}

a.links:visited {
	color: #999;
	text-decoration:underline;
}

div.categoryContainer {
	width: 140px;
	float: left;
}

div.thumbnailContainer {
	width: 360px;
	float: left;
}

span.category {
	float: left;
	color: #999;
	margin-left:5px;
}

div.thumnail {
	width: 100px;
	height: 100px;
	overflow: hidden;
	margin-left: 6px;
	float: left;
	margin-bottom: 6px;
}

img.thumb {
	width: 100px;
}

div.imageContainer {
	width: 360px;
	clear: both;
}

img.alpha {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

div.styleContainer {
	position: fixed;
	width: 100%;
	height: 100%;
	text-align: center;
	right: 283px;
}

div.styleSelection {
	position: absolute;
	bottom: 20px;
	margin-left: 50%;
	width: 200px;
	height: 14px;
	color: #fff;
	z-index: 1000;
}

div.style {
	width: 58px;
	height: 15px;
	float:left;
}
