@charset "utf-8";

/* CSS Document */

/*================================================
 Reset the styles.
================================================*/
html {  padding: 0; margin: 0; border: 0; }

body {  padding: 0; margin: 0; border: 0; color: #000000; font-family: Arial; font-size: 12px; line-height: 16px;   }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td { margin: 0; padding: 0; font-family: Arial;}

a, a:link, a:focus, a:hover, a:active { font-size: 12px; color: #000000; }

a, a:link, a:focus, a:hover, a:active { outline: none; }

a:hover { text-decoration: none; }

table { border-collapse: collapse; border-spacing: 0; }

fieldset, img { border: 0; }

input[type=radio], input[type=checkbox] { vertical-align: middle; margin: 0; }

address, caption, cite, code, dfn, em, th, var, optgroup { font-style: inherit; font-weight: inherit; }

del, ins { text-decoration: none; }

caption, th { text-align: left; }

h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }

sup { vertical-align: baseline; }

sub { vertical-align: baseline; }

input, button, textarea, select, optgroup, option { font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit; padding: 0; margin: 0; }

input:focus, textarea:focus, button, select:focus { outline: none }

p { padding: 7px 0px 5px 0px; }




/*===================================================================================
	General blocks
====================================================================================*/

#page{
	min-width: 900px;
	position: relative;
}

#wrapper {
	width: 850px;
	margin: 0 auto;	


}

.index-page #header {
	height: 252px !important;
	background: url(../images/bg/index-head-bg.jpg) no-repeat left top;
}

#header {
	height: 189px;
	position: relative;
	background:url(../images/bg/content-head-bg.jpg) no-repeat left top;
}

#content {
	padding: 0px 0px 10px 0px;
	overflow: hidden;
	border-left: 1px #959595 solid;
	border-right: 1px #959595 solid;
	border-bottom: 1px #959595 solid;
	min-height: 300px;
}

#header h1 {
	font-size: 14px !important;
	color: #acacac !important;
	text-transform: uppercase !important;
	font-weight: bold !important;
	letter-spacing: 1px !important;
}

h2, h1 {
	font-size: 20px;
	color: #66960a;
	line-height: 22px;
	font-weight: bold;
	padding: 0px 0px 8px 0px;
}
h3, h4 {
	font-size: 13px;
	color: #66960a;
	font-weight: bold;
}

/*=====================================================================================================
	HEADER
=====================================================================================================*/

.index-page .header-cont {
	height: 217px;
	padding: 2px 0px 0px 47px !important;
}

.header-cont {
	overflow: hidden;
	height: 155px;
	padding: 0px 0px 0px 60px;
}

.logo {
	display: block;
	float: left;
}


.header-cont h1 {
	padding: 118px 0px 0px 140px;
	float: left;
}

.index-page h1 {
	padding: 167px 0px 0px 103px !important;
	float: left;
}


/* -------------- top navigation ------------------------------------------------------------*/

#topNav {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 87px;
	height: 33px;
	overflow: hidden;
	z-index: 300;
	position: relative;
	background: url(../images/bg/topNav-bg.png) repeat-x left top;
}

#topNav li {
	float: left;
	height: 33px;
	padding: 0px 16px 0px 15px;
}

#topNav li a {
	font-size: 13px;
	color: #fff;
	text-decoration: none;
	display: block;
	height: 26px;
	padding: 7px 7px 0px 7px;
	font-weight: bold;
}

#topNav li a:hover, .curent-page a {
	background: url(../images/bg/topNav-hover.png) repeat-x left top !important;
}

.shadow {
	width: 892px;
	height: 52px;
	background:url(../images/elem/shadow.png) no-repeat center top;
	position: absolute;
	left: -20px;
	top: 155px;
	z-index: 100;
}

.index-page .shadow {
	top: 219px !important;
}

/*======================================================================================================
	CONTENT
======================================================================================================*/

ul {
	padding: 5px 0px 5px 15px;
	margin: 0px;
}


.index-page .main-content {
	width: 491px !important;
	float: left !important;
	padding: 18px 15px 0px 0px;
}

