/**********   GENERAL STYLES   **********/
body, html {
    background: #101d33 url('/i/bgv.jpg') repeat-y 50% 0%;
    padding: 0;    
    margin: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}
body, td, select, input, textarea, h4, h5, h6 { 
    font-family: Verdana, Tahoma, Courier, sans-serif; 
    color: #ffffff;
    font-size: 11px;
}
select, input, textarea {
    color: #000000;
}
a, a:hover {
    color: #CED8E9;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
small {
    font-size: 9px;
}
big {
    font-size: 12px;
    color: #E8D897;
    font-weight: bold;
}
.semibold {
   font-weight: bold;
   color: #E8D897;
}
h1 {
    padding: 0px 0px 11px 30px;
    margin: 0;
    font-weight: normal;
    font-size: 22px;
    color: #FDC67E;
    font-family: Arial;
    background: url(/i/icon_h1.png) no-repeat 0 0;
    //background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/i/icon_h1.png,sizingMethod=crop);
    display: block;
	position: relative; 
	z-index: 6; 
    //height: 10px;
    left: -30px;
}
h2 {
    padding: 0px 0px 10px 0px;
    margin: 0;
    font-weight: bold;
    font-size: 12px;
    color: #394965;
    font-family: Verdana;
}

h1.h2 {
    padding: 0px 0px 10px 0px;
    margin: 0;
    font-weight: bold;
    font-size: 12px;
    color: #394965;
    font-family: Verdana;
	filter: none;
	background: none;
	left: 0;
	z-index: 0;
	position: relative;
}

h2.black {
    color: #000000;
    padding: 0px 0px 4px 0px;
}
h3, p.update {
    color: #E8D897;
    padding: 0px 0px 12px 0px;
    margin: 0;
    font-weight: bold;
    font-size: 12px;
    font-family: Verdana;
}
h3 a, h3 a:hover {
    color: #E8D897;    
}
p.update {
    text-align: center;
    color: #ffffff;
    padding: 0px 80px 20px 80px;
}
h4 {
    color: #394965;
    padding: 0px 0px 12px 0px;
    margin: 0;
    font-weight: bold;
    font-size: 10px;
    font-family: Verdana;
}
table {
    border: 0px; 
    border-collapse: collapse;
}
form, img, div, td, th {
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
}
p {
    padding: 0px 0px 11px 0px;
    margin: 0;  
    background: transparent;
    font-family: inherit;
    font-size: inherit; 
}
.png { behavior:	url('/js/pngbehavior.htc'); }
.line {
    border-top: 1px solid #6e7785;
}
.frame_m {    
    height: 343px;
    width: 316px;
    text-align: center;
    position: relative;
    left: -10px;
}
.frame_m a img {
    margin: 17px 19px 26px 19px;
    position: relative;
    z-index: 2;
}
.frame_m div img {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    behavior:	url('/js/pngbehavior.htc');
}
.frame_s div {    
    height: 178px;
    width: 140px;
    position: absolute;
}
.frame_s div img {
    position: relative;
    z-index: 1;
    left: -6px;
    top: 0;
    behavior:	url('/js/pngbehavior.htc');
}
.frame_s a img {
    margin: 13px 9px 10px 7px;
    position: relative;
    z-index: 2;
}
.frame_s td {
    vertical-align: top;
    width: 170px;
    text-align: center;
    font-weight: bold;   
    padding-bottom: 15px; 
}
.frame_s th {
    width: 15px;
}
.frame_s span {
    position: relative;
    z-index: 5;
}
.float_left {
    float: left;
    margin: 3px 10px 10px 0;
    border: 1px solid #ced8e9;
}
.float_right {
    float: right;
    margin: 3px 0 10px 10px;
    border: 1px solid #ced8e9;
}
.photos img {
    border: 1px solid #ced8e9;
    margin: 0 0 5px 0;
}
.photos td {
    text-align: center;
    padding: 0 10px 20px 0;
}
/**********   THE BASIC LAYOUT BLOCKS   **********/
#mainBg {
	background: transparent url(/i/bg_head.jpg) no-repeat 50% 0%;    
/*	background: transparent url(/i/bg_head.jpg) no-repeat 50% 12px;  */  
}
#wrapper {
    width: 870px;
    margin: 0 auto;
    text-align: left;
	position: relative;
	padding-bottom: 45px;
}
#logo {
	position: absolute;
	top: 40px;
	left: 54px;
	width: 205px;
	height: 138px;
}
#logo a {
	border: none;
}
#line_left, #line_right {
    //height: 600px;
    min-height: 600px; 
	background: #455b7f url(/i/line.gif) no-repeat 0% 0%;
}
#line_left {
    /*border-bottom: 45px solid #0a0d12;*/
}
#line_right {
    background: transparent url(/i/line.gif) no-repeat 100% 0%;
    padding: 0px 1px;
}
#content {    
    background: #455b7f url(/i/bg.gif) repeat-x 0% 100%;
}
#bgFoot {    
    background: transparent url(/i/bg_foot.jpg) no-repeat 0% 100%;
    border-bottom: 1px solid #455b7f;
    border-top: 1px solid #ced8e9;

}
/* columns */
div.columns {
    width: 100%;      
    clear: both;    
    background: transparent url(/i/stars.gif) no-repeat 0% 100%;
    //height: 670px;
    min-height: 670px;
}
div.columns .cleft {
    float: left;    
    width: 295px;
    //margin-right: -100%;
    position: relative;
    z-index: 4;
	padding: 32px 0 32px 0;
}
div.columns .cright {    
    width: 560px;    
    margin-left: 295px;
    padding-top: 30px;
}
table.columns {
    width: 100%;   
	background: transparent url(/i/bg_top.jpg) no-repeat 0 0;
}
table.columns .cleft {
    vertical-align: top;
	padding: 22px 0;
}
table.columns .cright {        
    width: 100%;
    padding: 30px 25px 0px 0px;
    vertical-align: top;
}

