body   {
	background-color: #B8B8B8;
	background-image: url("../images/bg.jpg");
	background-position: top left;
	background-repeat: repeat-x;
}

#maindiv  {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	background-color: transparent;
}

#header  {
	position: relative;
	top: 35px;
	left: 0px;
	width: 1000px;
	height: 100px;
	background-color: #E7E7E7;
}

#header-left, #header-right  {
	position: absolute;
	top: 0px;
	height: 100px;
	background-position: top left;
	background-repeat: no-repeat;
}

#header-left  {
	left: 0px;
	width: 229px;
	background-image: url("../images/logo.jpg");
}

#header-right  {
	left: 233px;
	width: 767px;
	background-image: url("../images/20081022var1.1_04.jpg");
}

#menu  {
	position: relative;
	top: 55px;
	left: 250px;
	height: 21px;
	width: 760px;
	background-color: transparent;
}

#submenu1, #submenu2, #submenu3, #submenu4  {
	height: 21px;
	background-position: top left;
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	cursor: pointer;
}

#submenu1  {
	left: 0px;
	width: 76px;
	background-image: url("../images/menu_company.jpg");
}

#submenu2  {
	left: 140px;
	width: 86px;
	background-image: url("../images/menu_creativ.jpg");
}

#submenu3  {
	left: 288px;
	width: 69px;
	background-image: url("../images/menu_portfolio.jpg");
}

#submenu4  {
	left: 424px;
	width: 82px;
	background-image: url("../images/menu_contact.jpg");
}

#content  {
	position: relative;
	top: 54px;
	left: 0px;
	width: 1000px;
	height: 340px;
	background-color: #616161;
}

#item-image  {
	position: absolute;
	top: 10px;
	left: 450px;
	width: 230px;
	height: 320px;
	background-color: #E7E7E7;
	cursor: pointer;
}

#item-choose  {
	position: absolute;
	top: 10px;
	left: 256px;
	width: 186px;
	height: 320px;
	background-color: transparent;
}

.list  {
	cursor: pointer;
}

#item1, #item2, #item3, #item4, #item5, #item6  {
	position: absolute;
	left: 2px;
	width: 145px;
	height: 32px;
	background-position: top left;
	background-repeat: no-repeat;
}

#item1  {
	top: 117px;
	background-image: url("../images/sub_suvenir.jpg");
}

#item2  {
	top: 151px;
	background-image: url("../images/sub_corporate.jpg");
}

#item3  {
	top: 185px;
	background-image: url("../images/sub_ceramik.jpg");
}

#item4  {
	top: 219px;
	background-image: url("../images/sub_stone.jpg");
}

#item5  {
	top: 253px;
	background-image: url("../images/sub_leather.jpg");
}

#item6  {
	top: 287px;
	background-image: url("../images/sub_clock.jpg");
}

#decorarion1  {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 230px;
	height: 340px;
	background-image: url("../images/arhive_img.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	cursor: pointer;
}

#decorarion3  {
	position: absolute;
	top: 0px;
	left: 230px;
	width: 20px;
	height: 340px;
	background-color: #E7E7E7;
}

#decorarion2  {
	position: absolute;
	top: 10px;
	left: 690px;
	width: 300px;
	height: 320px;
	background-image: url("../images/img_cube.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	cursor: pointer;
}

#not  {
	position: absolute;
	top: 130px;
	left: 50px;
	width: 200px;
	height: 60px;
	background-color: white;
	z-index: 1;
	overflow: hidden;
	display: none;
	border: 1px solid black;
	line-height: 55px;
	cursor: pointer;
	text-align: center;
}


#text-place  {
	position: relative;
	top: 70px;
	left: 245px;
	width: 745px;
	background-color: transparent;
	padding-top: 20px;
}

h1  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #555;
    text-align: left;
    line-height: 1.2;
}

p  {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-align: justify;
    color: #555;
    line-height: 1.2;
}

#footer  {
	position: relative;
	top: 110px;
	left: 0px;
	width: 1000px;
	height: 25px;
	/*background-color: #EEE;*/
	background-color: transparent;
}

#footer span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    text-align: left;
    color: #555;
}

a:link  {
	text-decoration: none;
	color: #555;
}
a:visited {
	text-decoration: none;
	color: #555;
}

a:hover  {
	text-decoration: none;
	color: #A00;
}

.fun  {
	cursor: pointer;
}

#map  {
	position: absolute;
	top: 35px;
	left: 163px;
	width: 673px;
	height: 580px;
	background-color: #AEAEAE;
	z-index: 3;
	display: none;
	overflow: hidden;
}

#modal-map  {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1000px;
	height: 850px;
	background-color: white;
	z-index: 2;
	display: none;
	filter: alpha(opacity = 80);
    opacity: 0.8;
}

.map, #map-close  {
	cursor: pointer;
}

#map span  {
	margin-left: 20px;
}

.thumb {
	border: 1px solid #B0B0B0;	
}








