@charset "utf-8";
/* CSS Document */

body {
	text-align: center;
	color: #929397;	
	font-family:Arial, Helvetica, sans-serif;
}

#wrapper {
	margin: 50px auto;
	text-align: left;
	width: 758px;
}

h1 {
	display: none;
}

a {
	color: #7F8184;
	text-decoration: none;
}

a.download {
	text-decoration: underline;
	font-size: 85%;
}

a:hover {
	color: #4ABFF7;
}

#header {
	border-bottom: 1px solid #929397;
}

#footer, 
#footer #copyright {
	border-top: 1px solid #929397;
	margin: 10px 0;
	padding: 10px 0;
}

#footer a#mail{
	width: 100%;
	display: block;
	height: 12px;
	background-image: url(../img/contact.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#footer a#mail:hover{
	background-position: 0px -20px;
}

#footer a#mail span {
	display: none;
}

#footer #copyright {
	text-align: right;
	padding-top: 10px;
	font-size: 93%;
}

ul#menu {
	margin: 0;
	clear: both;
	height: 26px;
}

ul#menu li {
	list-style-image:none;
	list-style-type:none;
	float: left;
	margin:0;
}

#menu li a{
	background-image: url(../img/menu.gif);
	background-repeat: no-repeat;
	background-position: 0px -35px;
	display: block;
	height: 16px;
}

#menu li a span{
	display:none;
}

#menu li a:hover{
	background-position: 0px -55px;
}

#menu li.selected a{
	background-position: 0px -75px;
}


#menu #home a, #menu #home a:hover{
	background-image: url(../img/logo.gif) !important;
	width: 123px;
	background-position: 0px 0px;
}

#menu #collection 	{ width: 87px;   margin-left: 128px; }
#menu #showroom 	{ width: 91px;  }
#menu #news		 	{ width: 42px;  }
#menu #customized 	{ width: 93px;  }
#menu #contact		{ width: 66px;  }

#menu #showroom,
#menu #news,
#menu #customized,
#menu #contact	{
	padding-left: 30px;
}

#menu li#showroom a 	{ background-position: -118px -35px;  }
#menu li#news a		 	{ background-position: -239px -35px;  }
#menu li#customized a 	{ background-position: -312px -35px;  }
#menu li#contact a		{ background-position: -437px -35px;  }

#menu li#showroom a:hover		{ background-position: -118px -55px;  }
#menu li#news a:hover	 		{ background-position: -239px -55px;  }
#menu li#customized a:hover 	{ background-position: -312px -55px;  }
#menu li#contact a:hover		{ background-position: -437px -55px;  }


#menu li#showroom.selected a 	{ background-position: -118px -75px;  }
#menu li#news.selected a		{ background-position: -239px -75px;  }
#menu li#customized.selected a 	{ background-position: -312px -75px;  }
#menu li#contact.selected a		{ background-position: -437px -75px;  }


#content {
	margin: 30px 0;
	height: 330px;
	clear: both;
}


#wrapper.full #content {
	height: auto;
}

#content div.image{
	width: 248px;
	height: 300px;
	margin-left: 6px;
	float: left;
}

#content div.image.first{
	margin-left: 0;
}

#content h2{
	margin: 10px 0 0px 0;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: normal;
}

#content .text h2,
#content .full h2{
	margin: 10px 0 30px 0;
	font-weight: bold;
}

#content div.text  {
	width: 476px;
	float: left;
	margin-left: 30px;
}

#content div.full p {
	line-height: 138.5%;
}

#content div.text p {
	line-height: 174%;
}

#content div.text h2{
	font-size: 14px;
}

#content div.image img{
	width: 248px;
	height: 300px;
}

#content a#back {
	
	position: relative;
	top: 300px;
	right: 10px;
}

#content form fieldset{
	clear: both;
}
#content form label {
	width: 100px;
}

#content form input,
#content form label {
	height: 16px;
	float: left;	
	margin: 0 0 3px 0;
	padding: 0 0 2px 0;	
	display: block;	
}

#content form input {
	width: 258px;
	border: none;
	border-bottom: 1px solid #A8A9AC;
}

#content form input#submit {
	width: 100px;
	border: none;
	height: 20px;
	margin-top:-30px;
	float: right;
	background: url(../img/send_button.gif) no-repeat right center;
	text-indent: -900em;
	cursor: pointer;
	color: #FFFFFF;
}

#home .first a#cover{
	background: url(../img/cover.gif) no-repeat 0px 0px;
	height: 300px;
	display: block;
}

#home .first #footer, 
#home .first #footer #copyright,
#home .first #footer #copyright *
 {
	visibility: visible;
	
}

#home .first #content {
	margin-bottom: 0;
	height: 300px;
}

#home .first #footer, 
#home .first #footer #copyright {
	border-top: 1px solid white;
	margin: 10px 0;
	padding: 0 10px;
}

#home .first a#cover:hover{
	background-position: 0px -300px;
}

#home #cover{
	background-image: none;
	height: 330px;
	display: block;
}

#home .first * {
	visibility: hidden;
}

#home #wrapper,
#home #wrapper #content,
#home #wrapper #content a
{
	visibility: visible;
}