/**********************************************************************************
	Hand-coded stylesheet for CSS2-capable browsers.
	Site:		[www.hamarasystem.net]
	Author:		Nima Peyda

    ** This file is used by **PAGES WITHOUT RIGHTNAV**
	Listing Order:
	==============
	0 - Universal
	1 - Header
	2 - -
	3 - -
	4 - -
	5 - Main Content
	6 - Footer
	==============

** 	Last Modified: 2007/09/13
** 	CSS in this file is used by DEFAULT skin.
** 	This file is imported into: /?News /?TelephoneCard /?VPN /?Traffic
**
**********************************************************************************/

/**** 0 - UNIVERSAL STYLES **************************************************/
html {
	height: 100%;
}
body {
	height: 100%;
	background: #FFF url("../../himg/rebody-bg.gif") no-repeat center 163px;
	padding:  0;
	margin: 0;
	text-align: center;
	font-family: Tahoma, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #373737;
}
a:link, a:visited {
	color: #666;
	text-decoration: none;
}
a:hover, a:active {
	color: #DF0000; 
	text-decoration: none;
}
img { border: none; }
UL { list-style-type: none; }

.clearer         { clear: both; }
.right_align	{ text-align: right; }
.left_align	{ text-align: left; }
.clear {
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}
.clearbr {
	clear: both;
	display: block;
	height: 7px;
	margin: 0;
	font-size: 1px;
	line-height: 1px;
}
img.loading {
	width: 31px;
	height: 31px;
	margin: 0 auto;
	margin-top: 30px;
}
FORM {
	margin: 0;
	padding: 0;
	border: none;
}
#main-body {
	width: 770px;
	height: 100%;
	margin: 0 auto;
	margin-bottom: 50px;
	border: none;
	padding: 0;
	text-align: center;
	vertical-align: bottom;
}
p#ajax {
	margin: 0;
	padding: 0;
	border: none;
}


/**** 1 - HEADER STYLES ****************************************************/

#header {
	width: 770px;
	height: 175px;
	margin: 0;
	padding: 0;
	text-align: center;
}
#header div {
	width: 770px;
	height: 138px;
	display: block;
	background: transparent url("../../himg/banner_no2.jpg") no-repeat top center;
	padding: 0;
	margin: 0;
}
ul#bar {
	width: 770px;
	height: 32px;
	display: block;
	padding: 0;
	margin: 0 0 5px 0;

	border: none;
}
ul#bar li {
	height: 32px;
	display: block;
	float: left;
	padding: 0;
	text-align: center;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: top left;
	border: none;
}
ul#bar li.bar_open {
	background-image: url("../../himg/bar-open.gif");
	width: 41px;
	margin: 0;
}
ul#bar li.bar_close {
	background-image: url("../../himg/bar-close.gif");
	width: 41px;
	margin: 0;
}
ul#bar li.bar_spacer {
	background-color: #FFF;
	background-image: url("../../himg/bar-body.gif");
	width: 12px;
	margin:0;
}
ul#bar li.bar_tab {
	background-color: #FFF;
	background-image: url("../../himg/bar-body.gif");
	width: 88px;
	margin: 0;
}
ul#bar li a {
	display: block;
	width: 88px;
	height: 24px;
	margin: 8px 0 0 0;
	padding: 0;
	font-size: 1px;
	background-repeat: no-repeat;
	background-position: top left;
	border: none;
}
ul#bar li a:hover {
	background-position: bottom left;
	text-decoration: none;
}
ul#bar li a em {
	display: none;
}
ul#bar li a.bar_home {
/*	background-image: url("../../himg/bar-home-gs.png");*/
	background-image: url("../../himg/bar-home.gif");
}
ul#bar li a.bar_news {
/*	background-image: url("../../himg/bar-news-gs.png");*/
	background-image: url("../../himg/bar-news.gif");
}
ul#bar li a.bar_adsl {
/*	background-image: url("../../himg/bar-adsl-gs.png");*/
	background-image: url("../../himg/bar-adsl.gif");
}
ul#bar li a.bar_icard {
/*	background-image: url("../../himg/bar-icard-gs.png");*/
	background-image: url("../../himg/bar-icard.gif");
}
ul#bar li a.bar_tcard {
/*	background-image: url("../../himg/bar-tcard-gs.png");*/
	background-image: url("../../himg/bar-tcard.gif");
}
ul#bar li a.bar_host {
/*	background-image: url("../../himg/bar-host-gs.png");*/
	background-image: url("../../himg/bar-host.gif");
}
ul#bar li a.bar_vpn {
/*	background-image: url("../../himg/bar-vpn-gs.png");*/
	background-image: url("../../himg/bar-vpn.gif");
}
ul#bar li a.bar_band {
/*	background-image: url("../../himg/bar-band-gs.png");*/
	background-image: url("../../himg/bar-band.gif");
}
ul#bar li a.bar_users {
/*	background-image: url("../../himg/bar-users-gs.png");*/
	background-image: url("../../himg/bar-users.png");
}
ul#bar li a.bar_about {
/*	background-image: url("../../himg/bar-about-gs.png");*/
	background-image: url("../../himg/bar-about.png");
}

