img{
	border: none;
	}
body{
	margin: 0px;
	padding: 0px;
	color: #FFF;
	font: 12px arial;
	background: url(images/back_tile.png) repeat-x;
	background-color: #3d3b3c;
	}
	#header{
		width: 940px;
		position: relative;
		z-index: 12;
		height: 80px;
		border-bottom: dashed 1px #808082;		
		}
		.logo{
			float: left;
			width: 141px;
			height: 44px;
			margin: 30px 0px 8px 0px;
			}
		.logotext {
			float: right;
			text-align: right;
			color: #c1c1c3;
			margin: 60px 0px 8px 0px;
			font: 14px arial;
			direction: rtl;	
		}
		.iconsbar{
			float: right;
			text-align: right;
			color: #c1c1c3;
			margin: 20px 8px 8px 0px;
			height: 16px;
			right: 0;
			left: 0;
			width: 940px;
			direction: rtl;				
			position: absolute;
		}
		#scroller{
			position: relative;
			z-index: 12;
			width: 940px;
			height: 240px;
			border-bottom: dashed 1px #808082;
			clear: both;
			background: none;
			}
		a:link{
			color: #fff;
			text-decoration: none; 
		}
		#header a:hover{
			color: #74d3f3;
			text-decoration: none; 
		}
		a:visited{
			color: #fff;
			text-decoration: none; 		
		}
	#body{
		margin: 0px 0px 0px 0px;
		position: relative;
		overflow: hidden;
		width: 940px;
		}
		#body-in{
			padding-right: 2px;
			width: 940px;
			height: auto;
			overflow: hidden;
			float: right;
			text-align: right;
			}
	#box{
		width: 313px;
		height: 230px;
		padding-top: 10px;
		float: right;
	}
	#box .title{
		color: #74d3f3;
		font-size: 24px;
		font-family: tahoma;
	}
	#box .text{
		color: #FFF;
		font-family: arial;
		font-size: 12px;
		margin-top: 5px;
		direction: rtl;
		text-align: justify;
	}
	#box .title{
		color: #74d3f3;
		font-size: 24px;
		font-family: tahoma;
	}	
		#footer{
			width: 940px;
			margin-top: 0px;
			}
		#footer p{
			color: #c1c1c3;
			padding: 3px 0 0 0;
			float: right;
			font: 12px arial;
			text-align: center;
			border-top: dashed 1px #808082;
			width: 940px;
		}
		#footer .img{
			float: left;
			width: 85px;
			text-align: left;
			padding: 3px 0 0 0;			
		}
		
/* @group Scroller */

#scroller .overtext {
	z-index: 10;
	position: relative;
	width: 940px;
	height: 240px;
	bottom: 195px;
	right: 200px;
	float: right;
	direction: rtl;
	padding-top: 7px;
	text-align: right;
}

#scroller .overtext .otitle {
	color: #74d3f3;
	font-size: 42px;
	font-family: tahoma;
	width: 940px;
	float: right;
	direction: rtl;
	margin-bottom: 2px;
}

#scroller .overtext .odes {
	color: #74d3f3;
	font-size: 24px;
	font-family: Arial;
	width: 940px;
	padding-left: 10px;
	line-height: 24px;
	direction: rtl;
	float: right;
}

#slideshow {
	margin-left: 24px;
}


.pics { height: 240px; width: 940px; padding:0; margin:0; overflow: hidden; float: right }
.pics img{float: right; position: relative; }


#main { margin: 0px 20px 20px 20px; }

.snav {
	height: 24px;
	float: left;
	top: 133px;
	position: relative;
	z-index: 5000;
}

	#nav {
	position: relative;
	}
	#nav li { float: left; list-style: none}
	#nav a {
		text-decoration: none;
		float: left;	
	}
	#nav a:focus { outline: none; }



/* @end */

#box ul.gallery {
	list-style: none;
		margin-top: 10px;
		height: 35px;
		padding-bottom: 13px;
		border-bottom: dashed 1px #808082;
}
ul.gallery li {
	-moz-border-radius: 3px; /*--CSS3 Rounded Corners--*/
	-khtml-border-radius: 3px; /*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 3px; /*--CSS3 Rounded Corners--*/
	display: inline; /*--Gimp Fix aka IE6 Fix--*/
	float: right;
	width: 33px;
	height: 34px;	
}
ul.gallery li a.thumb {
	width: 33px;
	height: 34px;
	cursor: pointer;
}
ul.gallery li a.thumb:hover {
	background: none;
}

ul.gallery li span { /*--Used to crop image--*/
	width: 33px;
	height: 34px;
	overflow: hidden;
	display: block;
}

ul.gallery li a {text-decoration: none; display: block; width: 33px; height: 34px;}

#box .form{
	max-width: 290px;
	direction: rtl;
	text-align: right;
	float: right;
	margin-top: 5px;
}
#box .form label{
	float: right;
}
input{
	width: 240px;
	height: 20px;
	border: solid 1px #808082;
	background-color: #333;
	color: #fff;
	float: left;
	font-family: ariral;	
}
select {
	width: 60px;
	height: 23px;
	border: solid 1px #808082;
	color: #fff;
	float: left;
	font-family: ariral;
	margin-right: 0px;
	margin-top: 1px;
	background: url(images/arrow.png) #333 no-repeat center left;
}
textarea{
	width: 240px;
	height: 75px;
	border: solid 1px #808082;
	background-color: #333;
	color: #fff;
	float: left;
	font-family: ariral;
	overflow: auto;
}
td{
		vertical-align: midlle;
}