html,body {
    height:100%;
    padding:0px;
    margin:0px;
}

* {
    font-family: tahoma, arial, Century Gothic;
    font-size:12px;
}

h3, legend {
    color:#003c70;
    text-transform:uppercase;
    font-size:15px;
}

img {
	border: none;
}

#body {
    min-height:100%;
    width:1000px;
    margin:0px auto;
    position:relative;
    z-index:1;
    background:white;
}

#header{
    height:200px;
    background:#003c70;
}
.slogan{
    text-align:center;
    font-weight:bold;
}
#logo {
    display:block;
    background: white;
    text-align:cecenter;
    width:200px;
    height:180px;
    padding-top:20px;
    float:left;
}

#slide {
    display:block;
    width:800px;
    float:right;
    background:url(/img/header_bg.jpg) no-repeat right;
    height:200px;
}

#menu {
    background:#900;
    text-align:center;
    border-top:1px solid white;
    border-bottom:1px solid white;
    padding:5px;
    position:relative;
    overflow:auto;
    z-index:2;
    width:990px;
}
#menu span:hover{
    color:#003;
    font-weight:bold;
}

#menu span a {
    color:white;
    padding:0px 10px;
    text-transform:uppercase;
    font-size: 13px;
    word-spacing: 50px;
}

#footer {
    background:#990000;
    position:absolute;
    bottom:0px;
    left:0px;
    right:0px;
    color:white;
    font-size:11px;
    text-align:center;
    padding:3px;
}

#content {
    min-height:300px;
    overflow:auto;
    position:relative;
    z-index:0;
}
#services{
    background: url(/img/back.jpg);
    min-height:220px;
    overflow:auto;
}
.sections li{
    vertical-align:top;
    list-style:none;
    float:left;
}
.hoverme {
	border: 1px solid #ccc;
	padding: 10px;
	text-align: center;
	height: 275px;
}
.hoverme:hover{
	background: #dfe9f3;
}
.sections {
    overflow:auto;
    margin:0px;
    border-bottom:5px solid white;
    padding:0px;
}
.s4,.s5,.s6 {
    padding:5px;
    border-top:5px solid white;
}
.s1,.s2,.s3 {
    font-family: Century Gothic;
    font-size: 12px;
    padding:5px;
    overflow:auto;
    height:280px;
}

.s1,.s2,.s4,.s5{
    border-right:5px solid white;
}

.s1,.s4 {
    width:300px;
    background: url(/img/back.jpg);
    color: #000033;
}

.s5 {
    background: url(/img/back.jpg);
    color: #000033;
    width:200px;
}

.s4 {
    background:white;
}
.s6 {
    width:460px;
    background:#ffffcc;
}

.s2 {
    width:200px;
    background:#ffffcc;
}
.s2 img,.s16 img,.s8 img,.s10 img {
    margin-right:10px;
}
.s2 div {
    padding:2px 0px;
}
.s3  {
    width:460px;
    background: url(/img/back.jpg);
    color: #000033;
    height:200px;
}

.s7 {
    width:590px;
    color: #000033;
    background: url(/img/back.jpg);
}
.s7 p, .s7 h3{
    padding:10px;
}
.s7 .white {
    background: white;
}
.s8 {
    width:390px;
    padding:10px;
}
.s10,.s11 {
    padding:10px;
}
.s9 {
    width:200px;
}
.s13 {
    width:580px;
    padding:10px;
}
.s14 {
    width:180px;
    background:#ffffcc;
    padding:10px;
}
#see {
    background: url(/img/back.jpg);
    padding:10px;
}
.s10 {
    width:380px;
}
.s11 {
    width:380px;
    background: url(/img/back.jpg);
    color: #000033;
}
.s16{
    width:300px;
}
.s16 .form {
    background: url(/img/back.jpg);
    padding:10px;
}
.s15 {
    width:420px;
    padding:10px;
    margin:0px 30px;
}

.s17 {
    width:590px;
    color: #000033;
}
.ss{
    padding:10px;
}
.blank {
    background:white;
    padding:20px 5px;
    height:40px;
}
#menu a, .command {
    cursor:pointer;
    text-decoration:none;
    color: #000033;
    position:relative;
    z-index:3;
}
.about {
    text-align:justify;
    margin:0px;
}
.marked {
    font-weight:bold;
}

/*.form label{
    display:block;
    width:100px;
    float:left;
}*/
.row {
    margin:5px;
}
.options a.command:hover {
    font-weight:bold;
}
.options {
    padding:0px 20px;
    margin:0px;
}
.options li {
    float:none;
    padding:2px;
    list-style:square;
}
.button {
    background: url(/img/button.jpg) right;
    margin:5px;
    padding:5px;
    font-weight:bold;
    color:white;
    text-align:center;
    cursor:pointer;
}
.portfolio .sections span{
    color: #000033;
}
.portfolio .sections li{
    width:250px;
    padding:20px;
}
.submenu {
    position:absolute;
    margin:0px;
    padding:0px;
    left:0px;
    top:0px;
    border:1px solid green;
}
.submenu li {
    list-style:none;
    margin:0px;
    padding:0px;
}
.menu_back{
    background:;
}
.sections a,.sections img {
    border:0px solid white;
    text-decoration:none;
}
.msg {padding:10px; padding-left:35px;}
.msg.warning {background:url("/img/adminiziolite/ico-warning.gif") 10px 50% no-repeat;}
.msg.info {background:url("/img/adminiziolite/ico-info.gif") 10px 50% no-repeat;}
.msg.done {background:url("/img/adminiziolite/ico-done.gif") 10px 50% no-repeat;}
.msg.error {background:url("/img/adminiziolite/ico-delete.gif") 10px 50% no-repeat;}