/*
 * Element type styles
 */

* {
	margin: 0;
	padding: 0;
	outline: 0;
}

body {
	font: 10px/16px Verdana, Arial, sans-serif;
	color: #000;
	padding-top: 4px;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	cursor: pointer;
	text-decoration: underline;
}

a img { border: 0; }

ul { list-style: none outside; }

span.box-header,
span.ad-header {
	font-size: 12px;
	color: #467997;
	display: block;
	font-weight: bold;
}

span.box-header a { color: #467997; }

span.box-header img { vertical-align: middle; }

.horizontal-separator {
	position: relative;
	border-bottom: 1px solid #E1E1E1;
	padding-top: 4px;
	margin-bottom: 8px;
	clear: both;
	display: block;
}

.mceEditor a, .mceEditor a:VISITED, .mceEditor a:HOVER {
	border: none !important;
}

/*
 * More general containers' styles
 */

#shell {
	width: 1030px;
	margin: 0 auto;
}

#content {
	width: 1030px;
	min-height: 680px;
	position: relative;
	margin: 0 auto;
	margin-top: 15px;
	padding-bottom: 10px;
	background-color: #fff;
	background: url("/media/images/doom-watermark.png") no-repeat scroll right bottom transparent;
}

/*
#content img { vertical-align: middle; }
*/

.clearing {
	clear: both;
	height: 0;
	line-height: 0; 
}

.top-radius {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
/*	position: relative;
	behavior: url(/media/css/pie.htc);*/
}

.all-radius {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
/*	position: relative;
	behavior: url(/media/css/pie.htc);*/
}

/*
 * Fading borders
 */
img.fade-left-bottom,
img.fade-right-bottom {
	bottom: -2px;
	position: absolute;
	z-index: 50;
}

img.fade-left-bottom { left: 0; }

img.fade-right-bottom { right: 0; }

img.bottom-fade-left,
img.bottom-fade-right {
	bottom: 0px;
	position: absolute;
	z-index: 50;
}

img.bottom-fade-left { left: -2px; }

img.bottom-fade-right { right: -2px; }

/*
 * Breadcrumbs
 */
#breadcrumbs {
	width: 1030px;
	margin: 0 auto;
	text-align: right;
}

#breadcrumbs li { display: inline; }

/*
 * Header
 */

#header {
	height: 140px;
	position: relative;
	z-index: 2;
	width: 1030px;
	margin: 0 auto;
	background: #D8E2E8 url(/media/images/topimg.gif) repeat-x right 0;
	background-position: bottom;
}

#header h1#logo {
	height: 192px;
	width: 192px;
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: -13px;
	left: 35px;
}

#header h1#logo a {
	display: block;
	height: 192px;
	background: url(/media/images/logo.png);
}

#header #header-ad {
	height: 90px;
	width: 728px;
	float: right;
	display: inline;
	margin: 15px 15px 0 0;
}

/*
 * Advertising column
 */
#col-ads {
	float: left;
	display: inline;
	width: 140px;
	margin-left: 7px;
}

#col-ads span.ad-header {
	height: 24px;
	line-height: 22px;
	text-align: center;
	background: url("/media/images/header-bottom-fadeout.png") repeat-x scroll 0 0 transparent;
	color: #000000;
}

#col-ads img {
	margin: 10px 0;
	vertical-align: middle;
}

/*
 * Footer
 */

#footer {
	height: 30px;
	background: url(/media/images/footer.gif) repeat-x 0 0;
	color: #fff;
	margin: 10px auto;
}

#footer #footer-left {
	float: left;
	display: inline;
	padding: 6px 0 0 10px;
}

#footer #footer-right {
	float: right;
	display: inline;
	padding: 8px 10px 0 0;
}
