/*
#cc0000; -red
#ffcc00; -yellow

#080e66; -blue-dark
#017fd4; - blue-sky

#00853a; -green
#014320; -dark green
#38526d; -solar panel
b07d05 -aamp

*/
@import "menu.css";

body{
	text-align:center;/*important*/
	padding:0px;
	margin:0px;
	
	color:#333;
	font-size:12px;
	font-family:Trebuchet MS,helvetica,Arial,  Verdana,  Times New Roman;
	
	zbackground-image:url(./images/body.jpg);/*bg-body.jpg);	*/
	background-repeat:repeat;	
	background-position:0% 0%;
	
	background-color:#eee;
	
}

table{
	width:100%;
	table-layout:fixed;
	margin:0px;
	padding:0px;
	text-align:left;
}

td{	
	padding:0px;
	margin:0px;
	font-size:12px;	
	vertical-align:top;
}

img{
	border:none;
}

b{
	font-weight:normal;
}

.bold{
	font-weight:bold;
	font-size:13px;
	color:black;
}

a{
	color:#2777b2;	
	text-decoration:underline;	
}

a:hover{
	color:#f1a107;
	text-decoration:underline;
}

ul, ol{	
	margin:0px;
	padding:0px;
	padding-top:5px;
	padding-bottom:5px;	
	padding-left:25px;		
zborder: 1px solid red;
}

ul li, ol li{	
	margin:0px;	
	padding:0px;
	padding-top:5px;	
	list-style-position: outside;
zborder: 1px solid red;
}

/*-----------Headers-----------------*/

h1{		
	margin:0px;	
	padding:0px;
	
	margin-top:15px;
	margin-bottom:10px;
	padding-left:30px;
	
	padding-top:5px;
	padding-bottom:5px;
	zwidth:100%;		
	
	font-size:14px;
	font-weight:bold;
	zfont-style:italic;
	
	zcolor:#cc0001; /* yellow*/
	zcolor:#00612a; /* green */
	zcolor:#cc0000; /* red */
	color:#f1a107;

	background-color:transparent;
	background-image:url(./images/h1.jpg);
	background-repeat:no-repeat;	
	background-position:0% 50%;
	
zborder-bottom: 1px solid #ddd;
zborder: 1px solid red;
}

h1.title{
	margin:0px;
	padding:0px;
	
	margin-top:10px;
	margin-bottom:5px;
	padding-left:25px;
	zpadding-top:15px;	
	
	font-size:18px;
	zfont-style:italic;
	
	zcolor:#cc0001; /* yellow*/
	zcolor:#00612a; /* green */
	zcolor:#cc0000; /* red */
	color:black;		
	background-image:none;
	
	zbackground-image:url(./images/h1.gif);
	zbackground-repeat:no-repeat;	
	zbackground-position:0% 50%;
	
	zborder-top:1px dashed #e22932;
	zborder-bottom:1px solid #ccc;

zborder: 1px solid red;
}

h1.adsvert{	
	margin:0px;
	padding:0px;	
	
	margin-top:10px;
	margin-bottom:10px;

	text-align:center;
	font-size:16px;	

	zcolor:#cc0001; /* yellow*/
	zcolor:#00612a; /* green */
	zcolor:#cc0000; /* red */
	color:black;	
	
	background-image:none;	
zborder: 1px solid red;
}

h1.noimg{
	padding:0px;
	text-align:center;
	background-image:none;
	color:black;
	font-size:16px;

}

zh1.title:first-letter{
	color:red;
}

/*--------------DIVs----------------*/
div.shell{
	position:relative;		
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	
	text-align:center;/*important*/
	width:950px;
	clear:both;
}

/*---------HORMENU--------------*/
div.hor_menu{
	position:absolute;
	left:0px;
	
	margin:0px;
	margin-top:161px;	
	padding:0px;
	
	width:945px;
	height:60px;
	text-align:left;
	background-color:transparent;
zborder:1px solid black;
}

