/*Common styles*/

html form
{
	margin:0px;
	padding:0px;
	
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	background-color:#ffffff;
	min-height: 100%;
	_height: 100%;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	color:#000000;
}

table
{
	border:0px;
	border-collapse:collapse;
}

table td
{
	padding:0px;
}

td
{
	text-decoration: none;
	font-size: 11px;
	line-height:150%;
}

img
{
	border:0px;
	outline:none;
}

input.button
{
	height:20px;
	background:#e61919;
	font-size:11px;
	color: #ffffff;
	padding-left:10px;
	padding-right:10px;
	text-align:center;
	border:0px;
	padding-bottom:3px;
}

input.button2
{
	height:20px;
	background:#0b83b1;
	font-size:11px;
	color: #ffffff;
	padding-left:10px;
	padding-right:10px;
	text-align:center;
	border:0px;
	padding-bottom:3px;
}

input.text
{
	width: 100%;
	height: 16px;
	font-size: 11px; 
	border: #c5c5c5 1px solid;
}

span.astrix, .err
{
	color:#FF0000;
}

.comments input
{
	
}

td.title
{
	width:40%;
	text-align:left;
	vertical-align:top;
}

td.input
{
	text-align:right;
	vertical-align:bottom;
	padding:2px 0;
}

td.input img
{
	
}

textarea.text
{
	width:100%;
	font-size: 11px; 
	border: #c5c5c5 1px solid;
}

td.submit
{
	text-align:right;
}

p
{
	text-decoration: none;
}

a
{
	font-size: 11px;
	text-decoration: underline;
	color:#ff0000;
	outline:none;
}

a:hover
{
	text-decoration: underline;
}


h1
{
	font-size:20px;
	color:#ff0000;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:100;
}

h2
{
	font-size:14px;
	color:#000000;
	display:inline-block;
	margin-bottom:5px;
}


h3
{
	font-size:20px;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:100;
}



/*Mail page*/

.maindiv
{
	width:1000px;
	text-align:left;
}

.topbann
{
	width:100%;
	height:50px;
}

/*Header*/

.toppanel
{
	width:100%;
	height:178px;
	background:url(/img/default/header_bg.jpg) repeat-x;
	text-align:center;
	margin-bottom:10px;
}

.header
{
	width:1000px;
	display:inline-block;
}

.logoblock
{
	width:242px;
	height:178px;
	float:left;
}

.searchmenu
{
	width:758px;
	height:178px;
	float:left;
}

.searchblock
{
	margin-top:53px;
	margin-left:55px;
}

.menublock
{
	margin-top:149px !important;
	margin-top:78px;
	background:url(/img/default/menu_bg.jpg) repeat-x;
}

/*Menu styles*/

.menubar
{
	width:728px;
	height:29px;
	background:url(/img/default/menucorner.jpg) no-repeat right;
	margin-left:30px;
}

.menuitem
{
	margin-right:30px;	
	margin-top:7px;
	float:left;
}


a.menulink
{
	color:#000000;
	text-decoration:none;
}

a.menulink:hover
{
	color:#e61919;
	text-decoration:underline;
}


/* Left colum */

.leftblock
{
	float:left;
	width:242px;
}


.redhead
{
	float:left;
	width:231px;
	height:24px;
	background:url(/img/default/redhead.jpg) no-repeat;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}

.redhead a
{
	float:none;
	display:inline;
	text-decoration:none;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}

.greyblock
{
	width:231px;
	float:left;
	background-color:#f5f5f5;
	display:inline-block;
}

.greyblock2
{
	width:231px;
	/*float:left;*/
	background-color:#fbfbfb;
	/*display:inline-block;*/
}

.redtitle
{
	padding-left:10px;
	padding-right:10px;
	padding-bottom:5px;
	padding-top:5px;
	text-align:center;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	background-color:#e61919;
	margin-top:15px;
	margin-bottom:5px;
	display:inline-block;
}

.redtitle a
{
	color:#ffffff;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
}

.orangetitle
{
	padding-left:10px;
	padding-right:10px;
	padding-bottom:5px;
	padding-top:5px;
	text-align:center;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	background-color:#ff6000;
	margin-top:15px;
	margin-bottom:5px;
	display:inline-block;
}

