@import url("text.css");

/* Direct Aid */

body {
	margin: 0;
	background: #F5F4EB url(assets/bg-site.jpg) repeat-x;
}

#container {width: 800px; margin-left: auto; margin-right: auto;}

#header {
	width: 800px;
	height: 122px;
	background: #99CCCC url(assets/bg-headergradient-title.png) no-repeat;
}

/*** menu ***/
#menu {width: 800px; margin: 0; padding: 0; font-family: Tahoma; font-size: 13px;}

#menu ul {
	list-style-type: none;
	margin: 0;
	margin-left: 5px; /*Left offset of entire tab menu relative to page*/
	padding: 0;
	line-height: 24px;
}

#menu li{display: inline; margin: 0; padding: 0;}

#menu a{
	float: left;
	background: url(assets/bg-navtab-left.png) no-repeat left top;
	margin: 0;
	margin-right: 2px; /*spacing between each tab*/
	padding: 0 0 0 9px;
	text-decoration: none;
}

#menu a span{
	float: left;
	display: block;
	background: url(assets/bg-navtab-right.png) no-repeat right top;
	padding: 6px 12px 6px 3px;
	font-weight: normal;
	color: #F5F4EB;
}

#menu a:hover span {color: #33776F; background-position: 100% -60px;}
#menu a:hover {background-position: 0% -60px;}

/*** featured content ***/
#promo {height: 234px;}
#smallpromo {width: 230px; height: 177px; text-align: center;}
#bigpromo {width: 530px; height: 177px; text-align: center;}

/*** content ***/
#content {
	vertical-align: top;
	height: auto;
	padding-top: 15px;
	margin-bottom: 10px;
	text-align: right;
	direction: rtl;
}

/*** sidebar ***/
#sidebar {padding-top: 15px; padding-bottom: 10px; text-align: center; vertical-align: top;}

/*** footer ***/

#footer {
	height: auto;
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	background: #33776F url(assets/bg-footer.jpg) repeat;
	border-top: 1px solid white;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #F5F4EB;
	text-align: right;
}

.footerbox {
	margin-top: 5px;
	background-color: #398078;
	border: 1px solid #418C84;
}

/*** extras ***/

/* forms: search - login - contact - feedback... */
#form-search {direction: rtl; margin-top: 65px;}

.form-field {
	margin-bottom: 7px;
	margin-right: 10px;
	font-family: Tahoma, "Times New Roman"; 
	font-size: 12px;
	direction: rtl;
	padding: 5px;
	background-color: #418C84; 
	border: 1px solid #1E574F;
	color: white;
	}

.form-label {margin-top: 15px; margin-bottom: 5px;}	
.form-submit {padding: 3px; font-family: Tahoma; font-size: 12px; margin-bottom: 7px;}
.form-signin {padding: 3px; font-family: Tahoma; font-size: 12px; margin-bottom: 3px; margin-right: 10px;}

/* flickr */

#flickr img {
     float: right;
     margin: 0 0px 8px 8px;
     padding: 3px;
     width: 65px;
     height: 65px;
     background: #398078;
     border: 1px solid #418C84;
}