body, html
{
	padding:0px;
	margin:0px;
	background: #C8D0E5;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4C4C4C;
}

*
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

input, select, textarea
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4C4C4C;
}

form
{
	padding: 0px;
	margin: 0px;
}

.clear
{
	clear: both;
}

a
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A9C123;
	text-decoration: underline;
}

h1
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #4C4C4C;
	font-weight: normal;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 5px 10px;	
	border-bottom: solid 1px #C5CEDD;
}

h2
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ED904B;
	font-weight: normal;
	padding: 5px 10px 0px 10px;
	margin: 5px 0px 0px 15px;	
}

p
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4C4C4C;
	padding: 3px 10px 3px 10px;
	margin: 10px 10px 10px 15px;
	line-height: 150%;
}

ul
{
	padding: 0px 10px 5px 35px;
	margin: 5px 10px 5px 15px;
	line-height: 150%;
}

li
{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style: square;
}

.priceTable
{
	width: 90%;	
	margin: 0px 10px 0px 20px;
}

.priceTable th
{
	font-weight: normal;
	padding: 5px;
	border: solid 1px #E1E8B5;
	background-color: #F8FAFD
}

.priceTable td
{
	padding: 5px;
	border: solid 1px #E1E8B5;
}

a.langLink
{
	color: #4C4C4C;
	text-decoration: none;
	padding: 0px 7px 0px 2px;
}

a:hover.langLink
{
	text-decoration: underline;
}

a.selectedMenuLink,
a.unselectedMenuLink
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9D9D9D;
	text-decoration: none;	
}

a.selectedMenuLink
{
	color: #ED904B;
}

a:hover.unselectedMenuLink
{
	color: #ED904B;
	text-decoration: underline;
}

.canvas
{
	width:100%;
	text-align: center;
}

.pageContainer
{
	margin:0px auto;
	width: 775px;
	background: #C8D0E5 url(/images/background.gif) repeat-y top left;
	text-align: left;
}

.pageHeader
{
	float: left;
	width: 754px;
}

.pageHeader .langs
{
	float: right;
	padding: 8px 0px 5px 0px;
}

.pageLeft
{
	clear: both;
	float: left;
	width: 138px;
}

.pageLeft .logotype
{
	background: url(/images/logotype.gif) no-repeat 0px 0px;
	height: 165px;
	display: block;
}

.pageLeft .menu
{
	width:100%;
	border: none;
}

.pageLeft .menu .selectedIcon,
.pageLeft .menu .unselectedIcon
{
	width: 35px;
	background-position: 20px 8px;
	background-repeat: no-repeat;
	background-image: url(/images/flag-green.gif);
	padding: 0px 0px 0px 0px;
}

.pageLeft .menu .selectedIcon
{
	background-image: url(/images/flag-orange.gif);
}

.pageLeft .menu .Item
{
	padding: 7px 0px 7px 10px;
	overflow: hidden;
}

.pageCenter
{
	float: left;
	width: 369px;
	z-index: 1;
	position: relative;
}

.pageCenter .header
{
	background: url(/images/header.gif) no-repeat 0px 73px;
	height: 115px;
}

.pageCenter .contact
{
	width: 90%;
	border: none;
	margin: 15px 0px 10px 0px;	

}

.pageCenter .contact td
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4C4C4C;	
	padding: 3px;
	border: none;
	vertical-align: top;
}

.pageCenter .contact input,
.pageCenter .contact textarea
{
	width: 180px;
}

.pageCenter .contact .key
{
	text-align: right;
	padding: 5px 3px 3px 8px; 
	white-space: nowrap;
}

.pageCenter .contact .value
{

}

.pageCenter .contact .message
{
	color: #ED904B;
	padding: 1px 3px 3px 8px; 
}

.pageCenter .contact .message p
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ED904B;
	padding: 0px;
	margin: 5px 0px 5px 0px;	
}

.pageCenter .thumbs
{
	text-align: left;
	margin-left: 10px;
}

.pageCenter .thumbs H2
{
	margin-left:5px;
	padding-left: 0px;
	display: block;
	clear: both;
}

.pageCenter .thumbs img
{
	width: 100px;
	height: 80px;	
	background-color: #C5CEDD;
	display: inline;
	margin: 5px;
	cursor: pointer;
}

.pageCenter .thumbs .selected
{
	border: solid 2px #A9C123;
}

.pageCenter .thumbs .unselected
{
	border: solid 2px #DFE5F3;
}

.pageCenter .thumbs .hovered
{
	border: solid 2px #9CABCE;
}
.pageRight
{
	float: left;
	width: 247px;
}

.pageRight .panel
{
	float: left;
	width: 244px;
	background-color: #A9C123;
	border: solid 1px #C5D66C;
	margin: 5px 0px 0px 0px;
	text-align: center;
}

.pageRight .panel p
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	padding: 0px 0px 0px 0px;
	margin: 0px 5px 10px 5px;
	line-height: 150%;
}

.pageRight .panel img
{
	border: solid 1px #D7E05F;
	margin: 7px 0px 7px 0px;
}

.pageRight .contact
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9D9D9D;
	padding: 0px 0px 0px 0px;
	margin: 15px 5px 5px 15px;
	line-height: 150%;	
}

.pageFooter
{
	clear: both;
	float: left;
	width: 100%;
	margin:0px 0px 0px 0px;
	z-index: 0;
	position: relative;	
}

.pageFooter .bottom
{
	background: url(/images/footer.gif) no-repeat top left;	
	height: 77px;
	width: 100%;
	background-color: White;
}

.pageFooter .container
{
	background-color: #C8D0E5;
	width: 100%;
}

.pageFooter .container .menu
{
	float: left;
	padding: 0px 0px 20px 6px;	
}

.pageFooter .container .menu a
{
	padding: 0px 8px 0px 8px;
	color: #F4F4FB;
	text-decoration: none;
}

.pageFooter .container .menu a:hover
{
	text-decoration: underline;
}

.pageFooter .container .nextstep
{
	float: right;
	width: 200px;
	padding: 0px 10px 20px 0px;	
}

.pageFooter .container .nextstep a
{
	color: #9CABCE;
	text-decoration: none;
}

.pageFooter .container .nextstep a:hover
{
	text-decoration: underline;
}

