/*
#e40002; - red
#060f76; - dark blue

#f7cd74; -gold selected
#5b1a04; - dark brown

*/
@import "menu.css";

body{
	text-align:center;
	padding:0px;
	margin:0px;
	
	font-size:10px;
	font-family:Arial,Verdana, helvetica, Verdana, Arial,Trebuchet MS, Times New Roman;
	color:#333;
	background-color:#999999;

	zbackground-image:url(./images/body.jpg);
	zbackground-repeat:no-repeat;	
	zbackground-position:0% 100%;
	
	
}

b{
	font-weight:normal;
}

a{
	color:#1bd8a9;
	text-decoration:underline;
	border:none;
}

a:hover{
	color:#082e9b;
	text-decoration:underline;
	border:none;
}

a.bold{
	font-size:1.0em;
	color:#af2edf;
	text-decoration:underline;
	font-weight:bold;
	border:none;
}

a.bold:hover{
	color:#ffa500;
	ztext-decoration:underline;
	border:none;
}
a.bold img{
	border:none;
}


table{
	width:100%;
	table-layout:fixed;
	margin:0px;
	padding:0px;
	
}

td{	
	padding:5px;
	margin:0px;	
	vertical-align:top;
	font-size:11px;
}


h1{		
	margin:0px;	
	padding:0px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:15px;
	text-align:left;
	font-size:1.2em;
	font-weight:bold;	
	background-color:transparent;
	color:#1bd8a9;
}

h1.title{
	margin:0px;
		
	height:170px;
	
	padding:0px;	
	zpadding-top:10px;

	color:red;/*#17426c;*/
	font-size:20px;
	
	text-align:left;
	zfont-style:italic;
	
	background-color:transparent;
	
zborder: 1px solid green;
}


ul, ol{	
	margin:0px;
	padding:0px;
	zpadding-top:5px;
	padding-bottom:10px;
	
	padding-left:40px;		
	padding-right:20px;		
zborder: 1px solid red;
}

ul li, ol li{	
	list-style-position: outside;	
	margin:0px;	
	padding:0px;
	padding-top:3px;	
	padding-bottom:3px;	
zborder: 1px solid red;
}

li{
	margin:0px;
	padding:0px;	
}
/*-------------------------------------------------*/
div.shell{
	position:relative;		
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;

	
	text-align:center;
	width:950px;
	clear:both;
}



div.flash{
	position:absolute;
	padding:0px;
	margin:0px;
	margin-top:5px;
	
	top:0px;
	left:0px;	
	
	width:950px;	
	height:150px;
	text-align:left;

	background-color:transparent;
	z-index:100;	
zborder:1px solid black;
}

div.content{
	position:absolute;
	left:0px;
	
	margin:0px;
	padding:0px;	
	margin-top:165px;	
	
	width:950px;	
	text-align:left;

	background-color:transparent;	
	
	zbackground-image:url(./images/bg-content.jpg);	/* menu bg to the bottom*/
	background-repeat:repeat-y;
	background-position: 100% 0%;

	z-index:10;
zborder-bottom:15px solid #8e9d82;
zborder:1px solid green;

}

div.menu{
	position:absolute;
	margin:0px;	
	margin-top:150px;
	padding-bottom:50px;

	width:150px;
	left:0px;
	text-align:right;
	zfloat:left;	
	
	background-color:transparent;
	zbackground-image:url(./images/menu-bottom.jpg);
	background-repeat:no-repeat;
	background-position:100% 100%;


	z-index:110;
zborder:1px solid green;
}

/**********NEWS ITEM in MENU******************/

div.menu-highlight{

	zpadding-top:20px;
	height:52px;
	background-image:url(./images/menu-bottom.jpg);
	background-repeat:no-repeat;
	background-position:98% 100%;
	zz-index:110;
}

div.menu-highlight p{
	padding-top:15px;
	zmargin-right:2px;
zborder:1px solid red;
}

div.menu-highlight p a{
	
	font-size:18px;
	font-weight:bold;
	color:#1bd8a9;
	text-decoration:none;
}
div.menu-highlight p a:hover{
	zcolor:#082e9b;
	text-decoration:none;
	zborder:none;
}
/*************************************************/
/*
div.hor_menu{
	position:absolute;
	left:0px;
	
	margin:0px;
	margin-top:115px;
	zmargin-left:5px;
	padding:5px;
	padding-right:0px;
	padding-left:0px;
	width:950px;	
	height:25px;
	text-align:right;
	font-size:10px;
	color:white;
	background-color:#011a3e;
border-left:5px solid white;
border-right:5px solid white;
z-index:50;
zborder:1px solid red;
}



div.hor_menu a{color:white;font-weight:bold;}

*/
/*-------------------------------------------------*/

table.frameless{
	margin:0px;
	padding:0px;
	border-spacing:0 0;

	margin-left:144px;	
	width:806px;

	background-color:transparent;	
zborder: 1px solid blue;
}

