body {
	margin: 0px;
	text-align: center;
	font-family: verdana;
	font-size: 12px;
	width: 100%;
	height: 100%;
	background: #ffffff;
}

img {
	border: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#headerTopContainer {
	display: block;
	width: 100%;
	height: 148px;
	margin: 0px auto 0px auto;
	background: #ffffff url('../images/headerTopBg.jpg') center center no-repeat;
}
#htc {
	display: block;
	position: relative;
	width: 851px;
	margin: 0px auto 0px auto;
}

#headerBottomContainer {
	display: block;
	width: 100%;
	height: 197px;
	margin: 0px auto 0px auto;
	background: #bf0000 url('../images/headerBottomBg.jpg') center center no-repeat;
}

#mainContainer {
	display: block;
	width: 100%;
	margin: 0px auto 0px auto;
	background: url('../images/mainContainerBg.jpg') top center no-repeat;
}

#mc {
	display: block;
	width: 851px;
	min-height: 200px;
	margin: auto;
}

#footerContainer {
	display: block;
	width: 100%;
	height: 66px;
	background: #cfccbf;
	margin: 10px auto 0px auto;
	clear: both;
}

#footer {
	display: block;
	position: relative;
	width: 851px;
	height: 100%;
	margin: 0px auto 0px auto; 
	font-family: Tahoma, verdana;
	font-size: 11px;
	color: #606060;
	text-align: left;
}

#footer a {
	color: #606060;
}

#footer span {
	position: absolute;
	top: 15px;
	left: 10px;
	display: block;
}

#footer span img {
	border: none;
	margin: auto 5px auto 5px;
}

#copyright {
	position: absolute;
	left: 10px;
	bottom: 15px;
	color: #ffffff;
}

#made {
	position: absolute;
	text-align: right;
	right: 10px;
	bottom: 15px;
	color: #ffffff;
}

#made a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#made a:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}

#menuContainer {
	display: block;
	position: absolute;
	top: 68px;
	right: 10px;
	height: 38px;
	background: url('../images/menuContainerBg.png') left center no-repeat;
	padding: 0px 15px 0px 15px;
}

#menuContainer a {
	text-decoration: none;
}

#logo {
	display: block;
	border: none;
	position: absolute;
	top: 20px;
	left: 0px;
}

#langContainer {
	display: block;
	position: absolute;
	min-width: 100px;
	height: 22px;
	top: 0px;
	right: 0px;
	background: url('../images/langContainerBg.png');
}

#langContainer img{
	margin: 0px 1px 0px 1px;
}

#mainLeftContainer {
	display: block;
	float: left;
	width: 400px;
	min-height: 244px;
	margin: 93px 0px 10px 0px;
	text-align: left;

	background: url('../images/mainLeftBg.png') left top no-repeat;
}

#mainLeftContainer img {
	margin: 0px 33px -6px 0px;
	border: none;
}

#mainLeftContainer a:hover {
	text-decoration: none;
}

#mainRightContainer {
	display: block;
	float: right;
	width: 420px;
	min-height: 300px;
	margin: 100px 0px 10px 30px;
	text-align: left;
	font-family: verdana;
	font-size: 11px;
	color: #979797;
}

#mainRightContainer h1 {
	margin: 10px 0px 18px 0px;
}

hr {
	background: #ecebe5;
	height: 1px;
	border: none;
}

#dotsHr {
	display: block;
	width: 406px;
	min-height: 27px;
	background: url('../images/dotsBg.png') left top no-repeat;
}

#dotsHr img {
	float: right;
}

#aboutUsLeftContainer {
	display: block;
	float: left;
	width: 660px;
	min-height: 244px;
	margin: 93px 0px 10px 0px;
	text-align: left;
	font-family: verdana;
	font-size: 11px;
	color: #979797;
	line-height: 18px;
	
}

#aboutUsRightContainer {
	display: block;
	float: right;
	width: 183px;
	margin: 93px 0px 0px 0px;
	text-align: center;
	
	background: url('../images/dotsVert.png') left bottom no-repeat;
}

#aboutUsRightContainer img {
	margin: 10px auto 10px auto;
	border: 1px solid #f4f3ef;
}

