html{
	overflow-y: scroll;
}
body{
	text-align : left;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color : #000;
	background: #FFF url("../images/bg.jpg") 50% 0 no-repeat;
}

strong{font-weight: bold}
.hidden{display: none}

a {text-decoration: underline; border: none; color : #ee2224; font-weight: bold}
a:hover {background: #ee2224; color: #FFF; text-decoration: none}
a img{display: block}

h1, h2, h3, h4, h5{font-weight: bold; color: #000}
h1{font-size: 22px;padding: 0}
h2{font-size: 18px; margin: 10px 0 15px; color: #ee2224; text-transform: uppercase}
h3{ font-size: 18px; line-height: 22px; margin: 20px 0 5px; background: url("../images/h3-bg.gif") 0 100% no-repeat; padding-bottom: 15px}
h4{font-size: 14px; margin: 10px 0 5px}
p{padding: 5px 0 10px}

p.crumbs{font-size: 11px;margin-bottom: 10px; color: #262626}

#container{
	margin: 0 auto;
	width: 880px;
	padding-bottom: 30px;	
}
#header{
	width: 644px;
	height: 185px;
	float: right;
	position: relative;
}
#banner{
	position: absolute;
	top: 7px;
	left: 3px;
	width: 468px;
	height: 60px;
	background: #000;
}
h1{
	position: absolute;
	top: 84px;
	left: 8px;
}
#menu-col{
	width: 236px;
	float: left;
	background: url("../images/menu-col-bg.gif") 0 0 no-repeat;
	padding: 357px 0 0 0;
}
#menu-col h3{
	margin: 0;
	padding: 0;
	background: none;
}
#menu-col img{
	display: block;
	border: 0;
}
#menu{
	width: 236px;
	height: 311px;
	position: relative;
}
#menu #blank, #menu #selected{
	width: 236px;
	height: 311px;
	position: absolute;
	top: 0;
	left: 0;
}
#menu #blank{
	z-index: 1;
}

#content-holder{
	float: left;
	margin-left: 10px;
}
#content{
	width: 420px;
	background: #FFF;
	padding: 10px 15px 20px 20px;
}
#content .before-ul{
	font-weight: bold;
	padding: 5px 0 0;
}
#content ul{
	margin: 5px 0 15px;
}
#content ul li{
	background: url("../images/bullet.gif") 0 8px no-repeat;
	padding: 3px 0 3px 15px;
}
.news-item h3{
	background: none;
	text-transform: uppercase;
	font-size: 16px;
	padding: 0;
}
.news-item p.meta{
	font-size: 11px;
	color: #727272;
	padding: 0;
}

.gallery a{display: block; float: left; border: 2px solid #505050; margin: 0 3px 3px 0}
.gallery a:hover{border: 2px solid black}
.gallery a img{display: block; width: 98px}
.gallery p a{border: none; float: none; margin: 0; display: inline}
.gallery p a:hover{border:0}

#footer{
	width: 420px;
	background: #FFF;
	margin-top: 10px;
	padding: 0 15px 0 20px;
	font-size: 10px;
}
#footer p{
	padding: 5px 0 4px;
}
#footer a{
	color: #000;
}
#footer a:hover{
	color: #FFF;
}
#footer p.production{
	float: left;
}
#footer p.design{
	float: right;
}
#partners{
	width: 170px;
	float: right;
}
#partners .main a{
	margin-bottom: 5px;
	display: block;
}
#partners .left, #partners .right{
	width: 81px;
	background: #FFF;
}



/** SYSTEM MESSAGES **/
.positive, .negative, .sysInfo{text-align: center; margin: 20px 0 20px;padding: 10px;font-weight: bold; font-size: 12px}
.positive{background: #c9fac8;color: #137310;border: 1px solid #26b922;}
.negative{background: #f3c1c1;color: #8f1515;border: 1px solid #cb3939;}
.sysInfo{background: #efefef;color: #5f5f5f;border: 1px solid #9d9d9d; margin: 10px 0;}