/* --------------- For all Elements ---------------*/

* { 
	font-size: 100.1%;
	margin: 0px;
	padding: 0px;
}
 
body {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	line-height: 1.7em;
}

body {
	background-color: #2C3347; 
	margin: 0;
}

h1 {
	font-family: Georgia, serif, "Times New Roman", Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 2.2em;
	color: #990033;
	padding-bottom: 20px;
	font-weight: normal;
	line-height: 120%;
	letter-spacing: 0.0em;
	padding: 20px 0px 10px 0px;
}
 
h2 {
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #1B2F5E;
	line-height: 130%;
	padding-bottom: 5px;
	padding-top: 10px;
}

h3 {
	font-family: Georgia, serif, "Times New Roman", Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 2.0em;
	font-weight: normal;
	text-decoration: none;
	line-height: 1.3em;
	color: #990033;
	margin: 0px;
	padding: 10px 0px 10px 0px;
}
h4 {
	font-size: 1.2em;
	font-weight: bold;
	color: #646669;
	margin: 0px;
	padding: 5px 0px 5px 0px;
}

h5 {
	font-family: Georgia, serif, "Times New Roman", Arial, Verdana, Tahoma;
	font-size: 1.8em;
	font-weight: normal;
	text-decoration: none;
	line-height: 1.4em;
	color: #1B2F5E;
	margin-top: 0px;
	padding: 10px 0px 0px 0px;
}
h6 {
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #1B2F5E;
	line-height: 130%;
	padding-bottom: 5px;
	padding-top: 10px;
}
a {
  color: #646669;
  text-decoration: none;
 }
 
a:hover {
	color: #A80000;
	text-decoration: none;
}

/* ----------- OPEN BLOCKS ----------*/

 .sblock { 
 	padding: 0px 0px 0px 0px; 
 	margin: 10px 0px 10px 0px; 
	display: block; 
}
 .mblock { 
 	cursor: pointer;
	width: 340px; 
	display: block; 
	text-decoration: underline;
	color: #0066CC;
	padding: 0px 0px 0px 0px; 
 	margin: 10px 0px 10px 0px; 
}

/* ----------- TABLE ----------*/

table td.rbold { 
	font-weight:bold; 
	color:#990000;
}

/* --------------- Header ---------------*/

#banner{
	width:100%;
	height: 220px;
	text-align: center;
}

#header{
	width:1100px;
	height:220px;
	margin: 0px auto 0px auto;
	padding: 0px;
	overflow: hidden;
}

#header #logo{
	margin: 0px;
	float: left;
	height: 160px;
	width: 180px;
	padding: 0px 0px 0px 0px;	
}

#header #topstrip{
	margin: 0px;
	float: right;
	height: 80px;
	width: 180px;
	padding: 0px 0px 0px 0px;
}

#header #hm{
	float: left;
	width: 620px;
	margin: 0px 0px 0px 80px;
	padding: 0px 0px 0px 0px;
	height: 60px;
}
#header #hm ul{
	list-style-type: none;
}
#header #hm ul li{
	list-style-type: none;
	float: left;
	color: #fff;
}
#header #hm ul li a{
	display: block;
	float: left;
	width: 102px;
	height: 55px;
	padding: 5px 0px 0px 0px;
	background: url(http://www.bcard.ru/images/bg_hm.gif) left top no-repeat;
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
}

#header #hm ul li.navy a:hover,
#header #hm ul li.navy a:hover.active, 
#header #hm ul li.navy a.active{
	height: 25px;
	padding: 35px 0px 0px 0px;
	background: url(http://www.bcard.ru/images/bg_hm_1_navy.gif) left bottom no-repeat;
}
#header #hm ul li.teal a:hover,
#header #hm ul li.teal a:hover.active, 
#header #hm ul li.teal a.active{
	height: 25px;
	padding: 35px 0px 0px 0px;
	background: url(http://www.bcard.ru/images/bg_hm_2_teal.gif) left bottom no-repeat;
}
#header #hm ul li.green a:hover,
#header #hm ul li.green a:hover.active, 
#header #hm ul li.green a.active{
	height: 25px;
	padding: 35px 0px 0px 0px;
	background: url(http://www.bcard.ru/images/bg_hm_3_green.gif) left bottom no-repeat;
}
#header #hm ul li.olive a:hover,
#header #hm ul li.olive a:hover.active, 
#header #hm ul li.olive a.active{
	height: 25px;
	padding: 35px 0px 0px 0px;
	background: url(http://www.bcard.ru/images/bg_hm_4_olive.gif) left bottom no-repeat;
}
#header #hm ul li.orange a:hover,
#header #hm ul li.orange a:hover.active, 
#header #hm ul li.orange a.active{
	height: 25px;
	padding: 35px 0px 0px 0px;
	background: url(http://www.bcard.ru/images/bg_hm_5_orange.gif) left bottom no-repeat;
}
#header #hm ul li.cherry a:hover,
#header #hm ul li.cherry a:hover.active, 
#header #hm ul li.cherry a.active{
	height: 25px;
	padding: 35px 0px 0px 0px;
	background: url(http://www.bcard.ru/images/bg_hm_6_cherry.gif) left bottom no-repeat;
}

