﻿*,html,body 
{
	padding:0px;
	margin:0px;
    direction:rtl;
    font-family:Tahoma;
    font-size:11px;
}
a {
color: #0255A7;
text-decoration: none;
}
html, body, div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, 
abbr, acronym, address, big, cite, code, del, dfn, 
em, font, img, ins, kbd, q, s, samp, small, strike, 
strong, sub, sup, tt, var, b, u, i, center, dl, dt, 
dd, ol, ul, li, fieldset, form, label, legend, table, 
caption, tbody, tfoot, thead, tr, th, td 
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}

body
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:73%;
	-webkit-text-size-adjust:none;
	line-height:1.3em;
	background-color:#454545;
}
.top-outer
{
	border:solid 0px #ccc;
	background:url('Images/body_back.png') repeat-x #f7f7f7;
}

.main-header
{
	background:url('Images/header_back.png') repeat-x #FCA507;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.wrapper
{
	width: 900px;
	margin: 0 auto;
	background:url('Images/swoosh.png') no-repeat 140px 0px;
	background-position:140px;
	position:relative;
}

.header-logo
{
	cursor: pointer;
}
/***********************************************/

li 
{
	text-align: -webkit-match-parent;
}

ol, ul 
{
	list-style: none;
}
#content-body {
	background:url('Images/body_back.png') repeat #f7f7f7;
}
.top-wrapper
{
	position: relative;
	width: 900px;
	margin: 0 auto;
}
#content-body-shadow {
	background:url('Images/content_shadow.png') repeat;
	padding:0 10px;
}
#main-content {
	width:100%;
	position:relative;
	background-color:#fff;
	padding-top: 133px;
	min-height:400px;
}
.footer
{
	border:solid 0px #ccc;
	color: white;
	padding: 30px 0;
}
.footer a 
{
	color: white;
}
.footer-wrapper
{
	position: relative;
	width: 860px;
	margin: 0 auto;
}

.dg-links
{
	position: absolute;
	top: -20px;
	right: 0px;
	padding-bottom: 10px;
}
.footer-nav{display:block;}
.footer ul 
{
	margin-left: 0px;
}
.footer li 
{
	display: inline;
	background: url('Images/footer_divide.png') no-repeat right;
	padding-right: 15px;
	margin-right: 10px;
}

.footer li.last 
{
	background: none;
}


/* clear fix */

.top-nav ul:after,
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.top-nav ul,
.clearfix {
	/* display: inline-block; */
}

html[xmlns] .top-nav ul,
html[xmlns] .clearfix {
	display: block;
}

* html .top-nav ul,
* html .clearfix {
	height: 1%;
}

.clear{clear:both;margin:0px;padding:0px;}

.btnDefault
{
	border:solid 1px #ccc;
	background-color:#eee;
	font-family:Tahoma;
	font-size:12px;
	height:25px;
	width:120px;
	cursor:hand;
	cursor:pointer;
}

/* -------- catBox -------- */
.catBox
{
	border:solid 0px #ccc;
	width:868px;
	margin:5px;
}

.catBox ul
{
	width: 256px;
}

.catBox ul li
{
	zoom: 1;
	padding: 15px 12px 15px 0;
	height: 60px !important;
	display: list-item;
	text-align: -webkit-match-parent;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	list-style: none;
	overflow: hidden !important;
}

.catBox ul li img
{
	border: 0;
	height:60px;
	width:60px;
	float: right;
	margin-left: 10px;
	vertical-align: middle;
}
.catBox ul li h2
{
	display: block;
	-webkit-margin-before: 0.83em;
	-webkit-margin-after: 0.83em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	font-weight: bold;
}

.catBox ul a 
{
	text-decoration: none;
}

.catBox ul div
{
	font-family: Tahoma;
	font-weight: normal;
	font-size: 11px;
	display: block;
}

/**********************/
.PageContentBox
{
	margin:10px;
    border:solid 1px #eee;
    border-radius:5px;
}
/**********************/