* {
	padding: 0px;
    margin: 0px;
}

html, body{

}

body {

}

body, td, p {
	font: normal 13px arial, tahoma; 
	color: #333333;
	line-height: 150%;
}

p{
	margin-bottom: 15px;
}

option{
	padding-left: 3px;
}

tr, td {
    vertical-align: top;
}

ul{
	margin: 0px 0px 20px 10px;
}

ul li ul{
	margin: 0px 0px 0px 10px;
}

li{
	margin: 0px 0px 5px 20px;
	line-height: 130%;
}

ol{
	margin: 0px 0px 0px 30px;
}

ol li{
	margin: 0px 0px 5px 0px;
}

img{
	border: none;
	margin: 0px;
}

a {
	color: #11487B;
}

a:hover {
	text-decoration: none;
}

hr {
	background: url(hr.jpg) repeat-x left top;
    margin: 0px 0px 5px 0px;
    height: 1px;
	border: none;
}

address{
	font-style: normal;
}


h1, h1 a{
    color: #0D6BA4;
	font: normal 20px 'trebuchet ms', 'times new roman', georgia, tahoma; 
    margin: 0px 0px 10px 0px;
	line-height: 25px;
	text-transform: uppercase;
}

h1 a, h2 a{
	text-decoration: none;
}

h1 a:hover, h2 a:hover{
	text-decoration: underline;
}

h2, h2 a{
	text-transform: uppercase;
	color: #0D6BA4;
	font: normal 18px 'trebuchet ms', 'times new roman', georgia, tahoma; 
    margin: 5px 0px 5px 0px;
}

h3, h3 a{
	text-transform: uppercase;
  	color: #0D6BA4;
	font: normal 17px 'trebuchet ms', 'times new roman', georgia, tahoma; 
    margin: 5px 0px 5px 0px;
}

h4, h4 a{
	text-transform: uppercase;
    color: #333333;
	font: bold 15px arial, tahoma; 
    margin: 0px 0px 5px 0px;
}

h5, h5 a{
	text-transform: uppercase;
	color: #333333;
	font: bold 14px arial, tahoma; 
    margin: 0px 0px 5px 0px;
}

h6, h6 a{
	text-transform: uppercase;
	color: #333333;
	font: bold 13px arial, tahoma; 
    margin: 0px 0px 5px 0px;
}

/** colors **/

select.mistake, 
input.mistake,
.mistake{
	border-bottom: 5px solid #AA0000;
	outline: 5px solid #AA0000;
}

checkbox.mistake{
	outline: 5px solid #AA0000;
}

select.no_mistake, 
input.no_mistake,
.no_mistake{
	border-bottom: 5px solid #00AA00;
}

checkbox.mistake{
	outline: 5px solid #00AA00;
}

.color_hight{
	color: #AA0000;
}

.color_medium{
	color: #FF9900;
}

.color_minimum{
	color: #00AA00;
}


/** END colors **/


.hidden{
	display: none;
}

div.scroll {
    overflow: auto;
}


/** input **/

fieldset{
	border: none;
}

input.button{
	background: #5CAF25;
	font: bold 12px 'trebuchet ms', tahoma;
	text-transform: uppercase;
	color: #FFFFFF;
	height: auto;
	padding: 0px 10px 0px 10px;
	border: none;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
}

input.button:hover{
	background: #3C93C8;
	cursor: pointer;
}

a.button{
	display: block;
	float: left;
	background: #5CAF25;
	font: bold 12px 'trebuchet ms', tahoma;
	text-transform: uppercase;
	color: #FFFFFF;
	height: auto;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
}

a.button:hover{
	background: #3C93C8;
}

a.button2{
	display: block;
	float: left;
	background: #999999;
	font: bold 12px 'trebuchet ms', tahoma;
	color: #FFFFFF;
	height: auto;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
	text-transform: uppercase;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
}

input.file,
input.text {
    width: 100%;
	font: normal 14px arial, tahoma; 
}

input.text_short {
    width: 46%;
	font: normal 14px arial, tahoma; 
}

input.text_short2 {
	width: 20%;
	font: normal 14px arial, tahoma; 
}

textarea {
    width: 100%;
    height: 120px;
	font: normal 14px arial, tahoma; 
}

textarea.short {
    width: 46%;
	font: normal 14px arial, tahoma; 
}

select{
    width: 100%;
	font: normal 14px arial, tahoma; 
}

select.short{
    width: 46%;
	font: normal 14px arial, tahoma; 
}

/** END input **/



/** form **/


div.form{
	float: left;
	width: 100%;
	display: block;
}

