/*----- HTML TAG -----*/
* {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #fff;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: none;
}

body {
	margin: 0px;
	padding: 0px;
	background: url(bg.gif) repeat;
}

table {
	border: 0px;
	width: 100%;
	height: 100%;
}

form {
	margin: 0px;
	padding: 0px;
}

img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

/*----- UNIQUE CLASSES -----*/
#body {
	position: relative;
	margin: 0px auto 0px auto;
	width: 770px;
	direction: rtl;
}

#header-top {
	float: left;
	width: 770px;
	height: 40px;
	background: #171717;
}

#header-index {
	float: right;
	width: 15px;
	height: 25px;
	padding-top: 15px;
	padding-right: 15px;
}

#header-text a {
	float: right;
	padding-right: 3px;
	margin-top: 12px;
	color: #ccc;
}

#mainAd {
	float: right;
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #fff;
	width: 169px;
	height: 125px;
	position: absolute;
	top: 0px;
	padding: 2px;
	z-index: 999;
}

#header-bottom {
	float: left;
	width: 770px;
	height: 370px;
}

#header-menu {
	position: relative;
	margin: 0px auto 0px auto;
	width: 375px;
	height: 60px;
}

#header-slider {
	position: relative;
	margin: 0px auto 0px auto;
	width: 410px;
	height: 300px;
	border: 5px solid #fff;
}

#slider-container {
	position: relative;
	margin: 0px auto 0px auto;
	width: 520px;
	height: 300px;
}

#slider-prev {
	float: right;
	width: 50px;
	height: 165px;
	padding-top: 135px;
	text-align: center;
}

#slider-current {
	float: right;
	width: 410px;
	height: 300px;
	border: 5px solid #fff;
}

#slider-next {
	float: right;
	width: 50px;
	height: 165px;
	padding-top: 135px;
	text-align: center;
}

#slider-title {
	position: relative;
	margin: 0px auto 0px auto;
	width: 310px;
	height: 25px;
	padding-top: 15px;
}

#slider-value {
	position: relative;
	margin: 0px auto 0px auto;
	width: 310px;
	height: 50px;
	text-align: justify;
	line-height: 175%;
}

#slider-value a {
	color: #fff;
}

#slider-value a:hover {
	color: #F19302;
}

#content {
	float: left;
	width: 770px;
	background: #171717;
	text-align: center;
}

#footer {
	float: left;
	width: 770px;
	height: 25px;
	padding-top: 10px;
	text-align: center;
}

/*----- USER DEFINED CLASSES -----*/
/* menu 1 */
.ht	{
	overflow: hidden;
	height: 1px;
}
.menu-item-on-1 {
	float: right;
	width: 90px;
	height: 30px;
	padding-top: 12px;
	text-align: center;
	background: url(menu-item-out-1.gif) no-repeat;
}

.menu-item-off-1 {
	float: right;
	width: 90px;
	height: 30px;
	padding-top: 12px;
	text-align: center;
	background: url(menu-item-over-1.gif) no-repeat;
}

/* menu 2 */
.menu-item-on-2 {
	float: right;
	width: 90px;
	height: 30px;
	padding-top: 12px;
	text-align: center;
	background: url(menu-item-out-2.gif) no-repeat;
}

.menu-item-off-2 {
	float: right;
	width: 90px;
	height: 30px;
	padding-top: 12px;
	text-align: center;
	background: url(menu-item-over-2.gif) no-repeat;
}

/* menu 3 */
.menu-item-on-3 {
	float: right;
	width: 90px;
	height: 30px;
	padding-top: 12px;
	text-align: center;
	background: url(menu-item-out-3.gif) no-repeat;
}

.menu-item-off-3 {
	float: right;
	width: 90px;
	height: 30px;
	padding-top: 12px;
	text-align: center;
	background: url(menu-item-over-3.gif) no-repeat;
}

/* menu 4 */
.menu-item-on-4 {
	float: right;
	width: 90px;
	height: 30px;
	padding-top: 12px;
	text-align: center;
	background: url(menu-item-out-4.gif) no-repeat;
}

.menu-item-off-4 {
	float: right;
	width: 90px;
	height: 30px;
	padding-top: 12px;
	text-align: center;
	background: url(menu-item-over-4.gif) no-repeat;
}

/* menu 5 */
.menu-item-on-5 {
	float: right;
	width: 90px;
	height: 30px;
	padding-top: 12px;
	text-align: center;
	background: url(menu-item-out-5.gif) no-repeat;
}

.menu-item-off-5 {
	float: right;
	width: 90px;
	height: 30px;
	padding-top: 12px;
	text-align: center;
	background: url(menu-item-over-5.gif) no-repeat;
}

.menu-spacer {
	float: right;
	width: 5px;
	height: 42px;
}

.login table, .login td {
	color: #666;
}

.login-input {
	color: #333;
	width: 150px;
	height: 15px;
	border: 1px solid #B9CFD8;
}

.login-button {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #333;
	width: 80px;
	border: 1px solid #B9CFD8;
	background: #fafafa;
	padding-bottom: 2px;
	padding-top: 0px;
}

.text {
	padding-top: 30px;
	margin-left: 85px;
	margin-right: 85px;
	text-align: justify;
	padding-bottom: 20px;
	line-height: 150%;
	font-size: 12px;
}

.checkmark {
	background: url(checkmark.gif) left no-repeat;
	padding-left: 20px;
	padding-top: 2px;
	text-align: left;
	direction: ltr;
	height: 18px;
}

.title {
	background: url(arrow.gif) right no-repeat;
	padding-right: 13px;
	padding-top: 4px;
	height: 20px;
}

.box-td-left {
	color: #333;
	background: #E9E9E9;
	text-align: right;
}

.box-td-right {
	color: #333;
	background: #E9E9E9;
	text-align: left;
}

.bottom-link td {
	width: 127px;
	border: 2px solid #eee;
}
.bottom-link a {
	color: #fff;
}
.bottom-link a:hover {
	color: #000;
}

.bottom-link1 td {
	background: #EAA900;
	width: 100px;
	border: 2px solid #eee;
}
.bottom-link1 a {
	color: #fff;
}
.bottom-link1 a:hover {
	color: #000;
}

.content-link a{
	color: #fc0;
	text-decoration: none;
}
.content-link a:hover{
	color: #fff;
	text-decoration: none;
}

.input{
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #666;
	width: 200px;
	height: 15px;
	border: 1px solid #999;
}

.textarea{
	width: 200px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #666;
	border: 1px solid #999;
}

.button{
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #333;
	border: 1px solid #999;
	width: 70px;
	height: 20px;
	background-color: #F5F5F5;
	text-align: center;
}

.slider-item {
	width: 205px;
	height: 200px;
}

.webSiteGroupLink A {
	display: block;
	font-size: 10px;
	color: #333;
	padding-right: 5px;
}

.webSiteGroupLink A:hover {
	color: #FFF;
	background-color: #7B7864;
}

.webSiteGroupLink A span {
	color: #FF6600;	
}

.webSiteGroupLink A:hover span {
	color: #FFF;	
}

.webSiteGroupLinkSelected A,  .webSiteGroupLinkSelected A:hover {
	background-color: #E7740C;
	display: block;
	font-size: 10px;
	color: #FFF;
	padding-right: 5px;
}