body
{
	font: normal 11px verdana;
	margin: 1px 0px 0px 0px;
	background: #FFF url('img/bgmain.gif') repeat;
}

a:link, a:visited, a:hover, a:active
{
	color:#006699;
}

hr
{
	width: 80%;
	height: 1px;
	color: #006699;
}

/* Title in header */
p.title
{
	padding: 0px 10px 5px 10px;
	font: normal 19px verdana;
	font-weight: bold;
	color: #006699;
}

p.titledl
{
	float: left;
	margin: 1px 1px 1px 10%;
	font: normal 13px verdana;
	color: #006699;
}

p.titledr
{
	float: right;
	margin: 1px 10% 1px 1px;
	font: normal 13px verdana;
	color: #006699;
}

img.logoimg
{
	margin: 15px 40px 15px 40px;
	width: 120px;
	height: 120px;
	border: 0px #aaa solid;
}

img.lang
{
	margin: 3px 3px 3px 3px;
	width: 25px;
	height: 16px;
	border: 0px #aaa solid;
	float: right;
	vertical-align: top;
}

img.bgh
{
	float: right;
	width:1px;
	height:350px;
	/*border:1px solid black;*/
}


/* Table main_table */
table.main_table
{
	width: 90%;
	min-width: 700px;
	height: 100%;
	border-collapse: collapse;
}

tr.space
{
	height: 10px;
}

tr.header
{
	height: 150px;
	background: #ccc url('img/bgtop.gif') repeat;
}

td.header_l
{
	text-align: center;
	vertical-align: center;
	border: 1px #006699 solid;
	border-right: 0px;
}

td.header_r
{
	text-align: center;
	vertical-align: top;
	border: 1px #006699 solid;
	border-left: 0px;

}

td.center_l
{
	width: 200px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	vertical-align: top;
}

td.center_r
{
	text-align: justify;
	vertical-align: top;
	padding: 20px 20px 20px 20px;
	background: url('img/world_map_tr2.gif') no-repeat top center;
}

td.bottom
{
	text-align: center;
	vertical-align: top;
	border: 1px #006699 solid;
	padding: 10px 10px 10px 10px;
}


td.bottom_links
{
	text-align: right;
	font-size: 80%;
	color: #000;
	vertical-align: top;
	padding: 10px 10px 10px 10px;
}

td.adv_td {
	border-bottom: 1px solid grey;
	height: 50px;
}

/* Menu */
ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 200px;
	border: 0px;
	border-bottom: 1px solid #ccc;
	/*list-style-image: url('img/li.gif');*/
}

ul li
{
	position: relative;
}

li ul
{
	position: absolute;
	left: 199px;
	top: 0;
	display: none;
}

ul li a
{
	display: block;
	text-decoration: none;
	background-color: #fff;
	padding: 5px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	height: 25px;
}

ul li ul li a
{
	border: 1px solid #ccc;
	border-bottom: 0px;
}

ul li a:hover
{
	text-decoration: underline;
}

ul li a:link, ul li a:visited, ul li a:hover
{
	color: #006699;
}


/* Holly Hack. IE Requirement \*/
* html ul li
{
	float: left;
	height: 1%;
}

* html ul li a
{
	height: 1%;
}
/* End */

li:hover ul, li.over ul
{
	display: block;
}

li:hover li ul
{
	display: none;
	left: 199px;
}

li:hover li:hover ul
{
	display: block;
}

/* Lists */
ol li {list-style-position: outside;}

/* Text main styles */
h2
{
	text-align: center;
	color: #000;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font: bold 16px verdana;
}

b.price
{
	color:red;
}

table.pricetable
{
	width: 70%;
	text-align: center;
	border: 1px solid #ccc;
	border-collapse: collapse;
}

.pricetable td
{
	border: 1px solid #ccc;
}

.pricetable tr
{
	height: 20px;
}

.pricetable th
{
	background: #ccc;
	text-align: center;
	height: 20px;
}

img.preview_img
{
	width: 500px;
}

div.centered
{
	letter-spacing: 1px;
	line-height: 140%;
	text-decoration: none;
	text-indent: 1cm;
	word-spacing: 10px;
	font-size: 15px;
}