
html, body, h1, h2, h3, h4, h5, h6, img, blockquote, form, fieldset, label, p, ul, ol, li, dl, dd, dt {
    border: none;
    margin: 0;
    padding: 0;
}
body {
    background-color: #e5e5e5;
    color: #333;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
}
input, select, textarea, option, table {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
}
table {
    border-collapse: collapse;
}
a {
    text-decoration: none;
}
h1, h2, h3 {
    font-size: 14px;
}
address {
    font-style: normal;
}

/*
    Global
*/
.clear { /* see 960.css */ }
.clearfix { /* see 960.css */ }
.left {
    float: left;
}
.right {
    float: right;
}

/*
    Structure
*/
.wrapper {
    background-color: #fff;
    border-color: #000;
    border-style: solid;
    border-width: 12px 0;
    padding: 0 20px;
}
.wrapper > header {
    margin-bottom: 50px;
}
.main {
    
}
.side {
    
}
.wrapper > footer {
    border-top: 2px solid #000;
    color: #000;
    font-size: 12px;
    margin: 40px -20px 0;
    padding: 12px 20px;
}

/*
    Styles
*/
.logo {
    margin: 25px 0;
	text-align:center;
}
.logo a {
    color: #000;
    font-size: 45px;
    font-weight: bold;
}
.language {
   position: relative;
	color: #67666D;
    margin:0 auto;
	width: 100%;
	height:30px;
	text-align:right;
}
.language ul {
    list-style: none;float: right;
}
.language li {
    margin: 0 5px;
    float: left; 
}
.language li a {	
	margin-right:15px;
	    background-image: url(images/marker-1.png);
		padding-left:15px;
    background-position: 5px center;
    background-repeat: no-repeat;
}
.language li:first-child {
    border: none;
}
.language a,.language a:visited, .links a{
    color: #67666D; 
}

.language a:hover, .links a:hover {
    color: #67666D;
	text-decoration: underline;
}
#hidden {
    overflow: hidden;
    width: 1px;
    height: 1px;
}
.wrapper > header .banner {
    clear: both;
    display: block;
}

.topmenu {
    background-color: #000;
    font-size: 13px;
    padding: 1px 0 0 15px;
}
.topmenu ul {
    list-style: none;
}
.topmenu .level1 > li {
    float: left;
    margin-right: 1px;
    position: relative;
}
.topmenu .level1 > li > a {
    border-bottom: 1px solid #000;
    color: #c0c0c0;
    display: inline-block;
    font-weight: bold;
    line-height: 34px;
    padding: 0 20px;
}
.topmenu .level1 > li:hover .level2 {
    display: block;
}
.topmenu .level1 > li:hover > a,
.topmenu .level1 > li > a:hover {
    background-color: #606060;
    color: #fff;
}
.topmenu .level1 > .current > a,
.topmenu .level1 > .selected > a {
    background-color: #fff;
    border-color: #fff;
    color: #000;
}
.topmenu .level2 {
    background-color: #f3f3f3;
    border: 1px solid #000;
    display: none;
    font-size: 12px;
    margin: -1px 0 0 -1px;
    min-width: 100%;
    padding: 2px 0;
    position: absolute;
    z-index: 10; /* should be higher than widget controls */
}
.topmenu .level2 a {
    color: #1a1a1a;
    display: block;
    padding: 6px 22px;
    white-space: nowrap;
}
.topmenu .level2 a:hover {
    background-color: #c8c8c8;
}
.topmenu .level2 .current a {
    text-decoration: underline;
}
.side nav {
    font-size: 12px;
    margin-bottom: 25px;
}
.side nav ul {
    list-style: none;
}
.side nav a {
    border-top: 1px solid #9e9e9e;
    color: #1a1a1a;
    display: block;
    padding: 10px 20px;
}
.side nav a:hover {
    background-color: #f3f3f3;
}
.side nav .current > a {
    background-color: #000;
    color: #fff;
}
.side nav .level1 {
    border-bottom: 1px solid #9e9e9e;
}
.side nav .level1 > li > a {
    font-weight: bold;
}
.side nav .level1 > .subnodes > a {
    background-image: url(images/icon_down.gif);
    background-position: 5px center;
    background-repeat: no-repeat;
    border-bottom: 1px solid #9e9e9e;
}
.side nav .level1 > .selected > a {
    background-color: #f3f3f3;
}
.side nav .level2 {
    margin-left: 20px;
}
.side nav .level2 > li > a {
    border-top-color: #e5e5e5;
}
.side nav .level2 > li:first-child > a {
    border-top: none;
}
.side nav.collapse .level2 { /* "collapse" class force menu to hide 2nd level until parent or child is not selected */
    display: none;
}
.side nav.collapse .current .level2,
.side nav.collapse .selected .level2 { /* displaying 2nd level */
    display: block;
}
.side nav.collapse .level1 > .subnodes > a { /* fixing style when collapsed */
    background-image: url(img/icon_right.gif);
    background-position: 8px center;
    border-bottom: none;
}
.side nav.collapse .level1 > .subnodes.current > a,
.side nav.collapse .level1 > .subnodes.selected > a { /* fixing style when not collapsed */
    background-image: url(img/icon_down.gif);
    background-position: 5px center;
    border-bottom: 1px solid #9e9e9e;
}
.breadcrumb {
    font-size: 12px;
	margin:10px auto;
	margin-bottom:-30px;
}
.breadcrumb a {
    color: #000;
}
.breadcrumb a:hover {
    text-decoration: underline;
}
.wrapper > footer a {
    color: #019bd4;
}
.wrapper > footer a:hover {
    text-decoration: underline;
}

.box {
	margin: 25px 0;
	padding: 20px;
	opacity:1;
	background:url(images/bg-body.gif);
	border:1px dotted #FFF;
}

.box a:link,.box a:visited {
color:#000;
	    background-image: url(images/marker-1.png);
		padding-left:15px;
    background-position: 5px center;
    background-repeat: no-repeat;
}
.box .level2 a {margin-left:20px;}
.box a:hover {
    color: #67666D;
	text-decoration: underline;
}
#nav2 {float:left;margin-right:1px;}
#editslide{
width:90%; margin:20px auto; border-radius:8px;
background:#fff; border:2px dotted #BCBCBC; text-align:center;min-height: 150px; 
}
#editslide h2 {background:#D9D0C7;padding:5px 15px;text-align:left;margin-bottom:10px;color:#222;font-size:18px;}
#editslide ul
{margin:20px auto; vertical-align: middle;}
#editslide ul li
{display:inline; list-style:none;}
#editslide img {width: 250px;margin-bottom:20px;}