/*  *   Basic Styles*   Author    -> MayVas <info@mayvas.com>*   File type -> CSS2*   License   -> GPL----------------------    Document Structure----------------------  #1 - Wrapper Block  #2 - Header Block  #3 - Custom Block  #4 - Content Container Block    #4.1 - Left    #4.2 - Main    #4.3 - Right         #5 - Footer Block  #6 - Navigation (Main Menu Module)*/
/* #1 -- Wrapper Block -- */
#wrapper {
}
/* #2 -- Header Block -- */
#header {
	background: url(../images/headerFon.png) no-repeat top left;
	
}


#header .inside #logoBlock {
	position: absolute;
	top: -5px;
	left: 0px;
}
#header .inside #topContact {
	position: absolute;
	top: 15px;
	left: 30px;
	color: #633327;
	font: normal 18px/18px Verdana, serif;
	width: 300px;
	clear: both;
	
}

#header .inside #menuIco {
	position: absolute;
	left: 79px;
	top: 15px;
	z-index: 1;
}

#header .inside #imgSlide
{

z-index: 0;
}

#header .inside #menuIco a {
	padding: 0px 0px 0px 20px;
	color: #f45619;
	text-decoration: none;
}
#header .inside #menuIco a:hover {
	color: #633327;
}

#header .inside #aboutBlock #inside {
	padding: 0px 30px 0px 30px;
}

#header .inside #imgSlide
{
  position: absolute;
	top: 190px;
	left: 0px;
	height: 308px;
	width: 999px;
}
/* #3 -- Header contact Block -- */
#header .inside #topContact {
	position: absolute;
	top: 10px;
	left: 800px;
	font: normal 12px/28px Arial, serif;
	color: #b7b7b7;
}

#header .inside #topContact div
{
display: block;   
padding: 0px 10px 0px 0px;
}


#header .inside #topContact a {
	color: #b7b7b7;
}
#header .inside #skypeBlock a{
  text-decoration: none;
}
#header .inside #icqBlock {
}
#header .inside #txtBlock img{
padding: 3px 5px 0px 0px;
}
/* #3 -- Custom Block -- */
.custom {
	background: #e6e3da;
	height: 300px;
	width: 1000px;
	color: #8a867d;
	font-size: 11px;
}
/*  -- Coluns Default Block -- */
.subcl .ce_text, .subc .ce_text {
	padding: 10px 15px 0px 15px;
	border-right: 1px #ffffff solid;
}
.subcr .ce_text {
	padding: 10px 15px 0px 15px;
}
.subcl .ce_text h2, .subc .ce_text h2, .subcr .ce_text h2 {
	font-size: 13px;
	text-align: center;
	color: #61950f;
}
.subcl .ce_text .imgBlock, .subc .ce_text .imgBlock, .subcr .ce_text .imgBlock {
	text-align: center;
}
.subcl .ce_text strong, .subc .ce_text strong, .subcr .ce_text strong {
	color: #000000;
	padding: 0px 0px 3px 0px;
	display: block;
}
.subcl .ce_text p a, .subc .ce_text p a, .subcr .ce_text p a {
	padding: 5px 0px 0px 0px;
	display: block;
}
/* #4 -- Content Container Block -- */
#container {
	background: #ffffff;
}
/* #4.1 - Left - */
#left {
}
#left .inside {
	padding: 0px 30px 0px 50px;
}
/* Left content elements */
/* #4.2 - Main - */
#main {
	border-right: 1px #cbcac7 solid;
	padding: 20px 30px 50px 30px;
}
#main .inside table#piceBlock
{
  width: 100%;
}

 #main .inside table#piceBlock tr td
 {
 padding: 7px;
 border: 1px #83af28 solid;
 }


 #main .inside #mainPhoto img
{
   border: 1px #474646 solid;
}

#cashSel
{
position:relative;
padding: 20px 0px 20px 0px;
}

.inside #cashSel a
{

color:red;
font-size:15px;

}

/* Main content elements */
/* 4.3 - Right - */
#right {
}
#right .inside {
	padding: 20px 30px 50px 30px;
}

#right .inside #consultBlock
{
 background: url(../images/btnOnline.png) no-repeat top left;
 height: 49px;
 padding: 15px 0px 20px 80px;     
 margin: 0px;
}

#right .inside #consultBlock a
{
 color: #ffffff;
 font: normal 16px/16px Arial, serif;
}

#right .inside #consultBlock a:hover
{
 color: #ffffff;
 text-decoration: underline;
}
/* Right content elements */
/* #5 -- Footer Block -- */
#footer {
	background: #1b1b1b;
	color: #ffffff;
	padding: 0px 0px 0px 0px;
}
#footer a {
	color: #83af28;
	text-decoration: none;
}
#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}
#footer .inside {
	padding: 0px 0px 0px 0px;
}
#footer .inside .contactInfo1 {
	float: left;
	padding: 18px 0px 0px 20px;
}
#footer .inside .contactInfo2 {
	float: right;
	padding: 18px 20px 0px 0px;
}
