body, html{
	padding: 0;
	margin: 0;
	font-family: Tahoma, Arial, Verdana;
	width: 100%;
	font-size:11px;
	line-height:15px;
	color:#444;
}

body{
	background: url(../img/bg_body.gif) top left repeat-x;
}

p{
	padding:0;
	margin:10px 0px 15px 0px;
}

h1{
	color: #444;
	font-size: 16px;
	font-weight: normal;
	margin:0px 0px 10px 0px;
}

a{
	outline: none;
	color: #222;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

a img{
	border: none;
	float: left;
}
img{
	display:block;
}
div,object{
	outline: none;
}

a.bullet{
	font-size: 11px;
	text-decoration: none;
	color: #222;
	padding: 0 0 0 10px;
	background: url(../img/arr_right.gif) left top no-repeat;
	float: left;
}

a.bullet:hover{
	text-decoration: underline;
}

ul, ol{
	margin:10px 0px 15px 0px;
}

#center{
	width: 980px;
	margin: 0 auto;
}

#container{
	float: left;
	width: 100%;
}

#head{
	float: left;
	width: 100%;
}

#headTop{
	float: left;
	width: 100%;
}

#langmenu{
	float: right;
	list-style: none;
	padding: 9px 0px 10px 15px;
	margin: 0 10px 0 0;
	font-size: 11px;
	background: #f4f4f4 url(../img/bg_menu_right.gif) right bottom no-repeat;
}

#menu{
	float: right;
	list-style: none;
	padding: 9px 5px 10px 10px;
	margin: 0 2px 0 0;
	font-size: 11px;
	background: #f4f4f4 url(../img/bg_menu_left.gif) left bottom no-repeat;
}

#menu li, #langmenu li{
	float: left;
	padding: 0;
	margin: 0 10px 0 0;
}

#menu li a, #langmenu li a{
	float: left;
	text-decoration: none;
	color: #222;
}

#langmenu li a:hover, #menu li a:hover{
	text-decoration: underline;
}

#menu li span{
	color: #888;
}

#headBanner{
	position: relative;
	width: 956px;
	float: left;
	padding: 12px;
	margin-top: 10px;
	height: 456px;
	background: url(../img/bg_banner.gif) center center no-repeat;
}

#bannerWrapper{
	position: absolute;
	float: left;
	z-index: 1;
	overflow: hidden;
}

#banner{
	float: left;
}

#bannerOver{
	position: absolute;
	float: left;
	z-index: 2;
	width: 956px;
}


#submenuWrapper{
	float: left;
	width: 896px;
	padding: 20px 30px ;
	background: url(../img/bg_submenu.png) center center no-repeat;
	z-index: 4;
}

#logo{
	float: left;
	z-index: 5;
}

#submenu{
	list-style: none;
	padding: 0;
	margin: 0;
	float: right;
	z-index: 998;
}

#submenu li{
	float: left;
	padding: 0;
	margin: 0;
	font-size: 16px;
	color: #222;
	line-height: 90px;
	background: url(../img/sep.gif) left center no-repeat;
	z-index: 999;
}

#submenu li a{
	color: #222;
	text-decoration: none;
	z-index: 1000;
	display: block;
	padding: 0 15px 0 17px;
}
#submenu li a:hover{
	color: #666;
}

#submenu li.active{
	background: url(../img/bg_active_left.gif) left center no-repeat;
}

#submenu li.active span{
	display: block;
	padding: 0 15px 0 17px;
	background: url(../img/bg_active_right.gif) right center no-repeat;
}

#interactive{
	float: left;
	width: 100%;
	margin: 53px 0 0 0;
	padding: 0;
	position: relative;
}

#buttons{
	float: left;
	width: 450px;
	padding: 0;
	margin: 0;
	position: absolute;
	bottom: 11px;
	left: 9px;
}

#collecties{
	width: 490px;
	height: 273px;
	float: right;
	margin: 0;
	padding: 0;
	position: relative;
}

#bg_collections{
	position: absolute;
	float: left;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

#collecties_btn{
	position: absolute;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 428px;
	left: 31px;
	top: 64px;
}

