@import 'extras.css';

body {
	background-image: url(images/background.jpg);
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 75%;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#container {
	margin: 20px auto;
	text-align: left;
	width: 910px;
	overflow: hidden;
}

/* @group Header */

#header {
	height: 142px;
	background-image: url(images/header-right.gif);
	background-position: right;
	background-repeat: no-repeat;
}

#hwraper1 {
	height: 142px;
	background-image: url(images/header-bg.jpg);
	background-position: left;
	background-repeat: no-repeat;
}

#hwraper2 {
	height: 142px;
	background-image: url(images/header-bg-line.gif);
	margin-left: 238px;
	margin-right: 20px;
}

#header h1 {
	background-image: url(images/prostor-logo.gif);
	background-repeat: no-repeat;
	background-position: 0px 20px;
	height: 134px;
	width: 443px;
}

#header h1 span {
	display: none;
}

#breadcrumb {
	background-image: url(images/breadcrumb-bg.png);
	background-repeat: repeat-x;
	height: 25px;
	border-width: 1px;
	border-style: solid;
	border-color: #847f7f #847f7f #dea509 #847f7f;
	text-align: right;
	font-size: 80%;
	padding-top: 10px;
}

/* @end */

/* @group Sidebar */

#leftbar {
	text-align: left;
	width: 200px;
	float: left;
}


#leftbar ul, #leftbar ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#leftbar ul {
	margin: 0px 3px 0px 3px;
	border-bottom: 5px solid #adb9c2;
	width: 196px;
}


#leftbar ul li ul {
	margin: 0px;
	border-bottom: none;
}

#leftbar a {
	padding: 3px 0px;
	border-top: 1px solid #adb9c2;
	color: #6a757d;
}

#leftbar a:hover {
	background-color: #fff;
	border-top:  1px solid #adb9c2;
}

#leftbar ul li a {
	display: block;
	padding-left: 15px;
	width: 181px;
	font-weight: bold;
}

#leftbar ul li ul li a {
	display: block;
	padding-left: 30px;
	border-top: 1px dashed #eaeef1;
	border-bottom: 1px dashed #eaeef1;
	width: 166px;
	font-weight: normal;
}

#leftbar ul li ul li a:hover {
	padding-left: 30px;
	border-top: 1px dashed #adb9c2;
	border-bottom: 1px dashed #adb9c2;
	background-color: #fff;
}

/* Fix IE. Hide from IE Mac \*/

* html #leftbar ul li {height: 1%; }

* html #leftbar ul li a { height: 1%; }

/* End */

/* @end */

/* @group Content */

#contentwraper * {
	margin: 0px;
	padding: 0px;
}

#contentwraper table {
	margin: auto;
}

#contentwraper table td{
	padding: 5px;
}


#contentwraper {
	background-color: #fff;
	background-image: url(images/content-bg.gif);
	background-repeat: repeat-y;
	background-position: 1px;
	border-width: 0px 1px;
	border-style: solid;
	border-color: #847f7f;
}

#content {
	padding: 20px 20px 20px 220px;
	color: #6a757d;
	overflow: hidden;
}

/* @end */

/* @group Footer */

#footer {
	border: 1px solid #847f7f;
	height: 64px;
	clear: both;
	background-color: #c7bcbc;
	background-image: url(images/footer-bg.gif);
	background-repeat: repeat-x;
}

#fleft {
	text-align: center;
	font-size: 75%;
	float: left;
	width: 200px;
	height: 51px;
	padding-top: 13px;
	background-color: #847f7f;
	background-image: url(images/footer-left-bg.gif);
	background-repeat: repeat-x;
	border-right: 1px solid #fff;
	color: #fff;
}
#fcontent {
	text-align: center;
}


#fcontent ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-top: 27px;
}

#fcontent ul li ul {
	display: none;
}

#fcontent ul li {
	display: inline;
	border-right: 1px solid #847f7f;
}

#fcontent ul li a, #fcontent ul li a:visited {
	padding: 10px;
	margin: 0px;
	color: #33f;
}

#fcontent ul li a:hover {
	padding: 10px;
	margin: 0px;
	color: #fff;
}

/* @end */


#xnet {
	width: 200px;
	text-align: center;
	float: right;
	font-size: 73%;
}