﻿html
{
    height: 100%;
}
body
{
    margin: 0px;
    
    color: #333333;
    background-color: #e6e6e6;
}
.menu
{
	text-align: center;
}
.menu a
{
    font-weight: bold;
    color: #00377b;
    text-decoration: none;
}
.menu_on
{
	text-align: center;
	background-image: url(../images/bg_mainmenu_on.gif);
}
.menu_on a
{
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
}
.admin_panel
{
    background-color: #000000;
    color: #ffffff;
    height: 40px;
}
.admin_num
{
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    background-color: #ff0000;
    padding: 3px;
}
.admin_panel a
{
    color: #ffffff;
}
.text_credit
{
    font-size: 11px;
    text-decoration: none;
    font-weight: normal;
}
.text_credit a
{
    font-size: 11px;
    text-decoration: none;
    font-weight: normal;
}
a
{
    color: #595B6A;
    text-decoration: none;
}
form
{
    margin: 0px;
}
p
{
    margin: 0px;
}
img
{
	border: 0px;
}
hr
{
    color: #595B6A;
    height: 1px;
}
#marqueecontainer
{
    position: relative;
    width: 190px; /*marquee width */
    height: 190px; /*marquee height */
    overflow: hidden;
    border: 0px solid black;
}
.textbox
{
    border: 0px solid #ffffff;
    background-color: #cccccc;
    width: 230px;
    height: 20px;
    
    font-family: Arial;
    font-size: 12px;
    color: Black;
}
.textarea
{
    border: 0px solid #ffffff;
    background-color: #cccccc;
    width: 230px;
    height: 130px;
    
    font-family: Arial;
    font-size: 12px;
    color: Black;
}
.button_small
{
    width: 105px;
    height: 25px;
    border: 0px;
    background-image: url(../images/bg_but.gif);
    
    color: Black;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
}
.subcot
{
    font-size: 14px;
    color: #595b6a;
    font-weight: bold;
}
.project_box
{
	width: 590px;
	height: 160px;
	background-image: url(../images/bg_project.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 10px;
	padding-top: 0px;
	padding-bottom: 10px;
}
.contact_text
{
	width: 610px;
	font-weight: bold;
	background-image: url(../images/bg_prices_bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 10px;
}
.prices_text
{
	width: 610px;
	border-top: 1px solid #C0D8E0;
	font-weight: bold;
	background-image: url(../images/bg_prices_bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 10px;
}
.bg_download_btn
{
    border: 0px;
    width: 150px;
    height: 20px;
    cursor: pointer;
    
    font-family: Arial;
    font-size: 13px;
    color: #076fb6;
    font-weight: bold;
}
.bg_download_tbl
{
    margin-top: 10px;
}
.contect_cot
{
	font-weight: bold;
    font-size: 14px;
	color: #ffffff;
}
.contect_text
{
	font-weight: bold;
    font-size: 13px;
	color: #055387;
}
.contect_text a
{
	font-weight: bold;
    font-size: 13px;
	color: #055387;
}
.cot_big
{
	font-weight: bold;
    font-size: 15px;
	color: #ffffff;
	background-color: #BE1822;
	padding-left: 13px;
	padding-right: 13px;
}
.button_prev
{
    width: 155px;
    height: 45px;
    border: 0px;
    background-image: url(../images/bg_but_prev.gif);
    
    color: Black;
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
}
.button_next
{
    width: 155px;
    height: 45px;
    border: 0px;
    background-image: url(../images/bg_but_next.gif);
    
    color: Black;
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
}
.button_popup
{
    width: 90px;
    height: 45px;
    border: 0px;
    background-image: url(../images/bg_but_popup.gif);
    text-align: center;
}
.button_popup a
{
    color: Black;
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
}
.button_download
{
    width: 200px;
    height: 40px;
    border: 0px;
    background-image: url(../images/bg_but_download.gif);
    
    color: White;
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
}
.links a
{
	color: Black;
    font-family: Arial;
    font-size: 12px;
    text-decoration: underline;
}
.bg_pic
{
    width: 195px;
    height: 165px;
	vertical-align: top;
	padding-top: 10px;
    background-image: url(../images/bg_gallery.gif);
    background-repeat: no-repeat;
    text-align: center;
	border-bottom: 1px dashed #bfbfbf;
}
.bg_text
{
    width: 410px;
    vertical-align: top;
	border-bottom: 1px dashed #bfbfbf;
}
.tbl_products_cot
{
	text-align: center;
    font-weight: bold;
    color: White;
	background-color: #be1822;
}
.tbl_products_row
{
	text-align: center;
	background-color: #cccccc;
}
.tbl_products_row_grey
{
	text-align: center;
    font-weight: bold;
    color: White;
	background-color: #666666;
}
.menu_text
{
    padding-right: 3px;
    padding-left: 3px;
}
.menu_text a
{
    color: Black;
}
.menu_text_on
{
    padding-right: 3px;
    padding-left: 3px;
}
.menu_text_on a
{
    color: White;
    font-weight: bold;
}
.submenu_text
{
    padding-right: 3px;
    padding-left: 3px;
}
.submenu_text a
{
    color: Black;
}
.submenu_text_on
{
    padding-right: 3px;
    padding-left: 3px;
}
.submenu_text_on a
{
    color: Black;
    font-weight: bold;
}