* {
	margin: 0;
	padding: 0;
	outline: 0;
}
.cl, .clear {
	font-size: 0;
	line-height: 0;
	height: 0;
	clear: both;
}
.l, .left {
	float: left;
	display: inline;
}
.r, .right {
	float: right;
	display: inline;
}
body {
	font-family: Verdana;
	color: #58585a;
	font-size: 12px;
	font-weight: normal;
	background: #87888a;
}
#shadow {
	background: url(../images/bg-shadow.gif) no-repeat top left;
	width: 924px;
	padding-left: 7px;
	margin: 37px auto 0;
}
#shell {
	position: relative;
	height: 693px;
}
#content {
	width: 581px;
	height: 399px;
	padding: 28px 30px 0 61px;
	line-height: 18px;
}
#sh-bot {
	width: 932px;
	margin: 0 auto;
	height: 10px;
	font-size: 10;
	line-height: 1;
	background: url(../images/sh-bot.gif) no-repeat 0 0;
}
/*Background images for all pages shell*/
.bg-img-1 {
	background:#fff url(../images/bg-img-1.jpg) no-repeat top left;
}
.bg-img-2 {
	background:#fff url(../images/bg-img-2.jpg) no-repeat top left;
}
.bg-img-3 {
	background:#fff url(../images/bg-img-3.jpg) no-repeat top left;
}
.bg-img-4 {
	background:#fff url(../images/bg-img-4.jpg) no-repeat top left;
}
.bg-img-5 {
	background:#fff url(../images/bg-img-5.jpg) no-repeat top left;
}
.bg-img-6 {
	background:#fff url(../images/bg-img-6.jpg) no-repeat top left;
}
.bg-img-7 {
	background:#fff url(../images/bg-img-7.jpg) no-repeat top left;
}
.bg-img-8 {
	background:#fff url(../images/bg-img-8.jpg) no-repeat top left;
}
.bg-img-9 {
	background:#fff url(../images/bg-img-9.jpg) no-repeat top left;
}
/*END backgrounds for shell*/
/*Navigation*/
#nav {
	background: #d4def0;
}
#nav li {
	list-style-type: none;
	display: inline;
}
#nav li a {
	float: left;
	width: 88px;
	height: 157px;
	padding:18px 12px;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}
#nav li a:hover {
	color: #6699cc;
}
#nav li a.active {
	background: #6699cc;
}

#nav li a.active:hover {
	color: #ffffff;
}

.grey-bot {
	background: #d4def0;
	padding-left: 185px;
	padding-top: 30px;
	width: 610px; 
	height: 163px;
	line-height: 24px;
}
/*End Navigation*/
ol.normal {
	padding-left: 20px;
}
ul.normal {
	padding-left: 15px;
}
ul.inline {
	list-style: inside;
	padding-left: 0;
}
