/**
 * jportal.pl
 *
 * @author Piotr Cichosz aka shpyo
 * @link http://shpyo.net
 * @version 1.00 2009/09/23
 */

body,html {
	font: normal 0.9em Tahoma, Arial, sans-serif;
	background: #e3e3e3;
	color: #3c3c3c;
	margin: 0;
	padding: 0;
	line-height: 140%;
}

/******************************************************************
 * global styles
 */
* {
	padding: 0;
	margin: 0;
	list-style: none;
	border: 0;
}
*:focus { outline: none; }
a { text-decoration: none; }

h1,h2,h3,h4,h5,h6 {
	padding: 7px 0;
	margin: 0;
}

.wrapper {
	position: relative;
	margin: auto;
}
.ri { text-align: right; }

#bg {
	background: #1c1c00;
	position: absolute;
	height: 191px;
	width: 100%;
	left: 0;
	top: 46px;
	z-index: 0;
	border-top: solid 3px #888;
	border-bottom: solid 3px #ccc;
}

#content {
	position: relative;
	z-index: 10;
	width: 960px;
	margin: auto;
	overflow: auto;
}
#content p.t { padding: 6px 0 0 15px; }
#content .menu {
	padding: 15px 0;
}
#content .menu li {
	padding: 0 10px;
	display: inline;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
#content .menu li a {
	color: #888;
	font-size: 0.9em;
}
#content .menu li a:hover { color: #555010; }
#content .img {
	width: 960px;
	background: #1c1c00 url(../../images/frontend/mustage_guy.jpg) right top no-repeat;
	line-height: 0;
	height: 191px;
}
#content .img .msg {
	color: #fff;
	padding: 40px 0 0 15px;
	line-height: 160%;
	width: 535px;
}
#content .offer {
	padding: 15px 0;
	overflow: auto;
}
#content .offer li {
	float: left;
	width: 225px;
	padding: 5px 5px 5px 80px;
	font-size: 0.9em;
	height: 125px;
	background-position: 15px 35px;
	background-repeat: no-repeat;
}
#content .offer1 { background-image: url(../../images/frontend/offer1.png); }
#content .offer2 { background-image: url(../../images/frontend/offer2.png); }
#content .offer3 { background-image: url(../../images/frontend/offer3.png); }
#content .offer4 { background-image: url(../../images/frontend/offer4.png); }
#content .offer5 { background-image: url(../../images/frontend/offer5.png); }
#content .offer li.break {
	clear: both;
	border-bottom: solid 1px #d0d0d0;
	width: 960px;
	padding: 0;
	height: 1px;
	margin: 10px 0 5px 0;
}
#content .offer li h2 { font-size: 1.2em; }
#content .offer li h2 a { color: #f00; }

#menu {
	float: left;
	width: 200px;
	padding: 20px 0;
}
#menu h2 {
	font-size: 1.1em;
	padding: 10px 5px;
}
#menu li a {
	display: block;
	padding: 4px 25px 4px 5px;
	color: #000;
	border-bottom: solid 1px #e3e3e3;
}
#menu li a:hover, #menu li a.selected {
	background: #d8d8d8 url(../../images/frontend/arrow.gif) right center no-repeat;
	border-bottom: solid 1px #ccc;
}
#fulltext {
	float: right;
	width: 720px;
	padding: 20px;
}
#fulltext h1, #fulltext h2 {
	background-repeat: no-repeat;
	background-position: 15px 0;
	padding: 15px 0 15px 80px;
	color: #000;
	font-size: 2.1em;
}
#fulltext h2 { font-size: 1.5em; }
#fulltext img.i {
	float: right;
}
#fulltext p, #fulltext ul {
	padding: 10px 0 10px 80px;
	line-height: 150%;
}
#fulltext ul.list1 li {
	padding: 7px 0 7px 30px;
	margin: 0 0 0 20px;
	background: url(../../images/frontend/check.png) 0 5px no-repeat;
}
#fulltext ul.list2 li {
	padding: 7px 0 7px 30px;
	margin: 0 0 0 20px;
	background: url(../../images/frontend/check2.png) 0 5px no-repeat;
}

#footer {
	position: relative;
	z-index: 10;
	padding: 20px 0;
	background: #d8d8d8;
}
#footer .wrapper {
	width: 960px;
	margin: auto;
	font-size: 0.8em;
}
#footer .wrapper ul.menu { padding: 0 5px; }
#footer .wrapper ul.menu li {
	display: inline;
	padding: 0 20px 0 0;
}
#footer .wrapper ul.menu li a { color: #3c3c3c; }
#footer .wrapper .info {
	margin: 5px 0 0 0;
	border-top: solid 1px #c3c3c3;
	padding: 5px;
}
#footer .wrapper .info a { color: #555010; text-decoration: underline; }
