/* CSS Document */
@import url("TableCSSCode.css");

body{
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size:14px;
	background:white;
	color: #000;
}
a{
	color:#333;
}
/********************************/
.page{
	max-width:1100px;
	min-width:800px;
	margin:auto;
}
/********************************/
.no-margin *{
	margin:0;
}
/********************************/
.logo{
	padding-top:5px;
}
/********************************/
.topMenu{
	min-height:30px;
}
.topMenu a{
	text-decoration:none;
	padding:0 10px;
	font-size:20px;
	color:#333;
}
.topMenu li:first-child a{
	padding-left:0;
}
.topMenu li:last-child a{
	padding-right:0;
}
.topMenu ul ul{
	background:white;
	z-index:10;
	min-width:250px;
	box-shadow:0 0 20px #000;
}
.topMenu ul ul li:first-child a,
.menu.topMenu ul li ul li a,
.topMenu ul ul a
{
	padding:5px 20px;
	font-size:16px;
}
.topMenu ul ul a:hover
{
	background:#eee;
}

/********************************/
.cellPadding{
	padding-left:20px;
}
/********************************/
div.feedback h2{
	font-size:34px;
	font-weight:normal;
	margin-top:0;
}
div.feedback th{
	padding-right:20px;
}
.feedback.order
{
	padding:5px 20px;
	background:#eee;
	box-shadow:0 0 20px rgba(0,0,0,0.40);
	font-size:16px;
	text-shadow:1px 1px 2px #fff;
	margin:20px 0;
}
.feedback.order .input
{
	padding:4px 0;
}
.feedback.order .button
{
	background:#780002;
	font-weight:normal;
	font-size:18px;
}
/********************************/
.copyright{
	clear:both;
	padding:20px;
	border-top:dashed 2px #888;
	margin-top:20px;
}
/********************************/
.pageContent
{
	margin-top:20px;
}
.pageRight{
	width:250px;
	min-width:250px;
	max-height:250px;
}
.pageLeft{
	padding-right:40px;
	width:100%;
}

div.sitePanel .slot .bg2
{
	background: #1F6F1A;
}
/********************************/
div.advSlider blockquote
{
	top:auto;
	bottom:40px;
}
/*********************************/
div.welcomeHolder,
div.widgetNews2 blockquote
{
	background: rgba(18, 117, 58, 0.83);
}
/************************************/
.callsIcons
{
	float:right;
}
.callsIcons .icon
{
	display:inline-block;
	width:32px; height:32px;
}
.callsIcons .icon.viber
{
	background:url(design/call/1486064863_social-02.png) no-repeat;
	background-size:contain;
}
.callsIcons .icon.watsapp
{
	background: url(design/call/1486064913_whatsapp.png) no-repeat;
	background-size:contain;
}