div.form div.brick{
	float: left;
	width: 100%;
	display: block;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

div.form div.brick label{
    margin-right: 5px;
	padding-top: 3px;
	text-align: right;
	font-weight: bold;
}

div.form div.brick div.field{
}

div.form div.brick div.field img{
	float: left;
	width: auto;
}

div.form div.brick div.expand{
	text-align: right;
	margin-right: 20px;
}

div.form div.brick div.expand a{
	font-weight: bold;
}

div.form div.brick div.second{
	margin-left: 105px;
}

div.form div.brick div.submit{
	margin-left: 0px;
	text-align: right;
}


div.form div.brick div.submit input.button{
	font: bold 14px arial, tahoma;
	padding: 2px 15px 2px 15px;
}



div#form_details{
	display: none;
}

/** END form **/


/** com=sheets **/

div.sheets_item{
	display: block;
	width: 100%;
	margin: 0px 0px 10px 0px;
}

div.sheets_item h1, h1 a{
    color: #0D6BA4;
	font: normal 25px 'trebuchet ms', 'times new roman', georgia, tahoma; 
    margin: 0px 0px 15px 0px;
	line-height: 25px;
	text-transform: uppercase;
}

body.sheets_item img.sheets_image, 
div.sheets_item img.sheets_image{
	float: right;
	width: auto;
	margin: 0px 0px 20px 20px;
}

div.sheets_item img{
	max-width: 650px;
	height: auto;
}

a.view_cat{
	width: auto;
	padding-left: 10px;
	background: url(arrow_2.gif) no-repeat left 5px;
}

img.left,
img.float_left{
	float: left;
	width: auto;
	margin: 0px 10px 15px 0px;
}

img.right,
img.float_right{
	float: right;
	width: auto;
	margin: 0px 0px 15px 10px;
}

div.sheets_list h2, 
div.sheets_list h2 a{
	text-decoration: underline;
	font: bold 13px arial, tahoma; 
}

div.sheets_list h2 a.comments{
	background: url(comments_icon.gif) no-repeat center top;
    color: #FFFFFFF;
    text-decoration: none;
    font: normal 11px tahoma, arial, verdana;
    padding: 0px 10px 5px 10px;
    margin: 0px 0px 0px 5px;
    line-height: normal;
}

div.sheets_list h2 span.date{
	display: block;
	float: right;
	width: 60px;
	text-align: right;
	font-size: 10px;
	padding-top: 2px;
	color: #999999;
	text-decoration: none;
}

div.sheets_list div.item{
	float: left;
	width: 100%;
	margin: 0px 0px 10px 0px;
}

div.sheets_list div.item h2{
	margin-bottom: 2px;
}

div.sheets_list div.item:hover h2 a{
	/* text-decoration: underline; */
}

div.sheets_list div.item:hover a.thumb{
	border: 1px solid #AAAAAA;
}

div.sheets_list div.item img.thumb{
	width: 88px;
	margin-top: expression((((88-this.height)/2)+3)+'px');
}

div.sheets_list div.item a.thumb{
	display: block;
	float: left;
	width: 90px;
	height: auto;
	padding: 3px;
	text-align: center;
	border: 1px solid #EEEEEE;
	margin: 3px 10px 10px 0px;
}

div.sheets_list a.view_all{
	float: right;
	width: auto;
	text-align: right;
	padding-left: 10px;
	background: url(arrow_2.gif) no-repeat left 7px;
}

p a.read_more{
	padding-left: 4px;
	padding-right: 4px; 
}

div.item:hover a.read_more, 
p:hover a.read_more{
	background: #3C93C8;
	color: #FFFFFF;
	text-decoration: none;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
}

div.sheets_list div.item p{
	line-height: normal;
}


/** END com=sheets **/




/** table.grid **/

table.grid{
    width: 100%;
    border-top: 1px dotted #999999;
    border-right: 1px dotted #999999;
    border-left: 1px dotted #999999;
}

table.grid th,
table.grid td{
    padding: 5px;
    text-align: center;
	vertical-align: middle;
    border-bottom: 1px dotted #999999;
}

table.grid th{
    border-right: 1px dotted #999999;
	font-size: 12px;
	background: #DDDDDD;
}

fieldset{
	clear: both;
}

table.table{
	display: block;
    width: 100%;
    border-top: 1px dotted #999999;
    border-right: 1px dotted #999999;
    border-left: 1px dotted #999999;
}

table.table th,
table.table td{
    padding: 5px;
    text-align: center;
	vertical-align: middle;
    border-bottom: 1px dotted #999999;
}

table.table tr:hover td{
	background: #F0F0F0;
}

