*{
	margin:0;
	padding:0;
}

h1 h2{
	font-family:arial;
	font-size:14px;
	color:#575859;
}
h3{
	font-family:arial;
	font-size:12px;
	color:RED;
}
body{
	font-family:arial;
	font-size:10px;
	line-height:14px;
	color:#575859;
	background:url(images/background.jpg) repeat-x;
}
a {
	text-decoration: none;
	color:blue;
}
a:hover {
	text-decoration:none;
	color:red;
}


/*******PopUP********/

.popUp {
 position: absolute;
 top: 50px; left: center; text-align: center; padding: 5px; border: 0px solid ; background: grey; }

/*******HEADER********/

#header {
	width:100%;
	height:230px;
	background:url(images/backgroundheader.jpg) no-repeat;
}

/*******MENU********/

#menu {
	font-family:Tahoma;
	font-size:11px;
	color:#000000;
	width:100%;
	height:35px;
	background:url(images/topmenu_bg.gif) repeat-x;
}
.menu li {
	list-style-type: none;
	background:url(images/topmenu_separator.gif) right top repeat-y;
	float:left;
	padding:9px 20px;}
.menu li a{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
.menu li a:hover{
	text-decoration:underline;
}
#bottommenu {
	width:100%;
	height:35px;
	background:url(images/bottombartop.png) repeat-x;
}
/*******MENU********/

#left {
	font-family:Tahoma;
	font-size:10px;
	color:#000000;
	width:65%;
	float:left;
	border:none;
	text-align:center;

}

#right {
	font-family:Tahoma;
	font-size:10px;
	color:#000000;
	width:31%;
	float:right;
	border:none;
	text-align:right;

}

/*******CONTENT********/

#plannunta ul {list-style-type: none;margin:0 0 0 0;}
#plannunta li { width:80%; padding:0 0 0 26px; font-size:10px; line-height:2.09em; color:#000000; font-weight:bold;}
#plannunta li a { font-size:10px; line-height:2.09em; color:#000000; text-decoration:none; background:url(images/arr.gif) 0 6px no-repeat; padding:0 0 0 17px;}
#plannunta li a:hover { text-decoration:none; color:#f51111;}

#main_content {
	background:#ffffff;
	font-family:Tahoma;
	font-size:12px;
	color:#000000;
}
#main_top {
	background:url(images/main_t.png) repeat-x;
}
#main_right {
	background:url(images/main_r.png) repeat-y;
}
#main_left {
	background:url(images/main_l.png) repeat-y;
}
#main_bottom {
	background:url(images/main_b.png) repeat-x;
}

#nav_content {
	background:url(images/bgnav.png) repeat;
}
#nav_top {
	background:url(images/nav_t.png) repeat-x;
}
#nav_right {
	background:url(images/nav_r.png) repeat-y;
}
#nav_left {
	background:url(images/nav_l.png) repeat-y;
}
#nav_bottom {
	background:url(images/nav_b.png) repeat-x;
}

.widget_style { margin:0 0 0 0; padding:0 0 15px 0;}
.widget_style h2 { background:url(images/bull.gif) 0 0 no-repeat; font-size:11px; line-height:1.01em; color:#000000; font-weight:bold; padding:2px 0 12px 22px;}
.widget_style h2 a {color:#FFFFFF; text-decoration:none;}
.widget_style h2 a:hover {text-decoration:none;}

#categories.widget_style ul {list-style-type: none;margin:0 0 0 0;}
#categories.widget_style li { width:80%; background:url(images/bg_li.gif) left bottom repeat-x; padding:0 0 0 26px; font-size:10px; line-height:2.09em; color:#FFFFFF; font-weight:bold;}
#categories.widget_style li a { font-size:10px; line-height:2.09em; color:#FFFFFF; text-decoration:none; background:url(images/arr.gif) 0 6px no-repeat; padding:0 0 0 17px;}
#categories.widget_style li a:hover { text-decoration:none; color:#f51111;}

/*******FOOTER********/

#footer {
	width:100%;
	padding: 10px 0 10px 0;
	background:black;
	text-align:center;
}

#menufoo {
	font-family:Tahoma;
	font-size:9px;
	color:#ffffff;
	width:100%;
}

.menufoo a {
	color:grey;
	text-decoration:none;
}
.menufoo a:hover {
	color:white;
	text-decoration:none;
}