/* --------------- BODY ---------------*/

#body_area{
	width:1100px;
	margin: 0px auto 0px auto;
	background-color: #FFFFFF;
	padding: 0px;
}
#body_all{
	width: 100%;
	text-align: center;
	margin: 0px auto 0px auto;
}
#body_areas{
	width:1100px;
	margin: 0px auto 0px auto;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(http://www.bcard.ru/"images/bcard_fon_0.gif") repeat;
	padding: 0px 0px 0px 0px;
}

#body_top{
	width:1100px;
	height: 20px;
	text-align: center;
	margin: -20px auto 0px auto;
	background: url(http://www.bcard.ru/images/bg_header_w1.gif) left top no-repeat;
}

#content {
	padding: 0;
	width:1100px;
	position: relative;
	top: -20px;
}

#content_block {
	padding: 0;
	width:1100px;
}

/* --------------- MENU ---------------*/

#menu_area{
	height: 30px;
	width: 1100px;
	margin: 0px auto 0px auto;
	padding: 0px;
}



/* --------------- END MENU ---------------*/

/* --------------- BODY TOP NAVIGATOR -------------------------*/

#btopnav{
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 10px;
	color:#646669;
	width:760px;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-transform: uppercase;
	background:url(http://www.bcard.ru/"images/dwnline1.gif") bottom left repeat-x;
}
	
#btopnav ul{
	list-style:none;
	margin:0;
	padding:0;
}
	
#btopnav li{
	display:inline;
	padding:0;
	background:none;
	margin-right:5px;
	text-align: center;
}
	
#btopnav a{
	color: #A2A29F;
	text-decoration: none;
}
#btopnav a:hover{
	color: #CC0000;
	text-decoration: none;
}
#btopnav li.btopcurrent{
	color: #BEBEBB;
	font-weight:bold;
}

/* --------------- END == BODY TOP NAVIGATOR ----------------------*/

/* ---------------------------- PAGING ------------------------------------*/

#paging{
	color: #000000;
	width:760px;
	height: 20px;
	padding: 5px 0px 5px 0px;
	line-height: normal;
	margin: 10px 0px 20px 0px;
}
	
#paging ul{
	list-style:none;
	margin:0px;
	padding: 5px 0px 5px 0px;
	float: left;
}
#paging ul #active a{
	color: #FFF;
	border-right: 1px solid #000;
	background:#646669;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
}	
#paging li{
	display:inline;
	margin:0px;
	padding: 0px;
}
#paging li a{
	padding: 5px 10px 5px 10px;
	background:#DDDDDE;
	border-right: 1px solid #000;
	margin-right:0px;
	text-align: center;
}
#paging li.noselect{
	display:inline;
	padding: 5px 10px 5px 0px;
	background:#FFF;
	border-right: 1px solid #000;
	margin-right:0px;
	text-align: left;
}
#paging li.pnote{
	margin-left: 150px;
}

#paging li a:hover, 
#paging li #current{
    color: #A80000;
    background: #FFF;
    padding: 5px 10px 5px 10px;
	text-decoration: none;
}

/* ---------------------------- END PAGING ------------------------------------*/
	

/* --------------- FOOTER ---------------*/

#dfooter {
	width:100%;
	height: 160px;
	margin: 0px auto 0px auto; 
	text-align: center;
}

#down_adv {
	width:1100px;
	height: 110px;
	background-color: #E7E8EB;
	text-align: left;
	overflow: hidden;
}

#down_areas {
	width:1100px;
	background-color: #FFFFFF;
	overflow: hidden;
	clear:left;
	padding-top: 40px;
}

#down_fo {
	width:1100px;
	height: 60px;
	margin: 0px auto 0px auto;
	background-color: #FFF;
	text-align: left;
	overflow: hidden;
}

#down_fo #annot{
	width:750px;
	height: 40px;
	margin: 10px 0px 0px 320px;
	text-align: left;
	overflow: hidden;
	font-size: 11px;
}

#footer {
	width: 1100px;
	height: 50px;
	margin: 0px auto 0px auto; 
	background-color: #1F2435;
	text-align: left;
	overflow: hidden;
}

#footer .navi {
	font-size: 10px;
	color: #646669;
}
#footer .navi a {
	color: #646669;
}
#footer .navi a:hover {
	color: #FFFFFF;
}

/* --------------- END FOOTER ---------------*/