#collecties_btn li{
	float: left;
	padding: 0;
	margin: 0;
}

#collecties_btn li a{
	float: left;
	width: 214px;
	height: 91px;
	text-indent: -10000px;
}

#collecties_btn li a#sound{
	background: url(../img/parky_sound.png) center 1px no-repeat;
}
#collecties_btn li a#pro{
	background: url(../img/parky_pro.png) center center no-repeat;
}
#collecties_btn li a#lounge{
	background: url(../img/parky_lounge.png) -1px center no-repeat;
}
#collecties_btn li a#shinnoki{
	background: url(../img/parky_shinnoki.png) center center no-repeat;
}

.btn{
	float: left;
	cursor: pointer;
}

.btn .left{
	float: left;
	width: 17px;
	height: 47px;
	line-height: 47px;
	background: url(../img/btn_left.png);
}

.btn .right{
	float: left;
	width: 17px;
	height: 47px;
	line-height: 47px;
	background: url(../img/btn_right.png);
}

.btn .middle{
	float: left;
	background: url(../img/btn_middle.png);
}

.btn .middle .value{
	font-size: 11px;
	line-height: 47px;
	text-decoration: none;
	color: #222;
	padding: 0 0 0 10px;
	background: url(../img/arr_right.gif) left top no-repeat;
}

.btn2{
	float: left;
	cursor: pointer;
	margin-top: 20px;
	margin-right: 20px;
}

.btn2 .left{
	float: left;
	width: 7px;
	height: 29px;
	line-height: 29px;
	background: url(../img/btn2_left.png);
}

.btn2 .right{
	float: left;
	width: 8px;
	height: 29px;
	line-height: 29px;
	background: url(../img/btn2_right.png);
}

.btn2 .middle{
	float: left;
	background: url(../img/btn2_middle.png);
}

.btn2 .middle .value{
	font-size: 11px;
	line-height: 29px;
	text-decoration: none;
	color: #222;
	padding: 0 0 0 10px;
	background: url(../img/arr_right.gif) left top no-repeat;
}

.btn#colName .middle .value{
	background: url(../img/arr_right.gif) left top no-repeat;
}

.btn#smaller .middle .value{
	background: url(../img/arr_up.gif) left center no-repeat;
}
.btn#bigger .middle .value{
	background: url(../img/arr_down.gif) left center no-repeat;
}

#body{
	float: left;
	width: 941px;
	padding: 23px 30px 30px 10px;
}

#col1{
	float: left;
	width: 705px;
	padding: 0 20px 20px 0;
}

#col1 .textitem{
	float: left;
	padding: 20px 20px 20px 20px;
	background: url(../img/bg_text1.gif) top left repeat-y;
	font-size:11px;
	color: #444;
	width: 665px;
}
#col1 .textitem_text{
	float: left;
	padding: 0;
	font-size:11px;
	color: #444;
	width: 430px;
}
#col1 .textitem .textitem_text h1, #col2 .textitem_text .box h1{
	padding: 0;
	margin: 0;
}

#col1 .textitem .textitem_text p{
	text-align: justify;
	padding: 0;
	margin: 10px 0 15px 0;
}

#col1 .textitem .textitem_text ul{
	padding: 0;
	margin: 10px 0 15px 0;
	list-style:none;
}
#col1 .textitem .textitem_text ol{
	padding: 0;
	margin: 10px 0 15px 18px;
}

#col1 .textitem .textitem_text ul li, #col1 .textitem .textitem_text ol li ul li{
	background: url(../img/arr_right.gif) left top no-repeat;
	padding: 0 0 0 10px;
}
#col1 .textitem .textitem_text ol li{
	background: none;
	padding: 0px;
}
#col1 .textitem .col_col{
	margin:0px;
	padding:0px;
	width:235px;
	float:left;
}
#col1 .textitem .col_col ul{
	margin:0px;
	padding:0px;
	list-style:none;
	width:209px;
	padding:0 0 0 10px;
	float:left;
}
#col1 .textitem .col_col .check_col li{
	background: url(../img/check.gif) left top no-repeat;
	padding: 5px 0 5px 30px;
}

