body {
	margin: 0;
	padding: 0px;
}

#body-inner {
	background: url('../images/body-bg-bottom.gif') repeat-x bottom left;
}
#page  {
	margin: 0 auto;
	width: 937px;

}

ul {
	list-style-type: none;
	list-style-image: url('../images/list-item.png');
}


/* Header
------------------------------- */
#header {
	margin: 0px auto;
	
}

#header span {
	display: block;
	width: 938px;
	height: 74px;
	background: url('../images/logo.jpg') no-repeat;
}

#header img {
	display: block;
}

#header-banner {
	width: 938px;
	height: 245px;
	background: url('../images/top-banner.jpg') no-repeat;
}



/* Top navigation
------------------------------- */
#top_nav {
	width: 888px;
	height: 57px;
	padding: 0px 25px;
	background: url('../images/topmenu-bg.png') no-repeat;
}

#top_nav div {
	float: left;
	margin-left: 10px;
	font-family: Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
	font-size: 0.833em;
	text-transform: uppercase;
}

#top_nav div a span {
	display: block;
	margin: 0px;
	padding: 0px;
	padding-right: 4px;
	width: 102px;
	height: 57px;
	
	text-align: center;
	line-height: 67px;
	
}
#top_nav a {
	display: block;
	padding-left: 4px;
}

#top_nav a:link,
#top_nav a:visited {
	color: #9f9f88;
	text-decoration: none;
}


#top_nav a:hover,
#top_nav a:focus,
#top_nav a.active {
	color: white;
	text-decoration: none;

	background: url('../images/topmenu-item-left.png') no-repeat top left;
}

#top_nav a:hover span,
#top_nav a:focus span,
#top_nav a.active span {
	color: white;
	text-decoration: none;
	line-height: 57px;	
	background: url('../images/topmenu-item-right.png') no-repeat top right;
}

#top_nav a:active {
	color: white;
	text-decoration: none;
}

/* Main
------------------------------- */
#main {
	width: 938px;
	background: url('../images/content-bg.gif') repeat-y top left;
}

#main-inner {
	overflow: auto;
	padding: 28px 0px 0px 0px;
	background: url('../images/content-bg-top.png') no-repeat top left;
	
}
#main-inner-bg {
	padding-bottom: 28px;
	background: url('../images/content-bg-bottom.png') no-repeat bottom left;
}

/* Sidebar right
------------------------------- */
#sidebar-right {
	float: left;
	margin-left: 600px;
	margin-right: -938px;
	width: 338px;
	
}

/* Content
------------------------------- */
#content {
	float: left;
	margin-left: 0px;
	margin-right: -600px;
	width: 600px;
}

#content-inner {
	padding: 0 15px 0px 25px;
}

body.no-padding #content {
	padding-left: 0px;
	width: 998px;
}

	
#content img {
	margin: 10px;
}

#content img[align=left] {
	margin: 0px 10px 10px 0px;
}

#content-top {
	margin-left: 10px;
	width: 950px;

}

/* Blocks
------------------------------- */
.block {
	padding-top: 8px;
	width: 303px;
	background: url('../images/block-bg-top.png') no-repeat top left;
}
.block-inner {
	padding-bottom: 13px;
	background: url('../images/block-bg-bottom.png') no-repeat bottom left;
}
.block-inner-bg {
	padding: 1px 12px;
	background: url('../images/block-bg.png') repeat-y top left;
}
.block h2.title {
	margin-top: 0px;
	color: #bc5500;
}
/* Footer
------------------------------- */
#footer  {
	clear: both;
	padding: 10px 0px 20px 0px;
	text-align: center;
	
	color: #6E6D6D;
}

#footer a,
#footer a:link,
#footer a:visited  {
	/* color: #e2e2e2;*/
	color: #5A5A4F;
	text-decoration: none;
}

#footer a:hover  {
	color: white;
	background: none;
	text-decoration: underline;
}

/* Common
------------------------------- */
.error {
	color: red;
	font-weight: bold;
}

.clear {
	clear: both;
}

iframe {
	border: none;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: center;
}

.text-right {
	text-align: right;
}
.text-underline {
	text-decoration: underline;
}

.text-bold {
	font-weight: bold;
}


img.float-left {
	float: left;
}



.developer {
	font-size: 0.833em;
}


