@CHARSET "ISO-8859-1";

body {
	background-image:url(../images/body_bg_clouds.jpg);
	background-repeat: no-repeat;
	background-color: #000;
	background-position:center top;
	background-attachment:fixed;
}
/*
#body-background, #body-background img{
	width:100%;
	position: fixed;
}*/
#all-around{
	width:100%;
	position:absolute;
	z-index:1;
}
#wrapper {
	border:1px solid white;
	margin:15px auto 0;
	padding:2px;
	width:750px;
}
	
#top-bar, #footer {
	background-image:url(../images/white_bg.png);
	border:1px solid #222222;
	height:18px;
	width:748px;

}
#top-bar{
	margin-bottom: 1px;
}
#footer{
	margin-top: 1px;
}

#top-bar a, #footer a{
	font-weight: bold;
	color: #000; 
	margin: 0 4px;
	text-decoration: none;
}
#top-bar a:hover, #footer a:hover{

	color: #555; 
}
/*
#bt-home{
	background-image:url(../images/head_btc_off.png);
	width:199px;
	height: 18px;
}
#bt-home span{
	display:none;
}

#bt-home:hover{
	background-image:url(../images/head_btc_on.png);
}

#bv-home{
	background-image:url(../images/head_bvc_off.png);
	width:215px;
	height: 18px;
}
#bv-home span{
	display:none;
}

#bv-home:hover{
	background-image:url(../images/head_bvc_on.png);
}
*/
#area-image{
	width: 748px;
	height: 260px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #222;
}
#area-image span{
	display: none;
}


.main{
	background-image:url(../images/main_bg.jpg);
}


#navigation{
	background-image:url(../images/nav_bg.png);
	height:18px;
	width:748px;
	border: 1px solid #fff;
}

#nav-tabs{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
}
#nav-tabs li{
	float: left;
	width: 150px;
	border-right: 1px solid white;
}
#nav-tabs li a{
	display: block;
	text-align:center;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
#nav-tabs li a:hover{
	color: #333;
}
	
#area-info{
	background-image:url(../images/white_bg.png);
	width: 748px;
	height: 42px;
	border-color:#222222 #222222 -moz-use-text-color;
	border-style:solid solid none;
	border-width:1px 1px 0;
	position: relative;
}
/*
#area-info h1 span{
	display: none;
	}

#area-info h1{
	margin-top: 10px;
	margin-left: 15px;
}
.h1-sr{
	background-image:url(../images/showroom_h1.png);	
	width: 178px;
	height: 21px;
}
*/
#area-info p{
font-size:16px;
margin:9px 6px;
}
#area-info span{
	bottom:5px;
	position:absolute;
	right:5px;
}
#content{
	background-image:url(../images/content_bg.png);
	width: 748px;
	border: 1px solid #222;
	position: relative;
	padding-top: 15px;
}

.collection {
	background-image:url(../images/white_bg.png);
	border: 2px solid white;

}
.collection img{
	border-left: 2px solid white;
}
.corner{
		background-image:url(../images/collection_top_corner.png);
		background-repeat: no-repeat;
		width: 11px;
		height: 11px;
		position: absolute;
}
.collection p{
	margin: 0;
}
.collection h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	text-transform: uppercase;
	
}

.collection .description{
	padding-top: 6px;
	padding-left: 10px;
}

.slide-show {
	display: none;
	width: 450px;
	padding: 10px;
	border-top:2px solid white;
	height: 100px;
	overflow: hidden;
	white-space: nowrap;
}
.slide-show img{
	height: 100px;
}
.colection-bottom-bar{
	background-image:url(../images/icons_bg.png);
	background-position:right center;
	background-repeat:repeat-y;
	bottom:0;
	height:19px;
	margin-left:10px;
	padding:3px 4px 1px;
	position:absolute;
	width:327px;
}
.icons{
	list-style-type: none;
	margin: 0;
}
.icons li{
	float: left;
	margin: 0;
}
.icons a{
	display: block;
	margin-left:2px;
}
	
.icons a span{
	display: none;
}
.icons a.pdf{
	width: 18px;
	height: 19px;
	background-image: url(../images/icons/pdf.png);
}
.icons a.web{
	width: 20px;
	height: 17px;
	background-image: url(../images/icons/web.png);
	background-position:right;
}
.icons .show-slide-show a{
	display:none;
}
.icons .show-slide-show a span{
	display:none;
}
.icons .show-slide-show a:first-child{
	display: block;
	width: 24px;
	height: 19px;
	background-image: url(../images/icons/slide_show.png);
}


.fleft {
	float:left;
}

.aright {
	text-align: right;
}
.fright {
	float:right;
}
.relative {
	position: relative;
}
.absolute {
	position: absolute;
}
.spleft {
	margin-left: 15px;
}
.spright {
	margin-right: 15px;
}
.bold {
	font-weight: bold;
}
.red {
color: #f00;
}
.maxheight{
	height: 100%;
}

