/*~~~~~~~~~~~~ [ General Layout ] ~~~~~~~ */

	
html, body {
	text-align: center;
	overflow-x: hidden;
}
#loading  {
	text-align: center;
	vertical-align: middle;
	position: absolute;
	z-index: 10;
	bottom: 50%;
	left: 50%;
}
#header, #mainblock, #footer {
	margin: 0 20px;
	
}
#main_content {
	position: relative;
}
#mainblock {
	position: relative;
}
.temp {
	visibility: hidden;
}
#globalcontainer {
	overflow: hidden;
	max-width: 1280px;
	margin: 0 auto;
	text-align: left;
	
}
.cache {
visibility: hidden;
}

/*~~~~~~~~~~~~ [ Header ] ~~~~~~~ */

#header {
	height: 115px;
	margin: 6px;
	border-bottom: 1px solid #000000;
}

#logoblock {
	float: right;
}

#topmenu {
	
	list-style: none;
	padding: 40px 0 0 0;
}

#topmenu li {
	display: inline;
	padding: 0 4.5% 0px 10px;
	
}

.menu1:hover{
border-bottom: 4px solid #0099ff;
text-decoration: none;
}

.active {
border-bottom: 4px solid #0099ff;
text-decoration: none;
}



.sub_menu {
width: 320px;
}

.sub_menu li {
display: block;
height: auto;
}

#topmenu li a {
}

/*~~~~~~~~~~~~ [ Top Promo ] ~~~~~~~ */

#toppromo {
position: relative;
display: inline;
}

#toppromo table {
	position: relative;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	padding: 0;
	
}

.tpleft, .tpright, .tpabl, .tpabr, #tprightcontent {
	height: 270px;
	max-height: 270px;
	min-height: 270px;
}
#center_b {
z-index: 0;
}
.tpleft {
	background-color: #f5f5f5;
	width: 30%;
	position: relative;
}

.tpright {
	width: 70%;
	
	position: relative;
}

.tpl {
	position: relative;
}

#left_b {
z-index: 10;
position: relative;
left: 0;
top: 0;
}

#right_b {
z-index: 10;
position: relative;
right: 0;
top: 0;
}
.tpabl1, .tpabr1 {
z-index: 10;
text-align: center;

}
.tpabl {
	width: 58px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	background: url('images/tpabr-bg.png') repeat-y left top;
}

.tpabr {
	width: 58px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
	background: url('images/tpabl-bg.png') repeat-y right top;
}

.tpabl1 a, .tpabr1 a {
	display: block;
	margin-top: 90px;
	z-index: 10;
}

#tpleftcontent {
	padding: 20px 20px 20px 88px;
	color: #666666;
	max-height: 220px;
	height: 220px;
	min-width: 150px;
		width: 150px;
}

#tpleftcontent h2 {
	color: #000000;
	text-decoration: underline;
	font-size: 125%;
	margin: 0;
	padding: 0px 0 20px 0;
}

#tpleftcontent h2 a {
	color: #000000;
	text-decoration: underline;
}

.tpnote {
	padding-top: 18px;
}

.tplb, .tprb {
	height: 35px;
}

.tplb {
	background: url('images/tplb-bg.gif') no-repeat right top;
}

.tprb {
	background: url('images/tprb-bg.gif') no-repeat left top;	
}

#tprightcontent {

}


#actionlabel {
	position: absolute;
	bottom: 0;
	left: 247px;
}

#tprightcontent table {
	width: auto;	

}

#tprightcontent table td.left {
	padding: 25px 25px 25px 45px;
}

#tprightcontent table td.right div {
	color: #ffffff;
	font-size: 22pt;
	line-height: 16pt;
}

#tprightcontent table td.right {
	padding: 25px 0;
}

#tprightcontent table td.right div span {
	font-size: 20pt;
	display: block;
}

#tprightcontent table td.right p {
	color: #00cc00;
	font-size: 18pt;
	font-weight: bold;
	margin: 5px 0;
	padding: 0;
}

#tprightcontent table td.right p span {
	font-size: 14pt;
	font-weight: normal;
}

/*~~~~~~~~~~~~ [ Main menu ] ~~~~~~~ */

#mainmenu {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	padding: 0;
}


#mainmenu td {
	padding: 0 0 25px 0;
	width: 10%;
	background: url('images/mainmenu-bg.gif') no-repeat left bottom;
}
	
#submenu2 {
	background: url('images/mainmenu-bg.gif') no-repeat left bottom;
	padding: 0 0 25px 0;
}
#mainmenu a {
	font-style: italic;
}
#mainmenu a.act {
	color: black;
	text-decoration: none;
	padding: 0 0 25px 0;
	background: url('images/mainmenu-act-bg.gif') no-repeat left bottom !important;
}


/*~~~~~~~~~~~~ [ Works list ] ~~~~~~~ */

h1.worksheader {
	font-size: 14pt;
	padding-left: 8%;
	position: relative;
}

#workslist {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	padding: 0;
}

#workslist td {
	padding-left: 8%;
}

#workslist td ul {
	list-style: none;
}

#workslist td ul li {
	padding: 0 0 17px 0;
}

#workslist td ul li a {
	display: block;
	color: #000000 !important;
}

#workslist td ul li span {
	color: #888888;
	font-size: 8.5pt;
}

/*~~~~~~~~~~~~ [ Footer ] ~~~~~~~ */

#footer {
	
	_max-width: 1280px;
	_float: left;
	padding-top: 40px;
	display: block;
	border-top: 1px solid #000;
	margin-top: 40px;
	
	
}

#footer dt, #footer dd {
	
	margin: 0;
	padding: 0;
}

#footer dt {
	float: left;
}

#footer dt a {
	font-size: 8pt;
	color: #0099ff !important;
}

#footer dd {
	float: right;
	text-align: right;
	color: #0066cc;
	font-size: 22pt;
	font-weight: bold;
}

#footer dd span {
	color: #0099ff;
	font-size: 14pt;
	font-weight: normal;
}
/*~~~~~~~~~~~~ [ Content ] ~~~~~~~ */

.bluefont {
	color: #0099ff;
}



.btnbtn2 {
	
	display: table-cell;
}

.btnbtn1 {
	
	
	display: table-cell;

}
.btnbtn1  div {
	position: relative;
	bottom: 20px;
	right: 0px;
	height: 25px;
	width: 197px;
	background: url('images/button-left-bg.gif') no-repeat left top;
	padding: 10px 65px 10px 30px;
}
.btnbtn2 div {
	position: relative;
	bottom: 20px;
	left: 0px;
	height: 25px;
	width: 197px;
	background: url('images/button-left-bg2.gif') no-repeat left top;
	padding: 10px 65px 10px 60px;
}

#content {
	margin-left: 30px;
	position: relative;
	padding-left: 50px;
	padding-right: 50px;
}

.banner {

z-index: 0;
position: relative;
}

#docs_item {

}



/*~~~~~~~~~~~~ [ Index ] ~~~~~~~ */



/*~~~~~~~~~~~~ [ widgets ] ~~~~~~~ */


