HTML, BODY {
	margin: 0px;
	padding: 0px;
	background-color: white;
	width: 100%;
	height: 100%;
	font-family:  Arial, Helvetica, sans-serif;
	color: #202020;
}

#head {
	background-image: url(images/bg_top.jpg);
	height: 227px;
	background-color: #C2D2DC;
	width: 100%;
	z-index: 10;
}

P {
	font-size: 10pt;
}

A {
	color: #003F9E;
	text-decoration: underline;
}

A:hover {
	text-decoration: none;
	color: #982000;
}

H2 {
	margin: 0px 0px 15px 0px;
	font-size: 14pt;
	font-weight: normal;
}

H3 {
	margin: 0px 0px 15px 0px;
	font-size: 13pt;
}

#loader {
	position: absolute;
	width: 100%;
	top: 0px;
	left:0;
	overflow: hidden;
}

#loader #inside{
	position:static;
	background-image: url(images/loader.jpg);
	background-repeat: no-repeat;
	/*left: 340;*/
	height: 227;
	margin-left: 360;
	overflow: hidden;
}



#blocks {
	height: 100px;
	background-color: #E3D9B5;
}

#boxes {
	position: absolute;
	top: 205;
	left: 0;
	height: 130;
	width: 100%
}

#boxes .box {
	border: 1px solid #F9C26E;
	background-color: #FFDE8F;
	height: 130;
	padding: 10;
	text-align: center;
	vertical-align: top;
}

#boxes A {
	color: #8D0000;
	text-decoration: none;
	font-weight: bold;
	font-size: 11pt;
	font-family: Tahoma, verdana, Geneva, Arial, Helvetica, sans-serif;
}

#boxes A:hover {
	color: #8D0000;
	text-decoration: underline;
}

#boxes .icon {
	margin: 5;
}

#boxes  #left {
	border-left: 0px;
}

#boxes  #right {
	border-right: 0px;
}

#menu {
	position: absolute;
	top: 30px;
	left: 280px;
	font-size: 12pt;
}

#menu A{
	font-size: 12pt;
	color: #0F0E73;
	text-decoration: none;
}

#menu .item {
	padding: 3px 0px 2px 15px;
}

#menu A:hover {
	text-decoration: underline;
	color: #982000;
}

#menu #active {
	/*font-weight: bold;*/
	background-image: url(images/bullet1.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#left_block {
	width: 5%;
	float:left;
	border: 1px solid white;
}

#content {
	padding: 20px 0% 20px 0%;
	width: 75%;
	float: left;
}

.catalog_item {
	width: 90%; 
	float:left;
	margin: 0px 0px 20px 0px;
}

.item_description {
	padding: 15px 0px 0px 0px ;
}

#menu_categories {
	float: left;
	width: 19.5%;
	text-align: left;
}

#menu_categories .item  {
	font-size: 10pt;
	padding: 0px 0px 3px 20px;
	margin: 3px 0px 3px 0px;
	background-image: url(images/arrows.gif);
	background-position: left;
	background-repeat: no-repeat;
}



.price {
	color: #DD5B22;
	font-weight: bold;
}

.image {
	margin: 0px 15px 10px 0px;
}

.small {
	font-size: 8pt;
}


#logo {
	position: absolute;
	top: 29;
	left: 29;
	width: 166;
	height: 49;
	background-image: url(images/logo.jpg);
	cursor: pointer;
}

#hot_line {
	position: relative;
	right: 0;
	text-align: left;
	margin-top: 50;
	width: 100%;
	/*height: 64px;*/
	overflow: auto;
	background-color: #7AB82D;
	background-image: url(images/bg_2.gif);
	background-position: bottom; 
	background-repeat: repeat-x;
	color: white;
}

#hot_line #top_conner {
	position: relative;
	top: 0;
	left: 0;
	background-image: url(images/bg_r_top.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
}

#hot_line #bottom_conner {
	position: relative;
	bottom: 0;
	background-image: url(images/bg_r_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 54;
	width: 10;
	float: none;
	border: 1px solid black;
}

#hot_line #text {
	position: relative;
	margin: -3px 10px 10px 15px;
	font-weight: bold;
}

#hot_line #text #phone {
	color: #222222;
}

#icons {
	position: absolute;
	top: 10;
	right: 20;
	width: 15%;
}

#icons .active {
	border-bottom: 1px solid #959595;
}

#about {
	position: absolute;
	top: 120;
	left: 30;
	width: 200;
	font-style: italic;
	font-size: 8pt;
	z-index: 1;
}

#bottom {
	float: right;
	width: 100%;
	// float:none;
}

#tech_properties {
	width: 90%;
}

#item_info {
	float: left;
	width: 90%;
}

#tech_properties  TD{
	background-color: #F5F5F5;
	font-size: 9pt;
	padding: 2px 10px 2px 10px;
}

.description {
	padding: 5px 5% 5px 5%;
}