.orangetitle a
{
	color:#ffffff;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
}

.greytitle
{
	padding-left:10px;
	padding-right:10px;
	padding-bottom:5px;
	padding-top:5px;
	width:211px;
	color:#000000;
	font-size:14px;
	font-weight:bold;
	background-color:#f2f2f2;
	margin-top:15px;
	display:inline-block;
}

.greytitle2
{
	padding-left:10px;
	padding-right:10px;
	padding-bottom:5px;
	padding-top:5px;
	width:211px;
	color:#ff0000;
	font-size:14px;
	font-weight:bold;
	background-color:#f2f2f2;
	margin-top:15px;
	display:inline-block;
}

span.h2, a.h2
{
	font-size:14px;
	color:#000000;
	font-weight:bold;
}

.redfont
{
	font-size:12px;
	color:#e61919;
	font-weight:bold;
}


/* Center colum */

.centerblock
{
	float:left;
	width:515px;
	padding-bottom:30px;
}

.maintitle
{
	background-color:#f3f3f3; 
	padding-left:5px; 
	margin-bottom:5px;
	height:20px;
	line-height:20px;
	padding-bottom:4px;
}


a.rsslnk
{
	display:inline-block;
	margin-top:5px;
	margin-right:5px;
	background:url(/img/default/feed14x14.gif);
	width:14px;
	height:14px;
	position:relative;
	float:right;
}

.newsblock
{
	clear:both; 
	padding-bottom:10px; 
	font-size:11px; 
}

.newsblock .update
{
	padding-top:5px;
	color:#888888;
	font-size:10px;
	text-align:right;
}

.newsseparator
{
	clear:both;
	height:20px;
	border-top:#eeeeee 5px solid;
}

.articletext
{
	padding-bottom:15px;
	font-size:12px !important;
}
.articletext a
{
	font-size:12px;
}

.articletext .author
{
	padding:5px 0 10px;
}

.clear
{
	clear:both;
	height:5px;
}

a.h1, span.h1
{
	font-size:14px;
	color:#ff0000;
	text-transform:uppercase;
	font-weight:bold;
	display:block;
}

a.pathlink
{
	font-size:12px;
	text-transform:uppercase;
	text-decoration:none;
}


.yellowgood
{
	width:509px;
	background-color:#fff9e1;
	border-left:#ffce03 1px solid;
	border-right:#ffce03 1px solid;
	border-bottom:#ffce03 1px solid;
	display:inline-block;
	margin-top:11px;
	margin-bottom:11px;
}

.bluegood
{
	width:509px;
	background-color:#e7f8fe;
	border-left:#0f9acf 1px solid;
	border-right:#0f9acf 1px solid;
	border-bottom:#0f9acf 1px solid;
	display:inline-block;
	margin-top:11px;
	margin-bottom:11px;
}

.greygood
{
	width:247px;
	height:75px;
	background-color:#f3f3f3;
	border-left:#dfdfdf 1px solid;
	border-right:#dfdfdf 1px solid;
	border-bottom:#dfdfdf 1px solid;
	display:inline-block;
	margin-top:11px;
	margin-bottom:11px;
}

a.blacklink
{
	font-size:14px;
	color:#000000;
}
div.playblock
{
	height:38px;
	display:table-cell;
	vertical-align:middle;
}
a.playlink
{
	font-size:14px;
	color:#000000;
}

.affor
{
	float:left;
	width:248px;	
}

.affor2
{
	float:right;
	width:248px;	
}

.affor2 h1
{
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:underline;
}

li div.inf
{
	padding:5px 0 15px;
	font-size:10px;
	color:#888888;
}

li div.inf a
{
	font-size:10px;
}

.pager
{
	width:100%;
	text-align:center;
	padding-top:20px;
}

a.pagerlink
{
	color:#000000;
	padding:5px;
	font-size:12px;
}

a.activepagerlink
{
	color:#FF0000;
	padding:5px;
	font-size:12px;
	text-decoration:none;
}

.mappager a
{
	color:#FF0000;
	font-size:10px;
}