/**** 2 - RIGHT NAVIGATION *************************************************/
/**** 3 - RIGHT NAV > MENU STYLES *******************************************/
/**** 4 - RIGHT NAV > PANEL STYLES *******************************************/
/**** 5 - MAIN CONTENT ****************************************************/

#content {
	width: 770px;
	height: 70%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: right;
	vertical-align: top;
}
#content p img.adv {
	float: left;
	clear: none;
	margin: 0 15px 0 0;
}
#content p {
	width: 742px;
	display: block;
	padding: 14px;
	margin: 0;
	border: none;
	text-align: justify;
	line-height: 13pt;
	direction: rtl;
}
#content p.textonly {
	display: block;
	width: 750px;
	padding: 10px 0;
	margin: 0 14px 0 14px;
	border: none;
	text-align: justify;
	line-height: 13pt;
	direction: rtl;

}
#content p b {
	display: block;
	margin: 0 0 5px 0;
	padding: 0;

	line-height: 15pt;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #DF0000;
	direction: rtl;
}
#content p b span {
	font-size: 10pt;
	font-weight: bold;
	font-family: "Trebuchet MS", sans-serif;
	direction: rtl;
}
#content p b em {
	font-weight: bold;
	font-style: normal;
	color: #9A9A9A;
}
#content p a {
	white-space: nowrap;
	text-decoration: none;
}

/**** 6 - FOOTER STYLES ***************************************************/
#footer {
	background: url("../../himg/footer-bg.gif") repeat-x top left;
	border: none;
	width: 760px;
	height: 40px;
	margin: 0 auto;
	margin-top: 10px;
	padding: 0px;
	text-align: left;
	vertical-align: bottom;
	margin-bottom: 0;
}
#footer-logo {
	display: inline;
	float: left;
	width: 66px;
	height: 40px;
	margin: 0;
	background: #FFF url("../../himg/footer-logo.gif") no-repeat top left;

}
#footer-info {
	background: url("../../himg/footer-copy.gif") no-repeat bottom left;
	float: left;
	display: inline;
	width: 350px;
	height: 33px;
	margin: 2px 4px;
	padding: 0;
	text-align: left;
	font-family: Tahoma, sans-serif;
	font-size: 7pt;
	line-height: 13pt;
	font-weight: normal;
	color: #505050;
}
#footer-info img {
	margin: 7px 14px 0 0;
	border: none;
}
#footer-link {
	float: right;
	display: inline;
	width: 320px;
	height: 35px;
	margin: 2px 6px;
	padding: 0;
	text-align: right;
	font-family: Tahoma, sans-serif;
	font-size: 7pt;
	line-height: 13pt;
	font-weight: normal;
	color: #505050;
	direction: rtl;
	white-space: nowrap;
	overflow: hidden;
}
#footer-link em {
	display: block;
	font-style: normal;
	margin-right: 10px;
}
#footer a:link, #footer a:visited {
	font-size: 8pt;
/*	color: #808080;*/
	color: #0B6491;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #DF0000; 
	text-decoration: none;
}