@import url(global.css);
body{
    background: #7a0f1f url(../img/background.png) 0 -125px repeat-x;
    font-family: Tahoma, "Helvetica Neue", Arial, Helvetica, sans-serif;
}

::-moz-selection{ background: maroon; color:#fff; text-shadow: none; }
::selection { background:maroon; color:#fff; text-shadow: none; }

#logo{
    text-align: right;
    margin-top: 50px;
}

#navbar{
    margin-top: 45px;
}

ul#topnav {
	margin: 0; padding: 0;
	float: left;
	width: 950px;
	list-style: none;
	position: relative;
	background: url(../img/topnav_stretch.gif) top center;
	height: 38px;
}

ul#topnav li {
	float: right;
	margin: 0; padding: 0;
	border-left: 1px solid #555;
}

ul#topnav li a {
	padding: 9px 17px 11px 17px;
	display: block;
	color: #f0f0f0;
	text-decoration: none;
}
ul#topnav li:hover { background: #4a9133 url(../img/topnav_active.gif) repeat-x; }
ul#topnav li.home:hover { background: #4a9133 url(../img/topnav_active_home.gif) right top; }
ul#topnav li span {
	float: right;
	padding: 9px 0 11px 0;
	position: absolute;
	left: 0; top:35px;
	display: none;
	width: 950px;
	background: #4a9133;
	color: #fff;
	direction: rtl;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
ul#topnav li:hover span { display: block; }
ul#topnav li span a { display: inline; padding: 8px 10px; }
ul#topnav li span a:hover {text-decoration: underline;}


#content{
    margin-top: 30px;
}

#content h2{
    height: 24px;
    width: 100%;
    text-indent: -9999px;
    overflow: hidden;
}

#content .text{
    direction: rtl;
    text-align: right;
    padding: 10px;
    color: #fff;
}

#content .logo{
    float: left;
    margin: 0px 15px 15px 0x;
}

#content hr{
    margin-top: 15px;
}

#content .readmore{
    direction: rtl;
    color: #fff;
    text-align: left;
    display: block;
    margin-top: 0px;
    text-decoration: none;
    font-size: 12px;
}

#content .readmore:hover{
    text-decoration: underline;
}

#footer{
    margin-top: 50px;
    border-top: 1px #fff solid;
}


#footer .text{
    color: #fff;
    margin: 15px 0px 20px 0px;
    direction: rtl;
}

#footer .first{
    text-align: left;
}

#footer .last{
    text-align: right;
}

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

#footer a:hover{
    text-decoration: underline;
}