#aboutUsRightContainer ul {
	text-align: left;
	font-family: verdana;
	font-size: 11px;
	color: #979797;
	line-height: 18px;
	/*padding: 0 0 0 20px;*/
	list-style: url('../images/circle_grey.png') outside;
	vertical-align: middle;
}

#aboutUsRightContainer ul li:hover{
	background: #f8f7f5;
	cursor: pointer;
	list-style-image: url('../images/circle_red.png');
}

#aboutUsRightContainer .actual{
	background: #f8f7f5;
	color: #d91111;
	cursor: pointer;
	list-style-image: url('../images/circle_grey.png');
}

#leftContainer {
	display: block;
	float: left;
	width: 220px;
	min-height: 244px;
	margin: 93px 0px 10px 0px;
	text-align: left;
	font-family: verdana;
	font-size: 11px;
	color: #979797;
	line-height: 18px;
}

#leftContainer ul {
	/*padding: 0 0 0 20px;*/
	list-style: url('../images/circle_grey.png') outside;
	vertical-align: middle;
}

#leftContainer ul li:hover{
	background: #f8f7f5;
	cursor: pointer;
	list-style-image: url('../images/circle_red.png');
}

#leftContainer .actual{
	background: #f8f7f5;
	color: #d91111;
	cursor: pointer;
	list-style-image: url('../images/circle_grey.png');
}


#rightContainer {
	display: block;
	float: right;
	width: 620px;
	min-height: 200px;
	margin: 143px 0px 20px 0px;
	text-align: left;
	padding-left: 10px;
	font-family: verdana;
	font-size: 11px;
	color: #979797;
	line-height: 18px	;
	background: url('../images/dotsVert.png') left bottom no-repeat;
}

#rightContainer img {
	border: 1px solid #dbd5ca;
	padding: 3px;
	margin: auto 5px 20px 5px;
}

#rightContainer ul {
	list-style: none;
	font-weight: bold;
	color: #979797;
	display: inline-block;
	padding: 0px;
	margin: 10px;
	float: left;
	width: 290px;
}

#rightContainer ul li {
	font-weight: normal;
	color: #cbcbcb;
	margin: 0 0 0 10px;
}

#rightContainer ul li a {
	color: #979797;
}

#rightContainer ul li a:hover {
	text-decoration: underline;
}

#rightContainer p {
	margin: 0 0 15px 0;
}

.greyBg  {
	background: #f8f7f5;
	padding: 0px 5px 0px 5px;
}

#employee {
	display: block;
	width: 600px;
	margin: 0px 0 20px 0;
	color: #979797;
	font-family: verdana;
	font-size: 11px;
	color: #979797;
	line-height: 18px;
	clear: both;
}

#employee img {
	float: left;
	margin-right: 20px;
}

#employee p {
	margin: 0 0 5px 0;
}

#employee div, div a {
	color: #bf0000;
}

#employee div a:hover {
	text-decoration: underline;
}

#contactForm {
	clear: both;
	display: block;
	font-weight: bold;
}

#contactForm form {
	display: block;
	font-weight: normal;
	margin: 10px 0 0 0;
	width: 600px;
}

#contactForm label {
	clear: both;
	display: block;
	float: left;
	width: 125px;
	text-align: right;
}

#contactForm form a {
	color: #bf0000;
}

#contactForm form span {
	clear: both;
	display: block;
	float: left;
	width: 50px;
}

#contactForm form input {
	margin: 2px 0px 2px 10px;
	width: 170px;
	border: 1px solid #e8e6df;
}

#contactForm form select {
	margin: 2px 0px 2px 10px;
	width: 170px;
	border: 1px solid #e8e6df;
}

#contactForm form textarea {
	margin: 2px 0px 2px 10px;
	width: 445px;
	height: 165px;
	border: 1px solid #e8e6df;
	vertical-align: top;
}

#contactForm form input[type=submit] {
	border: 1px solid #e8e6df;
	background: #bf0000;
	width: 65px;
	height: 20px;
	display: block;
	float: right;
	margin: 3px 18px 5px auto;
	color: #ffffff;
	font-size: 11px;
	font-family: verdana;
}

