/* CSS Document */

/* CSS Document */

BODY {
	margin: 0px;
	background-color: #dddddd;
}

TD {
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
}

/*
	structure
*/

#globalDiv {
	width: 100%;
	height: 100%;
	text-align: center;
}

#globalTable {
	width: 100%;
	height: 100%;
}

#globalTable #gCenter {
	width: 990px;
	background-image: url(../images/top_bkg.jpg);
	background-repeat: no-repeat;
	background-color: #eeeeee;
}

#globalTable #gLeft {
	background-image: url(../images/top_bkg.jpg);
	background-repeat: repeat-x;
	background-position: right 0px;
}

#centerTable {
	width: 100%;
	height: 100%;
}

#centerTable .left {
	width: 99px;
	height: 100%;
	background-image: url(../images/left_hatch.jpg);
	background-repeat: repeat-y;
}

#centerTable .center {
	width: 794px;
	height: 100%;
}

#centerTable .right {
	width: 97px;
	height: 100%;
	background-image: url(../images/right_hatch.jpg);
	background-repeat: repeat-y;
}

#pageTable {
	width: 100%;
	height: 100%;
}

#menuBar {
	width: 794px;
	height: 37px;
}

#menuBar .leftPart {
	width: 15px;
	height: 37px;
	float: left;
	background-color: #ffffff;
}

#menuBar .langPart {
	width: 130px;
	height: 37px;
	float: left;
	background-image: url(../images/language_hatch_bkg.jpg);
	background-repeat: repeat-y;
}

#menuBar .menuBox {
	width: 632px;
	height: 37px;
	float: left;
	background-color: #837d65;
}

#menuBar .rightPart {
	width: 17px;
	height: 37px;
	float: left;
	background-color: #ffffff;
}

/*
	special for products
*/

.specialMenu #menuBar {
	padding-top: 16px;
	background-color: #ffffff;
}

.specialMenu #menuBar .langPart {
	padding-top: 10px;
	height: 100%;
}

.specialMenu #homeLink {
	padding-top: 10px;
}

.specialMenu #menuBar .menuBox {
	height: 47px;
}

.specialMenu #mainMenu {
	padding-top: 10px;
}


/*
	menu
*/

#languages {
	padding-left: 23px;
}

#languages div {
	float: left;
	text-transform: uppercase;
}

#homeLink {
	padding-left: 50px;
	float: left;
}

#mainMenu {
	float: left;
	padding-left: 50px;
}

#mainMenu span {
	display: block;
	font-size: 1px;
	float: left;
	width: 1px;
	height: 25px;
	background-image: url(../images/grey_pix.gif);
	background-repeat: repeat-y;
}

/*
	inside area
*/

#insideArea {
	width: 100%;
	height: 100%;
	/*
	background-color: #d8d5c7;
	background-image: url(../images/page_gradient.jpg);
	*/
	background-color: #ffffff;
	background-repeat: repeat-x;
	padding-left: 15px;
	padding-right: 17px;
	padding-top: 13px;
}

#inside .leftArea {
	width: 474px;
}

#inside .rightArea {
	width: 288px;
}

/*
	inside page (text + galery)
*/

#insidePage {
	margin-top: 15px;
	padding-bottom: 50px;
}

#insidePage .textArea {
	width: 295px;
}

#insidePage .textAreaLarge {
	width: 437px;
}

#insidePage .textArea .box {
	padding-left: 30px;
	padding-right: 10px;
}

#insidePage .textAreaLarge .box {
	padding-left: 30px;
	padding-right: 10px;
}

#insidePage .galeryArea {
	width: 117px;
	padding-left: 25px;
}

#insidePage .galeryArea .box img {
	margin-bottom: 10px;

}

/*
	
*/

#bottomLine {
	height: 14px;
	background-color: #504f45;
}

/*
	news
*/

#news {
	width: 288px;
}

#news .mainNew {
	background-color: #837d65;
	padding: 15px;
	padding-right: 25px;
}

#news .otherNews {
	/*background-color: #cac6b6;*/
	background-color: #e4e2dd;
	padding: 15px;
	margin-top:15px;
	margin-bottom: 15px;
}

/*
	hotspot
*/

#hotSpot {
	width: 258px;
	margin-bottom: 20px;
}

#hotSpot .spacer {
	width: 15px;
}

#hotSpot .bigImg {
	padding-bottom: 15px;
}

#hotSpot .smallImg {
	padding-bottom: 15px;
}

#hotSpot .note {
	padding-bottom: 15px;
	font-size: 10px;
	line-height: 12px;
}