/* --------------- RIGHT BLOCK ---------------*/

#rightblock{
	width: 220px;
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	position: relative; 
	float: left;
	top: 0px;
}

#rightblock_portfolio{
	width: 340px;
	margin: 0px 0px 0px 720px;
	position: relative; 
	top: 0px;
}
#rightblock_portfolio #randport_down_head{
	width: 340px;
	height: 35px;
	background: url(http://www.bcard.ru/images/bg_olive_down_0.gif) left bottom no-repeat;
}
#rightblock_portfolio #annot{
	width: 340px;
	margin-top: 65px;
}
#rightblock_portfolio #annot_price{
	width: 340px;
	margin-top: 50px;
	padding-top: 5px;
	border-top: 1px dotted #666666;
}
#rightblock_portfolio #annot_firm{
	width: 340px;
	color: #666666;
	margin-top: 40px;
	padding-top: 5px;
	border-top: 1px dotted #666666;
}
#rightblock_portfolio #link_firm{
	width: 340px;
	margin-top: 40px;
	padding-top: 5px;
	border-top: 1px dotted #666666;
}
#rightblock_portfolio #link_firm a{
	color: #990000;
	text-decoration:underline;
}
#rightblock_portfolio #link_firm a:hover{
	color: #006699;
	text-decoration:none;
}
#rightblock #annotat{
	width: 220px;
	margin-top: 60px;
}
#rightblock #attent{
	width: 220px;
	margin-top: 40px;
	color: #1B2F5E;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 14px;
	line-height: 150%;
}
#rightblock #attent a{
	color: #990000;
	text-decoration:underline;
}
#rightblock #attent a:hover{
	color: #006699;
	text-decoration:none;
}
#rightblock #notecard{
	width: 220px;
	margin-top: 60px;
	font-size: 11px;
	line-height: 150%;
}
#rightblock #notecard p{
	margin-top: 10px;
}
#rightblock #randportright {
	width: 220px;
	margin: 40px 0px 0px 0px;
}
#rightblock #randport {
	width: 210px;
	background:#BDBEC2;
	padding: 20px 0px 0px 10px;
}
#rightblock #thanksright {
	width: 220px;
	margin: 20px 0px 0px 0px;
}
#rightblock #thanksright h1 {
	padding: 5px 0px 0px 15px;
}
#rightblock #namedniright {
	width: 220px;
	padding: 0px 0px 0px 0px;
}
#rightblock #redrightmenu {
	width: 220px;
	padding: 20px 0px 0px 0px;
}
#rightblock #thanksdirect {
	width: 220px;
	background: #FFF;
	padding: 40px 0px 0px 0px;
}
#rightblock #randport_top_head{
	height:35px;
	background: url(http://www.bcard.ru/images/bg_olive_top_0.gif) left top no-repeat;
}
#rightblock #randport_down_right{
	height:10px;
	background: url(http://www.bcard.ru/images/bg_gray_down_0.gif) left bottom no-repeat;
}
#rightblock #clients_top_head{
	height:35px;
	background: url(http://www.bcard.ru/images/bg_green_top_0.gif) left bottom no-repeat;
}
#rightblock #thanks_top_head{
	height:35px;
	background: url(http://www.bcard.ru/images/bg_green_head_1.gif) left top no-repeat;
}
#rightblock #info_center{
	margin: 50px 0px 0px 0px;
	text-align:center;
}
#rightblock #info_center_gray{
	margin: 70px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url(http://www.bcard.ru/images/bg_grayli_top_0.gif) left top no-repeat;
	text-align:center;
}
#rightblock #info_center img {
	 border: 0px none;
}
#rightblock #clients_thanks{
	margin: 20px 0px 0px 0px;
	text-align:center;
}
#rightblock #clients_thanks img {
	 border: 1px solid;
	 border-color: #000;
}
#rightblock #clients_thanks a{
	color: #990000;
	text-decoration: none;
}
#rightblock #clients_thanks a:hover{
	color: #006699;
	text-decoration: none;
}
#rightblock #clientslogo {
	text-align: center;
	margin: 20px 0px 0px 0px;
}
#rightblock h1,
#rightblock_portfolio h1,
#rightmenu_top_head h1{
	font-family: sans-serif, Arial, Helvetica, Verdana, Tahoma; 
	font-weight: bold;
	font-size: 1.6em;
	line-height: 100%;
	text-transform: lowercase;
	letter-spacing: 0em;
	color: #FFF;
}

#rightblock h1,
#rightblock_portfolio h1,
#rightmenu_top_head h1,
#rightblock #namedniright h1,
#rightblock #redrightmenu h1{
	padding: 7px 0px 0px 15px;
}