table.table th{
    border-right: 1px dotted #999999;
	font-size: 12px;
	background: #DDDDDD;
	font-weight: bold;
}

table.table th.item_order{
	width: 90px;
}

table.table td input.text{
	width: 40px;
}

table.table td div.depth{
	width: 50px;
}

table.table tr.fresh td div.depth_0, 
table.table tr.fresh td{
	background: #FFF2AA;
}

table.table div.depth_0,
table.table div.depth_1,
table.table div.depth_2,
table.table div.depth_3,
table.table div.depth_4{
	text-align: left;
}

table.table div.depth_0{
	font-size: 15px;
	font-weight: bold;
}

table.table div.depth_1{
	font-weight: bold;
	margin-left: 15px;
}

table.table div.depth_2{
	margin-left: 30px;
}

table.table div.depth_3{
	margin-left: 45px;
}

table.table div.depth_4{
	margin-left: 60px;
}


/** END table.grid **/
body.sheets_item table.invisible, 
div.sheets_item table.invisible{
	border: none;
}

body.sheets_item table.invisible td,
div.sheets_item table.invisible td{
	border: none;
	padding: 5px;
}

body.sheets_item table, 
div.sheets_item table, 
table.default{
	width: 100%;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
}

table.default th{
    border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	font-size: 12px;
	background: #DDDDDD;
	font-weight: bold;
	vertical-align: middle;
	line-height: normal;
	padding: 10px;
}

table.default th p{
	margin: 0px;
	font-weight: bold;
	line-height: normal;
}

body.sheets_item table td, 
div.sheets_item table td, 
table.default td{
	padding: 5px;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
}


/** admin menu **/

div#menu_member {
	float: left;
    margin: 0px 25px 0px 20px;
	width: 100%;
	border-top: 1px solid #D2C69B;
}

div#menu_member a  {
    font: bold 11px tahoma, arial, helvetica, sans-serif;
    display: block;
    text-decoration: none;
    border-left: 1px solid #D2C69B;
	border-bottom: 2px solid #D2C69B;
    padding: 5px 10px 5px 10px;
	width: 100%;
}

div#menu_member a:hover {
	text-decoration: underline;
}

div#menu_member ul{
    float: left;
	width: auto;
    list-style: none;
    margin: 0px;
    padding: 0px;
	z-index: 999;
}

div#menu_member ul ul {
    position: absolute;
    left: 0px;
    top: 100%;
    width: 100%;
}

div#menu_member li {
    list-style: none;
    position: relative;
    margin: 0px;
    padding: 0px;
}

div#menu_member ul ul {
	display: none;
}

div#menu_member ul ul,
div#menu_member ul ul li {
	width: 100%;
}

div#menu_member ul li.jshover ul,  
div#menu_member ul li:hover ul{
display: block;
}

div#menu_member ul li.jshover ul ul,
div#menu_member ul li:hover ul ul{
display: none;
}

div#menu_member ul ul li.jshover ul,
div#menu_member ul ul li:hover ul{
display: block;
}

div#menu_member ul ul li.jshover ul ul,
div#menu_member ul ul li:hover ul ul{
display: none;
}

div#menu_member ul ul ul li.jshover ul,
div#menu_member ul ul ul li:hover ul{
display: block;
}

div#menu_member ul ul ul li.jshover ul ul,
div#menu_member ul ul ul li:hover ul ul{
display: none;
}

div#menu_member ul ul ul ul li.jshover ul,
div#menu_member ul ul ul ul li:hover ul{
display: block;
}

div#menu_member ul ul ul ul li.jshover ul ul,
div#menu_member ul ul ul ul li:hover ul ul{
display: none;
}

div#menu_member ul ul ul ul ul li.jshover ul,
div#menu_member ul ul ul ul ul li:hover ul{
display: block;
}

div#menu_member ul ul ul ul ul li.jshover ul ul,
div#menu_member ul ul ul ul ul li:hover ul ul{
display: none;
}

/** END admin menu **/




/** members tools **/

div#member_tools{
	background: #FFFFE1;
	display: block;
	padding: 5px 0px 0px 15px;
	height: 31px;
}

div#member_tools div.brick{
    float: left;
	width: auto;
	display: block;
}

div#member_tools div.brick input.text{
	width: 100px;
}

div#member_tools input.text{
    margin-right: 5px;
}

div#member_tools input.button{
	margin: 2px 5px 0px 0px;
}

/** END members tools **/



/** START poll ??????????????????  **/

div.poll{

}

div.poll_item{
	padding-top: 10px;
}

div.poll_item div.view,
div.poll_item div.results{
	padding: 5px 0px 16px 0px;
}

