﻿/* CSS layout */
body {
	background: #999 url('images/back.jpg');
	font-family: 'Tahoma',vernada,Arial;
	font-size: 10px;
	margin: 0px auto;
	direction: rtl;
}
a {
	color: #CC0000;
}
a:hover {
	color: #CCFF00;
}
table#Table_01 {
	font-family: 'Tahoma',vernada,Arial;
	font-size: 14px;
	width: 800px;
	direction: ltr;
	margin: 0 auto;
}
#container {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
#ad {
	vertical-align: middle;
	text-align: center;
	color: #000;
}
#content {
	background-color: #444;
	vertical-align: top;
	text-align: center;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	font-family: "Tahoma", Times, serif;
	font-size: 14px;
	color: #000;
}
table #support_table {
	width: 645px;
	margin: 10px;
	border: 1px solid #444;
	direction: ltr;
	text-align: right;
}
table #support_table th {
	background: url(images/t_head_supp.gif) repeat-x;
	direction: rtl;
	border-bottom: 1px solid #444;
	font-size: 14px;
	color: #000;
	text-align: center;
}
table #support_table td {
	background: none;
	font-size: 12px;
	color: #333;
	direction: rtl;
	text-align: right;
	border: 1px solid #CCCCCC;
}
table#host_table {
	width: 645px;
	margin: 10px;
	border: 1px solid #444;
	direction: ltr;
	text-align: right;
}
table#host_table th {
	background: url(images/t_head_host.gif) repeat-x;
	direction: rtl;
	border-bottom: 1px solid #444;
	font-size: 14px;
	color: #000;
	text-align: center;
}
table#host_table td {
	background: none;
	font-size: 12px;
	color: #333;
	direction: rtl;
	text-align: right;
	border: 1px solid #CCCCCC;
}
table#des_table {
	width: 645px;
	margin: 10px;
	border: 1px solid #444;
	direction: ltr;
	text-align: right;
}
table#des_table th {
	background: url(images/t_head_des.gif) repeat-x;
	direction: rtl;
	border-bottom: 1px solid #444;
	font-size: 14px;
	color: #000;
	text-align: center;
}
table#des_table td {
	background: none;
	font-size: 12px;
	color: #333;
	direction: rtl;
	text-align: right;
	border: 1px solid #CCCCCC;
}
#first {
	position: static;
}
#white_back_cells {
	background: #fff;
	text-align: right;
}
.text1 {
	font-family: 'Tahoma',vernada,Arial;
	font-size: 12px;
	color: #000;
	padding: 10px;
}
.text2 {
	font-family: 'Tahoma',vernada,Arial;
	font-size: 12px;
	color: #666;
	padding: 10px;
}
.text3 {
	font-family: 'Tahoma',vernada,Arial;
	font-weight: bold;
	font-size: 10px;
	color: #fff;
	padding: 3px;
}
/*----------gallery box-----------*/
div#gallery {
	margin: auto;
	border: none;
}
div#gallery ul {
	margin: auto;
	border: none;
}
div#gallery ul li {
	margin: auto;
	list-style: none;
	border: none;
	margin: 10px;
}
div#gallery ul li a img {
	margin: auto;
	border: none;
	padding: 3px;
	background: #000;
}
div#gallery ul li a:hover img {
	background: #CCCC00;
}
/*--------*/
