/*  01. BASICS ################################################ */
/*  02. LAYOUT ################################################ */
/*  03. METANAVIGATION ######################################## */
/*  04. MAINNAVIGATION ######################################## */

/*  01. BASICS ################################################ */

* {
	padding: 0; 
	margin: 0;
}

body {
	font-size: 70%; 
	background-color: #e2e2e2; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* => 0.7em bzw. 11px; http://www.reeddesign.co.uk/test/points-pixels.html */ 
}

/*  02. LAYOUT ################################################ */

#container {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 768px;
	margin: 0 0 0 -384px;
	padding-left: -384px;
	background: #fff;
}

#branding {
	display: block;
	width: 768px;
	height: 84px;
	background: url(../images/headerBg.gif) no-repeat;
	border-bottom: 1px solid #fff;
}

#branding h1 {
	margin: 11px 0px 0px 20px;
}

#branding h1 a {
	display: block;
	width: 177px;
	height: 42px;
	background: url(../images/logo.gif) no-repeat;
}

#branding h1 a span {
	display: none;
}

#image_left {
	width: 289px;
	height: 180px;
	background: url(../images/standard_left.jpg) no-repeat;
	border-right: 1px solid #fff;
	float: left;
}

#image_right {
	float: right;
	width: 478px;
	height: 180px;
	background: url(../images/standard_right.jpg) no-repeat;
}

#naviMain {
	clear: both;
	padding-top: 10px;
}

#naviMain ul {
	padding: 0px 0px 10px 277px;
	border-bottom: 1px solid #c1c1c1;
}

#naviMain ul li {
	display: inline;
	margin-left: 10px;
}

#naviMain ul li a {
	color: #767676;
	font-size: 10px;
	font-weight: bold;
}

#naviMain ul li a:hover {
	color: #ad946b;
}

#naviSub {
	float: left;
	margin: 68px 0px 0px 17px;
}

#naviSub ul {
	width: 200px;
}

#naviSub ul li {
	margin-bottom: 8px;
	border-bottom: 1px solid #ad946b;
	padding-bottom: 9px;
}

#naviSub ul li a {
	color: #ad946b;
	font-size: 10px;
	text-transform: uppercase;
}

#naviSub ul li.cur a,
#naviSub ul li a:hover {
	color: #767676;
}

#contentMain {
	float: right;
	width: 448px;
	margin:  40px 30px 60px 0px;	
}

#naviMeta {
	position: absolute;
	bottom: 0px;
	height: 24px;
	width: 100%;
	border-top: 5px solid #e2e2e2;
	background: #757575;
}

#naviMeta ul {
	margin: 6px 0px 0px 290px;
}

#naviMeta ul li {
	display: inline;
	margin-right: 20px;
	color: #fff;
}

#naviMeta ul li a {
	color: #fff;
	text-decoration: underline;
}

#naviMeta ul li a:hover {
	text-decoration: none;
}

#naviMain .language {
	float: left;
	margin-left: 20px;
}

#naviMain .language a {
	float: left;
	margin-right: 10px;
}

#naviMain .language .english {
        display: block;
	width: 16px;
	height: 11px;
	background: url(../images/gb.gif) no-repeat;
}

#naviMain .language .german {
        display: block;
	width: 16px;
	height: 11px;
	background: url(../images/de.gif) no-repeat;
}

#naviMain .language .arabic {
        display: block;
	width: 16px;
	height: 11px;
	background: url(../images/sa.gif) no-repeat;
}

#naviMain .language .arabic span,
#naviMain .language .english span,
#naviMain .language .german span {
	display: none;
}

.quicklinks {
	font-weight: bold;
	margin-bottom: 13px;
	color: #757575;
}

.clinic {
	
}

.clinic a {
	white-space: normal;
}

.clinic ul {
	list-style-type: disc;
	padding: 0 0 0 15px;
}

.clinic td, .clinic th {
	padding: 5px;
}

.clinic td {
	vertical-align: top;
}

.clinic th {
 	padding: 5px;
 	color: #FFF;
	font-size: 12px;
	background: #AD946B;
	font-weight: normal;
	text-align: center;
}

.divider {
	height: 1px;
	background: #AD946B; 	
}
