body{
    background-color:#d9d9d9;
	background-image:  url('../images/bg.jpg');
	background-repeat: repeat-x;
	font-family:Lucida Sans Unicode, Arial;
	font-size:11px;
	color:#00000;
	top: 0;
	margin:0;
	padding:0;
	text-align:center;
}

#bg{
	background-image:  url('../images/bg-alt.jpg');
	background-repeat: repeat-x;
	background-position:bottom;
}

#welcome{
	width:252px;
	height:140px;
	float:left;
	padding:10px;
	color:#FFFFFF;
}
#wrapper{
	padding:0;
	margin:0 auto 0 auto; 
	width:973px;
	top:0;
	line-height: 1.8em;
	text-align:left;
	height:809px;
}

#header{
	width:973px;
	background-image:  url('../images/header.png');
	background-repeat: no-repeat;
	height:285px;
	display:block;
	z-index:2;
}

#logo{
	margin-left:400px;
	padding-top:120px;
	width:183px;
	height:62px;
}

#language {
	float:right;
	position:relative;
	margin-top:10px;
	margin-right:50px;
	color:#FFFFFF;
}

.language-text {
	height:11px;
	color:#3d6782;
	text-decoration:none;
}

#box{
	background:url(../images/content.png) 0 0 no-repeat;
	width:854px;
	height:240px;
	margin:0 auto;
	margin-top:20px;
}

#box1{
	background:url(../images/box.png);
	width:264px;
	height:190px;
	float:left;
	margin:35px 45px 0 70px;
}
#box2{
	background:url(../images/box.png);
	width:264px;
	height:190px;
	float:left;
	margin:35px 70px 0 -35px;
}

#box3{
	background:url(../images/box.png);
	width:264px;
	height:190px;
	float:left;
	margin:35px 50px 0 -58px;
	line-height:20px;
}

#footer{
	background-image: url('../images/footer.png');
	background-repeat: no-repeat;
	width:805px;
	height:2px;
	float:left;
	margin:15px 0 0 65px;
}


#footer-text {
	width:900px;
	text-align:center;
	
}

.copyright {
	font-size:10px;
	color:#877762;
	margin:0 auto;
}

#content{
	width:960px;
	float:left;
}

#content-text{
	padding-left:32px;
	padding-right:32px;
	padding-top:20px;
}

.clearBoth {clear: both}


a:link,a:active,a:visited{ 
	color: #336699; 
	text-decoration:none;
}

a:hover{
	color: #528BC5; 
	text-decoration:underline;
}

h1{font-size:22px; line-height: 170%;}
h2{font-size:16px; color:#3f4d63; text-align:right; padding-top:2px; padding-right:20px;}
h3{font-size:14px; color:#FFFFFF; line-height: 170%;}
h4{font-size:14px; line-height: 170%;}
h5{font-size:12px; line-height: 170%;}
h6{font-size:10px; line-height: 170%;}
p{margin-top:10px; margin-bottom:20px; text-align:justify;}

.td{
	font-size:12px;
}

#page-name{
	font-size:18px;
	font-weight:bold;
	text-align:right;
	padding-right:30px;
	color:#cc0000;
	padding-top:30px;
	padding-bottom:10px;
}

#menu{
	position:absolute;
	width:930px;
	margin-left:25px;
	margin-right:15px;
	margin-top:-10px;
	z-index:2;
}

#menu a{
	color:#FFFFFF;
}

/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:643px;
		height:184px;
		overflow:hidden; 
		}	

	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:20px;	
		}
	ol#controls li{
		margin:0 5px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:20px;
		line-height:20px;
		}
	ol#controls li a{
		float:left;
		height:20px;
		line-height:20px;
		border:1px solid #D3D3D3;
		background:#E8E8E8;
		color:#555;
		padding:0 5px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#E3282D;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
	
/* // Easy Slider */


/*--mySlideShow--*/

#showroom {
	width:563px;
	height:205px;
	float:left;
	z-index:200000;
	margin:26px 0 0 6px;
}

#mySlideShow {
	height:115px;
	width: 115px;
	z-index:1;
	
}
.slide-show {
	position: relative;
}
.slide-show .slide {
	display: none;
	position:absolute;
}
.slide-show .slide.first, .slide img {
	display: block;
}