#col1 .contactform{
	float: left;
	background: url(../img/bg_contact.gif) top left repeat-y;
	font-size:11px;
	color: #444;
}

#col1 .contactform img{
	float: left;
}

.contactWrapper{
	width: 430px;
	padding: 20px 0 20px 20px;
}

.contactWrapper h1{
	margin:0;
	padding: 0;
}

#col1 .spacer{
	float: left;
}

#col2{
	float: left;
	width: 215px;
}

.box{
	float: left;
	width: 100%;
	background: url(../img/box_bg.gif) center center repeat-y;
	margin-bottom: 20px;
}

.box img{
	float: left;
}

.box .boxWrapper{
	float: left;
	padding: 15px 20px;
	width: 175px;
}

.box .boxWrapper .icon{
	margin-right: 6px;	
	margin-bottom: 6px;	
}

.box .boxWrapper#colbox{
	float: left;
	padding: 15px 15px;
	width: 185px;
}

.box form{
	padding: 0;
	margin: 0;
	width: 100%;
	float: left;
}

.box p{
	padding: 0;
	margin: 15px 0 0 0;
	float: left;
	width: 100%;
	font-size: 11px;
}

.box p label{
	font-size: 11px;
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
}

.box p select{
	float: left;
	width: 100%;
}

.box p input{
	float: right;
}

.box p .input{
	float: left;
	width: 168px;
}

.box ul, .box ol, #footer ul{
	float: left;
	padding: 0;
	margin: 10px 0 0 0;
	list-style: none;
	width: 100%;
}

.box ul li, #footer ul li{
	float: left;
	padding: 0 0 0 10px;
	width: 165px;
	margin: 0;
	background: url(../img/arr_right.gif) no-repeat left top;
	font-size: 11px;
}

.box ol li{
	background:none;
}

.box ul li a, #footer ul li a{
	float: left;
	width: 100%;
	color: #222;
	text-decoration: none;
}

.box ul li span, #footer ul li span{
	float: left;
	width: 100%;
	color: #888;
	text-decoration: none;
}

.box ul li a:hover, #footer ul li a:hover{
	text-decoration: underline;
}

#footer{
	float: left;
	width: 100%;
	padding: 40px 0;
	background: #f5f5f5 url(../img/bg_footer.gif) top left repeat-x;
}

#footCenter{
	width: 960px;
	margin: 0 auto;
}
.framed{
	padding: 2px;
	background: white;
	border: 1px solid #ccc;
	float:left;
	margin: 0 20px 20px 0;
}
.col_img{
	float:left;
	margin: 0 20px 20px 0;
}

#footer .col{
	float: left;
	border-left: 1px solid #d5d5d5;
	width: 215px;
	height: 150px;
	padding: 0 0 0 19px;
}

#footer .col p{
	font-size: 11px;
}

#footer .col h1{
	margin: 0;
	padding: 0;
}

#footer #foot_menu1{
	width: 100px;
}

#footer #foot_menu2{
	width: 100px;
}

#collection_small{
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
}

#col2 .box ul#collection_small li{
	float: left !important;
	padding: 0 !important;
	background: none !important;
	width: 88px !important;
	margin: 0 9px 9px 0 ;
}

#col2 .box ul#collection_small li a{
	float: left;
	width: 88px;
	height: 32px;
	text-indent: -10000px;
}

#col2 .box ul#collection_small li a#sound_small{
	background: url(../img/sound_small.gif) center center no-repeat;
}
#col2 .box ul#collection_small li a#pro_small{
	background: url(../img/pro_small.gif) center center no-repeat;
}
#col2 .box ul#collection_small li a#lounge_small{
	background: url(../img/lounge_small.gif) center center no-repeat;
}
#col2 .box ul#collection_small li a#shinnoki_small{
	background: url(../img/shinnoki_small.gif) center center no-repeat;
}

/*---------------------------------- CONTACT ------------------------------------------------*/

#col1 .colLeft{
	display:block;
	float: left;
	width: 215px;
	padding:0 20px 20px 20px;
}
#col1 .colRight{
	display:block;
	float: left;
	width: 450px;
	padding:0 0 20px 0;
}

