* { padding:0;
    margin:0;
    direction:rtl; 
    font-family: Arial}

/* Transluscent layer for use with 'modal forms' */
.overlay {position:absolute;top:0px;right:0px;
background-color:#ccc;filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;z-index:4}

/* global tag selectors */
a {color:#fff;text-decoration:none;}
a:hover {text-decoration:underline}
ul {list-style:none;}
body {_text-align :center;background: #cedbeb;) }

/* main container (nav+content) */
#container {width:780px;overflow:hidden;margin: 0 auto;_text-align:right;background-color:#fff;}

/* main top nav container */
#nav {background: url(../../imgs/nav.jpg) no-repeat;width:100%;height:192px}
/* main top nav list */
#nav ul {float:left;margin:10px 0 0 5px;width:510px;}
#nav ul li {float:right;padding: 0 3px}
#nav ul li, #nav ul li a {font-size:12px;font-weight:700;color:#343d44;}
/*current page selected*/
#nav ul li a.selected {color:#11f;}

/* site logo */
#nav h1 {background:url(../../imgs/logo.jpg) no-repeat;width:239px;height:133px;_overflow:hidden;float:right; margin-right: 38px;}
#nav h1 span {visibility:hidden;}
/*footer ul*/
#footer {float:left;clear:both;width:100%;background-color:#222d2d;}
#footer li{float:left;color: #fff;font-size:12px}
#footer #copyright {padding: 0 210px;}
#footer #notice {margin-left:20px}
#footer img {border:none;}
