body {  
  padding: 0;
  margin: 0;
  font-size: 15px;
  font-family: Arial;
  font-weight: bold;
  color: #fff;
  background: #1c1d28;
}

a img {
	border: none;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #f5f5f5;
}

ul, li, h1, h2, h3, h4, h5, h6, p, form {
	margin: 0;
	padding: 0;
}

ul li {
	list-style-position: outside;
	list-style-type: none;
}

.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
}

.main {
	background: url(../images/main_bg.jpg) no-repeat right top;
	min-height: 630px;
	height: auto !important;
	height: 630px;
	float: left;
	width: 100%;
}

/* ==================== HEADER ======================= */
/* ====================================================*/

.header {
	background: url(../images/header_bg.gif) repeat-x left top;
	min-height: 218px;
	position: relative;
	float: left;
	width: 100%;
}

.header_left {
	background: url(../images/header_left.png) no-repeat left top;
	float: left;
	width: 742px;
	height: 246px;
	margin-top: 26px;
	margin-left: 15px;
	display: inline;
}

.header_right {
	
	float: right;
	width: 451px;
	height: 118px;
	display: inline;
	position: absolute;
	right: 15px;
	top: 21px;
	z-index: 999;
}

.header a.logo {
	display: block;
	height: 118px;
	width: 454px;
	position: relative;
	z-index: 999;
}
.header a.logo2 {
	display: block;
	height: 200px;
	width: 720px;
	position: relative;
	z-index: 999;
}

/* ======================= CONTENT ========================*/
/* ========================================================*/

.contentwrapper {
	padding: 0 22px;
	clear: both;
}

.content {
	padding: 10px 0;
	position: relative;
	z-index: 999;
	background: url(../images/content_bg.png) repeat left top;
	float: left;
	width: 100%;
}

.breadcrumbs {
	position: absolute;
	width: 186px;
	height: 51px;
	top: 226px;
	left: 20px;
	z-index: 99999;
}

.left {margin-right: 180px; position: relative; margin-left: 6px;}
.left p {padding-bottom: 10px;}

.right {
	float: right;
	background: url(../images/right_bg.png) repeat left top;
	width: 165px;
	height: 235px;
	padding: 9px 0 5px 0;
	text-align: center;
	position: relative;
	margin-right: 6px;
	display: inline;
}

.contacts {
	background: url(../images/right_bg.png) repeat left top;
	font-size: 27px;
	color: #000;
	text-align: center;
	padding: 40px 10px;
	margin: 0 0 0 10px;
}

.contacts h2 {
	font-size: 30px;
	color: #da251d;
}

.price {
	color: #000;
	font-size: 25px;
	background: url(../images/price_bg.png) repeat left top;
	margin: 0 auto;
	width: 400px;
	text-align: center;
	padding: 40px 0;
}
.price h3 {
	font-size: 25px;
	padding-bottom: 15px;
}

.license {
	background: url(../images/price_bg.png) repeat left top;
	padding: 12px;
	text-align: center;
	line-height: 40px;
}
.license a {
	margin: 0 10px;
}

/* ====================== FOOTER =========================*/
/* =======================================================*/

.footer {
	text-align: right;
	color: #fff;
	background: #667ab3;
	float: left;
	width: 100%;
	margin-top: 10px;
}

.footer_inner {
	padding: 7px 25px;
	height: 45px;
}