div.poll_item a{
	color: #333333;
	text-decoration: none;
	font-size: 12px;
}

div.poll_item a:hover{
	text-decoration: underline;
}

div.poll_item h3{
	margin: 0px 0px 7px 0px;
}

div.poll_item h3 a{
	color: #11487B;
	font: bold 14px arial, tahoma;
	text-transform: none;
}

div.poll_item h3 a{
	color: #11487B;
	text-decoration: none;
}

div.poll_item div.answer{
	margin-bottom: 4px;
}

div.poll_item div.answer{
	padding: 5px 15px 0px 0px; 
}

div.poll_item div.msg{
	padding: 5px 15px 2px 0px; 
	text-align: center;
	color: #990000;
}

div.poll_item div.result{
	display: block;
	height: 20px;
	font: normal 9px arial, tahoma;
}

div.poll_item div.result div.bar{
	background: #990000;
	height: 5px;
	float: left;
}

div.poll_item div.result div.proc{
	float: left;
	color: #990000;
	margin: -3px 0px 0px 3px;
}


/** END poll **/


/** START gallery **/

div.gallery_list{
	display: block;
}

div.gallery_list h1{
    margin-bottom: 5px;
}

div.gallery_list a.new{
	color: #2C7431;
	display: block;
	width: 100px;
	margin: 0px 0px 15px 0px;
	padding: 1px 8px 2px 27px;
	clear: both;
	background: url(gallery_new_bg.gif) no-repeat left center #D9F0D9;
	text-decoration: none;
}

div.gallery_list a.new:hover{
	text-decoration: underline;
}

p.description, 
div.gallery_list p.description{
	background: #FFFFE1;
	border: 1px solid #EECF95;
	padding: 8px 12px 12px 12px;
}

div.gallery_list div.item{
    float: left;
    text-align: center;
    margin: 0px 5px 12px 0px;
    border: 1px solid #DDDDDD;
}

div.gallery_list div.item div.admin_tools{
	position: absolute;
	text-align: right;
	width: 170px;
}

div.gallery_list div.item div.admin_tools a{
	display: inline;
	height: auto;
}

div.gallery_list div.item a{
	display: block;
	width: 170px;
	height: 127px;
}

div.gallery_list div.item a img.thumb{
	margin-top: expression(((127-this.height)/2)+'px');
}

div.gallery_list div.item div.admin_tools{

}

div.gallery_list div.item img{
    margin: 0px 0px 0px 0px;
}

div.gallery_item{

}

div.gallery_item div.image {
    margin: 0px;
	text-align: center;
}

div.gallery_item table.navigation{
	width: 100%;
	margin: 10px 0px 30px 0px;
}

div.gallery_item table.navigation td.prev, 
div.gallery_item table.navigation td.next{
	width: 100px;
	text-align: center;
	text-transform: capitalize;
}

div.gallery_module{
	width: 184px;
	padding: 20px 15px 0px 20px;
	margin: 30px 0px 0px 0px;
	background: url(hr_right.jpg) no-repeat right top;
}

div.gallery_module h3{
	margin-bottom: 3px;
}

div.gallery_module h3 a{
	text-decoration: none;
}

div.gallery_module div.image{
	text-align: center;
	background: #CCCCCC;
}

div.gallery_module div.description{
	display: block;
	padding: 5px 0px 0px 0px;
	line-height: 13px;
	font: 11px tahoma, arial;
}

div.gallery_module a.more{
	display: block;
	margin-top: 8px;
	clear: both;
	text-align: right;
}

/** END gallery **/

/** START bannes **/

div.banners_list div.item{

}

/** END banners**/


/** START comments classes **/


div.comments_list div.item{
	padding: 10px 0px 10px 0px;
	background: url(hr_bg.gif) repeat-x left top;
}

div.comments_list div.item span.date{
	font: normal 10px arial; 
	float: right;
	width: auto;
	color: #999999;
}

div.comments_list div.item div.admin_tools{
	float: right;
	width: auto;
}

div.comments_list div.item div.name a,
div.comments_list div.item div.name{
    color: #19507E;
	font-weight: bold;
}

div.comments_form{
	background: url(hr_bg.gif) repeat-x left top;
	padding-top: 20px;
}


/** END comments classes **/


div.dev div.item{
	padding: 10px;
}


div.dev div.item:hover{
	background: #EEE;
}

/** START pages **/

div.center table.pages{
	width: 100%;
	margin-top: 20px;
}

table.pages td.prev,
table.pages td.next{
	width: 20%;
	text-align: center;
	text-transform: capitalize;
}

table.pages td.items{
	text-align: center
}

