@charset "UTF-8";

/* startup */
html, body, form, fieldset {
        margin: 0;
        padding: 0;
        font: 11px Verdana, Helvetica, Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
        margin: 0;
        padding: 0;
}
li, dd, blockquote {
        margin: 0;
        padding: 0;
}
form label {
        cursor: pointer;
}
fieldset, img {
        border: none;
        padding: 0;
        margin: 0;
}
input, select, textarea {
        font: 11px Verdana, Helvetica, Arial, sans-serif;
}

/* Webloft */
body {
		background: #cdd5de;
}
p {
		line-height: 1.7em;
		margin-bottom: 0.5em;
}
h2 {
		color: #6699cc;
		font-size: 1.5em;
		line-height: 1.5em;
}
h3 {
		color: #6699cc;
		font-size: 1.1em;
		line-height: 1.5em;
}
strong {
		color: #6699cc;
		font-weight: bold;
}
a {
		color: #dd0000;
}
a:hover {
		color: #ff0000;
}
a:visited {
		color: #dd0000;
		text-decoration: none;
}



#wrapper {
		position: relative;
		width: 500px;
		margin: 0 auto;
		background: #ffffff;
		border-left: #8f959b 1px solid;
		border-right: #8f959b 1px solid;
}
#leftbrdr {
	position: absolute;
	left: -130px;
	width: 129px;
	height: 100%;
	background: url(../img/wrappergradient_l.png);
}
* html #leftbrdr {
	background: none;
}
#rightbrdr {
	position: absolute;
	right: -130px;
	width: 129px;
	height: 100%;
	background: url(../img/wrappergradient_r.png);
}
* html #rightbrdr {
	background: none;
}

#header {
		background: #6699cc;
		height: 100px;
		padding: 0 15px;
}
#header h1 {
		text-indent: -5000em;
		background: url(../img/webloftlogo.png) no-repeat bottom left;
		height: 85px;
}
* html #header h1 { 
    	background: url(../img/webloftlogo_bg.png) no-repeat bottom left;
}

#nav {
		display: block;
		background: #b7cfe7;
		width: 100%;
		height: 2.4em;
}
#nav ul {
		list-style: none;
}
#nav ul li {
		float: left;
		border-right: #6699cc 1px solid;
		height: 1.7em;
		margin: 0;
		padding: 0;
}
#nav ul li a {
		display: block;
		padding: 7px 33px;
		font-size: 10px;
		color: #000000;
		text-decoration:none;
		text-transform: uppercase;
	
}
#nav ul li.last {
		border-right: none;
}
#nav ul li.last a {
		padding-right: 20px;
}

.block {
		clear: both;
		margin: 20px 15px;
		padding-bottom: 23px;
		border-bottom: #b7cfe7 3px solid;
}
.block.last {
		padding-bottom: 10px;
		border-bottom: none;
}

.block ul {
		list-style-type:disc;
		list-style-position:inside;
		line-height: 1.7em;
		margin-bottom: 0.5em;
}
.block img {
		padding: 4px;
		margin: 0 0 0 3px;
		border: #b7cfe7 solid 2px;
		float: right;
}



#footer {
		display: block;
		background: #6699cc;
		text-align: center;
		padding: 8px 0;
		color: #ffffff;
		font-size: 0.9em;
		width: 100%;
}