/********************************************
1FRONT.RU         	
 *******************************************/ 
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* {
	font-family: Tahoma, Arial, sans-serif;
	line-height: 20px;
	color: #666666;
}
body {
	background-image: url(images/top_fon.gif);
	background-repeat: repeat-x;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
/* links */
a {
	background: inherit;
	color: #000099;
}
a:link {
	COLOR: #333333;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	text-decoration: none
}
a:hover {
	background: inherit;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	color: #666666;
}
a:active {
	COLOR: #333333;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none
}
a:visited {
	COLOR: #333333;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none
}
h1 {
	font-size: 10pt;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.2em;
	text-transform: none;
}
code {
	margin: 5px 0;
	padding: 10px;
	text-align: left;
	display: block;
	overflow: auto;
	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
	/* white-space: pre; */
  background: #FAFAFA;
	border: 1px solid #f2f2f2;
	border-left: 3px solid #EC981F;
}
acronym {
	cursor: help;
	border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
	padding: 0 0 0 32px;
	background-position: 8px 10px;
	border: 1px solid #f2f2f2;
	border-left: 3px solid #EC981F;
	font-weight: bold;
}
/* form elements */
form {
	margin:10px;
	padding: 0;
	border: 1px solid #f2f2f2;
	background-color: #FAFAFA;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
textarea {
	width:350px;
	padding:4px;
	font: normal 1em/1.5em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
/*****************/
/*    Layout     */
/*****************/
#wrap {
	width: 945px;
	margin-bottom: 0;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}
/* header */
#header {
	height: 70px;
	position: relative;
}
#logo {
	position: absolute;
	margin: 0;
	padding: 0;
	/* change the values of top and Left to adjust the position of the logo*/
	top: 8px;
	left: 22px;
	height: 50px;
	background-image: url(images/top.gif);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	width: 176px;
}
/* rightbar */
#rightbar {
	float: right;
	width: 200px;
	margin: 0;
	padding: 0;
}
#rightbar h4 {
	font-size: 8pt;
	font-family: Tahoma, Arial, sans-serif;
	padding-left: 15px;
	margin-bottom: 7px;
	background-image: url(images/mark11.gif);
	background-repeat: no-repeat;
}
#rightbar .rightmenu {
	list-style: none;
	text-align: left;
	text-decoration: none;
	margin-top: 0;
	margin-left: 0;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	display: block;
	margin-bottom: 8px;
	margin-right: 0;
}
#rightbar .rightmenu a {
	background-image: none;
	text-decoration: none;
	color: #000000;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	display: block;
}
#rightbar .rightmenu a:hover {
	background-image: none;
	text-decoration: none;
	color: #FF0000;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
}
/* main column */
#main {
	margin-top: 0px;
	margin-right: 225px;
	margin-bottom: 0px;
	margin-left: 225px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#main h1 {
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 7px;
	color: #535353;
	font-weight: bold;
	background-color: #F4F4F4;
	padding-left: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
}
#main h3 {
	font-family: Tahoma, Arial, sans-serif;
	text-align: justify;
	font-size: 12px;
	font-weight: normal;
}
#main td {
	text-align: justify;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
}
/* sideabar */
#sidebar {
	float: left;
	width: 200px;
	margin: 0;
	padding: 0;
}
#sidebar h1 {
	font-size: 8pt;
	font-family: Tahoma, Arial, sans-serif;
	padding-left: 20px;
	margin-bottom: 8px;
}
#sidebar ul.sidemenu {
	text-align: left;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	display: block;
	margin-bottom: 20px;
	list-style-type: none;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	padding: 0px;
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #EFF0F1;
	background-repeat: no-repeat;
	background-position: 2px 5px;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 20px;
	display: block;
	background-image: url(images/mark11.gif);
}
#sidebar ul.sidemenu a {
	background-image: none;
	text-decoration: none;
	color: #000000;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	display: block;
}
#sidebar ul.sidemenu a:hover {
	background-image: none;
	text-decoration: none;
	color: #FF0000;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
}
/* footer */
#footer {
	clear: both;
	border-top: 1px solid #F2F2F2;
	text-align: center;
	height: 30px;
	background-color: #FFFFFF;
	display: block;
}
#footer a {
	text-decoration: none;
	font-weight: bold;
}

/* price */
  #price {
	background-color: #F3F3F3;
}


  #price tabl {
	border: 2px solid #E1E1E1;
}

  #price td {
border: 1px solid #E1E1E1;
	padding: 1px;
	text-align: center;
	margin: 1px;
}
  #price td.tab1 {
	background-color: #FFFFFF;
}
  #price td.tab2 {
	text-align: center;
	background-color: #F5F5F5;
}

/* menu */
#menu {
	margin: 0;
	padding: 0;
}
#menu ul {
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left: 210px;
	display: block;
	height: 25px;
}
#menu a:hover {
	color: #FF0000;
}
#menu a {
	color: #333333;
	padding-left: 25px;
	float: left;
	margin-right: 10px;
	background-image: url(images/k2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
}
/* Alignment classes */
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}
.align-justify {
	text-align: justify;
}
/* display classes */
.clear {
	clear: both;
}
.block {
	display: block;
}
.hide {
	display: none;
}

