div, ul, li, a, p
{
	font-family: Arial, Sans-Serif;
	font-size:10px;
}

.cl
{
	clear: both;
}

a 
{
	color: #00f;
}

a:hover 
{
	color: #f00;
}

/* --------------- fckEditor fix ---------------------------------*/
body.fckEdit
{
	background-color:Transparent;
	height:auto;
}

*:first-child+html body.fckEdit
{
	background-color:#fff;
	background-image:none;
}
/* ---------------------------------------------------------------*/

.left { float:left; }
.right { float:right; }

a img
{
	border:0;
}

h1, h2, h3, h4, h5
{
	font-family: Arial, Sans-Serif;
}

h1
{
	font-size: 20px;
}

h2
{
	font-size: 18px;
}

h3
{
	font-size: 16px;
}

h4
{
	font-size: 14px;
}

h5
{
	font-size: 12px;
}

#logo
{
	float: left;
}

#bc img 
{
	margin: 10px 3px 0 0;
}

#ContentOneColumn 
{
	margin: 10px 0 0 0 !important;
	margin: 5px 0 0 0;
	float: left;
	width: 695px;
	min-height: 226px;
	height: auto !important;
	height: 226px;
	padding: 17px 20px 20px 20px;
	background: #e6ffe0;
}

#ContentLeftColumn 
{
	margin: 10px 0 0 0 !important;
	margin: 5px 0 0 0;
	float: left;
	width: 405px;
	min-height: 226px;
	height: auto !important;
	height: 226px;
	padding: 17px 20px 20px 20px;
	background: #e6ffe0;
}

#ContentMiddleColumn 
{
	margin: 10px 0 0 10px !important;
	margin: 5px 0 0 10px;
	float: left;
	width: 280px;
}

#ContentRightColumn 
{
	margin: 10px 0 0 0 !important;
	margin: 5px 0 0 0;
	float: right;
	width: 205px;
}

#RightColText
{
	width: 205px;
	height: 230px;
}

#RightColImage
{
	width: 205px;
	height: 30px;
}

#docushop
{
	float: right;
	margin: 246px 0 0 0 !important;
	margin: 5px 0 0 0;
	width: 205px;
	text-align: center;
}

#mainmenu
{
	float: left;
	padding: 50px 0 0 0;
	list-style: none;
}

/*
#mainmenu li
{
	float: left;
	margin: 0 5px 0 5px;
	padding: 50px 0 0 0;
	display: block;
}
*/

#img_rot 
{
	margin: 10px 0 0 0 !important;
	margin: 5px 0 0 0;
	float: left;
	width: 735px;
	height: 210px;
}

#news
{
	margin: 10px 0 0 0 !important;
	margin: 5px 0 0 0;
	float: right;
	width: 205px;
	height: 210px;
	background: #e1ddca;
}

#news_head
{
	background: url(/Images/news_head.jpg) no-repeat;
	width: 205px;
	height: 25px;
	border-bottom: 3px solid #fff;
}

#news_content .news_head
{
	margin: 10px 10px 0 10px;
	font-weight: bold;
	font-size: 10px;
}

#news_content .news_text
{
	margin: 3px 13px 0 13px;
	font-size: 10px;
}

#news_content .news_text a
{
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

#foot_pl
{
	margin: 7px 0 0 0 !important;
	margin: 4px 0 0 0;
	float: left;
	width: 228px;
	height: 27px;
	background: url(/Images/footer_pl.jpg) no-repeat;
}
#foot_pe
{
	margin: 7px 0 0 0 !important;
	margin: 4px 0 0 0;
	float: left;
	background: url(/Images/footer_pe.jpg) no-repeat;
}
#foot_pe a 
{
	display: block;
	width: 102px;
	height: 27px;
	text-indent: -9999px;
}
#foot_pr
{
	margin: 7px 0 0 0 !important;
	margin: 4px 0 0 0;
	float: left;
	width: 620px;
	height: 27px;
	background: url(/Images/footer_pr.jpg) no-repeat;
}

/* MENYN -----------------------------------------------------------*/

#menuwrapper
{
    background: #fff;
}

/*#listMenuRoot
{  
    height:36px;
    width:800px;
    margin:auto;
    padding:0px;
}*/
/*
#mainmenu li
{
    float:left;
    padding:0px;
    margin:0px;
    list-style:none;
    width:158px;
    height:36px;
    text-align:center;
    background:url(/images/nav_div.gif) right top no-repeat;
}

#mainmenu li a
{
    margin-top:10px;
    display:block;
    text-decoration:none;
    color:#fff;
}
*/
/* HORIZONTAL FREESTYLE MENU LAYOUT */


/* All <ul> tags in the menu including the first level */
.menulist, .menulist ul
{
    margin: 0 5px;
    padding: 0;
    list-style: none;
}

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul
{
    display: none;
    position: absolute;
    top: 25px;
    /*margin-top: 22px; I'm using ems and px to allow people to zoom their font */
    /*left: -1px;*/
    width: 160px;
    background: #fff;
}

/* Second and third etc. level submenus - position across from parent instead */
.menulist ul ul
{
    top: 1px;
    margin-top: 0;
    left: 150px;
}

/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
.menulist li
{
    float: left;
    display: block;
    position: relative;
    /*margin-right: -1px;*/
}

/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menulist ul li
{
    float: none;
    margin: 5px 0;
    /*margin-bottom: -1px;*/
}
.menulist ul > li:last-child
{
    margin-bottom: 1px; /* Mozilla fix */
}

/* Links inside the menu */
.menulist a
{
    display: block;
    /*padding: 8px 12px 10px 4px;*/
    color: #999;
    text-decoration: none;
}

/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus
{
    color: #999;
}
.menulist a.highlighted
{
    color: #FFF;
}

/*
 If you want per-item background images in your menu items, here's how to do it.
 1) Assign a unique ID tag to each link in your menu, like so: <a id="xyz" href="#">
 2) Copy and paste these next lines for each link you want to have an image:
    .menulist a#xyz {
      background-image: url(out.gif);
    }
    .menulist a#xyz:hover, .menulist a.highlighted#xyz, .menulist a:focus {
     background-image: url(over.gif);
    }
*/

/* Only style submenu indicators within submenus. */
.menulist a .subind
{
    display: none;
}
.menulist ul a .subind
{
    display: block;
    float: right;
}

/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a
{
    float: left;
    padding: 0 10px;
}
.menulist ul a
{
    float: none;
    padding: 0 0 0 20px;
}
.menulist ul a:hover
{
    background: url(/Images/menu_hover.jpg) no-repeat left 2px;
}
/* \*/
.menulist a
{
    float: none;
}
/* */


/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *:first-child+html affects IE7.
 You may want to move these to browser-specific style sheets.
*/
*:first-child + html .menulist ul li
{
    float: left;
    width: 100%;
}

* html .menulist ul li
{
    float: left;
    height: 1%;
}
* html .menulist ul a
{
    height: 1%;
}
/* End Hacks */

.menulist li.selected
{
    
}

.menulist li.hidden
{
    display: none;
}

ul {margin: 0 0 0 20px;}