@charset "windows-1251";

/************************************************/
/********* Html definitions *********************/
/************************************************/ 

body, html {
     margin: 0px;
     padding: 0px;
     height: 100%;
     font: 12px/18px "Verdana", sans-serif;
}

p {
	font: 12px/18px "Verdana", sans-serif;
	color: #000;
	text-align: justify;
	margin: 10px 0px 10px 0px;
}

h1 {
	font: normal 18px "Verdana", sans-serif;
	color: #167cff;
	margin: 0px 0px 30px 0px;
}

a:link, a:active, a:visited {
	color: #167cff;
	text-decoration: none; 
}

a:hover {
	color: #167cff;
	text-decoration: underline;
}


/***************************************************/
/********* Basic layout ****************************/
/***************************************************/ 

#container {
	position: relative;
	width: 900px;
	text-align: left;
	margin: 0 auto;
	min-height: 100%;
}

/*Layer with header image*/
#bgr_1 {
	width: 900px;
	height: 100%;
	background: #fff url(images/bgr1.jpg) no-repeat top;
}

#left_col {
	float: left;
	width: 280px;
	padding-top: 68px;
	padding-bottom: 140px;
}

#content {
	height: 100%;
	margin: 0 40px 0 287px;
	padding-bottom: 140px;
	/*margin-left: 280px;
	padding: 0 40px 140px 7px;*/
}

/*********************************************/
/********* Header ****************************/
/*********************************************/ 
/*Company name*/
#name {
	height: 76px;
	background: url(images/name.gif) no-repeat top left;
}
#icn {
    padding: 5px 0 0 172px;
}

/* General header container */
#header_container {
	height: 280px;
}

/*********************************************/
/********* Main column ***********************/
/*********************************************/ 


#menu {
	height: 48px;
	margin-top: 15px;
}

#menu a:link, #menu a:active, #menu a:visited {
	font: bold 16px/30px "Trebuchet MS", sans-serif;
	color: #001f7b;
	margin: 15px 8px 0px 5px;
	text-decoration: none; 
}

#menu a:hover {
	font: bold 16px/30px "Trebuchet MS", sans-serif;
	color: #167cff;
	margin: 15px 8px 0px 5px;
	text-decoration: none;
}

/*********************************************/
/********* Left column ***********************/
/*********************************************/ 

.image {
	background: #e1e1e1;
	padding: 5px;
}


#contacts {
	width: 275px;
	margin: 75px 0px 0px 5px;
}

.phone {
	font: 14px "Trebuchet MS", sans-serif;
	color: #167cff;
	margin: 0px;
}

/****************************************/
/********* Footer ***********************/
/****************************************/ 

#footer {
	width: 900px;
	height: 155px;
	background: url(images/bgr_2.gif) no-repeat bottom;
	position: absolute;
	bottom: 0px;
	text-align: center;
}

#footer_menu {
	margin-top: 50px;
}

/****************************************/
/********* Miscellanous *****************/
/****************************************/ 

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.larger {
	font-size: 18px;
}

.smaller {
	font-size: 10px;
}