body {
	font: 15px Arial, Helvetica, sans-serif;
	color: #cccccc;
	margin: 0;
	background: #000;
}
img {
	border: none;
}
form {
	margin: 0;
	padding: 0;
}
#page {
	direction: rtl;
	overflow: hidden;
	width: 1045px;
	margin: 0 auto;
	margin-top: 45px;
}
.bg {
	overflow: hidden;
	width: 900px;
	min-height: 697px;
	background: url(../images/page-bg.jpg) no-repeat;
	padding: 0 52px 0 41px;
}
* html .bg {
	overflow: visible;
	height: 697px;
}
#header {
	overflow: hidden;
	width: 100%;
	position: relative;
}
#header .logo {
	float: left;
	margin: 18px 0 0 19px;
}
#header .logo a {
	display: block;
	text-indent: -9999px;
	width: 113px;
	height: 130px;
	overflow: hidden;
	text-decoration: none;
}
#header h1 {
	position: absolute;
	right: 115px;
	top: 20px;
	margin: 0;
	font-size: 45px;
	color: #cc3300;
}
#header .head-text {
	position: absolute;
	right: 600px;
	top: 25px;
	font-size: 21px;
	color: #cc3300;
}
#content {
	overflow: hidden;
	width: 100%;
	margin-top: 81px;
}
.line {
	overflow: hidden;
	width: 100%;
	position: relative;
	padding-top: 31px;
}
.tel {
	position: absolute;
	left: 19px;
	top: 0;
	width: 108px;
	background: url(../images/tel.gif) no-repeat 100% 0;
	padding: 0 57px 13px 0;
}
.tel p {
	margin: 4px 0 0;
	font-size: 19px;
	color: #fff;
}
#main {
	float: left;
	width: 770px;
	height: 600px;

	padding: 13px 1px 0 0;
	overflow: auto;
}
#main h2 {
	margin: 0 0 -2px;
	font-size: 17px;
	color: #cc3333;
}
.main-menu {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
}
.main-menu li {
	background: url(../images/main-menu-bg.gif) no-repeat 100% 5px;
	padding-right: 13px;
	line-height: 18px;
	margin-top: 17px;
}
.main-menu .none-bg {
	background: none;
	padding: 0;
}
.main-menu li a {
	color: #2c3cd4;
	text-decoration: underline;
}
.main-menu li a:hover {
	text-decoration: none;
}
#sidebar {
	float: right;
	width: 117px;
	height: 260px;
	padding: 15px 14px 0 7px;
	margin-left: -10px;
	background: url(../images/sidebar-bg.png) no-repeat;
}
#sidebar div {
	width: 100%; 
	position: relative;
}
#sidebar h2 {
	margin: 0 23px 0;
	font-size: 14px;
	color: #000;
}
#sidebar ul {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar ul li {
	margin-top: 6px;
	font-size: 14px;
}
#sidebar ul li a {
	display: block;
	width: 106px;
	color: #cc3333;
	text-decoration: none;
	padding: 1px 8px 2px 0;
}
#sidebar ul li a:hover,
#sidebar ul li a.active {
	background: url(../images/side-menu-hover.png) no-repeat;
}
.bott-holder {
	overflow: hidden;
	width: 762px;
	margin-right: -10px;
	margin-top: 14px;
}
.bott-box {
	float: left;
	width: 228px;
	height: 99px;
	padding: 12px 21px 0 0;
	background: url(../images/bott-box-bg1.png);
	background-repeat: no-repeat !important;
	color: #fff;
}
.bott-box .box {
	position: relative;
	width: 228px;
	height: 99px;
}
.bott-box h3 {
	margin: 0;
	font-size: 17px;
}
.bott-box p {
	margin: 2px 0 0;
	font-size: 12px;
	line-height: 16px;
}
.bott-box .bott-link {
	position: absolute;
	left: 13px;
	bottom: 15px;
	color: #ff6666;
	font-size: 12px;
	text-decoration: underline;
}
.bott-box .bott-link:hover {
	text-decoration: none;
}
.bott-holder .box2 {
	width: 224px;
	height: 98px;
	background: url(../images/bott-box-bg1.png);
	margin-left: 7px;
}
.bott-holder .box3 {
	width: 222px;
	height: 97px;
	background: url(../images/bott-box-bg1.png);
	margin-left: 6px;
}
.bott-divider {
	overflow: hidden;
	width: 100%;
}
.bott-divider ul {
	float: right;
	width: 130px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.bott-divider .bott-left-menu {
	width: 56px;
	margin-left: 25px;
}
.bott-divider ul li {
	font-size: 12px;
}
.bott-divider ul li a {
	color: #fff;
	text-decoration: underline;
}
.bott-divider ul li a:hover {
	text-decoration: none;
}
#footer {
	overflow: hidden;
	width: 100%;
	font-size: 12px;
	text-align: center;
	margin-top: -16px;
	padding-bottom: 10px;
}
#footer ul {
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	display: table;
}
#footer ul .first {
	background: none;
}
#footer ul li {
	background: url(../images/foot-menu-bg.gif) no-repeat 100% 3px;
	padding: 0 8px 0 6px;
	display: table-cell; 
	line-height: 14px;
}
* html #footer ul li {
	display: inline;
	padding: 0 3px 0 8px;
}
* +html #footer ul li {
	display: inline;
	padding: 0 3px 0 8px;
}
#footer ul li a {
	color: #cc3300;
	text-decoration: none;
}
#footer ul li a:hover {
	text-decoration: underline;
}
#footer p {
	margin: 2px 0 0;
	color: #858586;
}


.text-scroll {
	height:500px;
	width:581px;
	overflow:hidden;
	position:relative;
}

.scroll-content{
	top: 0px !important;
	height: 500px !important;
	width: 555px !important;
}


.vscroll-bar{
	position:absolute;
	width:15px !important;
	margin:0;
	padding:0;
	height:251px !important;
	top: 0 !important;
	left: 0 !important;
	background: url(../images/scrollbar-bg.gif) no-repeat;
}

.vscroll-up{
	position:absolute;
	cursor: pointer;
	height: 10px !important;
	width: 9px !important;
	left: 3px !important;
}
.vscroll-down img,
.vscroll-up img{
	display: none;
}

.vscroll-down{
	position:absolute;
	padding:3px 0 0 0;
	cursor: pointer;
	height: 11px !important;
	width: 9px !important;
	left: 3px !important;
}

.vscroll-line{
	width:15px !important;
	overflow: hidden;
}
.vscroll-slider{
	width:11px !important;
	cursor: pointer;
	background: url(../images/scrollbar-slider-bot-bg.gif) no-repeat 0 100%;
	left: 2px !important;
	padding-bottom: 4px;
}
.vscroll-slider div{
	background: url(../images/scrollbar-slider-top-bg.gif) no-repeat;
}
#google_ads{
	width:728px;
	height:90px;
	padding-top: 3px;
	padding-right: 0px;
	padding-left: 300px;
}
#form_box{  margin:0px 30px; }
.form_row{ float:right; width:200px;}
.form_line{margin-bottom:10px; }
.form_label{font-size:12px;display: block;width:70px;font-weight: bold;float: right;}
#form_box input[type=text]{width:160px;height:15px;border:1px solid #d6d6d6;}
#form_box textarea{width:380px;height:70px;border:1px solid #d6d6d6;}
#form_box input[type=image]{float:left;margin-left:40px;}
.errors{font-weight: bold;font-size:12px;color: #CC3333;height:45px;list-style: none;}
.errors li{float:right;width:250px;height:15px;}