body {
	margin: 0;
	padding: 0;
	font-family: 'PT Sans Caption';
	font-size: 13px;
	line-height: 22px;
	background: url('img/cream_pixels.png');
}

a {
	color: #2f65a2;
}

h1, 
h2, 
h3 {
	font-family: 'PT Sans Narrow';
}

h2 {
	background: url('img/border.png') center bottom no-repeat #f5f5f5;
	text-align: center;
	padding: 10px 0 30px 0;
	font-weight: 400;
	margin: 30px 0 25px 0;
	clear: both;
}

.clear {
	clear: both;
}

.line {
	margin: 15px 0;
	height: 1px;
	background: #eee;
}

.page {
	width: 940px;
	margin: 20px auto;
	padding: 20px;
	background: #fff;
	min-height: 100%;
	box-shadow: 0px 0px 15px #eee;
}

.header .logo {
	float: left;
}

.header .contacts {
	text-align: right;
}

.header .contacts h3 {
	font-size: 17px;
	font-weight: 400;
	margin: 0;
	padding: 5px 0;
}

.header .contacts p {
	padding: 0;
	margin: 5px 0;
}

.header .contacts .phones {
	font-size: 14px;
	font-weight: bold;
}

/* Form */

.form-wrapper {
	padding: 20px;
/* 	background: url('img/blue-bg.jpg') center center; */
	background: url('img/banner-bg.jpg');
	height: 300px;
	width: 202px;
	text-align: center;
	border-radius: 5px;
	box-shadow: 0px 0px 15px #ddd;
}

.form-wrapper h3 {
font-size: 18px;
margin: 0 0 17px 0;
padding: 0;
text-transform: uppercase;
}

.form-wrapper p {
	color: #fff;
}

input {
	border: 1px solid rgba(255,255,255,0.5);
	padding: 10px;
	font-family: 'PT Sans Caption';
	color: #333;
	font-size: 14px;
	margin: 0;
	background: rgba(255,255,255,1);
}

.input-wrapper {
	border: 3px solid rgba(255,255,255,0.2);
	margin: 10px 0;
}

.button {
	   color: #ffffff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
    text-transform: uppercase;
    background-color: #5bb75b !important;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351)) !important;
    background-image: -webkit-linear-gradient(top, #62c462, #51a351) !important;
    background-image: -o-linear-gradient(top, #62c462, #51a351) !important;
    background-image: linear-gradient(to bottom, #62c462, #51a351) !important;
    background-image: -moz-linear-gradient(top, #62c462, #51a351) !important;
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25) !important;
    cursor: pointer;
    display: block;
    width: 100%;
}

.button:hover, 
.button:active, 
.button:visited, 
.button.active, 
.button.disabled, 
.button[disabled] {
    background: #4ca24c !important;
    color: #FFFFFF;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}


/* Paket */

.paket {
	width: 300px;
	margin: 0 20px 20px 0;
	text-align: center;
	float: left;
}

.last {
	margin: 0 0 20px 0;
}

.paket h3 {
	font-size: 25px;
	font-weight: 400;
}

.paket .price {
	font-size: 22px;
	padding: 10px;
	display: block;
}

.paket img {
	border-radius: 99%;
	border: 3px solid #eee;
}


/* Programms */

div#feature_list {
	width: 940px;
	height: 300px;
	overflow: hidden;
	position: relative;
}

div#feature_list ul {
	position: absolute;
	top: 0;
	list-style: none;	
	padding: 0;
	margin: 0;
}

ul#tabs {
	left: 0;
	z-index: 2;
	width: 200px;
}

ul#tabs li a {
	color: #222;
	text-decoration: none;	
	display: block;
	padding: 5px;
	width: 190px;
	outline: none;
	background:  url('img/divider.png');
}

ul#tabs li a h3 {
	padding: 0;
	margin: 0;
}

ul#tabs li a:hover {
	text-decoration: none;
	background:  url('img/feature-tab-hover.png');
}

ul#tabs li a.current {
	background:  url('img/feature-tab-current.png');
	color: #FFF;
}

ul#tabs li a.current:hover {
	text-decoration: none;
	cursor: default;
}

ul#output {
	right: 0;
	width: 720px;
	height: 300px;
	position: relative;
}

ul#output p {
	margin: 0 0 15px 0;
	width: 530px;
	text-align: justify;
}

ul#output li {
	position: absolute;
	width: 720px;
	height: 240px;
}

ul#output li a {
	position: absolute;
	bottom: 10px;
	right: 10px;
	padding: 8px 12px;
	text-decoration: none;
	font-size: 11px;
	color: #FFF;
	background: #000;
	-moz-border-radius: 5px;
}

ul#output li a:hover {
	background: #D33431;
}

.thumb {
	float: right;
	border-radius: 99%;
	border: 3px solid #eee;
}

.diplom {
	margin: 0 15px;
}