/**
 * corpo theme v1
 *
 * @author Piotr Cichosz aka shpyo
 * @link http://shpyo.net
 * @version 1.00 2009/09/11
 */

body,html {
	font: normal 0.9em Tahoma, Arial, sans-serif;
	background: #fff;
	color: #222;
	margin: 0;
	padding: 0;
	line-height: 150%;
}

/******************************************************************
 * global styles
 */
* {
	padding: 0;
	margin: 0;
	list-style: none;
	border: 0;
}
*:focus { outline: none; }
a { text-decoration: underline; color: #222; }

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

input.submit { cursor: pointer; color: #000; }

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

#bg {
	background: #f4f4f4;
	position: absolute;
	height: 326px;
	width: 100%;
	left: 0;
	top: 100px;
	z-index: 0;
}

#top {
	position: relative;
	z-index: 10;
	height: 100px;
	text-align: center;
	padding: 10px 0;
	width: 960px;
	margin: auto;
}

#content {
	position: relative;
	z-index: 10;
	width: 960px;
	margin: auto;
	overflow: auto;
}
#a {
	text-align: center;
	background: #fff;
	padding: 5px 0;
}
#about {
	width: 500px;
	float: left;
	overflow: auto;
	background: #fff;
}
#about h1, #info h2, #about h2, #contact h3 {
	padding: 10px 0 5px 10px;
	color: #000;
	font: normal 1.8em "Times New Roman", Arial, sans-serif;
}
#about h1 { font-size: 2em; }
#about div.i {
	float: left;
	width: 250px;
}
#about p { padding: 10px; }
/*#about div.i1 { background: #e6e6e6; }
#about div.i2 { background: #d3d3d3; }*/
#about ul li {
	padding: 9px 0 9px 30px;
	margin: 0 0 0 15px;
	background: url(../../images/frontend/check.png) 0 7px no-repeat;
}

#info {
	float: right;
	width: 460px;
	background: #000;
	color: #e3e3e3;
}
#img {
	float: right;
	width: 460px;
	height: 300px;
	background: #000;
}
#info p { padding: 10px; overflow: auto; }

#info ul.menu , #info h2 {
	width: 440px;
	background: #fff;
	color: #000;
	padding: 5px 10px;
}

#footer {
	clear: both;
	position: relative;
	z-index: 10;
	padding: 10px;
	width: 940px;
	margin: 20px auto;
	border-top: solid 1px #f4f4f4;
}