html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

body {  
  padding: 0;
  margin: 0;
  font-size: 12px;
  font-family: Georgia;
  color: #1a1a1a;
  background: #fff;
    position:relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

a img {
	border: none;
}

a {
	color: #500000;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #385a07;
}

ul, li, h1, h2, h3, h4, h5, h6, p, form {
	margin: 0;
	padding: 0;
}

ul li {
	list-style-position: outside;
	list-style-type: none;
}

.main {
	min-width: 995px;
}

.row {
	float: left;
	width: 100%;
}

.float_left {float: left;}
.float_right {float: right;}

.h1 {
	font-size: 17px;
	font-family: Verdana;
	padding-bottom: 4px;
	font-weight:bold;
}

h1 {
	font-size: 12px;
	font-weight:normal;
	padding: 0 0 0 0;
}

h2 {
	font-family: "Impact";
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 10px;
}

h3 {
	color: #0c0a57;
	font-family: "Myriad Pro";
	font-size: 15px;
	padding-bottom: 10px;
}

h4 {
	font-size: 12px;
	color: #f00;
	font-weight: normal;
	padding-bottom: 10px;
}

h5 {
	color: #f00;
	font-family: "Myriad Pro";
	font-size: 15px;
	padding-bottom: 10px;
	text-align: left;
}

p {
	padding-bottom: 10px;
}

.clear {
	clear: both;
	height: 2px;
	font-size: 2px;
}

/* ==================== HEADER ======================= */
/* ====================================================*/

.header {
	background: url(/image/header_repeating_bg.jpg) repeat-x left top;
	height: 200px;
	margin: 3px 15px 3px 16px;
}

.header .header_inner {
	background: url(/image/header_bg.jpg) no-repeat left top;
	height: 200px;
}

.top_menu {
	text-align: right;
	height: 18px;
}

.top_menu a {
	float: right;
	margin-left: 3px;
}

.top_menu a.fav {
	float: left;
	color: #888;
	height: 15px;
	text-decoration: underline;
	padding-top: 3px;
}

.top_menu a.fav:hover {
	text-decoration: none;
}

.header .logo {
	margin-right: 490px;
	margin-top: 24px;
	margin-left: 12px;
	text-align: center;
}

.header .logo a {
	text-decoration: none;
}

.header .header_banners {
	float: right;
	width: 480px;
	/* height: 165px; */
	text-align: right;
	padding-right: 10px;
	/* padding-top: 17px; */
	background: url(/image/header_right.jpg) no-repeat right top;
	height: 160px;
   padding-top: 24px;
}

.header .header_banners a img {
	border: 1px solid #e7e7e7;
	margin: 0;
	margin-bottom: 6px;
	float: right;
}

/* ==================== MENU ========================= */
/* ====================================================*/

.menu {
	padding-left: 19px;
}

.menu a.menu_icon {
	text-align: center;
	float: left;
	width: 100%;
}

.menu .col {
	float: left;
	width: 11%;
	margin-left: 1px;
	padding-bottom: 10px;
}

.menu .col h4 {
	font-size: 13px;
	font-family: Verdana;
	color: #000;
	font-weight: bold;
}

.menu .col h4.active a {
	text-decoration: underline;
}

.menu .col h4 a {
	color: #000;
}

.menu .col h4 a:hover {
	color: #555;
	text-decoration: underline;
}

.menu .col ul {
	width: 98px;
}

.menu .col ul li {
	color: #767676;
	font-size: 12px;
	list-style-type: disc;
	margin-left: 15px;
}

.menu .col ul li a {
	color: #767676;
	font-size: 12px;
}

.menu .col ul li a:hover {
	color: #000;
	font-size: 12px;
	text-decoration: underline;
}

/* ======================= CONTENT ========================*/
/* ========================================================*/

.content {
     padding: 0 10px 150px 10px;
     clear: both;
     text-align: justify;
}

.home_right {
	width: 69%;
	float: left;
}

.home_right h1, .home_right h2, .home_right p {
	padding-right: 25px;
}

/* ====================== Content > 30% Columns =========================*/

.col30 {
	width: 30%;
	float: left;
}

.col30 p {
	font-size: 11px;
	color: #222;
	padding-bottom: 10px;
}

/* ====================== Content > 50% Columns =========================*/

.col50 {
	width: 49%;
	float: left;
}

.col50 p {
	padding-right: 25px;
	margin-bottom: 10px;
}

/* ====================== Content > Left =========================*/

.left {
	float: left;
	width: 213px;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: left;
}

ul.left_menu {
  font-size: 15px;
  line-height: 21px;
  padding-left: 15px;
}

ul.left_menu li {
  list-style: disc;
  position: inside;
  margin-left: 10px;
}

ul.left_menu li a:hover {
	text-decoration: underline;
	color: #bd0000;
}

ul.left_menu li a {
  color: #333;
}

ul.left_menu li ul {
	margin-left: 14px;
}

ul.left_menu li ul li {
	background: url(/image/bullet_left.jpg) no-repeat left;
   list-style: circle;
	font-size: 12px;
}

ul.left_menu li ul li a {
	color: #000;
}

ul.left_menu li ul li.active a {
	color: #f00;
	font-style: italic;
}

/* ====================== Content > Left 2 =========================*/

ul.left_menu_2 {
  font-size: 13px;
  line-height: 20px;
  padding-left: 15px;
}

ul.left_menu_2 li {
  list-style: circle;
  position: inside;
  margin-left: 10px;
}

ul.left_menu_2 li a:hover {
	text-decoration: underline;
	color: #bd0000;
}

ul.left_menu_2 li a {
  color: #555;
}

ul.left_menu_2 li ul {
	margin-left: 14px;
}

ul.left_menu_2 li ul li {
	background: url(/image/bullet_left.jpg) no-repeat left;

	font-size: 11px;
}

ul.left_menu_2 li ul li a {
	color: #000;
}

ul.left_menu_2 li ul li.active a {
	color: #f00;
	font-style: italic;
}

/* ====================== Content > Left 3 =========================*/

ul.left_menu_3 {
  font-size: 11px;
  line-height: 20px;
  padding-left: 15px;
}

ul.left_menu_3 li {
  list-style: disc;
  position: inside;
  margin-left: 10px;
}

ul.left_menu_3 li a:hover {
	text-decoration: underline;
	color: #555;
}

ul.left_menu_3 li a {
  color: #bd0000;
}

ul.left_menu_3 li ul {
	margin-left: 14px;
}

ul.left_menu_3 li ul li {
	background: url(/image/bullet_left.jpg) no-repeat left;

	font-size: 9px;
}

ul.left_menu_3 li ul li a {
	color: #000;
}

ul.left_menu_3 li ul li.active a {
	color: #f00;
	font-style: italic;
}

/* ====================== Content > Right =========================*/

.right {
	margin-left: 220px;
}

.thumbs {
	float: left;
	width: 381px;
}

.thumbs .big_thumb {
	margin-bottom: 10px;
	display: block;
}

.info {
	margin-left: 400px;
}

.portfolio_item {
	float: left;
	width: px;
	text-align: center;
	height: 230px;
}

.portfolio_item span {
	display: block;
}

/* ================= BOTTOM BANNERS ======================*/
/* =======================================================*/

.bottom_banners {
     padding: 14px 0 12px 0;
     text-align: center;
}

.bottom_banners a img {
	border: 1px solid #e7e7e7;
}

/* ====================== FOOTER =========================*/
/* =======================================================*/

.footer {
     color: #fff;
     width: 100%;
     height: 151px;
    position: absolute;
    left:0;
    bottom: 0;
}

.footer .inner {
     padding: 10px 16px;
     background: #676767;
     margin: 0 24px;
     min-height: 40px;
      height: auto !important;
      height: 40px;
       clear: both;
}

.footer a {
	color: #fff;
	text-decoration: underline;
}

.footer a:hover {
	color: #ccc;
}

.footer_left {
	float: left;
	width: 25%;
	line-height: 20px;
}

.copyright {
	width: 50%;
	float: left;
	line-height: 20px;
}

.footer_right {
	float: right;
	width: 25%;
	margin-right: -1px;
	padding: 4px 0;
	text-align: right;
}

.footer_right .counter {
	border: 1px solid #e7e7e7;
	margin-left: 5px;
	margin-bottom: 5px;
	float: right;
	width: 88px;
	text-align: center;
	background: #fff;
	height: 31px;
	color: #000;
}

.st {

	padding-bottom: 10px;
        font-weight:normal;
}