table.frameless td{
	padding:0px;
	margin:0px;
	
	text-align:center;	
zborder:1px solid red;
}


table.frameless td.content-border{
	margin:0px;
	padding:0px;
	text-align:left;
	width:100%;

	background-image:url(./images/content-border.jpg);
	background-repeat:repeat-y;
	background-position:0% 0%;
zborder: 1px solid black;
}

table.frameless td.top-border{
	margin:0px;
	padding:0px;
	height:23px;
	background-image:url(./images/top-border.jpg);
	background-repeat:no-repeat;
	background-position:0% 0%;
zborder: 1px solid black;
}

table.frameless td.bottom-border{
	height:23px;
	background-image:url(./images/bottom-border.jpg);
	background-repeat:no-repeat;
	background-position:0% 0%;
zborder: 1px solid black;
}

/*------------------------------------------*/

table.two{
	margin:0px;	
	padding:0px;	
	text-align:left;	
zborder: 1px solid black;
}

table.two td{
	margin:0px;	
	padding:10px;
	padding-left:20px;
	color:black;

	text-align:left;	
	vertical-align:top;	
	
	background-color:transparent;
zborder:1px solid red;
}


table.two td img{
	float:left;
	margin:0px;	
	margin-right:15px;
zborder:1px solid red;
}


/******  BRAND  ********/

p.brand{
	margin:0px;
	padding:0px;
	padding-top:120px;
		
	color:black;
	background-image:url(./images/brand.jpg);
	background-repeat:no-repeat;
	background-position:95% 0%;
zborder: 1px solid red;
}

p.brand img{
	margin-top:10px;
	margin-bottom:10px;
}

/****   ADS  ******/

table.ads{
	margin:0px;
	padding:0px;
	margin-top:10px;
	margin-bottom:10px;
zborder: 1px solid red;
}

table.ads td {
	margin:0px;
	padding:0px;	
	text-align:left;
zborder: 1px solid red;
}


table.ads td.local {
	margin:0px;
	padding:0px;	
	text-align:right;
zborder: 1px solid red;
}

table.ads td.google{
	padding:0px;
	margin:0px;		
zborder: 1px solid red;

}
table.ads td.google div{
text-align:center;
background-color:white;
}

table.ads td img{
	margin:0px;
	padding:0px;	
	margin-bottom:12px;
}

/*---------------------------------------------------------*/

div.content p.copy{
	margin:0px;
	width:800px;
	margin-left:150px;
	
	zpadding-left:150px;
	zpadding-right:150px;
	
    font-size:9px;
	color:#052147;
	text-align:center;
	zbackground-color:#93a085;
	background-color:transparent;
	
zborder:1px solid red;
}

p.copy a{
	color:#697260;
	font-size:10px;
	text-decoration:none;
}

p.copy a:hover{
	color:red;
	font-size:10px;
}

p.stopper{height:100px;}


/*---------------------------------------------------------*/
INPUT{
	zcolor:#333333;
	zbackground-color:#E7E5D8;
	zfont-family:Arial, Helvetica, sans-serif;
	zfont-size:12px;
	zfont-style: normal; 
	zfont-weight: normal;
	width:280px;
}

input.submit{width:75px;border:none; }

input.go{
	width:35px;
	border:none;
}

TEXTAREA{
	width:280px;
}
SELECT {  
	zfont-family: Arial, Helvetica, sans-serif; font-size: 12px; 
	zcolor: #333333; background-color: #E7E5D8;
	width:180px;
}

/************************/

.b1, .b2, .b3, .b4{font-size:1px; overflow:hidden; display:block;}
.b1 {height:1px; background:#dbd8c6; margin:0 5px;}
.b2 {height:1px; background:white; border-right:2px solid #dbd8c6; border-left:2px solid #dbd8c6; margin:0 3px;}
.b3 {height:1px; background:white; border-right:1px solid #dbd8c6; border-left:1px solid #dbd8c6; margin:0 2px;}
.b4 {height:2px; background:white; border-right:1px solid #dbd8c6; border-left:1px solid #dbd8c6; margin:0 1px;}

.contentb {background: white; border-right:1px solid #dbd8c6; border-left:1px solid #dbd8c6; zpadding:10px;}
.contentb div {margin:0px; padding:3px; zborder:1px solid black;}

div.p130, div.p150, div.p440, div.p950{ 
	padding:0px;
	margin:0px;	
}

div.p130{
	width:130px;
}

div.p150{
	width:150px;
}
div.p320{
	width:320px;
}

div.p440{	
	padding-top:10px;
	width:440px;
}

div.p770{	
	zpadding-top:10px;
	width:770px;
}

div.p950{	
	width:950px;
}

div.contentb p{
margin:0px;
padding:0px;
padding-left:15px;
padding-right:25px;
}