img, div { behavior: url(iepngfix.htc) }
* {margin: 0; padding: 0; border: 0;}

html, body {background: #dcdcdc;}

body {
	background: url('../img/body_bg.gif');
	font-family: tahoma, sans-serif;
	font-size: 11px;
	color: #000;
	line-height: 1.5;
}

a {
	color: #87000a;
	text-decoration: underline;
}

a:hover {text-decoration: none;}



/* BASIC DIVS */

div#topshadow {
	width: 992px;
	height: 20px;
	margin: 0 auto;
	background: url('../img/topshadow.png') no-repeat bottom;
}

div#lrshadow {
	width: 992px;
	margin: 0 auto;
	background: url('../img/lrshadow.png') repeat-y;
}

div#container {
	width: 960px;
	margin: 0 auto;
	background: #fff;
	/*overflow: hidden;*/
	background: url('../img/container_bg.gif') repeat-y;
}



/* HEADER DIVS */

div#header {
	height: 94px;
}

div#header .logo {
	float: left;
	width: 730px;
	height: 94px;
	background: url('../img/header_logo.jpg') no-repeat;
}

div#header .brands {
	height: 94px;
	text-align: center;
}
div#header .brands img {padding-top: 2px;}



/* VMENU DIVS */

div#container div#vmenu {
	float: left;
	width: 170px;
	background: #e6e6e6;
/*    padding-bottom: 10000px;
    margin-bottom: -10000px;*/
}

div#container div#vmenu .vmenusection {
	background: url('../img/vmenusection_bg.gif') repeat-x top;
	margin-bottom: 25px;
}

div#container div#vmenu .vmenusection p {
	padding: 15px 12px 0 12px;
	font-size: 12px;
	font-weight: bold;
}

div#container div#vmenu .vmenusection ul {
/* 	padding: 0 15px 0 25px; */
	list-style: none outside none;
	line-height: 1.3;
}

div#container div#vmenu .vmenusection li.parent {
	background: url('../img/vmenu_plus.gif') no-repeat left top;
	background-position: 1px 5px;
}

div#container div#vmenu .vmenusection li.expanded {
	background: url('../img/vmenu_minus.gif') no-repeat left top;
	background-position: 1px 5px;
}

div#container div#vmenu .vmenusection ul li {
	margin: 10px 15px;
	padding: 0 13px;
}

div#container div#vmenu .vmenusection ul li ul {
	margin: 10px -28px;
	padding: 1px 0;
	background: #f5f5f5;
	width: 170px;
}



/* NEWS DIVS */

div#container div#news {
	float: left;
	width: 560px;
}

div#container div#news .newsitem {
	margin: 10px 10px 15px 10px;
	overflow: hidden;
}

div#container div#news .newsitem .caption {
	background: url('../img/newsitem_caption_bg.gif') repeat-x top;
	padding: 7px 10px;
	line-height: 1.3;
}

div#container div#news .newsitem a {
	font-weight: bold;
}

div#container div#news .newsitem p.date {
	float: right;
	font-size: 9px;
	color: #959595;
	padding: 2px 0 0 20px;
}

div#container div#news .newsitem img {
	margin: 10px 0 10px 10px;
	vertical-align: middle;
	display: inline-block;

}

div#container div#news .newsitem .itemtext {
	vertical-align: middle;
	display: inline-block;
	width: 400px;
	margin: 10px 0 10px 10px;
	line-height: 1.3;
}

div#container div#news .newsitem .itemtext a {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}

div#container div#news .allnews {
	margin: 10px 10px 30px 10px;
	padding-top: 10px;
	border-top: 1px solid #dcdcdc;
}

div#container div#news .allnews a {
	padding: 10px;
	color: #959595;
	background: url('../img/link_arrow.gif') no-repeat right center;
}



/* BANERS DIVS */

div#container div#baners {
	margin-left: 730px;
	text-align: center;
}

div#container div#baners img {
	margin: 10px 0;
}



/* FOOTER DIVS */

div#footer {
	width: 992px;
	margin: 0 auto;
	background: url('../img/bottomshadow.png') no-repeat top;
}

