/* POSITIONS */

body {
	background: url('img/bg.gif');
	font-family: tahoma;
	font-size: 13px;
	color: #000;
}

a, a:visited {
	color: #3E93BB;
}

a:hover {
	text-decoration: none;
}

#main {
	width: 950px;
	text-align: left;
}

#header, #content, #footer {
	clear: both;
}

#top_menu, #logo {
	float: left;
}

#logo {
	padding-left: 15px;
	padding-bottom: 25px;
}

#lang, #phone {
	float: right;
	clear: right;
}

#lang {
	padding-bottom: 35px;
}

#top_menu li {
	display: inline;
	margin-right: 25px;
}

#f_left {
	float: left;
	text-align:left;
}

#f_right {
	float: right;
	text-align:right;
}

#index {
	height: 337px;
	background-color: #000;
	padding: 25px;
	padding-top: 10px;
}

#index_text {
	width: 650px;
	float: left;
}

#index_menu {
	float: right;
}

/* COLORS AND FONTS */

#top_menu {
	color: #666666;
	padding-top: 60px;
}

#top_menu a, #top_menu a:visited {
	color: #666666;
}

#top_menu a:hover {
	text-decoration: none;
}

#lang {
	color: #979797;
	font-size: 11px;
}

#phone {
	font-size: 23px;
}

#phone small {
	font-size: 15px;
	font-weight: bold;
	color: #999999;
}

#index_text {
	color: #999999;
}

#index_text h1 {
	color: #fff;
	font-size: 22px;
	font-weight: 100;
}

#index_menu {
	width: 230px;
	padding-top:22px;
}

#index_menu div.index_menu {
	width: 205px;
	background-color:#262626;
	font-size: 10px;
	color: #B4B4B4;
	padding: 7px;
	margin: 1px;
	float: right;
}

#index_menu div.index_menu_on {
	float: right;
	background: url('img/index_menu_open_bg.gif');
	background-color: #779198;
	width: 219px;
	height: 96px;
	padding: 0px;
	margin: 1px;
}

#index_menu div.index_menu_on {
	display: none;
}

#index_menu div.index_menu_on div.text {
	float: left;
	clear: none;
	width: 120px;
	padding-top: 25px;
	padding-left: 8px;
	font-size: 12px;
	color: #fff;
}

#index_menu div.index_menu_on div.text span {
	font-size: 11px;
}

#index_menu div.index_menu_on div.text a, #index_menu div.index_menu_on div.text a:visited {
	color: #fff;
}

#index_menu div.index_menu_on div.image {
	float: right;
}


#menu {
	clear: both;
	height: 26px;
	background-color: #000;
}

#menu .item {
	clear: none;
	float: left;
	/*width: 172px;*/
	background: url('img/m_pointer.gif') right no-repeat;
	background-color: #000;
	padding: 7px 30px 7px 9px;
}

#menu .active {
	background: url('img/m_pointer_active.gif') right no-repeat;
	background-color: #4C4C4C;
}

#menu .item a:link, #menu .item a:visited {
	color: #B3B3B3;
	font-size: 10px;
	text-decoration: none;
}

#menu .item a:hover {
	text-decoration: underline;
}

#sub_menu {
	background-color: #4C4C4C;
	padding: 4px 0 7px 9px;
	font-size: 11px;
}

#sub_menu b {
	color:#C9C9C9;
}

#sub_menu a:link, #sub_menu a:visited  {
	color: #C9C9C9;
}


h1 {
	font-size: 22px;
	color: #333333;
	font-weight: 100;
}

#article {
	background-color: #262626;
	height: 90px;
}

#article div {
	float: left;
	padding: 5px 30px 0 30px;
}

#article div h1 {
	font-size: 30px;
	color: #fff;
	font-weight: 100;
}

#article #order_now {
	float: right;
	padding-top: 30px;
}

#article #order_now a:link, #article #order_now a:visited {
	color: #3E93BB;
	font-size: 19px;
}

#text_block {
	background-color: #fff;
	padding: 30px 30px 30px 30px;
}

#footer {
	padding-top: 30px;
	color: #838383;
	font-size: 11px;
}