.clear {
    clear: both;
    heght: 0;
}
#foot {
    border-top: 1px solid #6e7785;
    margin: 20px 28px 23px 28px;
    padding: 0;
    font-family: Arial;

}
#foot p {
    padding: 0;
    margin: 0;
    width: auto;
}
#foot td {
    font-family: Arial;
}
#foot img {
    margin: 22px 0px 0px 0px;
}

/* content styles */
.menu, .menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;    
}
.menu {
    padding: 0;
	width: 200px;
	position: relative;
	z-index: 5;
	margin-left: 28px;
}
.menu ul {
    //margin-bottom: -2px;
}
.menu a {
    color: #C7E7DE;
    text-decoration: none;
}
.menu, .menu a:hover {
    color: #FEA10F;
    text-decoration: none;
}
.menu li {
    display: block;
	position: relative;  
	z-index: 6;
    padding: 8px 10px 11px 10px;
    margin: 0;
    background: url(/i/brd_menu.gif) no-repeat 0% 100%;
}
.menu li li {
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    background: none;
    filter: none;
    padding: 8px 0px 1px 14px;
	margin-left: 16px;
	background: url(/i/menu_li.gif) no-repeat 0px 13px;
}
* html .menu li li {
	background: url(/i/menu_li.gif) no-repeat 0px 15px;
}
.menu li li li {
    padding: 8px 0 1px 0;
	background: none;
	margin-left: 10px;
}
.menu li.active a, .menu li.active a:link, .menu li.active a:active, .menu li.active a:hover {
    color: #FEA10F;
}
.menu li li a, .menu li li a:hover, .menu li.active li a {
    text-decoration: none;
    color: #C7E7DE;
	display: block;
	position: relative;  
	z-index: 6;
}
.menu li li a:hover {
    text-decoration: none;
	color: #FEA10F;
}
.menu li.active li.active a {
    color: #FEA10F;
}
.menu li li.active {
    background: url(/i/menu_li_a.gif) no-repeat 0px 13px;
}
* html .menu li li.active {
    background: url(/i/menu_li_a.gif) no-repeat 0px 15px;
}
.menu li li li.active {
    background: none;
}

.date {
    color: #FDC67E;
    font-size: 12px;
    padding: 1px 0px 6px 0px;
}