.index-page .main-sidebar {
	width: 292px !important;
	float: left !important;
	padding: 15px 30px 0px 20px;
}

.main-content {
	float: left; 
	width: 503px;
	padding: 48px 20px 0px 67px;
}	

.main-content2 {
	float: left; 
	width: 755px;
	padding: 48px 20px 0px 67px;
}	


.main-sidebar {
	float: right;
	width: 244px;
	padding: 27px 0px 40px 11px;
}	

.img-block {
	overflow: hidden
}

.img-block img {
	float: left;
	display: block;
}

.list-blk {
	overflow: hidden;
	padding: 0px 0px 20px 0px;
}

.list-blk h3 {
	padding-bottom: 13px;
}

.support-blk {
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	overflow: hidden;
}

.support-blk li {
	float: left;
	font-size: 13px;
	min-height: 100%;
}

.support-blk li p {
	padding: 0px 0px 5px 0px;
}

.sb-col-1 {
	width: 75px;
	text-align: right;
	padding: 0px 5px 0px 0px;
	font-weight: bold;
}

.sb-col-2 {
	width: 172px;
}
	
.present-title {
	font-size: 13px;
	font-style: italic;
	display: block;
}

.main-content .present-blk {
	padding: 10px 0px 0px 0px;
}

.present-blk {
	overflow: hidden;
	padding: 49px 0px 0px 0px;
}

.present-blk p {
	padding: 0px;
}

.present-blk img {
	display: block;
	float: left;
	margin: 10px 10px 0px 0px;
}

.main-content p {
	padding: 8px 0px 8px 0px;
}

.picture-frame-4 {
	width: 164px;
	height: 158px;
	overflow: hidden;
	text-align:center;
	position: relative;
	margin: 0px 0px 2px 8px;
}

.picture-frame-4 span {
	position: absolute;
	left: 0px;
	top: 0px;
	background:url(../images/elem/frame-4.png) no-repeat left top;
	width: 164px;
	height: 158px;
}


/*.picture-frame-1 {
	width: 168px;
	height: 159px;
	overflow: hidden;
	text-align:center;
	position: relative;
}

.picture-frame-1 span {
	position: absolute;
	left: 0px;
	top: 0px;
	background:url(../images/elem/frame-1.png) no-repeat left top;
	width: 168px;
	height: 159px;
}


.picture-frame-2 {
	width: 202px;
	height: 139px;
	overflow: hidden;
	text-align:center;
	position: relative;
}

.picture-frame-2 span {
	position: absolute;
	left: 0px;
	top: 0px;
	background:url(../images/elem/frame-2.png) no-repeat left top;
	width: 202px;
	height: 139px;
}

.picture-frame-3 {
	width: 180px;
	height: 124px;
	overflow: hidden;
	text-align:center;
	position: relative;
}

.picture-frame-3 span {
	position: absolute;
	left: 0px;
	top: 0px;
	background:url(../images/elem/frame-3.png) no-repeat left top;
	width: 180px;
	height: 124px;
}


.main-sidebar .picture-frame-1 {
	margin: 0px 0px 0px 4px;
}

.main-sidebar .picture-frame-2 {
	margin: -10px 0px 0px -2px;
}

.top-up-fr {
		margin: -10px 0px 0px 10px !important;
}
*/

.frame-picture {
	width: 208px;
	height: 540px;
	overflow: hidden;
	position: relative;
}

.fp-bg {
	position: absolute;
	width: 208px;
	height: 540px;
	background:url(../images/elem/frame.png) no-repeat left top;
	left: 0px;
	top: 0px;
}

.fp-1 {
	height: 149px;
	text-align: center;
}

.fp-2 {
	height: 119px;
	text-align: center;
}
.fp-3 {
	height: 153px;
	text-align: center;
}
.fp-4 {
	height: 116px;
	text-align: center;
}


/*===========================================================================================
	FOOTER
===========================================================================================*/

#footer {
	overflow: hidden;
	color: #979696;
	font-size: 10px;
}

#footer a {
	color: #979696;
	font-size: 10px;
}


#footer p {
	padding: 15px 5px 5px 0px;
	float: left;
}

.foot-link {
	float: left;
}