table.pages td.items span.current{
	margin: 0px 3px 0px 3px;
	font-weight: bold;
	color: #FFFFFF;
	background: #3C93C8;
	padding: 0px 2px 0px 2px;
}

table.pages td.items a{
	margin: 0px 3px 0px 3px;
}


/** END pages **/

/* START downloads */

div.downloads_view div.download{
	background: #D5FCCD;
	padding: 10px;
	border: 1px solid #93D27D;
	color: #215509;
	font-size: 14px;
	width: 653px;
}

div.downloads_view div.form{
	margin-top: 20px;
	width: 653px;
	padding: 10px 10px 10px 10px;
	background: #F4F4F4;
	border: 1px solid #CCCCCC;
}

div.downloads_view div.form label{
	width: 120px;
	display: block;
	float: left;
	text-align: right;
}

div.downloads_view div.form input.text{
	width: 150px;
}

div.downloads_view div.form input.button{
	padding: 0px 10px 0px 10px;
}



/* END downloads */


/* Design classes  */

body.design{
	background: url(body_bg.gif) center top;
}

div.design{
	background: url(design_bg.gif) repeat-y left top;
	padding: 0px 0px 0px 10px;
	width: 990px;
	margin: 0px auto 0px auto;
}

table.header{
	height: 110px;
	background: url(header_bg.jpg) no-repeat 270px 33px;
}

table.header div.logo{
	width: 270px;
	height: 110px;
}

table.header div.logo a{
	background: url(logo.jpg) no-repeat left top;
	display: block;
	width: 270px;
	height: 110px;
}

table.header div.langs{
	width: 690px;
	height: 28px;
	padding: 5px 15px 0px 15px;
	background: url(body_bg.gif) left top;
}

table.header div.langs a img{
	color: #FFFFFF;
	float: left;
	width: auto;
}

table.header div.langs a{
	display: block;
	float: left;
	width: auto;
	margin: 4px 14px 0px 2px;
	height: 24px;
}

table.header div.langs a.lt_lt,
table.header div.langs a.ru_ru{
	background: url(flag_arrow.gif) no-repeat center bottom;
}

table.header div.marquee{
	width: 580px;
	height: 24px;
	margin: 0px 0px 0px 120px;
	padding: 2px 0px 0px 20px;
	color: #FFFFFF;
	background: url(body_bg.gif) 2px top;
}

table.header div.marquee marquee a{
	color: #FFFFFF;
	text-decoration: none;
}

table.header div.marquee marquee a:hover{
	text-decoration: underline;
}

table.header div#menu_top{
	width: 550px;
	height: 37px;
	margin: 0px 0px 0px 120px;
	padding: 14px 20px 0px 20px;
	background: #FFFFFF;
	overflow: hidden;
}

table.header div#menu_top ul{
	float: left;
	width: auto;
	margin: 0px;
	list-style: none;
}

table.header div#menu_top ul li{
	float: left;
	width: auto;
	margin: 0px 30px 0px 0px;
}

table.header div#menu_top ul li a{
	font: bold 15px 'trebuchet ms', tahoma;
	text-transform: uppercase;
	color: #333333;
}

table.top{
	width: 980px;
	height: 240px;
	background: #FFFFFF;
}

table.top td.image{
	width: 390px;
}

table.top div.image{
	width: 380px;
	height: 240px;
	margin: 0px 0px 0px 10px;
	-webkit-border-radius: 10px 0px 0px 10px;
	-moz-border-radius: 10px 0px 0px 10px;
	border-radius: 10px 0px 0px 10px;
}

table.top td.poster{
	width: 470px;
}

table.top div.poster{
	width: 430px;
	height: 225px;
	background: url(poster_bg.jpg) no-repeat left top;
	padding: 15px 20px 0px 20px;
	overflow: auto;
	-webkit-border-radius: 0px 10px 10px 0px;
	-moz-border-radius: 0px 10px 10px 0px;
	border-radius: 0px 10px 10px 0px;
}

table.top div.poster h2{
	color: #42990D;
	text-transform: uppercase;
	font: bold 20px 'trebuchet ms', tahoma;
	margin: 0px 0px 5px 0px;
}

table.top div.poster p{
	margin: 0px 0px 10px 0px;
	line-height: normal;
}

table.top div.poster ul{
	padding: 0px;
	margin: -5px 0px 10px 10px;
}

table.top div.poster ul li{
	margin: 0px 0px 2px 10px;
	padding: 0px;
}

table.top div.poster a.button{
	font-size: 14px;  
	width: 220px;
	text-align: center;
	background: url(header_button_bg.gif) no-repeat center center;
	padding: 3px 0px 4px 0px;
	margin-top: 2px;
}

