@charset "utf-8";
/* CSS Document */
.QOverlay {
	background-color: #FFF;
	z-index: 9999;
	background-image: url(stm-white.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.QLoader {
	background-color: #000;
	height: 2px;
}

.QAmt {
	color:#666;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:40px;
	font-weight:normal;
	line-height:50px;
	height:50px;
	width:100px;
	margin:-60px 0 0 -50px;
}
body {
	margin: 0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background-color: #000;
}
h1 {
	margin: 0px;
	padding: 0px;
}
h2 {
	margin: 0px;
	padding: 0px;
}

p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-indent: 20px;
}
#page {
	position: relative;
}

#lang {
	position: absolute;
	top: 20px;
	right: 15px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #FFF;
	padding: 3px;
	z-index: 25;
}
#lang a {
	color: #333;
	text-decoration: none;
}









#header {
	height: 150px;
	color: #FFF;
	display: block;
	width: auto;
	overflow: hidden;
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 0px;
	right: 0px;
	background-image: url(header.png);
	background-repeat: repeat-x;
	background-position: top;
}

#header #hc {
	margin-right: 2%;
	margin-left: 2%;
	height: 100px;
}

#header h1 {
	position: absolute;
	top: 15px;
	left: 230px;
	font-size: 38px;
	color: #FFF;
	z-index: 10;
}
#header  h1 span {
	font-size: 18px;
	display: block;
	margin-left: 60px;
	font-weight: normal;
	color: #900;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
}

#header h2 {
	width: 70%;
	position: absolute;
	color: #141414;
	font-size: 100px;
	line-height: 80px;
	overflow: hidden;
	z-index: 5;
	left: 250px;
	top: 20px;
	font-weight: normal;
	height: 75px;
}

#navi {
	height: 50px;
	padding-right: 2%;
	padding-left: 2%;
}
#navi ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
#navi ul .selected {
	background-image: url(naviselected.png);
	background-repeat: repeat-x;
	background-position: top;
}
#navi ul .selected a, #navi ul .selected a:hover {
	color: #000;
}


#navi ul li {
	display: block;
	float: left;
	background-image: url(navi.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 32px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 3px;
}
#navi ul li a  {
	font-size: 22px;
	color: #FFF;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 3px;
	letter-spacing: -1px;
	padding-top: 3px;
	display: block;
}
#navi ul li a:hover{
	color: #CCC;
	text-decoration: none;
}

#content {
	width: auto;
	display: block;
	height: 600px;
	overflow: hidden;
	position: relative;
	padding-bottom: 100px;
}
#p0 {
	background-image: url(stm.png);
	background-attachment: fixed;
	background-color: #0C0C0C;
	background-repeat: no-repeat;
	background-position: -180px 80px;
	height: 700px;
	width: 100%;
}

#p5 {
	background-image: url(paralax0.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 900px;
	width: 1500px;
}
#p6 {
	background-image: url(paralax1.png);
	background-repeat: no-repeat;
	background-position: 180px top;
	height: 1200px;
	width: 900px;
}
#p7 {
	background-image: url(paralax2.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 1000px;
	width: 1500px;
}
#p8 {
	background-image: url(paralax3.png);
	background-repeat: no-repeat;
	background-position: 100px bottom;
	height: 900px;
	width: 1500px;
}
#p9 {
	background-image: url(bg.png);
	background-repeat: repeat;
	height: 1400px;
	width: 1600px;
	background-attachment: fixed;
}
#inner {
	padding: 10px;
	display: inline;
	margin-top: auto;
	margin-right: 10px;
	margin-bottom: auto;
	margin-left: auto;
}
#inner #front {
	float: left;
	height: 290px;
	width: 480px;
	margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
	background-image: url(frontshade.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#inner #front a {
	color: #FFF;
	text-decoration: none;
}
#inner #front a span {
	position: absolute;
	right: 40px;
	bottom: 20px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 2px;
	background-image: url(collections.png);
	background-repeat: repeat;
}
#inner #front a img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#inner #frontinfo {
	padding-left: 8px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #000;
	color: #FFF;
	width: auto;
	display: block;
	margin-left: 480px;
	margin-right: 10px;
}
#inner .collections ul{
	display: block;
	overflow: hidden;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#inner .collections ul li {
	display: block;
}
#inner .collections ul li a {
	color: #CCC;
	text-decoration: none;
	display: block;
	position: relative;
}
#inner .collections ul li a:hover {
	color: #900;
	text-decoration: none;
}




