body {
	background-color: #CCCCCC;
	margin: 0px;
	text-align: center;
	font-family: "Verdana";
	font-size: 12px;
	color: #013A4C;
}
	
#main {
	width: 730px;
	background-color: white;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	position: relative;
	background-image: url(images/bkg.gif);
	background-position: center;
	background-repeat: repeat-y;
	padding-left: 0px;
	padding-right: 0px;
}

#logo {
	margin-left: 30px;
	text-align: left;
}

#flag {
	position: absolute;
	right: 25px;
	top: 20px;
}

#header {
	background-image: url(images/menu.gif);
	background-position: center;
	background-repeat: no-repeat;
}

#cont {
	background-color: white;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 30px;
	margin-right: 30px;
}

a.button1 {
	position: absolute;
	height: 82px;
	width: 100px;
	top: 80px;	
	left: 290px;
	background-image: url(images/bkgb_up.gif);
	background-repeat: repeat-x;
	background-position: center;
	border-left: 1px solid #1A7ACB;
	border-right: 1px solid #1A7ACB;
	color: #0066CC;
	text-decoration: none;
}

a.button2 {
	position: absolute;
	height: 82px;
	width: 100px;
	top: 80px;	
	left: 395px;
	background-image: url(images/bkgb_up.gif);
	background-repeat: repeat-x;
	background-position: center;
	border-left: 1px solid #1A7ACB;
	border-right: 1px solid #1A7ACB;
	color: #0066CC;
	text-decoration: none;
}

a.button3 {
	position: absolute;
	height: 82px;
	width: 100px;
	top: 80px;	
	left: 500px;
	background-image: url(images/bkgb_up.gif);
	background-repeat: repeat-x;
	background-position: center;
	border-left: 1px solid #1A7ACB;
	border-right: 1px solid #1A7ACB;
	color: #0066CC;
	text-decoration: none;
}

a.button4 {
	position: absolute;
	height: 82px;
	width: 100px;
	top: 80px;	
	left: 605px;
	background-image: url(images/bkgb_up.gif);
	background-repeat: repeat-x;
	background-position: center;
	border-left: 1px solid #1A7ACB;
	border-right: 1px solid #1A7ACB;
	color: #0066CC;
	text-decoration: none;
}

a.button1:hover, a.button2:hover, a.button3:hover, a.button4:hover {
	background-image: url(images/bkgb_dn.gif);
}



h1 {
	color: #FF9933;
	font-size: 20px;
	text-align: left;
	padding-right: 30px;
}

.cap {
	color: #330099;
	font-size: 16px;
	text-align: left;
	padding-left: 20px;
	font-weight: bold;
}

.t1 {
	font-size: 12px;
	color: #666666;
	padding: 5px 20px 10px 10px;
	text-align: justify;
	margin-bottom: 20px;
}

.t2 {
	font-size: 12px;
	color: #666666;
	padding: 5px 20px 10px 10px;
	text-align: justify;
	background-color: #FFFFE1;
	width: 630px;
	margin-left: 8px;
	margin-right: 8px;
}


.table {
	font-size: 14px;
	border: 1px solid #CCCCCC;
}

.table1 {
	font-size: 12px;
	border: 1px solid #CCCCCC;
}

.table2 {
	font-size: 12px;
}

th {
	background-color: #99CCFF;
	color: #003399;
	padding: 2px 2px 2px 2px;
}

.td1 {
	background-color: #EAF5FF;
	text-align: center;
}

.td2 {
	background-color: #D2EAFF;
	text-align: center;
}

.li {
	list-style-type: square;
	padding-left: 5px;
	margin-left: 15px;
}


.ci1 {
	background-color: #D2EAFF;
	font-size: 10px;
	text-align: center;
	padding: 2px 2px 2px 2px;
	margin-bottom: 5px;
}

.a_menu {
	color: #0066CC;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	top: 60px;
	position: relative;
}

.a_menu_dn {
	color: #FF9933;
}

.img {
	border: 10px solid #FFCC33;
}

.img1 {
	border: 10px solid #6666CC;
}

#price {
	font-size: 11px;
	border: 1px solid #CCCCCC;
	color: Black;
}

#price th {
	text-align: center;
}

#price caption {
	font-size: 12px;
	color: Black;
	text-align: left;
	font-weight: bold;
	padding: 5px;
}

#galery {
	text-align: center;
}

#galery img {
	border: 2px solid #0000CD;
	margin: 5px 5px 5px 5px;
}