table.top div.poster a.button:hover{
	background: url(header_button_bg2.gif) no-repeat center center;
}

table.top td.logos{
	width: 120px;
}

table.top div.banners_list{
	width: 100px;
	height: 235px;
	margin: 5px 0px 0px 15px;
	overflow: hidden;
}

table.top div.banners_list div.item{
	margin: 0px 0px 15px 0px;
}

table.top div.banners_list div.item img{
	max-width: 90px;
	height: auto;
}

table.columns{
	width: 980px;
	background: #FFFFFF;
}

table.columns td.left,
table.columns td.center,
table.columns td.right{
	padding-bottom: 40px;
}

div.page table.columns{
	width: 980px;
	background: url(page_bg.jpg) no-repeat 195px top #FFFFFF;
}

table.columns div.left{
	width: 195px;
	padding: 15px 20px 0px 20px;
}


div#menu_left{
	margin: 0px 0px 0px -5px;
}

div#menu_left span.small{
	display: block;
	font-size: 11px;
}


div.menu ul,
div.menu ul li,
div#menu_bottom ul, 
div#menu_bottom ul li,
div#menu_left ul, 
div#menu_left ul li{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

div#menu_left ul li a{
	padding: 5px 0px 5px 5px;
}

div#menu_left ul li{
	margin: 0px 0px 0px 0px;
}

div#menu_left ul li{
	background: url(menu_left_spacer.jpg) no-repeat left bottom;
}

div#menu_left ul ul li{
	background: url(menu_left_spacer.jpg) no-repeat left top;
	padding-top: 1px;
}

div#menu_left ul ul{
	padding-bottom: 1px;
}

div#menu_left ul ul ul li{
	background: none;
}

div#menu_left ul ul li a{
	padding: 5px 8px 7px 5px;
}

div#menu_left ul ul ul li{

}

div#menu_left ul ul ul li a{
	padding: 2px 5px 3px 5px;
}

div#menu_left ul li a{
	color: #0D6BA4;
	text-transform: uppercase;
	font: bold 15px 'trebuchet ms', tahoma;
	text-decoration: none;
	display: block;
}

div#menu_left ul ul ul li{
	border-top: none;
	background: url(arrow_1.gif) no-repeat left 6px;
	padding: 0px 0px 0px 10px;
	margin: 2px 0px 5px 4px;
}

div#menu_left ul ul li a{
	color: #333333;
	text-transform: none;
	font: normal 14px 'trebuchet ms', tahoma;
	line-height: 15px;	
}

div#menu_left ul ul ul li a{
	color: #333333;
	text-transform: none;
	font: normal 13px arial;
	line-height: 15px;	
}


div#menu_left ul li a:hover{
	background: url(menu_left_hover_bg.jpg) no-repeat right center;
}



div#menu_left ul.current li,
div#menu_left ul.current,
div#menu_left ul.current ul.current li,
div#menu_left ul.current ul.current{
	display: block;
}

div#menu_left ul.current ul li,
div#menu_left ul.current ul{
	display: none;
}

div#menu_left ul li{
	margin: 0px;
}

div#menu_left ul li a{
	display: block;
}

div#menu_left ul li a.current{
	background: #3C93C8;
	background: url(menu_left_current_bg.jpg) no-repeat right center;
	color: #FFFFFF;
}





div.left div.search{
	width: 195px;
	margin: 25px 0px 0px 0px;
}

div.left div.search input.text{
	width: 115px;
	float: left;
}

div.left div.banners_list{
	border-top: 1px dashed #CCCCCC;
	margin: 30px -20px 0px -20px;
	padding: 0px 20px 0px 20px;
}

div.left div.banners_list div.item{
	margin-top: 15px;
}

div.left div.banners_list div.item img{
	max-width: 185px;
}

div.page table.columns div.center{
	width: 675px;
	margin: 35px 40px 0px 30px;
}

div.center div.tools{
	margin-top: 50px;
	clear: both;
	display: block;
	width: 100%;
	background: url(sheets_tools_bg.jpg) repeat-x left 14px #E8E8E8;
	height: 100px;
}

div.center div.tools div.arrow{
	height: 14px;
	background: url(sheets_tools_arrow.jpg) no-repeat 19px top #FFFFFF;
}

div.center div.tools div.back,
div.center div.tools div.recommend,
div.center div.tools div.print,
div.center div.tools div.facebook_share,
div.center div.tools div.facebook_like{
	float: left;
	width: auto;
	display: block;
}

