/**************************************/
/*              GLOBALS               */
/**************************************/
a { text-decoration: none; } 
body {text-align: center;margin-top: 0px;}
div {display: block; }
.background{
	margin: 0px auto;
	width: 900px;
	height: 660px
	}
.inline{
	width: 850px;
	padding-left: 25px;
	padding-right: 25px;
	}
.button{
	position: relative;
	cursor:pointer;
	float: left;
	}
.center {
	margin: 0px auto;
	text-align: center;
	}
.right{
	float: right;
	margin-right: 0px;
	}
.padding-top{
	padding-top: 10px;
	}
.padding-left{
	padding-left: 10px;
	}
/**************************************/
/*              HEADER                */
/**************************************/
.header1{
	background: url(../images/All/header1.jpg);
	background-repeat: no-repeat; 
	height: 71px;
	}
.header2{
	background: url(../images/All/header2.jpg);
	background-repeat: repeat-y;
	height: 37px;
	padding-top: 3px;
	}
.serch-showroom{
	width: 125px;
	height: 28px;
	background: url(../images/ALL/button_search_SHOWROOM.png);
	}
.serch-showroom_hover{
	width: 125px;
	height: 28px;
	background: url(../images/ALL/button_search_SHOWROOM_Green.png);
	}
.help{
	width: 90px;
	height: 28px;
	background: url(../images/ALL/button_HELP.png);
	}
.help_hover{
	width: 90px;
	height: 28px;
	background: url(../images/ALL/button_HELP_Green.png);
	}

/**************************************/
/*             NAVIGATION             */
/**************************************/



/**************************************/
/*            MAIN CONTENT            */
/**************************************/
.contents{
	background: url(../images/All/body.jpg);
	text-align: center;
	background-repeat: repeat-y;
	height: 464px;
	}

/**************************************/
/*               FOOTER               */
/**************************************/
.footer1{
	background: url(../images/All/footer1.jpg);
	background-repeat: no-repeat; 
	height: 39px;
	}
.footer2{
	background: url(../images/All/footer2.jpg);
	background-repeat: no-repeat; 
	height: 49px;
	}
.startPage{
	width: 154px;
	height: 35px;
	background: url(../images/ALL/button_jump_START.png);
	}
.startPage_hover{
	width: 154px;
	height: 35px;
	background: url(../images/ALL/button_jump_START_Green.png);
	}
.prevPage{
	width: 154px;
	height: 35px;
	background: url(../images/ALL/button_Back.png);
	}
.prevPage_hover{
	width: 154px;
	height: 35px;
	background: url(../images/ALL/button_Back_Green.png);
	}
.nextPage{
	width: 154px;
	height: 35px;
	background: url(../images/ALL/button_Next.png);
	}
.nextPage_hover{
	width: 154px;
	height: 35px;
	background: url(../images/ALL/button_Next_Green.png);
	}