.key {
    position: relative;
    top: -1px;
    margin: 0px 5px;
    cursor: hand;
    cursor: pointer;
}
#contentBox ul {
    padding: 0;
    margin: 8px 0px 5px 0px;
    list-style: none;
}
#contentBox ul ul {
    padding: 0;
    margin: 5px 0px 3px 0px;
    list-style: none;
}
#contentBox li {
    background: transparent url(/i/li.gif) no-repeat 0px 6px;
    padding: 3px 0px 3px 15px;
}
#contentBox li li {
    background: transparent url(/i/li2.gif) no-repeat 0px 9px;
    padding: 2px 0px 2px 12px;
}
.table {
    margin: 15px 0px 10px 0px;
    width: 100%;
}
.table td, .table th {
    border: 1px solid #ffeac4;
}
.table th {
    background: #ffb07a;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 14px;
}
.table td {
    padding: 10px 14px 18px 14px;
}
.link {
    clear: both;
    text-align: right;
}
.link a, .link a:hover {
    display: inline-block;
    width: auto;
    background: #ef5233;
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
    padding: 1px 22px 2px 22px;
}
.search {
    margin: 20px 0px 20px 0px;
    text-align: left;
}
.search table {
    margin: 0;
    width: auto;
}
.search_info {
    margin: 10px 0px;
}
.search_list td {
    vertical-align: top;
    padding: 0px 3px 0px 0px;
}
.search_list td.search_url {
     font-size: 11px;
     padding: 3px 0px 10px 0px;
}
.search_url a {
    color: #000000;    
}
.page, .page_active {
    padding: 2px 3px;
    font-size: 11px;
    vertical-align: middle;
}
.page_active div {
    color: #ffffff;
    font-weight: bold;
    padding: 1px 2px;
}
.portfolio img {
    border: 1px solid #ef5233;
}
.fright {
    float: right; 
    margin: 0px 0px 10px 10px;
    border: 1px solid #ef5233;
}
.fleft {
    float: left; 
    margin: 0px 10px 10px 0px;
    border: 1px solid #ef5233;
}
.form {
    margin: 0px 0px 5px 0;
}
.form th {
    text-align: left;
    vertical-align: top;
    padding: 3px 10px 3px 0px;
    font-weight: normal;
}    
.form td {
    padding: 0px 0px 0px 0px;
}

/* tabs for submenu */
.tabs {
    height: 27px;
    clear: both;
}
.tabs div {
    height: 27px;
    text-align: right;
    border-right: 1px solid #ffffff;    
    border-top: 1px solid #ffffff;    
    width: auto;
    float: right;
}
.tabs a, .tabs, .tabs a:hover {
    color: #000000;
}
.tabs span {
    display: block;
    width: auto;
    float: left;
    background: #cfd8e9;
    border-left: 1px solid #ffffff;
    padding: 5px 12px 8px 12px;
    margin: 0;
}
.tabs span.active {
    background: #ffffff;    
}

/**/