#rightblock_portfolio #randport_down_head a,
#rightblock_portfolio #randport_down_head a:hover,
#rightblock #rightmenu_top_head a,
#rightblock #rightmenu_top_head a:hover,
#rightblock #randport_top_head a,
#rightblock #randport_top_head a:hover,
#rightblock #clients_top_head a,
#rightblock #clients_top_head a:hover{
	color: #FFFFFF;
	text-decoration:none;
	text-align:left;
}
#rightblock h4 {
	font-family: sans-serif, Arial, Helvetica, Verdana, Tahoma; 
	font-weight: bold;
	font-size: 1.45em;
	line-height: 120%;
	text-transform: lowercase;
	letter-spacing: 0.05em;
	color: #3366CC;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#rightblock a:hover h4 {
	color: #CC0000;
	text-decoration: none;
}
#rightblock a h4 {
	color: #3366CC;
	text-decoration: underline;
}
#rightblock .direct {
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 1.15em;
	line-height: 160%;
	margin-top: 10px;
}
#rightmenu_top_head{
	height:35px;
	width: 220px;
}
#rightmenu_top_head #head_navy{
	height:35px;
	width: 220px;
	background-color: #002375;
}
#rightmenu_top_head #head_teal{
	height:35px;
	width: 220px;
	background-color: #0D6262;
}
#rightmenu_top_head #head_green{
	height:35px;
	width: 220px;
	background-color: #006500;
}
#rightmenu_top_head #head_olive{
	height:35px;
	width: 220px;
	background-color: #8E7E00;
}
#rightmenu_top_head #head_orange{
	height:35px;
	width: 220px;
	background-color: #C06000;
}
#rightmenu_top_head #head_cherry{
	height:35px;
	width: 220px;
	background-color: #883644;
}
#rightmenu_top_head #head_red{
	height:35px;
	width: 220px;
	background-color: #A80000;
}
#rightmenu_top_head #head_reddni{
	height:35px;
	width: 220px;
	background: url(http://www.bcard.ru/images/bg_red_top_0.gif) left top no-repeat;
}
#rightmenu_top_head #head_namedni{
	height:35px;
	width: 220px;
	background: url(http://www.bcard.ru/images/bg_navy_top_0.gif) left top no-repeat;
}
#rightmenu_down_round{
	height:10px;
	background: url(http://www.bcard.ru/images/bg_grayda_down_0.gif) left top no-repeat;
}
#drightmenu {
	width: 220px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#drightmenu_portfolio {
	width: 340px;
}
#drightmenu_clients {
	width: 220px;
}
#rightmenu {
	background:#646669;
	width: 210px;
	padding: 10px 5px 0px 5px;
	line-height: normal;
}
#rightmenu_hot {
	background: #E7E8EB;
	width: 220px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	text-align: center;
}
#rightmenu_hot #special {
	background: #E7E8EB;
	width: 210px;
	height: 170px;
	font-size: 1em;
	margin: 0px 0px 0px 0px;
	padding: 15px 5px 20px 5px;
	line-height: 1.4em;
	text-align: center;
}
#rightblock #special_down_right{
	height: 10px;
	background: url(http://www.bcard.ru/images/bg_grayli_down_0.gif) left top no-repeat;
}
#rightblock #special_top_right{
	height: 10px;
	background: url(http://www.bcard.ru/images/bg_grayli_top_0.gif) left top no-repeat;
}
#rightmenu_home {
	background:#BCBEC2;
	width: 220px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}
#rightmenu_home #namedni {
	background:#BCBEC2;
	width: 210px;
	height: 175px;
	font-size: 0.94em;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 0px 5px;
	line-height: 1.4em;
	text-align: center;
}
#rightmenu_home p {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
}
#rightmenu_home #namedni_null {
	background:#E7E8EB;
	height: 2px;
}
#rightmenu_hot a,
#rightmenu_hot a:link {
	text-decoration: none;
}
#rightmenu_hot h2 {
	font-family:  Arial, sans-serif, Verdana, Tahoma;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.2em;
	color: #A80000;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}
#rightmenu_hot h3 {
	font-family:  Arial, sans-serif, Verdana, Tahoma;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.3em;
	color: #1B2F5E;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}
#rightmenu_home h5 {
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #1B2F5E;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#rightmenu_home a:hover {
	color: #A80000;
}
#rightmenu h2 {
	margin: 0px 0px 5px 0px;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #A80000;
}
#rightmenu ul{
	list-style: none;
	padding: 0px;
	margin: 0;
}
#rightmenu ul #active a{
	color: #A80000;
	border: 0px none #FFF;
	background: #FFF;
	text-decoration: none;
}
#rightmenu li{
	margin: 0;
	padding: 0;
}
#rightmenu li a{
    height: 20px;
	padding:5px 10px 5px 5px;
	border: 0px none #FFF;
}
#rightmenu li a:link, 
#rightmenu li a:visited{
    color: #FFF;
    display: block;
    background: #646669;
    padding: 5px 0 0 10px;
	text-decoration: underline;
}
#rightmenu li a:hover, 
#rightmenu li #current{
    color: #000;
    background: #DDDDDE;
    padding: 5px 0 0 10px;
	text-decoration: none;
}
/* --------------- RIGHT SUB-MENU ---------------*/