#newsListContainer {
	display: block;
	float: left;
	width: 530px;
	min-height: 244px;
	margin: 93px 0px 10px 0px;
	text-align: left;
	font-family: verdana;
	font-size: 11px;
	color: #979797;
	line-height: 18px;
}

#newsletterContainer {
	display: block;
	float: right;
	width: 185px;
	margin: 93px 75px 0px 0px;
	padding: 0 0 0 20px;
	text-align: left;
	font-family: verdana;
	font-size: 11px;
	color: #757575;
	background: url('../images/dotsVert.png') left bottom no-repeat;
}

#newsletterContainer span {
	display: block;
	clear: both;
	color: #b0b0b0;
}

#newsletterContainer form input, select {
	margin: 2px 0px 5px 0px;
	width: 185px;
	border: 1px solid #e8e6df;
}

#newsletterContainer form input[type=submit] {
	border: 1px solid #e8e6df;
	background: #bf0000;
	width: 65px;
	height: 20px;
	display: block;
	float: right;
	margin: 2px 0 5px 0;
	color: #ffffff;
	font-size: 11px;
	font-family: verdana;
}

#news {
	display: block;
	clear: both;
	font-size: 11px;
}

#news h4 {
	margin: 0px;
	font-weight: bold;
	font-size: 12px;
}

#news span {
	display: block;
	color: #bebebe;
	font-size: 9px;
	margin: 0 0 5px 0;
}

#news img {
	display: block;
	float: left;
	border: 1px solid #dbd5ca;
	padding: 3px;
	margin: auto 10px 20px 10px;
}

#news hr {
	background-color: #ecebe5;
	height: 1px;
	margin-bottom: 0px;
	border: none;
	color: #ecebe5;
}

#news a {
	color: #757575;
	font-weight: bold;
	margin-top: 0px;
	font-size: 10px;
}

#news a:hover {
	text-decoration: underline;
}

#parner {
	display: block;
	margin: 10px 0 0 0;
}

#parner img {
	border: none;
	margin: 10px;
}

#parner p {
	display: block;
	margin-left: 150px;
}

#parnerLogo {
	display: block;
	float: left;
	min-height: 100px;
	position:relative;
}

#parnerLogo img {
	position:absolute;
	top:0;
	bottom:0;
	margin:auto;
}


#bottomGreyContainer {
	display: block;
	clear: both;
	text-align: left;
	background: #f8f7f5;
	margin: 0px 0px 10px 0px;
	padding: 5px 10px;
	color: #979797;
	font-size: 11px;
	line-height: 18px;
}

#offerList {
	display: block;
	float: left;
	width: 851px;
	margin: 93px 0px 0px 0px;
	text-align: left;
}

#offerEl {
	width: 395px;
	display: inline-block;
	padding: 10px;
	font-family: verdana;
	font-size: 11px;
	color: #979797;
	line-height: 18px;
	vertical-align: middle;
	float: left;
}

#offerEl img {
	display: block;
	float: left;
	margin: 0 10px 0 0;
}

#offerEl p {
	display: block;
	width: 280px;
	float: right;
	margin: 20px 0 0 0;
}

#bottomContainer {
	display: block;
	clear: both;
	text-align: left;
	margin: 0px auto 10px auto;
	padding: 5px 10px;
	color: #979797;
	font-size: 11px;
	line-height: 18px;

}

#bottomContainer img {
	margin: auto 15px auto 15px;
}

#bottomContainer a:hover {
	text-decoration: none;
}

#sitemap ul {
	list-style-type: square;
	margin: 2px auto 2px 20px;
}

#sitemap ul li:hover {
	color: #d91111;
}

#poll {
	color: #757575;
	margin-left: 30px;
}

#poll input[type=text] {
	border: 1px solid #e8e6df;
	width: 70%;
	height: 15px;
	margin: 5px auto;
	font-size: 11px;
	font-family: verdana;
}

#poll input[type=submit] {
	border: 1px solid #e8e6df;
	background: #bf0000;
	width: 65px;
	height: 20px;
	margin: 5px auto;
	color: #ffffff;
	font-size: 11px;
	font-family: verdana;
}

#poll hr {
	background-color: #ecebe5;
	height: 1px;
	margin-bottom: 0px;
	border: none;
	color: #ecebe5;
	width: 85%;
	margin-left: 0px;
}