div#footer div#copyright {
	float: left;
	width: 130px;
	margin-left: 16px;
	padding: 20px;
}

div#footer div#disclamer {
	margin: 0 16px 0 186px;
	padding: 20px;
	color: #959595;
	font-size: 10px;
	line-height: 1.1;
}



/* DEFAULT DIVS */

div#container div#content {
	float: left;
	width: 772px;
	font-size: 12px;
	font-family: arial, sans-serif;
}

div#container div#content p {
	line-height: 1.5em;
	margin: 0 0 1.5em 1.5em;
}


div#container div#content h1 {
	font-size: 2em;
	font-weight: normal;
	line-height: 1em;
	margin: 2em 0 1em 0.75em;
}
div#container div#content h1:first-child {
	margin: 0.75em 0 1em 0.75em;
}

div#container div#content h2 {
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1em;
	margin: 1.75em 0 1.25em 1em;
}


div#container div#content ul {
	margin: 0 0 1.5em 1.5em;
}
div#container div#content ul li {
	margin-left: 1.5em;
}

div#container div#content ol {
	margin: 0 0 1.5em 1.5em;
}
div#container div#content ol li {
	margin-left: 1.5em;
}

div#container div#content ul li p,
div#container div#content ol li p {
	margin-left:0;
}

div#container div#content div#news {
	float: left;
	width: 790px;
}

div#container div#content div#news .newsitem .itemtext  {
	width: 550px;
}

div#header .logo a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}


/** ADDS */

.calculator_table {
	background-color: #eeeeee;
	width: 50%;
	margin-left: 1.5em;
}

.calculator_table td {
	padding: 0.25em 1em;
}

.calculator_table input {
	border:1px solid #aaa;
}

table {
	margin:1.5em;
}

table td {
	padding: 0.25em 1em 0.5em;
}

table input,
table textarea,
table select{
	border: 1px solid #aaa;
}

div#container div#content a.oldsite_left {
	float: left;
	margin: 0 1.5em 0 0;
	cursor:pointer;
}

div#container div#content a.oldsite_right {
	float: right;
	margin: 0 0 0 1.5em;
	cursor:pointer;
}

div#container div#content .left {
	float: left;
	margin: 0 1.5em 0 0;
}

div#container div#content .left_garant {
	float: left;
	margin: 0 3em 2em 0;
}

div#container div#content .right {
	float: right;
	margin: 0 0 0 1.5em;
}

#universal_bigimage_div {
	cursor:pointer;
	z-index: 1000; position: fixed; left: 50%; top: 50%; margin-left: -200px; margin-top: -250px;
}

p.nav span,
p.nav a {
	margin: 0 0.5em;
}


.error {
	margin: 0 0 0 1.5em;
	padding: 1em 0.5em 0.01em;
	background: none repeat scroll 0 0 #FBE3E4;
	border: 1px dashed #87000A;
	color: #8A1F11;
}

.success {
	margin: 0 0 0 1.5em;
	padding: 1em 0.5em 0.01em;
	background: none repeat scroll 0 0 #E6EFC2;
	border: 1px dashed #C6D880;
	color: #264409;
}

.temp_fullscreen_place {
background-color:#000000;
height:100%;
left:0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
position:fixed;
top:0;
width:100%;
z-index:10;
}
.temp_fullscreen_panel {
left:50%;
position:fixed;
top:50%;
z-index:11;
}
table.iborder td.iborder5 img{
	border:5px solid #fff;
}

table.tab1 {
	border:1px solid #999;
	border-collapse:collapse;
}
table.tab1 td {
	border:1px solid #999;
}

div#container div#content div.ti-phone {
    background: url("../img/phone-icon.gif") no-repeat scroll 0 17px transparent;
    border-top: 1px solid #E6E6E6;
    margin: 0 0 1.5em 1.5em;
    padding: 15px 0 0 80px;
}
div#container div#content div.ti-phone p {
    margin: 0;
}
div#container div#content div.ti-phone p.otd {
    color: #959595;
    font-size: 9px;
}
div#container div#content div.ti-phone p.phone {
    color: #C61633;
    font-size: 26px;
    line-height: 1.2;
}

