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

*{margin:0;padding:0;}

body {
	text-align: center;
	background: url('images/main-bg.gif') top left fixed;
	font-size: 10px;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	overflow-x: auto;
	overflow-y: auto;
	}

a {
	color: #fff;
	text-decoration: none;
	border: 0;
	}

#left {
	float: left;
	padding: 441px 0 0 20px;
	}

#menu {
	height: 18px;
	padding: 30px 0 2px 20px;
	font-weight: normal;
	font-size: 16px;
	float: left;
	text-align: left;
	}
	
#menu a:link, #menu a:visited {
	color: #efefef;
	margin-right: 15px;
	}

#menu a:hover, #menu a:active {
	color: #c6c6c6;
	}

#pictures, #common {
	float: left;
	color: #fff;
	}

#pictures a, #common #content {
	display: block;
	float: left;
	height: 500px;
	padding-left: 20px;
	border: 0;
	}

#common {
	margin-left: 20px;
	}

#content {
	line-height: 1.5;
	width: 640px;
	}

#logo {
	text-align: left;
	color: #fff;
	font-size: 42px;
	margin-left: -1px;
	}

#logo a {
	font-weight: bold;
	text-transform: uppercase;
	}

#logo em {
	font-style: normal;
	color: #9e0000;
	text-transform: uppercase;
	font-size:43px;
	}

#logo .logo-subtitle {
	font-weight: normal;
	font-size: 19px;
	}

#footer {
	text-align: left;
	font-weight: normal;
	font-size: 10px;
	color: #808080;
	}

#qTip {
	width: 100px;
	position: absolute;
	display: none;
	padding: 4px 7px;
	font-size: 12px;
	color: #fff;
	z-index: 1000;
	background: url('images/tooltip.png') repeat;
	}

/* HOME PAGE ========================================= */

#strip {
	text-align: left;
	clear: both;
	padding: 20px 0;
	background: #000;
	height: 500px;
	border: solid #181818;
	border-width: 2px 0 2px 0;
	}
	
#hidden {
	float: left;
	}

.hidden {
	display: none;
	}


/* CONTACT PAGE ====================================== */

.sets {
	width: 300px;
	height: 155px;
	float: left;
	margin: 0 20px 20px 0;
	}

.setimage {
	width: 300px;
	height: 120px;
	background: #4c4c4c;
	margin-bottom: 3px;
	border: 1px solid #4a4a4a;
	}

/* CONTACT PAGE ====================================== */

#contact {
	width: 300px;
	padding: 50px 0 0 50px;
	color: #fff;
	}

#contact dd {
	margin-bottom: 20px;
	}

#contact em {
	color: #f00;
	}