﻿html
{
    height: 100%;
}
body
{
    margin: 0px;
    color: #000000;
    font-family: Arial;
    font-size: 12px;
    direction: rtl;
}
.text_footer
{
    font-size: 10px;
    color: #000000;
}
.text_footer a
{
    font-size: 10px;
    color: #000000;
    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: #FF0000;
    text-decoration: none;
}
form
{
    margin: 0px;
}
p
{
    margin: 0px;
}
img
{
	border: 0px;
}
hr
{
    color: #FF0000;
    height: 1px;
}
#marqueecontainer
{
    position: relative;
    width: 220px; /*marquee width */
    height: 220px; /*marquee height */
    overflow: hidden;
    border: 0px solid black;
}
.textbox
{
    border: 1px solid #CCCCCC;
    background-color: #E4E4E4;
    width: 300px;
    height: 20px;
    
    font-family: Arial;
    font-size: 12px;
    color: Black;
}
.textarea
{
    border: 1px solid #CCCCCC;
    background-color: #E4E4E4;
    width: 300px;
    
    font-family: Arial;
    font-size: 12px;
    color: Black;
}
.textbox_arch
{
    border: 1px solid #CCCCCC;
    background-color: #E4E4E4;
    width: 250px;
    height: 20px;
    
    font-family: Arial;
    font-size: 12px;
    color: Black;
}
.textarea_arch
{
    border: 1px solid #CCCCCC;
    background-color: #E4E4E4;
    width: 250px;
    
    font-family: Arial;
    font-size: 12px;
    color: Black;
}
.button_small
{
    width: 110px;
    height: 20px;
    border: 0px;
    background-image: url(../images/bg_but_contact.gif);
    
    color: White;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
}
.text_cot
{
	width: 165px;
	background-color: #666666;
	color: #ffffff;
	font-weight: bold;
	font-size: 15px;
}
.text_subcot
{
	color: #333333;
	font-weight: bold;
	font-size: 15px;
}
.submenu
{
	width: 175px;
	height: 27px;
	background-image: url(../images/bg_menu_off.gif);
	background-repeat: no-repeat;
	padding-right: 30px;
}
.submenu a
{
	font-size: 13px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
    background-image: url(../images/t.gif);
}
.submenu_over
{
	width: 175px;
	height: 27px;
	font-weight: bold;
	background-image: url(../images/bg_menu_on.gif);
	background-repeat: no-repeat;
	padding-right: 30px;
}
.submenu_over a
{
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
    background-image: url(../images/t.gif);
}
.bg_sidepic
{
	width: 275px;
	height: 370px;
	text-align: center;
	vertical-align: middle;
	background-image: url(../images/bg_pic_press.gif);
}
.bg_sidepic img
{
	border: 0px;
	text-align: center;
	vertical-align: middle;
}
.bg_prodpic
{
	width: 140px;
	height: 145px;
	padding-right: 12px;
	padding-left: 20px;
	text-align: right;
	vertical-align: middle;
	background-image: url(../images/bg_pic_product.gif);
	background-position: right;
	background-repeat: no-repeat;
}
.bg_prodpic img
{
	border: 0px;
	text-align: right;
	vertical-align: middle;
}
.bg_projpic
{
	width: 190px;
	height: 170px;
	padding-right: 15px;
	padding-left: 20px;
	text-align: right;
	vertical-align: middle;
	background-image: url(../images/bg_pic_project.gif);
	background-position: right;
	background-repeat: no-repeat;
}
.bg_projpic img
{
	border: 0px;
	text-align: right;
	vertical-align: middle;
}
.bg_sidetext
{
	font-size: 12px;
	text-align: right;
	padding-right: 20px;
	background-image: url(../images/bg_text_press.gif);
	background-position: right;
	background-repeat: no-repeat;
	height: 35px;
}