div.center div.tools a{ 
	display: block;
	color: #666666;
	font: normal 11px tahoma, arial;
	margin: 20px 0px 0px 20px;
	padding: 0px 0px 0px 20px;
}

div.center div.tools div.back a{
	background: url(icons/icon_back.gif) no-repeat left center;
}

div.center div.tools div.recommend a{
	background: url(icons/icon_email.gif) no-repeat left center;
}

div.center div.tools div.print a{
	background: url(icons/icon_print.gif) no-repeat left center;
}

div.center div.tools div.facebook_share a{
	background: url(icon_to_facebook.gif) no-repeat left center;
}

div.center div.tools div.facebook_like{
	border: none;
	width: 500px;
	height: 30px;
	margin: 15px 0px 0px 20px;
}

div.center div.tools div.facebook_like iframe{
	width: 500px;
	height: 30px;
}

table.middle td.center div.center div.path{
	margin-bottom: 8px;
}

table.middle td.center div.center div.path a{
	color: #777777;
	font: normal 11px tahoma, arial;
	padding: 0px 5px 0px 10px;
	background: url(arrow_3.gif) no-repeat left 4px;
}

div.home table.columns div.center{
	width: 440px;
	padding: 15px 0px 0px 0px;
}

div.home table.columns div.center div.welcome{
	padding: 0px 18px 10px 18px;
}

div.home table.columns div.center div.welcome h2{
    color: #0D6BA4;
	font: normal 20px 'trebuchet ms', 'times new roman', georgia, arial; 
    margin: 0px 0px 6px 0px;
	line-height: 25px;
	text-transform: uppercase;
}

div.home table.columns div.center div.welcome p{
	line-height: normal;
}

div.home table.columns div.center div.news{
	float: left;
	width: auto;
	background: #FDFCF7;
	border: 2px solid #E5E1CA;
	padding: 12px 18px 40px 18px;
}

div.home table.columns div.center div.news div.item{
	margin: 0px 0px 20px 0px;
}

div.home table.columns div.center div.news h2{
	margin: 0px 0px 5px 0px;
}

div.home table.columns div.center img{
	max-width: 400px;
}

div.home table.columns div.center div.news img{
	max-width: 70px;
}

table.columns div.right{
	width: 265px;
	margin: 15px 15px 0px 20px;
}

div.home table.columns div.right div.reviews{
	clear: both;
	paddin-bottom: 5px;
}

div.home table.columns div.right div.reviews div.item{
	margin: 15px -20px 0px -20px;
	padding: 15px 20px 10px 20px;
	clear: both;
	border-top: 1px dashed #CCCCCC;
}

div.home table.columns div.right div.reviews div.item h2{
	font: bold 14px 'trebuchet ms', tahoma;
	margin: 0px 0px 10px 0px;
}

div.home table.columns div.right div.reviews div.item h3, 
div.home table.columns div.right div.reviews div.item h3 a{
	font: bold 14px 'trebuchet ms', tahoma;
	color: #333333;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
}

div.home table.columns div.right div.reviews div.item h3 a:hover{
	text-decoration: underline;
}

div.home table.columns div.right div.reviews div.item div.description{
	font: normal 11px tahoma;
	margin: 0px 0px 5px 0px;
}

div.home table.columns div.right div.reviews div.item p{
	font-style: italic;
	line-height: 110%;
	margin: 0px;
}

div.home table.columns div.right div.reviews div.item a{
	font-style: normal;
}

div.home table.columns div.right div.reviews div.item img{
	width: 64px;
	height: auto;
}

div.reviews div.item:hover a.thumb{
	border: 1px solid #AAAAAA;
}

div.reviews div.item img.thumb{

}

div.reviews div.item a.thumb{
	display: block;
	float: left;
	width: auto;
	height: auto;
	padding: 3px;
	text-align: center;
	border: 1px solid #EEEEEE;
	margin: 3px 10px 50px 0px;
}

div.reviews a.view_all{
	display: block;
	margin-left: 80px;
	text-align: left;
	padding-left: 10px;
	background: url(arrow_2.gif) no-repeat left 7px;
}

div.right div.banners a{
	display: block;
	width: 230px;
	padding: 10px 20px 10px 20px;
	background: url(right_banner_bg.gif) left top;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	font: bold 17px 'trebuchet ms', tahoma;
	font-style: italic;
	letter-spacing: -1px;
	text-decoration: none;
	text-align: center;
	line-height: 20px;
}

div.right div.banners span.button{
	display: block;
	background: url(blink_bg.gif) left top;
	width: auto;
	height: auto;
	padding: 3px 10px 3px 10px;
	font: bold 14px 'trebuchet ms', tahoma;
	font-style: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	letter-spacing: normal;
	margin: 8px auto 0px auto;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
}