.priceWrapper {
    position: relative; 
    left: -8px; 
    margin-right: -8px;
}
div.priceContent {
    background: #ffffff; 
/*    min-height: 650px; 
    //height: 650px;*/
    padding: 0px 10px;
}
table.priceContent {
    background: #ffffff; 
}
.priceContent, .priceContent p, .priceContent td, .priceContent th {
    font-family: Tahoma;
    font-size: 11px;
    color: #394965;
}
.priceContent p {
    padding-left: 28px;
    padding-right: 18px;
}
.priceContent td p {
    padding-left: 0;
    padding-right: 0;
}
.priceContent td {
    vertical-align: top;    
    padding: 0px 0 0 28px;
}
.priceContent th {
   padding: 0px;   
   vertical-align: top;
   text-align: center;
}
.priceContent th div {
   width: 300px;
   height: 220px;
   border: 1px solid #a3aab7;   
}
.priceContent td img {
    border: 1px solid #a9aaae;
}
.priceContent .icons {
    position: absolute;
    z-index: 3;
    padding: 9px;
    margin-left: -17px;
}
.priceContent .icons img {
    border: none;
    margin-bottom: 5px;
}
.priceContent td p.sign img { border: none; behavior:	url('/js/pngbehavior.htc'); position: absolute; z-index: 5; }
.priceContent td p.sign {
    position: relative;    
    margin-top: -33px;
    margin-left: 1px;
    width: 205px;
    //width: 206px;
	font-size: 10px;
	font-family: Arial;
}
.priceContent td p.sign .blue {
    float: right;
    position: relative;    
    z-index: 6;
    color: #ffffff;
    background: #394965;
    font-family: Arial;
    border-top: 1px solid #A1A8B6;
    border-left: 1px solid #A1A8B6;
    margin: 18px 0 0px 0px;
    padding: 0;
    width: 82px;
    text-align: center;
	font-weight: bold;
	font-size: 11px;	
	//bottom: -1px;
}
.priceContent td p.sign span small {
	font-size: 9px;
    color: #A25D2A;
    position: relative;    
	right: 0;
	bottom: -18px;
    z-index: 6;
	padding: 0 0 0 3px;
	margin: 0;
}
.priceContent td p.sign .ploskie {
	font-size: 11px;
    font-family: Tahoma;
	font-weight: normal !important;
    color: #A25D2A;
    position: relative;    
	right: 0;
	bottom: 0;
    z-index: 6;
	padding: 0 0 0 10px;
	margin: 0;
}
.priceContent td p.sign b {
    position: relative;    
    z-index: 6;
    display: block;
    color: #A25D2A;
    font-family: Tahoma;
    padding: 2px 0px 0px 3px;
	font-weight: normal;
	font-size: 11px;
}
.priceContent td p.sign b.name {
    float: right;
    position: relative;    
    z-index: 6;
    color: #ffffff;
    background: #394965;
    font-family: Arial;
    border-top: 1px solid #A1A8B6;
    border-left: 1px solid #A1A8B6;
    margin: 18px 0 0px 0px;
    padding: 0;
    width: 82px;
    text-align: center;
	font-weight: bold;
	font-size: 11px;	
	//bottom: -1px;
}
.priceContent a, .priceContent a:hover {
    color: #b25d29;
}

.priceContent.componentry td div.cell {
    width: 233px;
    height: auto;
    border: 1px solid #a3aab7;   
    position: relative;
    z-index: 2;
    text-align: right;	
}
.priceContent.componentry td div.cell img {
    border: none;
    margin: 0 0 25px 0;
}
.priceContent.componentry td div.cell p.sign img {
    margin: 0;
}
.priceContent.componentry td p.sign b {
	padding: 5px 0px 0px 5px;
}
.priceContent.componentry td p.sign b.name { 
    width: 100px;
}
.priceContent.componentry td div.cell div {
    position: absolute;
	left: 0;
	text-align: left;
	padding: 2px 0 0 5px;
	width: 100px;
}
.priceContent.componentry td div.cell p.sign {
    position: absolute;
    bottom: -11px;
    right: -1px;
    //right: -2px;
    margin: 0;   
    width: 206px;
    text-align: left;
}
/* tooltip styles */
a.tooltip span {
   display: block; 
   visibility: hidden;
   position: absolute;
}
a.tooltip span img {
    position: absolute;
    z-index: 4;
    left: -310px;
    margin-top: 27px;
    border: 1px solid #a3aab7 !important;   
}
a.tooltip:hover {
   cursor:pointer; //cursor: hand;
}
a.tooltip:hover span {
   visibility: visible;
}