#inner .collection ul{
	display: block;
	overflow: hidden;
	list-style-image: none;
	list-style-type: none;
}
#inner .collection ul li {
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	display: block;
}
#inner .collection ul li a {
	color: #CCC;
	text-decoration: none;
	display: block;
	height: 145px;
	width: 120px;
	position: relative;
}
#inner .collection ul li a img {
	height: 145px;
	width: 120px;
}
#inner .collection ul li a img.active {
	z-index:1; /* show it on top of the other images (they have z-index 0) */
	left: -4px; /* same as border width but negative */
	top: -4px;
}




#inner h2 {
	font-size: 48px;
	line-height: 38px;
	height: 34px;
	border-bottom-width: 1px;
	border-bottom-style: outset;
	border-bottom-color: #1D1D1D;
	color: #4A4A4A;
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
	width: auto;
}
#inner h3 {
	font-size: 38px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#inner .promo, #inner h3.offer {
	height: 38px;
}
#inner .promo a {
	color: #F00;
	text-decoration: none;
}
#inner p.offer {
	color: #FFF;
	text-indent: 0px;
	font-size: 16px;
}
#inner .offer a {
	color: #FFF;
	text-decoration: none;
}
#inner #shops {
	margin: auto;
	width: auto;
}
#inner #shops ul {
	margin: 0px;
	padding: 0px;
	width: auto;
	list-style-image: none;
	list-style-type: none;
	display: block;
	height: auto;
}
#inner #shops ul li {
	float: left;
	height: 160px;
	width: 240px;
	margin-right: 5px;
	margin-bottom: 5px;
	position: relative;
	background-color: #333;
	padding: 2px;
}
#inner #shops ul li:hover {
	background-color: #FFF;
}
#inner #shops ul li a {
	font-weight: bold;
	color: #CCC;
	text-decoration: none;
}
#inner #shops ul li img {
	height: 160px;
	width: 240px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
}

#inner #shops ul li span {
	background-color: #000;
	position: absolute;
	height: 16px;
	width: 236px;
	left: 2px;
	right: 2px;
	bottom: 2px;
	padding: 2px;
	font-size: 10px;
	color: #CCC;
	text-align: right;
}
#inner #corplist {
	margin: 0px;
	list-style-image: none;
	list-style-type: none;
	float: left;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#inner #corplist li {
	float: left;
	height: 300px;
	width: 220px;
	margin-right: 5px;
}
#inner #corp {
	color: #FFF;
}
#inner .text {
	color: #FFF;
}
#inner .text  a {
	color: #FFF;
	text-decoration: underline;
}
#inner .text  a:hover {
	color: #FFF;
	text-decoration: none;
}


















#footer {
	width: auto;
	background-color: #000;
	padding-top: 10px;
	padding-right: 2%;
	padding-left: 2%;
	font-size: 11px;
	font-variant: small-caps;
	color: #666;
	padding-bottom: 10px;
	display: block;
}
#footer #copyright {
	float: left;
}
#footer #webdesign {
	float: right;
}
#footer #webdesign a {
	color: #333;
	text-decoration: none;
}
#footer #webdesign a:hover {
	color: #999;
	text-decoration: none;
}
#awards {
	position: absolute;
	right: 2%;
	bottom: 30px;
}
#awards h4 {
	font-size: 12px;
	color: #666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	padding: 0px;
}
#subscribe {
	position: absolute;
	left: 30px;
	bottom: 30px;
}



#archive {
	font-size: 10px;
	color: #666;
	padding-top: 5px;
	padding-right: 2ex;
	padding-bottom: 5px;
	padding-left: 2%;
	display: block;
	font-variant: small-caps;
}
#archive a {
	text-decoration: none;
	font-weight: bold;
	color: #666;
}
#archive a:hover {
	text-decoration: underline;
}
#loader {
	overflow: hidden;
	position: absolute;
	z-index: 10;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	visibility: visible;
	background-color: #000;
}
#loader #skip {
	position: absolute;
	z-index: 50;
	height: auto;
	width: auto;
	right: 8%;
	bottom: 8%;
	text-align: center;
	display: block;
	background-image: url(skip.png);
	background-repeat: repeat;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
#loader #skip a {
	font-variant: small-caps;
	color: #FFF;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}
.clear {
	clear: both;
	width: auto;
	height: 1px;
}