div.right div.poll{
	margin: 10px -20px 0px -20px;
	padding: 0px 20px 0px 20px;
	border-top: 1px dashed #CCCCCC;
}

div.footer{
	height: 65px;
	background: #E4EDEF;
	margin: 0px 10px 0px 0px;
}

div.footer div#menu_bottom{
	height: 25px;
	padding: 10px 0px 0px 0px;
}

div.footer div#menu_bottom ul li{
	float: left;
	width: auto;
	padding: 0px 0px 0px 20px;
}

div.footer address{
	height: 25px;
	margin: 0px 0px 0px 20px;
}


div.footer div.copyright{
	height: 25px;
	float: right;
	width: auto;
	margin: 0px 20px 0px 0px;
}

/** START div.schema **/
div.schema{	
	display: block;
	width: 540px;
	text-align: center;
	line-height: 120%;
}	

div.schema h2,
div.schema h2 a,
div.schema h3,
div.schema h3 a{
	font: bold 15px arial, tahoma;
	color: #306B98;
	margin-bottom: 3px;
}

div.schema p{
	line-height: 120%;
}

div.schema a{
	color: #224B6A;
	font-size: 13px;
}

div.schema table td{
	vertical-align: top;
	padding: 0px;
	margin: 0px;
}

div.schema table,
div.schema table td{
	border: none;
}

div.schema ul{
	margin-top: 5px;
	margin-left: 0px;
	padding-left: 10px;
	margin-bottom: 0px;
}

div.schema p{
	margin-bottom: 0px;
	padding-bottom: 2px;
	width: auto;
}

div.schema ul li{
	text-align: left;		
	padding-bottom: 1px;
}

div.schema div.block_1{
	background: url(schema_b1_2.jpg) no-repeat left bottom #DCEEF7;
	padding-bottom: 10px;
}

div.schema div.block_1 ul{
	width: 400px;
	display: block;
}

div.schema div.block_1 div.cap_1{
	background: url(schema_b1_1.jpg) no-repeat left top #DCEEF7;
	display: block;
	height: 10px;
}

div.schema div.block_1 div.cap_1a{
	background: url(schema_b1_1a.jpg) no-repeat left top;
	display: block;
	height: 34px;
	margin-bottom: 2px;
}

div.schema div.block_2{
	width: 261px;
	display: block;
	background: url(schema_b2_2.jpg) no-repeat left bottom #DCEEF7;
	padding-bottom: 15px;
}

div.schema div.block_2 p{
	text-align: center;
}

div.schema div.block_2 ul{
	padding-right: 20px;
}

div.schema div.block_2 div.cap_1a{
	background: url(schema_b2_1a.jpg) no-repeat left top;
	display: block;
	height: 34px;
	margin-bottom: 2px;
}
	
img.align_left{
	margin-right: 10px;
	float: left;
	width: auto;
}

/** END div.schema **/

.sheets_item table.schema2{
	width: 520px;
	border: none;
}

.sheets_item table.schema2 td.td_1{
	width: 275px;
}

.sheets_item table.schema2 td.td_2{
	width: 245px;
}

.sheets_item table.schema2 td{
	background: url(schema2_3.jpg) no-repeat left bottom;
	padding: 0 0 20px 0;
	border: none;
}

.sheets_item table.schema2 td.td_1 div.arrow{
	width: 275px;
	paddin-left: 30px;
	background: url(schema2_4.jpg) no-repeat right 70px;
}

.sheets_item table.schema2 div.text{
	background: url(schema2_1.jpg) no-repeat left top;
	width: 195px;
	padding: 20px 25px 0 25px;
}

.sheets_item table.schema2 td:hover{
	background: url(schema2_3h.jpg) no-repeat left bottom;
}

.sheets_item table.schema2 td:hover div.arrow{
	background: url(schema2_4h.jpg) no-repeat right 70px;
}

.sheets_item table.schema2 td:hover div.text{
	background: url(schema2_1h.jpg) no-repeat left top;
}

.sheets_item table.schema2 td div.text h3{
	font: normal 18px 'trebuchet ms';
	margin: 0 0 5px 0;
}

.sheets_item table.schema2 td:hover div.text h3,
.sheets_item table.schema2 td:hover div.text p,
.sheets_item table.schema2 td:hover div.text a{
	color: #FFF;
}

.sheets_item table.schema2 td div.text hr{
	margin: 20px 0 7px 0;
	border-top: 1px solid #87B9D8;
}

.sheets_item table.schema2 td div.text p{
	line-height: normal;
}

/* End design classes  */
