@charset "utf-8";
/* CSS Document */

html {
	min-height:100%;
}
body {
	margin:0;
	padding:0;
	min-height:100%;
	background-color: #000;
	
	scrollbar-base-color: #ccc;
	scrollbar-arrow-color: #999999;
	scrollbar-3dlight-color: #ccc;
	scrollbar-darkshadow-color: #ccc;
	scrollbar-face-color: #ccc;
	scrollbar-highlight-color: #ccc;
	scrollbar-shadow-color: #ccc;
	scrollbar-track-color: #ccc;
}

body, table, td, input, select, textarea {
	font-family:Tahoma;
	font-size:11px;
	line-height:150%;
}
.clear{
	clear: both;
}
.ltr {
	direction: ltr;
}
hr {
	clear:both;
}
.padd {
	padding: 10px;
}

a{
    color: #225;
}
a:hover {
}


/* Bread Crumb */
ul.breadcrumb {
	list-style:none;
	margin:2px;
	padding:5px 0px;
	font-size:11px;
}
ul.breadcrumb li {
	float:right;
	padding:2px 0px;
	margin:0px;
	background-image:url(../images/fa/tick4.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:15px;
}
ul.breadcrumb li.last {
	color:#888888;
	background-image:none;
	display:none;
}
ul.breadcrumb li a {
	color:#666666;
	text-decoration:none;
}
ul.breadcrumb li a:hover {
	text-decoration:underline;
}

.pagetitle {
	font-size:12px;
	color: #ff4200;
	clear: both;
}

#gallery table td{
	text-align:center;
}
#gallery table td strong{
	color:#444;
	padding:3px;
	font-weight: normal;
}
#gallery .thumb {
	float: right;
}
#gallery .thumb a {
	display: block;
	background-image: url(../images/common/photobox.png);
	width: 106px;
	height: 91px;
	text-align: center;
}
#gallery .thumb a img{
	margin-top:11px;
	margin-left: 7px;
	border: 3px solid #fff;
}
#gallery td .thumb{
	float: none;
}
.highlight {
	background-color: yellow;
}


#container {
	direction: rtl;
	background-color: #fff;
	width: 885px;
	margin: 50px auto 20px auto;
}

#container.page_home {
	background-image: url(/files/upload/image/homeimages/1.jpg);
	height: 370px;
}
.page_home .menu {
	width: 195px;
	height: 200px;
	background-image: url(../images/common/semitrans.black.png);
	margin: 20px 20px 0 0;
	float:right;
}
.page_home .menu ul{
	list-style: none;
	margin: 10px;
	padding: 5px;
}
.page_home .menu ul a{
	color: #fff;
	text-decoration:none;
}
.page_home .logo {
	height: 100px;
	clear: both;
	background-color: #ff4200;
	background-image: url(../images/common/logo.gif);
	background-position: left;
	background-repeat: no-repeat;	
	text-align: right;
}
.page_home .logo span {
	font-size: 12px;
	color: #fff;
	clear: both;
	display: block;
	padding: 75px 25px 0 0;
	line-height: 20px;
	font-weight:bold;
}

#mainbox {
}

div.mainmenu{
}
div.mainmenu ul{
}
div.mainmenu ul li{
}
div.mainmenu ul li a{
}
div.mainmenu ul li a:hover{
}
div.mainmenu ul li a span{
}

#content {
}
#content .middle {
	float: right;
	width: 500px;
	-width: 480px;
	margin-right: 30px;
}
#content .innermenu {
	width: 140px;
	background-image: url(../images/common/semitrans.black.png);
	margin: 1px;
	float: right;
}
#content .innermenu ul{
	list-style: none;
	margin: 10px;
	padding: 5px;
}
#content .innermenu ul li{
}
#content .innermenu ul li a{
	color: #fff;
	text-decoration: none;
}
#content .innermenu ul li li a{
}
#content .innermenu ul li a:hover {
}
#content .banners {
	float: left;
	width: 200px;
	margin: 5px;
}

#header {
	background-color: #ff4200;
	background-image: url(../images/common/logo2.gif);
	background-position: left;
	background-repeat: no-repeat;	
	height: 55px;
	border-top: 15px solid #fff;
}
#header ul {
	list-style: none;
	margin: 35px 0 0 0;
	padding: 0;
}
#header ul li {
	float: right;
	padding: 0 5px;
	line-height: 15px;
	border-right: 1px solid #fff;
}
#header ul li:first-child {
	border-right: none;
}
#header li a {
	color: #fff;
	text-decoration:none;
}

#texts {
	padding-left: 10px;
}
#texts a img, .block1 img, .block2 img {
	border: none;
}
#texts img{
	margin-right:10px;
	margin-bottom:10px;
	margin-top:5px;
	border-color: #fff;
}

#footer {
	text-align:center;
	color: #ccc;
}
#footer a{
	color: #fff;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}

/* form1 */
.form1 {
    direction:rtl;
}
.form1 td, .form1 input, .form1 th{
    font-size:10px;
}
.form1 th {
    background-color:#777;
    color:#fff;
    padding:3px;
}
.form1 td {
    padding:3px;
    background-color:#eee;
    color:#333;
    border-collapse:collapse;
    border-bottom:1px solid #777777;
}
.form1 input, .form1 textarea {
    border:1px solid #999;
    background-color:#fff;
    color:#444;
}
.form1 input[type=checkbox], .form1 input[type=radio]{
    border: none;
    background-color: transparent;
}
.form1 .buttonstd {
    background-color:#666666;
    padding:10px;
    text-align:center;
}
.form1 .buttonstd input{
    background-color:#003366;
    padding:6px;
    color: #fff;
}