div.hor_menu table td{
	margin:0px;
	padding:0px;
	
	text-align:right;
	color:white;
	zcolor:black;
	font-size:14px;
	font-weight:bold;
	vertical-align:middle;
zborder:1px solid black;
}



div.hor_menu table td.items{
	zwidth:50%;
	color:black;
	font-size:12px;
	text-align:right;
	font-style:italic;
}

div.hor_menu table td.logo{
	width:280px;
	color:black;
	font-size:12px;
}

div.hor_menu a{
	margin:0px;
	padding:0px;	

	font-size:12px;
	zfont-weight:normal; 
	font-weight:bold;
	text-decoration:none;
	
	color:black;
	zbackground-color:transparent;
}

div.hor_menu a:hover{
	zcolor:#ffcc00;
	color:white;
	text-decoration:none;	
	zbackground-image:url(./images/hor-menu.jpg);	
	zbackground-repeat:no-repeat;
	zbackground-position: 100% 100%;	
}

div.hor_menu img{border:none;}

/*---------------------------------------*/
div.flash{
	position:absolute;
	top:0px;
	left:0px;	
	
	padding:0px;
	margin:0px;
	margin-top:5px;	
	width:950px;	
	height:205px;

	zbackground-color:white;
	background-color:transparent;
	
	background-image:url(./images/top.jpg);	
	background-repeat:no-repeat;
	background-position: 50% 0%;

	z-index:0;	
zborder:1px solid black;
}

div.content{
	position:absolute;
	top:0px;
	left:0px;	
	
	margin:0px;
	padding:0px;	
	margin-top:210px;
	
	width:950px;		
	background-color:white;	
	zbackground-color:transparent;
	
	background-image:url(./images/bg-content.jpg);	/* menu bg to the bottom*/
	background-repeat:repeat-y;
	background-position: 50% 0%;

	z-index:10;
zborder-top:1px solid #eee;
zborder-bottom:1px solid #8e9d82;
zborder-right:1px solid #eee;
zborder-left:1px solid #eee;

zborder:1px solid green;
}

div.menu{
	position:absolute;
	top:0px;
	left:0px;	

	margin:0px;	
	margin-top:215px;
	margin-left:10px; /*for border in img*/	
	
	width:220px;	
font-size:14px;	
	background-color:transparent;
	zbackground-image:url(./images/bg-menu.jpg);
	zbackground-repeat:no-repeat;
	zbackground-position:50% 100%;

	z-index:110;
zborder:1px solid blue;
}

div.menu-bottom{
	margin:0px;
	padding:0px;
	padding-top:10px;
	padding-bottom:80px;
	
	/*  only for align - left
	zpadding-left:20px;
	ztext-align:left;*/

	text-align:center;
	font-weight:bold;
	font-size:11px;
	color:black;
	zheight:55px;/*min size (image size)if no text */

	background-image:url(./images/menu-bottom-bp.jpg);
	background-repeat:no-repeat;
	background-position:50% 100%;
zborder:1px solid blue;
}
div.menu-bottom p{
	margin:0px;
	padding:10px;
	padding-bottom:0px;
	font-size:12px;
	text-align:left;
	font-weight:normal;
}
/*-------------------------------------------------*/
table.frameless{
	margin:0px;
	padding:0px;
	
	margin-left:230px;	/* to show menu */
	width:715px; /* 950px=230 (menu)+715 (frameless)+5 - to display right border*/

	zbackground-color:#cad65b;
	background-color:transparent;
zborder: 1px solid red;
}

table.frameless td{
	margin:0px;
	padding:0px;	
zborder:1px solid black;
font-size:13px;	
}

table.frameless td.adsvert{
	margin:0px;
	padding:0px;
	
	width:0px;
	text-align:center;
	background-color:transparent;
	zbackground-color:#ffcc00;	
zborder:1px solid red;
}

