/*
      Created by Keith Donegan of Code-Sucks.com

	  E-Mail: Keithdonegan@gmail.com

	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com

*/

* {
	padding: 0;
	margin: 0;
}

img {
	border: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url('/public/images/themes/cs/top.gif') no-repeat top center;
}

#wrapper {
	margin: 0 auto;
	width: 937px;
}

#top {
	width: 937px;
	height: 205px;
}

#header {
	color: #333;
	width: 932px;
	height: 151px;
}

#header_ad_title {
	padding-top: 40px;
	height: 17px;
	text-align: right;
	padding-right: 130px;
	letter-spacing: 22px;
	color: #B80000;
	font-size: 11px;
}

#header_ad {
	width: 468px;
	height: 50px;
	padding-top: 10px;
	margin-left: 446px;
	text-align:right;
}

#navigation_wrapper {
	overflow: auto;
}

#navigation {
	color: #fff;
	float: left;
	width: 635px;
	height: 49px;
	padding: 3px 0;
}

#navigation_logo {
	float: left;
	width: 151px;
	height: 42px;
	border-right: 1px solid #605353;
	padding-left: 34px;
	padding-top: 7px;
}

#navigation_profile {
	float: left;
	width: 211px;
	height: 49px;
	font-size: 11px;
	color: #B7B7B7;
}

#navigation_login {
	float: left;
	width: 250px;
	height: 49px;
	font-size: 11px;
	color: #b7b7b7;
}

#navigation_login .form {
	padding: 6px 0 0 3px;
}

#navigation_login .remember {
	padding: 3px 0 0 6px;
}

#navigation_profile a {
	color: #ff0000;
	text-decoration: underline;
}

#navigation_profile a:hover, #navigation_profile a:active {
	text-decoration: none;
}

.navigation_option {
	float: left;
	width: 73px;
	height: 22px;
	border-left: 1px solid #605353;
	text-align: center;
	padding-top: 27px;
}

.navigation_option a.forgot {
	padding-top: 20px;
	padding-bottom: 5px;
	background: url('/public/images/layout/ikona_przypomnij.gif') no-repeat top center;
	font-weight: bold;
	color: #B7B7B7;
}

.navigation_option a.register {
	padding-top: 20px;
	padding-bottom: 5px;
	background: url('/public/images/layout/ikona_zarejestruj.gif') no-repeat top center;
	font-weight: bold;
	color: #B7B7B7;
}

.navigation_option a.profile {
	padding-top: 20px;
	background: url('/public/images/layout/ikona_profil.gif') no-repeat top center;
	font-weight: bold;
	color: #B7B7B7;
}

.navigation_option a.admin {
	padding-top: 20px;
	background: url('/public/images/layout/ikona_admin.gif') no-repeat top center;
	font-weight: bold;
	color: #B7B7B7;
}

.navigation_option a.logout {
	padding-top: 20px;
	background: url('/public/images/layout/ikona_wyloguj.gif') no-repeat top center;
	font-weight: bold;
	color: #B7B7B7;
}

.navigation_option a:visited {
	color: #B7B7B7;
	text-decoration: none;
}

.navigation_option a:hover, .navigation_option a:active {
	color: #B7B7B7;
	text-decoration: underline;
}

#search_box {
	width: 296px;
	height: 55px;
	background: url('/public/images/layout/search_background.gif') no-repeat;
	float: right;
}

#search_box form {
	margin-top: 20px;
	margin-left: 25px;
}

#top_box {
	width: 937px;
	height: 180px;
}

#top_box_left {
	width: 3px;
	height: 180px;
	background: url('/public/images/layout/top_box_left.gif') no-repeat;
	float: left;
	border: 0;
}

#top_box_wrapper {
	width: 931px;
	height: 180px;
	overflow: auto;
	background: url('/public/images/layout/top_background.gif') repeat-x;
	float: left;
	border: 0;
}

#top_box_right {
	width: 3px;
	height: 180px;
	background: url('/public/images/layout/top_box_right.gif') no-repeat;
	float: left;
	border: 0;
}

#leftcontent {
	overflow: auto;
	float: left;
	width: 147px;
	margin: 0;
	padding: 0;
}

#rightcontent {
	overflow: hidden;
	float: right;
	width: 790px;
	margin: 0;
	padding: 0;
	background: url('/public/images/layout/content_background.gif');
}

#content {
	float: left;
	color: #333;
	margin-left: 5px;
	/*margin-right: 4px;*/
	width: 487px;
	/*display: inline;*/
	position: relative;
	padding: 0px;
	overflow: none;
	background: url('/public/images/layout/content_background.gif');
	min-height: 500px;
}

#rightcolumn {
	float: right;
	/*display: inline;*/
	position: relative;
	overflow: none;
	color: #333;
	margin-right: 3px;
	padding: 0px;
	width: 284px;
}

#footer {
	width: 790px;
	height: 120px;
	background-color: #6E0000;
	background: url('/public/images/layout/stopka.gif') no-repeat;
	/*clear: both;*/
	color: #333;
	float: right;
	position: relative;
	overflow: visible;
}

.clear {
	clear: both;
	background: none;
}
