﻿/* --------------------------------------------*/
/* ---------->>> Layout.css <<<----------------*/
/*                                             */
/* This file only contains style for the main  */
/* page layout elements.                       */ 
/* --------------------------------------------*/
/*
COLORS 
=======

#f1f0ed - background color
#d7d3ca - gray
#c3bdb2 - selected gray
#6d6e71 - font color  */

body 
{
    text-align: center;
    font-family: arial;
}

#wrapper
{
    width: 948px !important;
    width: 949px !important;
	margin: 7px 0 0 0px 0;    
	text-align: left;
	overflow: hidden !important;
}
#header {height:161px; background-color: White; }

/* This controls the indent between top menu and main site content */
#inner { margin: 3px 0 0 0;}
#innerStandart {   color:#6d6e71;  margin-left:0px;}

/*Home Master*/
#homeMaster{ color:#6d6e71;}

#column-wrapper
{
    margin: 10px 0;
}

/*Home Master*/
#column1 
{
    clear: both;
	float:left; 
	width: 224px; /* 722px */
    margin: 0 5px 0 0; 
    overflow: hidden;
    background-color: #fff;
}

/*Home Master*/
#column2
{
	float:left; 
	width: 458px; /* 724px */
    margin: 0 5px;     
    overflow: hidden;    
    background-color: #fff;
    border2: solid 1px green;
}

/*Home Master*/
#column3
{
	float:left; 
	width: 244px; /* 724px */
    margin: 0 0 0 5px; 
    overflow: visible;    
    background-color: #fff;
    border2: solid 1px blue;
}

/* Bottom master*/
#innerBottom{ padding:0px 3px 0 0; }

/* Bottom master*/
#firstcol_contentBottom 
{
	float:left;  
	width: 354px; 
	height: 155px;
    padding: 0px 16px 0px 0px;
    overflow: visible;
    background-color: #fff;
}

/* Bottom master*/
#secondcol_contentBottom 
{
	float:right; 
	width: 355px; 
	height: 155px;
    overflow: visible;
    background-color: #fff;
}

#leftcolBottom
{   
	float:left; 
	width: 232px;
	height: 10px; 
    margin:0px 0 0 -1px;
    padding: 0 0px 0 7px;
}

#content 
{
	float:left;  
	width: 485px; 
    overflow: visible;
    background-color: #fff;
    border: solid 3px black;
}

#twocol_content 
{
	float:left; 
	width: 710px;
    overflow: visible;
    background-color: #fff;
}

#leftcol
{   
	float:left; 
	width: 224px;
    margin: 0px 7px 7px 0px;
    padding: 0 0px 0 7px;
}

/* -----------------------------------*/
/* ---------->>> Footer <<<-----------*/
/* -----------------------------------*/

#footer
{
    clear: both;
    color: #e8ddcb;  
    margin: 7px 0 0 0;
    background-color:#35455d; 
    font-size: 10px;
    height: 20px;
}

#footer a
{
    font-family: arial;
    font-size: 10px;
    color: #e8ddcb;  
    text-decoration: none;  
    font-weight: normal;
}
#footer a:hover{text-decoration: underline;}
#footer .author{ float: right; padding-right: 10px;}

#footer td
{
    text-align: center;
    vertical-align: top;
    padding-top: 3px;
}

#footer .inner-cell
{
    border-left: solid 1px #2f3f57;border-right: solid 1px #3f5068;
}

#footer .firstcell
{
    border-right: solid 1px #3f5068;
}

#footer .lastcell
{
    border-left: solid 1px #2f3f57;
}