/* --------FOR IE-------- */

#rightmenu ul #active ul {
	list-style: none;
	padding: 0px 10px 10px 40px;
	margin: 0;
}
#rightmenu ul #active ul #active a{
	color: #646669;
	border: 0px none #FFF;
	background: #DDDDDE;
	text-decoration: none;
	border-top: 1px solid #646669;
}

#rightmenu ul #active ul li{
	margin: 0;
	padding: 0px 0px 0px 0px;
}
#rightmenu ul #active ul li a{
    height: 20px;
	padding:5px 10px 5px 5px;
	border: 0px none #FFF;
}
#rightmenu ul #active ul li a:link, 
#rightmenu ul #active ul li a:visited{
    color: #FFF;
    display: block;
    background: #7C7E82;
    padding: 5px 0 0 10px;
	text-decoration: none;
	border-top: 1px solid #646669;
}
#rightmenu ul #active ul li a:hover{
    color: #000;
    background: #A4A7AD;
    padding: 5px 0 0 10px;
	text-decoration: none;
	border-top: 1px solid #646669;
}

/* --------FOR FIREFOX-------- */

#rightmenu ul ul {
	list-style: none;
	padding: 0px 10px 10px 40px;
	margin: 0;
}
#rightmenu ul ul #active a{
	color: #646669;
	border: 0px none #FFF;
	background: #DDDDDE;
	text-decoration: none;
	border-top: 1px solid #646669;
}

#rightmenu ul ul li{
	margin: 0;
	padding: 0px 0px 0px 0px;
}
#rightmenu ul ul li a{
    height: 20px;
	padding:5px 10px 5px 5px;
	border: 0px none #FFF;
}
#rightmenu ul ul li a:link, 
#rightmenu ul ul li a:visited{
    color: #FFF;
    display: block;
    background: #7C7E82;
    padding: 5px 0 0 10px;
	text-decoration: none;
	border-top: 1px solid #646669;
}
#rightmenu ul ul li a:hover{
    color: #000;
    background: #A4A7AD;
    padding: 5px 0 0 10px;
	text-decoration: none;
	border-top: 1px solid #646669;
}

/* --------------- END RIGHT BLOCK ---------------*/


/* ----------------- CONTENT -----------------*/

#page {
	width:100%;
}
#content_text {
	width: 780px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#full_1col {
	float: left;
	width: 1060px;
	padding-left: 40px;
}

#content_3col {
	margin: 0 20px 10px 0;
	padding: 20px 0 0 0;
	text-align: center;
	width: 240px;
	float: left;
}

#content_4col {
	margin: 0 15px 30px 0;
	padding: 20px 0 0 0;
	text-align: center;
	width: 180px;
	float: left;
}

#content_5col {
	margin: 0 0px 10px 0;
	padding: 0px 0 0 0;
	text-align: center;
	width: 155px;
	height: 155px;
	float: left;
}

#content_2col_news {
	background: url(http://www.bcard.ru/images/bg_psmall_06.gif) left top no-repeat;
	margin: 15px 30px 15px 0;
	padding: 0px 0 0 0;
	text-align: left;
	width: 360px;
	height: 120px;
	float: left;
}

#content_basic #content_stat {
	padding: 20px 0px 30px 0;
	width: 580px;
	float: left;
}

#content_basic #content_stat h6 {
	font-size: 16px;
	font-weight: normal;
}

#content #big_red {
	font-size: 16px;
	font-weight: bold;
	color: #990033;
}

#content #big_black_norm {
	font-size: 16px;
	font-weight: normal;
	color: #000;
}

#content_basic #content_2col {
	margin: 0 48px 0 0;
	padding: 10px 0 0 0;
	text-align: center;
	width: 240px;
	float: left;
}

#content_block h1 {
	padding-left: 40px;
}