/*---------------------------------- FORM ------------------------------------------------*/

.formcontact{
	display:block;
	position:relative;
	float:left;
	padding:0 0 10px 0;
}
.formcontact .row{
	display:block;
	position:relative;
	float:left;
	width:430px;
	padding:0;
}
.formcontact .label, .formcontact .input{
	display:block;
	position:relative;
	float:left;
	width:215px;
	padding:3px 0px 0px 0px;
}
.formcontact .label2{
	display:block;
	position:relative;
	float:left;
	width:345px;
	padding:3px 0px 0px 0px;
}
.formcontact .label3{
	display:block;
	position:relative;
	float:left;
	width:135px;
	padding:3px 0px 0px 3px;
}
.formcontact .input{
	width:195px;
	padding:0 20px 0 0;
}
.formcontact .input input{
	width:100%;
}
.formcontact .input select{
	width:100%;
}
.formcontact .check{
	display:block;
	position:relative;
	float:left;
	width:30px;
}
.formcontact .contact2col{
	display:block;
	position:relative;
	float:left;
	width:410px;
	padding: 10px 0 0 0;
}
.formcontact .contact1col{
	display:block;
	position:relative;
	float:left;
	width:215px;
	padding:10px 0px 0px 0px;
}
.formcontact textarea{
	display:block;
	position:relative;
	float:left;
	width:100%;
	height:75px;
	margin:5px 0px 0px 0px;
}
.formcontact #send148, .formcontact #send149, .formcontact #send211, .formcontact #send212, .formcontact #sendForm{
	display:block;
	position:relative;
	float:right;
	margin:0px 20px 5px 0px;
	cursor: pointer;
}

.products{
	float: left;
	padding: 20px 0 20px 20px;
	margin: 0;
	list-style: none;
	width: 685px;
}

.products li{
	float: left;
	margin: 0 20px 20px 0;
	width: 215px;
	padding: 0;
}

.products li a{
	float: left;	
}

.products li a img{
	float: left;
	border: 1px solid #ccc;
	padding: 2px;
}

span.detail{
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
}

span.detail strong{
	float: left;
	width: 130px;
}

#searchBox p .check{
	float: left;
	width: 65px;
}

#searchBox p .check label{
	line-height: 18px;	
}

#searchBox p input.searchCheck{
	float: left;
	width: auto;
}

#searchBox p label.searchLabel{
	float: left;
	width: auto;
	font-size: 10px;
}

.textitem.project{
	padding: 8px 20px !important;
}

.textitem.project h1{
	margin: 0;
	height:22px;
}

.project .projectName{
	float: left;
	margin-right: 10px;
	width: 220px;
}

.project .projectCountry{
	float: left;
	width: 200px;
}

.project .projectOpp{
	float: left;
	width: 55px;
	text-align:right;
	padding-right: 10px;
}

.project .projectProd{
	float: left;	
}

.sField{
	float: left;
	width: 100%;
}

.projectGroup{
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
#dealerformcontainer{
	display:block;
	position:relative;
	float:left;
	width:235px;
}
#dealerform{
	display:block;
	position:relative;
	float:left;
	width:195px;
}
#dealerform input, #dealerform span{
	display:block;
	position:relative;
	float:left;
	width:100%;
	margin:3px 0px;
}
#dealerform #dealersend{
	display:block;
	position:relative;
	float:right;
	width:auto;
}
#dealermodule{
	background:#fff;
	display:block;
	position:relative;
	float:left;
	width:658px;
	height:400px;
	border:1px solid #ccc;
	padding:3px;
}
#dealernav,#dealers{
	display:block;
	position:relative;
	float:left;
	width:100%;
	padding:20px 0px 0px 0px;
}
#dealernav .minicol{
	display:block;
	position:relative;
	float:left;
	width:auto;
	padding:0px 18px 0px 2px;
	list-style:none;
}
#dealers .col{
	display:block;
	position:relative;
	float:left;
	width:210px;
	height:130px;
	padding:20px 0px 19px 0px;
	margin:0px 10px 0px 0px;
	border-bottom:1px solid #ccc;
}

#stock{
	display: none;	
}