/**
 * Main style file for structure, global styles.
 * Integrated together with 12 column 960 grid system (960.css)
 *
 * @package ImpressPages
 * @copyright Copyright (C) 2011 ImpressPages LTD.
 * @license see ip_license.html
 *
 * @fonts:
 * text: 14px Verdana, Geneva, sans-serif
 * headlines: Georgia, serif
 * other messages: Arial, Helvetica, sans-serif
 *
 * @colors:
 * content background: #fff
 * margins background: #e5e5e5
 * text color: #333 / #000
 * link color: #019bd4
 * error text color: #da0001 / #e44445
 * hint color: #656565
 * inverted text: #fff
 * inverted background: #a7a7a7 / #000
 *
 */

/*
    Disabling default styles
*/
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;
    display: block;
    float: left;
    max-width: 620px;
}
.logo a {
    color: #000;
    font-family: Georgia, serif;
    font-size: 45px;
    font-weight: bold;
}
.language {
   margin:auto 0;
   position: relative;
	color: #fff;
}
.links, .language{
    margin:10px auto 0;
	width: 1000px;
	margin-bottom:-40px;
}
.language ul {
    list-style: none;float: right;margin-bottom:5px;
}
.language li {
    margin: 0 5px;
    float: left; 
	
}
.language li a {	
	padding-left:20px;
}
.language li:first-child {
    border: none;
}
.language a,.language a:visited, .links a{
    color: #fff;
}
.language a:hover, .links a:hover {
    color: #974302;
}
#hidden {
    overflow: hidden;
    width: 1px;
    height: 1px;
}
.wrapper > header .banner {
    clear: both;
    display: block;
}
.level2 a {
    color: #fff;
}
.level2 a:hover {
}
.breadcrumb {
    font-size: 12px;
    margin-left: 15px;
}
.breadcrumb a {
    color: #000;
}
.breadcrumb a:hover {
    text-decoration: underline; 
}
.wrapper > footer a {
    color: #019bd4;
}
.wrapper > footer a:hover {
    text-decoration: underline;
}
#nav2 {float:left;margin-right:1px;}
#editslide{
width:95%; margin:20px auto; border-radius:8px;
background:#fff; border:2px dotted #BCBCBC; text-align:center;min-height: 150px;
}
#editslide h2 {background:#D8AC64;padding:5px 15px;text-align:left;margin-bottom:10px;color:#333;font-size:18px;}
#editslide ul
{margin:auto auto; vertical-align: middle;}
#editslide ul li
{display:inline; list-style:none;}
#editslide img {width: 170px;margin-bottom:40px;}