#content_big {
	width: 760px;
	padding: 0px 0px 0px 0px;
}
#content_basic {
	width: 580px;
	padding: 10px 0px 0px 120px;
}
#content_basic ul.star01 {
	list-style-image: url(http://www.bcard.ru/images/dot_01.png); 
	list-style-position: outside; 
	list-style-type: disc;
	margin-left: 20px;
	padding: 5px 0px 5px 40px;
}
#content_basic ul.star01 li {
	padding: 2px 0px 2px 0px;
}
#content_basic ul.star02 {
	list-style-image: url(http://www.bcard.ru/images/dot_02.png); 
	list-style-position: outside; 
	list-style-type: disc;
	margin-left: 20px;
	padding: 10px 0px 10px 20px;
}
#content_basic ul.star02 li {
	padding: 2px 0px 2px 0px;
}
#content_basic ul.star03 {
	list-style-image: url(http://www.bcard.ru/images/dot_03.png); 
	list-style-position: outside; 
	list-style-type: disc;
	margin-left: 20px;
	padding: 5px 0px 5px 20px;
}
#content_basic ul.star03 li {
	padding: 2px 0px 2px 0px;
}
#content_basic ul.star04 {
	list-style-image: url(http://www.bcard.ru/images/dot_04.png); 
	list-style-position: outside; 
	list-style-type: disc;
	margin-left: 20px;
	padding: 5px 0px 5px 20px;
}
#content_basic ul.star04 li {
	padding: 2px 0px 2px 0px;
}
#content_basic ul.star05 {
	list-style-image: url(http://www.bcard.ru/images/dot_05.png); 
	list-style-position: outside; 
	list-style-type: disc;
	margin-left: 20px;
	padding: 5px 0px 5px 10px;
}
#content_basic ul.star05 li {
	padding: 2px 0px 2px 0px;
}
#content_text img {
	border: 0px none;
}
#content_basic #img_240  {
	float: left;
	width: 240px;
	margin: 20px -80px 20px 0px;
}
#content_text h4 {
	font-family: sans-serif, Arial, Helvetica, Verdana, Tahoma; 
	font-weight: bold;
	font-size: 1.5em;
	line-height: 120%;
	text-transform: lowercase;
	letter-spacing: 0.05em;
	color: #3366CC;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#content_text a:hover h4 {
	color: #CC0000;
	text-decoration: none;
}
#content_text a h4 {
	color: #3366CC;
	text-decoration: underline;
}
#content_text #services h4 {
	font-size: 1.3em;
	line-height: 130%;
}
#content_text #cards h4 {
	font-size: 1.45em;
	line-height: 130%;
}
#content_text #cards h6 {
	color: #999999;
	font-size: 1.3em;
	line-height: 120%;
}
#content_text #cards .direct {
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 1.15em;
	font-weight: normal;
	line-height: 160%;
	margin-top: 10px;
}
#content_text .direct {
	font-size: 0.94em;
	line-height: 140%;
	margin-top: 5px;
}
#content_basic h5 {
	font-family: Georgia, serif, "Times New Roman", Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: normal;
	text-decoration: none;
	line-height: 1.4em;
	color: #1B2F5E;
	margin-top: 0px;
}
#content_basic .note {
	font-size: 11px;
	line-height: 1.4em;
	margin-top: 10px;
}
#content_basic .note a {
	color: #A80000;
	text-decoration: none;
}
#content_basic .note a:hover {
	color: #0066CC;
	text-decoration: none;
}
#img_free {
	width: 50%; 
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 10px 0px;
}
#img_left {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: left;
}
#img_right {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: right;
}
#img_left_ots {
	padding: 10px 0px 0px 0px;
	margin: 0px 20px 0px 0px;
	float: left;
}
#img_right_ots {
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 20px;
	float: right;
}
#img_normal {
	width: 240px;
	padding: 0px 0px 0px 0px;
}
#img_basic {
	width: 240px;
	padding: 0px 0px 0px 0px;
	position: relative; 
	left: -120px;
}
#img_basic_img {
	width: 240px;
	text-align: center;
	background: #BDBEC2;
	cursor: pointer;
}
#img_basic_top {
	height: 10px;
	width: 240px;
	background: url(http://www.bcard.ru/images/bg_gray_top_01.gif) left top no-repeat;
}
#img_basic_down {
	height: 10px;
	width: 240px;
	background: url(http://www.bcard.ru/images/bg_gray_down_01.gif) left bottom no-repeat;
}
#img_order {
	width: 400px;
	padding: 0px 0px 0px 0px;
}
#content_basic ul.listnum {
	list-style-position: outside;
	list-style-type: decimal;
	line-height: 1.8em;
	margin: 0px 0px 10px 20px;
	padding: 0px;
}
#content_basic ul.listdisk {
	list-style-position: outside;
	list-style-type: disc;
	line-height: 1.8em;
	margin: 0px 0px 10px 20px;
	padding: 0px;
}
#content_left {
	float: left;
	width: 780px;
	padding: 0px 20px 0px 40px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	position: relative; 
}
#content_left h2{
	font-size: 1.6em;
	font-weight: bold;
	color: #1B2F5E;
	margin-bottom: 10px;
	margin-top: 10px;
}
#content_left p {
	padding: 5px 0px 5px 0px;
}
/* #content_left #clientsblock {
	width: 760px;
	padding: 20px 0px 0px 0px;
}*/
#content_left #formsblock {
	width: 760px;
	padding: 20px 0px 0px 0px;
}
/*#content_left #clientstext {
	width: 760px;
	height: 180px;
	overflow: hidden;
	float:left;
	margin-top: 0px;
}
#content_left #clientsworks {
	width: 760px;
	clear:left;
	padding: 10px 0px 0px 0px;
}*/
#content_left #tabwork {
	text-align: center;
	vertical-align:top;
	padding-top: 5px;
	font-size: 11px;
	line-height: 1.4em;	
	background: url(http://www.bcard.ru/images/bg_psmall_02.gif) left top no-repeat;
}
#content_left #tabport {
	text-align: center;
	vertical-align:top;
	padding-top: 5px;
	font-size: 11px;
	line-height: 1.4em;
	height: 200px;	
	background: url(http://www.bcard.ru/images/bg_psmall_02.gif) left top no-repeat;
}
#content_left #tabordercard {
	text-align: center;
	vertical-align:top;
	padding-top: 5px;
	font-size: 11px;
	line-height: 1.4em;	
	background: url(http://www.bcard.ru/images/bg_psmall_03.gif) left top no-repeat;
}
#content_left #tabnews {
	vertical-align:top;
	background: url(http://www.bcard.ru/images/bg_psmall_06.gif) left top no-repeat;
}
#newsblock {
	width: 350px;
	height: 75px;
	color: #000000;
	line-height: 140%;
	padding: 5px 0px 0px 10px;
}
#newsblock a {
	color: #000;
	text-decoration: none;
}
#newsblock a:hover {
	color: #A80000;
	text-decoration:none;
}
#newsblock h3 {
	padding: 0px 0px 15px 0px;
	color: #1B2F5E;
	font-weight: normal;
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 1.2em;
	text-decoration: none;
	line-height: 1.4em;
}
#newsblock img {
	float: right;
	padding: 0px 0px 0px 0px;
	width: 100px;
	height: 75px;
	border: 0px none;
}
#newsnotes {
	font-style: italic;
	font-size: 11px;
	color: #646669;
	line-height: 130%;
	padding: 0px 0px 0px 10px;
}

 .news {
	line-height: 130%;
}
.redlink a,
.redlink a:link {
	color: #0066CC;
	text-decoration: underline;
}
.redlink a:hover {
	color: #A80000;
	text-decoration: none;
}
.redlink a:visited {
	color: #660099;
	text-decoration: none;
}
#tabwork img,
#tabport img {
	margin-bottom: 7px;
}
#tabwork a,
#tabport a {
	color: #E7E8EB;
	text-decoration: none;
}
#tabwork a:hover,
#tabport a:hover {
	color: #BDBEC2;
	text-decoration: none;
}
 .cln {
	font-size: 12px;
	line-height: 120%;
	color: #1B2F5E;
}
 .cln a {
	color: #A80000;
	text-decoration: underline;
}
 .cln a:hover {
	color: #1B2F5E;
	text-decoration: none;
}
#ordercardimg{
	height: 140px;
	width: 240px;
	position:relative;
	text-align: center;
	margin-bottom: 5px;
}
#ordercardnum{
	height: 20px;
	width: 110px;
	position:relative;
	border: none;
	float: left;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #E7E8EB;
	padding-top: 4px;
}
#orderbutton{
	height: 20px;
	width: 100px;
	position:relative;
	border: none;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 14px;
	background: url(http://www.bcard.ru/images/bg_orderbutton_01.gif) left top no-repeat; 
	cursor: pointer;
}
.ordercardbutton{
	height: 20px;
	width: 100px;
	line-height: 100%;
}
#ordercardfon_up{
	background: url(http://www.bcard.ru/images/bg_order_up.gif) right top no-repeat; 
}
#ordercardfon_down{
	background: url(http://www.bcard.ru/images/bg_order_down.gif) right top no-repeat; 
}
#formsblock #bigtable {
	width: 640px;
	margin: 20px 0px 0px 120px;
}

