body{
	margin: 0px;
	background-color: White;
	background-image: url(../img/body-bg.png);
	background-repeat: repeat-y;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

html{
	height: 100%;
}

table, td, input, p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;	
}

a{
	color: red;
	font-weight: bold;
}
a.grey{
	color: grey;
	font-weight: bold;
}

.red{
	color: Red;
}

h1{
	margin: 0px;
	font-size: 11pt;
	color: Red;
	padding-left: 64px;
	font-weight: bold;
	height: 35px;
	background-image: url(../img/h1-bg.png);
	background-position: right;
	background-repeat: no-repeat;
	vertical-align: middle;
	padding-top: 20px;
}

h2{
	font-size: 10pt;
	margin: 20px;
	margin-left: 0px;
}

h3{
	font-size: 10pt;
	margin: 20px;
	color: #686868;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #E4E4E4;
	padding: 4px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	white-space: nowrap;
}

h4{
	margin-left: 15px;
	margin-top: 10px;
	font-size: 12px;
	color: #666666;	
}

img{
	border: 0px;
}

ul{
	color: #777777;
	font-weight: bold;
	list-style-position: outside;
	list-style-image: url(../img/bullet.png);
}

li{
	margin-bottom: 2px;
}

table, td, input, select{
	font-family: Arial, Helvetica, sans-serif;
}

hr{
	height: 1px;
}

.topbox{
	width: 100%;
	background-image: url(../img/topbox-bg.png);
	background-repeat: no-repeat;
}

td.nav{
	width: 132px;	
	vertical-align: top;
	background-image: url(../img/menuback.png);
	background-repeat: no-repeat;
}
td.nav table td{
	padding-top:10px;
}

.headertitle{
	background-color: Black;
	text-align: right;
}

.logo{
	background-image: url(../img/logo-bg.png);
	background-repeat: repeat-x;
}

.image{
	background-image: url(../img/image-bg.png)
}

.headers{
	background-image: url(../img/headers-bg.png);
}

td.h1{
	background-image: url(../img/tdh1-bg.png);
}

.content{
	background-image: url(../img/content-bg.png);
	background-repeat: repeat-y;
	background-position: right;
	padding-left: 61px;
	padding-right: 61px;
	padding-bottom: 10px;
	padding-top: 10px;
	vertical-align: top;
}

.content img.flright{
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	border: 1px solid #999999; 
}

img.pr{
	/*border: 1px solid #999999; */
}

div.address{
	clear: both;
	background-color: #F1F1F1;
	border: 1px solid #B9B9B9;
	width: 200px;
	margin: 0px;
	padding-left:35px;
	padding-bottom: 30px;
}

td.productdescription{
	padding: 20px;
	font-size: 9pt;
}

th{
	background-color: #EAEAEA;
	padding: 5px;
	padding-left: 24px;
	text-align: left;	
	text-transform: uppercase;
	border-bottom: 1px solid #999999;
}
.main-table{
		margin-left: 0px;
		margin-right:0px;
		margin-top:10px;
		
	}

.main-table span{
	font-family: Tahoma;
	color: #FF0000;
	font-weight: bold;
	padding-left: 5px;
	margin:0px;
}

.main-table span.grey{
	font-family: Tahoma;
	color: #595959;
	font-size: 11px;
	font-weight: bold;
	padding-left: 5px;
	padding-top: 
}


.main-table .header{
	background-image: url(../img/main-table-header-bg.png);
	background-repeat: repeat-x;
}

.main-table .header1{
	background-image: url(../img/main-table-header-bg-1.png);
	background-repeat: repeat-x;
}

.main-table .footer{
	background-image: url(../img/main-table-footer-bg.png);
	background-repeat: no-repeat;
	background-position: top right;
}

.main-table .footer1{
	background-image: url(../img/main-table-footer-bg-1.png);
	background-repeat: no-repeat;
	background-position: top right;
}

.main-table .main{
	border-left: 1px solid #C3C3C3;
	border-right: 1px solid #C3C3C3;	
	padding: 10px;
	padding-right: 0px;
	font-family: Tahoma;
	font-size: 11px;
	color: Black;
	padding-bottom: 0px;
}

.main-table .main1{
	border-left: 1px solid #C3C3C3;
	border-right: 1px solid #C3C3C3;	
	padding: 10px;
	padding-right: 0px;
	padding-left: 30px;
	padding-right: 40px;
	padding-top: 10px;
	font-family: Tahoma;
	color: Black;
	background-color: #F9F9F9;
}

