html {
	height:100%;
}
body {
	position: relative;
	height: 100%;
	padding: 0;
	margin: 0;
	font: 12px Arial, Tahoma, Sans-Serif;
  	color: #191919;
	background: #0E1419 url('images/back.jpg') top repeat-x;
}
* html body {
	height:100%;
}
#framework {
	position: relative;
	margin: 0 auto 0 auto;
	width: 1000px;
	/*max-width: 1280px;*/
	min-height: 100%;
	background: #ffffff;
}
* html #framework {
	/*width: expression(document.body.clientWidth > 1280 ? "1280px" : "auto");
	max-width: 1280px;*/
	height:100%;
}


a {color: #1E3C6A;}
a:hover {text-decoration: none;}

a img {border: none;}

td {
	vertical-align: top;
}
ul {
	margin-left: 0;
	padding: 0;
}
ol {
	margin-left: 20px;
	padding: 0;
}
*html ul {margin-left: 10px;}
*html ol {margin-left: 30px; padding: 0;}
ul li {
	list-style: none;
	margin: 0 0 7px 0;
}
ol li {
	margin: 0 0 10px 0;
}
li ul {
	padding: 0;
	margin: 0;
}
*html li ul {
	padding: 0 0 0 5px;
}
p {
	text-align: justify;
	margin: 0 0 12px 0;
	line-height: 160%;
}
table {
	border-collapse: collapse; 
}
td {
	vertical-align: top;
}
h1 {
	font-size: 30px;
	margin: 0 0 20px 0;
	color: #314351;
	font-family: Verdana;
	font-weight: normal;
}
h2 {
	font-size: 22px;
	margin: 0 0 15px 0;
	color: #314351;
	font-weight: normal;
}
h3 {
	font-size: 16px;
	margin: 0 0 8px 0;
	color: #1E3C6A;
}
hr {
	color: #8C8B8B;
	background-color: #8C8B8B;
	border-bottom-style: none;
	margin: 0 36px 0 36px;
	height: 1px;
	border-width: 0px;
}

/* top icons
------------------------------ */
#icons { 
	position: absolute;
	top: 106px;
	left: 33px;
}
#icons img { margin: 0 25px 0 0; }

/* logo
------------------------------ */
.logo {
	position: absolute;
	top: 7px;
	left: 36px;
}
.slogan {
	position: absolute;
	top: 39px;
	right: 20px;
}
.phone_top {
	position: absolute;
	top: 207px;
	right: 20px;
	font-size: 30px;
	font-family: Verdana;
	font-weight: bold;
	color: #ffffff;
}

/* head
------------------------------ */
#header {
	padding: 1px 0 1px 0;
	height: 296px;
	background: #030303 url('images/fire.jpg') top center no-repeat;
}

/* top_menu
------------------------------ */
#top_menu {
	position: absolute;
	top: 185px;
	left: 36px;
}
#top_menu ul {
	margin: 0;
	padding: 0;
}
#top_menu li {
	font-size: 12px;
	color: #ffffff;
}
#top_menu li a {
	color: #ffffff;
}

.shadow {
	height: 11px;
        background: url('images/shadow.jpg') top repeat-x;
}

/* main
------------------------------ */
#main {
	width: 100%;
	overflow: hidden;
	padding: 1px 0 80px 0;
	
}
/* left side
------------------------------ */
#left {
	float: left;
	width: 317px;
}
.left_content {
	padding: 30px 30px 40px 36px;
}

/* main menu
------------------------------ */
#menu {
	
}
#menu ul {
	margin: 0;
	padding: 0;
}
#menu li {
	font-size: 11px;
	color: #1E3C6A;
	margin: 0 0 4px 0;
}
#menu li a {
	color: #1E3C6A;
}

/* content
------------------------------ */
#content {
	margin: 0 0 0 317px;
	padding: 28px 40px 40px 0;
}

.gray {
	color: #8C8B8B;
	margin-left: 36px;
	margin-bottom: 6px;
	font-size: 11px;
}

/* footer
------------------------------ */
#footer {
	clear: both;
	padding: 1px 0;
	position:absolute; 
	bottom:0;
  	width:100%;
  	height: 80px;
        background: #ffffff;
}
#footer table {
	width: 100%;
	margin:0 auto 0 auto;
}
#footer td {
	line-height: 140%;
	padding: 5px 36px 10px 36px;
	color: #8C8B8B;
	font-size: 11px;
}
#footer td a {
	color: #8C8B8B;
	text-decoration: none;
}
#footer td a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

.price {
	border-top: 1px solid #86A0B2;
	border-left: 1px solid #86A0B2;
	margin-bottom: 15px;
}
.price th {
	border-right: 1px solid #86A0B2;
	border-bottom: 1px solid #86A0B2;
	padding: 3px;
	font-size: 11px;
	background: #68879C;
	color: #ffffff;
}
.price td {
	border-right: 1px solid #86A0B2;
	border-bottom: 1px solid #86A0B2;
	padding: 3px 5px;
	font-size: 11px;
}