#formsblock #ordertable {
	width: 720px;
	margin: 20px 0px 0px 40px;
}
#formsblock #orderperson {
	width: 720px;
	margin: 0px 0px 0px 40px;
}

/* ----------------- END CONTENT -----------------*/

/* ----------------- CONTENT PORTFOLIO -----------------*/

#content_portfolio {
	float: left;
	width: 680px;
	padding: 0px 0px 0px 40px;
	overflow: hidden;
}
#content_portfolio #heading{
	width: 640px;
	height: 100px;
}
#content_portfolio #window_lands{
	width: 640px;
	margin:  0px 0px 0px 0px;
}
#content_portfolio #background{
	background: #BDBEC2;
	height: 450px;
	width: 640px;
}
#content_portfolio #background_c{
	background: #BDBEC2;
	height: 650px;
	width: 640px;
}
#content_portfolio #picture{
	background: #BDBEC2;
	height: 450px;
	width: 640px;
	overflow: hidden;
}
#content_portfolio #picture_calend{
	background: #BDBEC2;
	height: 650px;
	width: 640px;
	overflow: hidden;
	text-align:center;
}
#content_portfolio #picture_c{
	background: #BDBEC2;
	height: 650px;
	width: 300px;
	float: left;
	padding-left: 130px;
}
#content_portfolio #top_round{
	height:10px;
	background: url(http://www.bcard.ru/images/bg_gray_port_top.gif) left top no-repeat;
}
#content_portfolio #down_round{
	height:10px;
	background: url(http://www.bcard.ru/images/bg_gray_port_down.gif) left bottom no-repeat;
}
#content_portfolio #imgscrmenu{
	background: #BDBEC2;
	width: 40px;
	float: right;
}
#content_portfolio #imgscrmenu_c{
	background: #BDBEC2;
	width: 640px;
	float: left; 
}
#content_portfolio #prev_up,
#content_portfolio #prev_down{
	height:40px;
	width:40px;
	margin-top: 120px;
}
#content_portfolio #prev_right{
	float: left;
	position: relative; 
	top: 200px;
	left: 0px;
}
#content_portfolio #prev_left{
	float: right;
	position: relative; 
	top: 200px;
	left: 0px;
}