.formToolTip {
    width: 430px;
    height: 57px;
    margin: 0px 0px 0px 14px;
    background: transparent url(/i/bg_form.gif) no-repeat 0px 0px;
}
.formToolTip select {
    border: 1px solid #809db9;
    width: 34px;
    //width: 36px;
    min-width: 36px;
    margin-top: 2px;
    font-family: Arial;
    font-size: 11px;
    color: #000000;
    padding: 0;
    text-align: left;
    text-indent: 0;
}
.formToolTip td {
    padding: 1px 7px 0px 5px;
    text-align: center;
}
.formToolTip td a, .formToolTip td a:hover {
    font-family: Arial;
    font-size: 9px;
    color: #3F5374;
}
.formItem {
    margin: 0px 0px 18px 102px;    
}
.formItem table {
    
}
.formItem td {
    color: #000000;
    font-size: 18px;
    font-family: Verdana;
    background: #ced8e9;
    border: 1px solid #ffffff;
    padding: 1px 1px 2px 1px;
    text-align: center;    
}
.formItem th {
    font-weight: bold;
    font-family: Verdana;
    font-size: 10px;
    border: none;
    padding: 0;
    font-weight: normal;
    padding: 6px 0px 0px 10px;
    vertical-align: top;
}
.nomenclature th {
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    color: #FDC67E;
    padding: 0px 0px 8px 0px;
    text-align: left;
}
.nomenclature td {
    font-family: Verdana;
    font-size: 11px;
    padding-left: 0px;
    padding-right: 20px;
    text-align: center;
    vertical-align: top;
    padding-top: 3px;
}
.nomenclature td.tdleft, .nomenclature th.tdleft {
    text-align: left;
    padding-left: 0px;
    padding-right: 0px;
}
.nomenclature input.field {
    margin-top: -3px;
}
.nomenclature td a {
    font-size: 10px;
}
.nomenclature td div {
    float: left;
    text-align: left;
}
.nomenclature td div td {
    color: #ffffff;
    font-size: 18px;
    font-family: Verdana;
    background: #586c8c;
    border: 1px solid #586c8c;
    text-align: center;   
    padding: 1px 1px 2px 1px;
}   
.nomenclature td div td big {
    font-size: 18px;
} 
.nomenclature td span, .nomenclature th span {
    float: right;
    display: block;
    width: 126px;
}
.nomenclature th span {
    width: 185px;
}

.field, .fieldw {
    width: 250px;
    height: 20px;
    border: 1px solid #809db9;
    font:normal 11px Verdana;
    color: #000000;
}
.field {
    margin: 0px 0px 10px 0px;
    //margin: 0px 0px 8px 0px;
}
.formToolTip .field {
    margin: 0px 0px 0px 0px;
}
textarea.field, textarea.fieldw {
    height: 70px;
}
.search .btn input {
    width: 80px;
}
.btn input {
    text-align: center;
    background: transparent url(/i/bg_btn.gif) no-repeat 0px 0px;
    text-decoration: underline;
    color: #ced8e9;
    font-weight: normal;
    font-size: 11px;
    padding: 0;
    margin: 0;
    border: none;
}
.form .btn input {
    margin: 0;
}
.fname {
    font-family: Verdana;
    font-size: 11px;
    width: 100%;
}
.fname span.ast {
    float: right;
    color: #FDC67E;
}
p.error {
    color: #FDC67E;
    padding: 0px 0px 0px 20px;
    font-style: italic;
}
tr.total td {
    border-top: 1px solid #ced8e9;
    font-size: 18px;;
    color: #ffffff;
    text-align: left;
    padding: 3px 0px 0px 0px;
}

/* tooltip styles */
a.tooltipHelp {
    display: inline;
}
a.tooltipHelp div {
   display: block; 
   visibility: hidden;
   position: absolute; 
   z-index: 8;
   width: 1px;
   height: 1px;         
}
a.tooltipHelp:hover {
   cursor:pointer; //cursor: hand;
   text-decoration: none;   
}
a.tooltipHelp:hover div {
   visibility: visible;         
}
a.tooltipHelp p {
   display: block; 
   position: relative;
   z-index: 10; 
   padding: 0px;   
   margin: 35px 0px 0px 16px;       
   /*margin: 33px 0px 0px 16px;          */
   z-index: 10;
   text-decoration: none;
   text-align: left; 
   color: #000000;
   background: #FFFFCC;   
   font-size: 11px;
   font-family: Verdana;
   /*height: 90px;*/
	width: 240px;
}
a.tooltipHelp p span {
    padding: 5px;
    display: block;
}
td.td1 {
	padding-left: 0px;
}
span.nodisplay {
    display: none;
    position: absolute !important;
}

.galleryList td {
    vertical-align: top;
    text-align: left;
    padding: 0 25px 25px 0;
}
.galleryList img {
    margin: 0 0 7px 0;
}
.galleryItem img {
    margin: 0 0 7px 0;
    border: 1px solid #ced8e9;
}
.galleryItem {
    text-align: left;
}
.galleryItem p {
    text-align: center;
}