.adblock
{
	text-align:center;
}
.adblock div
{
	text-align:left;
	padding:10px 0;
}

.comdt2
{
	height:20px;
	background-color:#f3f3f3;
	padding:3px;
}

.comdt3
{
	padding:5px;
	padding-bottom:10px;
}

.blockdate
{
	color:#b5b4b4;
}

.star
{
	color:#F00;	
}

div.contacttext
{
	padding-top: 10px;
}

/* Right colum */

.rightblock
{
	float:right;
	width:231px;
}

.yellowhead
{
	float:left;
	margin-bottom:10px !important;
	margin:0px;
	width:231px;
	height:24px;
	background:url(/img/default/yellowhead.jpg) no-repeat;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}
.yellowhead a
{
	text-decoration:none;
	color:#ffffff;
	font-size:14px;
}

.bluehead
{
	float:left;

	width:231px;
	height:24px;
	background:url(/img/default/bluehead.jpg) no-repeat;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}

.bluehead a
{
	text-decoration:none;
	color:#ffffff;
	font-size:14px;
}

.orangehead
{
	float:left;
	margin-top:0px !important;
	margin-top:10px;
	width:231px;
	height:24px;
	background:url(/img/default/orangehead.jpg) no-repeat;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}

.orangehead a
{
	text-decoration:none;
	color:#ffffff;
	font-size:14px;
}

a.redlink
{
	text-decoration:none;	
	color:#000000;
}

a.redlink:hover
{
	text-decoration:underline;
	color:#e61919;	
}

.inf span
{
	font-size:10px;
	color:#666;
}

.currency
{
width:100%;
}

.rightblock div.banner
{
	text-align:center;
	padding-top:15px;
	padding-bottom:15px;
}

/* Footer */

.footer
{
	clear:both;
	margin-top:20px;
	width:100%;
}

a.bottomlink
{
	text-decoration:none;	
}

a.bottomlink:hover
{
	text-decoration:none;	
}

.bottomblock
{
	background-color:#f3f3f3;
	color:#000000;
	width:100%;
	height:80px;
}

/*Table styles*/

.head1
{
	height:43px;
	background-color:#2c7e25;
	border-bottom:#ffffff 1px solid;
	border-right:#ffffff 1px solid;
	text-align:center;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
}

.head2
{
	height:43px;
	background-color:#2c7e25;
	border-bottom:#ffffff 1px solid;
	border-right:#ffffff 1px solid;
	color:#FFFFFF;
	margin-left:35px;
	font-weight:bold;
	font-size:11px;
}

.head3
{
	height:43px;
	background-color:#2c7e25;
	border-bottom:#ffffff 1px solid;
	border-right:#ffffff 1px solid;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	font-size:11px;
}

.titem1
{
	height:52px;
	background-color:#eff9ed;
	border-bottom:#ffffff 1px solid;
	border-right:#ffffff 1px solid;
	text-align:center;
	padding:5px;
}

.titem2
{
	height:52px;
	background-color:#eff9ed;
	border-bottom:#ffffff 1px solid;
	border-right:#ffffff 1px solid;
	margin-left:20px;
	padding:5px;
}

.titem3
{
	height:52px;
	background-color:#eff9ed;
	border-bottom:#ffffff 1px solid;
	border-right:#ffffff 1px solid;
	text-align:center;
	padding:5px;
}

.imgbtn
{
	padding-right:5px;
	padding-bottom:5px;
}

.rsslist a
{
	font-size:12px;
}

.banner468
{
	text-align:center;
	padding:15px 0;
}


#frm_poll ul
{
	padding:0;
	margin:0 10px 20px 20px;
	list-style:none;
}

div.n4p_blocknews
{
	min-height:120px;
	_height:auto;
}
div.n4p_divphotoclass
{
	float:left;
	width:100px;
	height:100px;
	padding:10px 0;
}
div.n4p_divphotoclass img
{
	border:0;
}
div.n4p_divtextclass
{
	margin-left:107px;
	margin-top:-110px;
}
div.n4p_divtitleclass
{
	text-align:left;
}
div.n4p_divtitleclass a
{
	font-size:14px !important;
}

