/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #963;
}
a:hover {
	color: #C60;
}
body {
	background: #655A46 url(/assets/templates/style/images/bg.gif);
	color: #543;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
}
input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
p,cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
h1 {
	font-size: 1.4em;
	margin-bottom: 4px;
}
code {
	background: #FFC;
	border: 1px solid #EED;
	border-left: 6px solid #938262;
	color: #554;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
blockquote {
	background: url(/assets/templates/style/images/quote.gif) no-repeat;
	color: #666;
	display: block;
	font: normal 1.3em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding-left: 28px;
}
h1,h2,h3 {
	color: #654;
	padding-top: 6px;
}
img {
        border: none;
}
.left {
        width: 100%;
	float: left;
}
.right {
        width: 100%;
	float: right;
}
.more {
	text-align: right;
}

/* misc */
.clear {
	clear: both;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/* structure */
.container {
	background: url(/assets/templates/style/images/bgcontainer.gif) repeat-y;
	margin: 0 auto;
	width: 780px;
}

/* header */
.header {
	background: url(/assets/templates/style/images/bgheader.gif) repeat-x;
	height: 120px;
	margin: 0 auto;
	width: 760px;
}

/* title */
.title {
	padding: 32px;
}
.title h1 {
	color: #E4DBCF;
	font: normal 3.4em "Lucida Sans Unicode","Trebuchet MS",sans-serif;
}

/* nav */
#nav {
        background: #FFF url(/assets/templates/style/images/bgnavigation.gif) repeat-x;
        font: bold 0.8em Verdana,sans-serif;
        height: 44px;
        margin: 0 auto;
        padding: 0 18px;
        width: 725px;
}

#nav ul {
        margin: 0;
        padding: 0;
        list-style: none;
}

#nav li {
        width: 100%;
        float: left;
        margin: 0;
        padding: 0;
}

#nav li li {
   width: auto;
}

#nav ul li {
	position: relative;
	float: left;
	width: auto;
	display: block;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	background: #FFF url(/assets/templates/style/images/bgnavigation.gif) repeat-x;
}

#nav ul li ul {
	position: absolute;
	left: 0; /* Set 1px less than menu width */
	top:44px;
	line-height: 40px;
	}
#nav ul li a {
	color: #543;
	font-weight: bold;
	text-decoration: none;
}

/** ajaxmenu **/
#nav ul li.firstcategory {
	color: #543;
	font-weight: bold;
	height: 44px;
	line-height: 44px;	
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(/assets/templates/style/images/bgnavigation.gif);
	background-position: 0px;
	margin: 0px;
	}
#nav ul li.category {
	color: #543;
	font-weight: bold;
	height: 44px;
	line-height: 44px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(/assets/templates/style/images/bgnavigation.gif);
	background-position: -120px;
	margin: 0px;
	}
#nav ul li.lastcategory {
	color: #543;
	font-weight: bold;
	height: 44px;
	line-height: 44px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(/assets/templates/style/images/bgnavigation.gif);
	background-position: -240px;
	margin: 0px;
	}


#nav ul li.firstcategory:hover, #nav ul li.firstcategory.over {
	color: #420;
	background: #CEBDA1;	
}
#nav ul li.category:hover, #nav ul li.category.over {
	color: #420;
	background: #CEBDA1;	
}
#nav ul li.lastcategory:hover, #nav ul li.lastcategory.over {
	color: #420;
	background: #CEBDA1;
}


/* commented backslash \*/ 
* html ul li a {height:1%}

/* end hack */ 
#ajaxmenu li a {
	text-decoration: none;
}

/* hovered lists */
#nav li a, #nav li.over a {
	color: #FFFFFE;
	width: 120px;
	display: block;
}
#nav li li a:hover, #nav li.over li a:hover {
	background: #CEBDA1;
	color: #FFFFFE;
	background-repeat: no-repeat;
	
}


/* set dropdown */
#nav li li a, #nav li.over li a {
	color: #473933;
	text-align: left;
	width: 110px;
        background-position: left center;
	font-weight: bold;
	text-align: center;
}
#nav li ul li a {
        padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
}

/* main */
.main {
	clear: both;
	padding: 0 10px 12px 28px;
}

/* sub navigation */
.sidenav {
	float: right;
	width: 218px;
}
.sidenav h3 {
	background: #BCB39F url(/assets/templates/style/images/sidenavh1.gif) repeat-x;
	border-bottom: 1px solid #999;
	border-top: 1px solid #CCC;
	color: #4A4A44;
	font-size: 1.2em;
	height: 22px;
	margin: 0;
	padding-left: 12px;
}
.sidenav ul {
	margin: 0;
	padding: 0;
}
.sidenav li {
	border-bottom: 1px solid #A98;
	border-top: 1px solid #DDC;
	list-style: none;
}
.sidenav li a {
	background: #CCC3AF;
	color: #554;
	display: block;
	padding: 8px 4px 8px 12px;
	text-decoration: none;
}
.sidenav li a:hover {
	background: #D6CCB9;
	color: #654;
}

/* content */
.content {
	padding-top: 12px;
	float: left;
	width: 68%;
}
.content h2 {
	font-size: 1.5em;
	margin-bottom: 10px;
}
.content .descr {
	color: #987E57;
	font-size: 1.1em;
	margin-bottom: 12px;
}
.content li {
	list-style: url(/assets/templates/style/images/li.gif);
	margin-left: 18px;
        margin-bottom: 5px;
        font-size: 0.9em;
}
.content p {
        font-size: 1.2em;
}

/* footer */
.footer {
	background: #958463 url(/assets/templates/style/images/bgfooter.gif) repeat-x;
	color: #FED;
	font-size: 1.1em;
	line-height: 35px;
	margin: 0 auto;
	text-align: center;
	width: 760px;
}
.footer a {
	color: #FFD;
	text-decoration: none;
}
.footer a:hover {
	color: #FFE;
	text-decoration: underline;
}
.footer a img {
	margin: 0 3px -3px 3px;
}
#footernext {
        font-size: 1.0em;
        text-align: center;
        margin-top: 1.0em;
        margin-bottom: 1.0em;
}