.main-table .main p{
	padding-left: 20px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 0px;
	margin:0px;
}

.main-table .main p b{
	color: #595959;
}

.main-table .main li{
	list-style-image:url(../img/products-tip-2.png);
	list-style-position: outside;
	padding-left:0px;
	padding-top:4px;
}
.main .list1{
	padding-left:60px;
	font-size: 13px;
	font-family: Arial;
	
}
.main .list2{
	padding-left:120px;
}


.main-table img.flr{
	float: right;
	margin-left: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.main-table img.fll{
	float: left;
	margin-left: 10px;
	margin-right: 30px;
	margin-bottom: 0px;
}

div.hr{
	background-image: url(../img/gline.png);
	background-repeat: repeat-x;
	margin:0px;
	width:99%;
	height: 20px;
}
div.hr2{
	background-image: url(../img/gline2.png);
	background-repeat: repeat-x;
	margin:0px;
	width:99%;
	height: 20px;
}

div.login{
	position: absolute;
	padding-left:52px;
	margin-top:355px;
	font-size: 11px;
	width:110px;
}
div.login input{
	margin:0px;
	margin-bottom: 4px;
	margin-top: 4px;
	padding:1px;
	border: 1px solid #535353;
	font-size:11px;
	width:108px;
}
div.login input.submit{
	height: 18px;
	width:112px;

}
div.login img{
	padding-top:3px;
}

.download{	
	margin-top: 5px;
	margin-bottom: 10px;
	
}
p.slogan{
	font-size:14px;
	font-weight: bold;
	color: #4A4A4A;
	text-transform: uppercase;
}


table.table-submenu{
	margin-left:15px;
	margin-right:15px;
	margin-bottom:10px;	
}
div.ttl{
	padding:5px;
	background-color: #EFEFEF;
	margin-right:7px;
	margin-bottom:2px;
	color:#595959;
	padding-left:20px;
}
a.regular{
	font-weight: normal;
	font-size:11px;
}
.pad15px{
	padding-left:15px;
}
table.pre-order{
	margin-left: 20px;
	margin-right:20px;

}
table.pre-order table{
	margin-left: 20px;
	margin-right:10px;
}
table.pre-order table td{
	padding-top:5px;
	font-size:11px;
}
table.pre-order table td div{
	margin-top:10px;
}

table.pre-order table td input.inp200{
	margin:0px;
	margin-bottom: 2px;
	margin-top: 2px;
	padding:1px;
	border: 1px solid #535353;
	font-size:11px;
	width:200px;
	background-color: white;
}
table.pre-order table td input.inp70{
	margin:0px;
	margin-bottom: 2px;
	margin-top: 2px;
	padding:1px;
	border: 1px solid #535353;
	font-size:11px;
	width:70px;
	background-color: white;
}
table.pre-order table td textarea{
	margin:0px;
	margin-bottom: 10px;
	margin-top: 2px;
	padding:1px;
	border: 1px solid #535353;
	font-size:11px;
	width:310px;
	background-color: white;
}
table.dk-t{
	margin-left: 18px;
	margin-right: 18px;
}
table.dk-t th.c{
	text-align: center;
}

table.dk-t td{
	border-bottom: 1px solid #cfcfcf;
	height: 25px;
	padding-left: 24px;
}
table.dk-t td.c{
	text-align: center;
}
p.flb{
	padding: 0px;
}

div.anounce{
	position: absolute;
	margin-left: 210px;
	margin-top: 20px;
	font-size: 13px;
	line-height: 140%;
}

* html div.anounce{
	margin-left: 10px;
}

div.anounce p{
	color: #616161;
}

.main-table div.anounce span.blue{
	color: #007CB7; 
	padding-left: 0px;
}

div.anounce a{
	color: #616161;
}

#back{
	background-color: #aeaeae;
	position: absolute; 
	width: 100%; 
	height: 100%;
	z-index: 10;;
}

#container{

}

div#renovation{
	background: transparent url(../img/renovation.png) no-repeat left top; 
	width: 448px;
	height: 219px;
	display: none;
	position: absolute;
}

div#renovation div.retext{
	position: absolute; 
	padding: 68px 110px 0px 32px; 
	z-index: 15;
}

div#renovation div.reback{
	position: absolute; 
	z-index: 5;
}

html* div#renovation div.retext{
	padding: 75px 110px 0px 32px; 
}

div#renovation p{
	font-family: Tahoma;
	font-size: 12px;
	color: #464646	;

}