.clearer {
	clear:both;
	line-height: 0;
	height: 0;
}

/* ----------------- END CONTENT PORTFOLIO -----------------*/

/* --------------- FORMS ---------------*/

 .box {
	border: solid 1px;
	border-color:#BDBEC2;
	background: #E7E8EB;
	height: 22px;
	vertical-align: middle;
	margin-top: 5px;
}
 .box2 {
	border: none;
	background: #FFF;
	height: 22px;
	vertical-align: middle;
}

 .box3 {
	border: 1px solid;
	border-color: #BDBEC2;
	background: #FFF;
	height: 45px;
	width: 200px;
	vertical-align: middle;
	text-align: center;
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 2.5em;
	font-weight: bold;
	color: #A80000;
}
 .box4 {
	border: solid 1px;
	border-color:#646669;
	background: #FFFFFF;
	height: 22px;
	vertical-align: top;
}
 .box5 {
	border: 1px solid;
	border-color: #BDBEC2;
	background: #FFF;
	height: 35px;
	width: 200px;
	vertical-align: middle;
	text-align: center;
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 2.0em;
	font-weight: bold;
	color: #3366CC;
}
 .box6 {
	border: 0px none;
	border-color: #BDBEC2;
	background: #E7E8EB;
	size: auto;
	width: 200px;
	vertical-align: middle;
	text-align: center;
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #646669;
}
 .submitbutton {
	border: 1px solid #000;
	background-color: #646669;
	height: 30px;
	width: 150px; 
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	color: #E7E8EB; 
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
}

 .searchbutton {
	border: 0 none;
	background-color: #646669;
	height: 25px;
	width: 60px; 
	color: #FFFFFF; 
	font-weight: bold;
	cursor: pointer;
}

INPUT { padding: 2px 0 2px 0; }
TEXTAREA, SELECT, INPUT {

	background: #FFFFFF;
}
/* --------------- END FORMS ---------------*/

/* --------------- OLD MENU ---------------*/

 .price1 {
  margin-right: 40px;
  text-align: right; 
 }
 
 .content {
  margin-top: 10px;
 }
  .content a {
	text-decoration: none;
 	color: #1B2F5E;
 }
  .content a:hover {
	text-decoration: none;
 	color: #A80000;
 }
 
  .adv_txt {
	font-size: 1.1em;
	color: black;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 8px;
 }
   .adv_txt a {
 	color: #1B2F5E;
	text-decoration: underline;
 }
   .adv_txt a:hover {
 	text-decoration: underline;
	color: #A80000;
 }

 .nav {
	font-size: 11px;
	color: #A3760B;
}
 .nav a {
	color: #646669;
}
 .nav a:hover {
	color: #FFFFFF;
}

 .view {
	font-size: 11px;
	color: #646669;
}
 .view a {
	color: #1B2F5E;
}
 .view a:hover {
	color: #A80000;
}
 .view a:active {
	color: #A80000;
}

 .anons {
	font-size: 11px;
	line-height: 110%;
	text-align: center;
}

 .red {
	color: #CC0000;
}


  .page {
	font-size: 1.2em;
	color: black;
	font-weight: normal;
	padding-bottom: 0px;
	padding-top: 0px;
 }
   .page a {
 	color: #1B2F5E;
	text-decoration: underline;
 }
   .page a:hover {
 	text-decoration: underline;
	color: #A80000;
 }
	
	