table.frameless td.adsvert img{
	margin:0px;
	padding:0px;	
	width:130px;	
border:1px solid #ccc;
}
/*------------------------------------------*/
table.one,table.two{
	margin:0px;
	padding:0px;
		
	background-color:transparent;
	zbackground-image:url(./images/tbl-bg.jpg);	
	zbackground-repeat:no-repeat;
	zbackground-position:0px 0px;	
zborder:1px solid black;
}

table.one td, table.two td{
	margin:0px;
	padding:15px;
	padding-top:0px;	
	
	zbackground-color:transparent;
	background-color:white;

zborder-top:#eee 1px solid;
zborder-left:#eee 1px solid;
zborder-bottom:#eee 1px solid;
zborder-right:#eee 1px solid;
border:1px solid #ccc;
}

table.one td img,table.two td img{
	margin:0px;	
	margin-left:20px;	
	margin-bottom:20px;	
	float:right;
}
table.two td img{

margin-bottom:0px;	}
/*
*********Need to display with JAVA script

table.big-image{
	margin:0px;	
	padding:0px;
	width:500px;
	border:1px dotted #ccc;
}

table.big-image td.big-image{
	margin:0px;	
	padding:0px;
	width:350px;
	vertical-align:middle;
	text-align:center;
}*/
/*---------------------------------------------------------*/
table.contact{
	margin:0px;
	padding:0px;
	zwidth:90%;
	zborder:1px solid #555;
}

table.contact td{
	margin:0px;
	padding:0px;
	border:none;
}

/*---------------------------------------------------------*/
div.content p.copy{
	margin:0px;
	padding:0px;
	
	
padding-top:0px;
padding-bottom:10px;
	padding-left:50px;
	padding-right:50px;
	
	font-size:11px;
	color:#ddd;
	text-align:center;

	background-color:#f1a107;
	
zborder-top: 1px solid #ccc;
zborder:1px solid red;
}

p.copy a{
	color:#ddd;
	font-size:10px;	
	ztext-decoration:none;
}

p.copy a:hover{
	color:#ddd;	
	ztext-decoration:none;
}

p.stopper{height:100px;}

p.bottom{
	margin:0px;
	padding:0px;

	height:25px;/*image-curve*/
	background-image:url(./images/p-bottom.jpg);	
	background-repeat:no-repeat;
	background-position:50% 100%;
	
}


/*---------------------------------------------------------*/
INPUT{width:280px;}

input.submit{width:50px;border:1px solid #ccc;zfont-size:12px;zheight:20px; }
input.go{width:35px;border:none;}

input.emailsubscribe{width:130px;}

TEXTAREA{width:280px; height:280px;}
SELECT {width:280px;font-size:12px;background-color: #E7E5D8;}





/*---------- Round borders ----------*/
.b1, .b2, .b3, .b4{font-size:1px; overflow:hidden; display:block;}
.b1 {height:1px; background:#eee; margin:0 5px;}
.b2 {height:1px; background:white; border-right:2px solid #eee; border-left:2px solid #eee; margin:0 3px;}
.b3 {height:1px; background:white; border-right:1px solid #eee; border-left:1px solid #eee; margin:0 2px;}
.b4 {height:2px; background:white; border-right:1px solid #eee; border-left:1px solid #eee; margin:0 1px;}

.contentb {background: white; border-right:1px solid #eee; border-left:1px solid #eee; }
.contentb div {margin:0px; padding:3px; zborder:1px solid black;}

div.p130, div.p150, div.p170, div.p245, div.p320, div.p440, div500, div.p770, div.p950{ 
	padding:0px;
	margin:0px;	
}

div.p130{width:130px;}
div.p150{width:150px;}
div.p170{width:170px;}
div.p245{width:245px;}
div.p320{width:320px;}
div.p440{width:440px;}
div.p500{width:500px;}
div.p770{width:770px;}
div.p950{width:950px;} /* flash round border*/

div.contentb div p{
margin:0px;
padding:0px;
padding-left:15px;
padding-right:25px;
}


a.glaz, a.glaz:hover{
	color:#ddd;
	text-decoration:none;
	cursor:text;

}
