html {
  	font-family: verdana, sans-serif;
  	color: black;
  	font-size: 0px;
  	background-image: url(images/bg_html.gif);
  	background-repeat: repeat-x, repeat-y;
}

#head .home, #head .lang, #top .menu, #main, #footer {
  	font-size: 11px;
}

img {
	border: 0px;
}

a {
  color: #C72313;
}

#page {
	position: absolute;
	width: 700px;
	margin-top: 7px;
	margin-left: -350px;
	left: 50%;
	display: block;
}

#head {
  background-image: url(images/bg_top.jpg);
  background-repeat: no-repeat;
	height: 31px;
}

#head .lang {
	float: left;
	padding-top: 9px;
	padding-left: 42px;
	font-family: "Trebuchet MS";
	color: #C72313;
}

#head .lang a {
	text-decoration: none;
}

#head .lang a:hover {
	text-decoration: underline;
}

#head .home {
	float: right;
	padding-top: 9px;
	padding-right: 23px;
}

#top {
	width: 700px;
	height: 248px;
	font-size: 0px;
  	background-image: url(images/bg_main.gif);
  	background-repeat: repeat-y;

}

#top .menu {
	float: left;
  background-image: url(images/bg_menu.jpg);
  background-repeat: no-repeat;
	width: 230px;
	height: 248px;
}

#top .menu ul {
	margin-top:0px;
	padding-top:18px;
}

#top .menu li {
	font-family: "Trebuchet MS";
	font-weight: bold;
	list-style-type: none;
	height: 28px;
}

#top .menu a {
	color: #C72313;
	text-decoration: none;
}

#top .menu a:hover {
	text-decoration: underline;
}


#top .logo {
	padding-top: 12px;
	padding-left: 24px;
}

#top .puppets {
	float: right;
  	background-image: url(images/bg_puppets.jpg);
  	background-repeat: no-repeat;
	width: 470px;
	height: 248px;
}

#main {
  	background-image: url(images/bg_main.gif);
  	background-repeat: repeat-y;
	width: 700px;
	display: table;
}

#main .left {
	float: left;
	width: 255px;
}

#main .order {
	padding-top: 5px;
	_padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}

#main .right {
	float: right;
	width: 445px;
}

#main .content {
	/*padding-top: 5px;*/
	padding-bottom: 15px;
	padding-right: 10px;
}

#main .title_red, h1 {
	color: #C72313;
	font-size: 15px;
	font-weight: bold;
}

#main .title_orange, h2 {
	color: #F38519;
	font-size: 14px;	
	font-weight: bold;
}

#main .red {
	color: #C72313;
}

#footer {
  	background-image: url(images/bg_bottom.jpg);
	width: 700px;
	height: 38px;
}

#footer .copyright {
	color: #9B7145;
	font-size: 9px;
	float: right;
	padding-top: 10px;
	padding-right: 20px;
}

#footer .copyright a {
	color: #9B7145;;
	text-decoration: none;
}

#footer .copyright a:hover {
	color: #9B7145;;
	text-decoration: underline;
}
