/*
	Designed for : http://www.mediagroup.ae/
    Designed by  : http://www.twitter.com/francoisamarais
	Author 		 : Francois Marais
*/

/* Colours
	
	light pink 	: #decfa4
	dark red	: #551319
	dark gray	: #333333
	border gray : #474747
	
*/


/*Typography
--------------------------------------------*/

h1 {
	font-size:24px;
}
h2 {
	font-size:20px;
}
h3 {
	font-size:18px;
}
h4 {
	font-size:16px;
}
h5 {
	font-size:14px;
}
h6 {
	font-size:12px;
}

h1, h2, h3, h4, h5, h6{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#6f0000;
	margin-bottom:5px;
	font-weight:normal;
	line-height:normal;
}


/* General HTML
--------------------------------------------*/

body{
	background:#000000;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.3em;
	color:#cccccc;
}

div.spacer{
	line-height:1em;
}

/* Header
--------------------------------------------*/
#header{
	border-bottom:1px solid #303030;
	width:850px;
	margin:0 auto;
}

#head{
	height:69px;
	width:300px;
	float:left;
}

#toptext{
	margin-top:20px;
	height:160px;
	font-size:12px;
	line-height:18px;
	position:relative;
}

#toptext a{
	color:#cccccc;
	text-decoration:none;
}

#ccontact{
	text-align:right;
	font-size:12px;
	line-height:14px;
	margin-top:10px;
}

#cabout{
	float:right;
	text-align:left;
	font-size:12px;
	line-height:15px;
	width:430px;
}

.yellow{
	color:#ffd22f;
}

#chome {
	padding:0 20px;
	height: 178px;

}


.linkbox{
	background:url(../img/pdf.gif) no-repeat right;
	text-align:right;
	padding-right:35px;
	line-height:32px;
}

#slider {
	width: 477px !important;
	margin: 0px;
	height: 160px;
	overflow: hidden !important;
	float:right;
}

#slider_previous {
	position: absolute;
	bottom: 50px;
	left: 340px;
	*left: 40px;
	z-index: 999;
}

#slider_next {
	position: absolute;
	bottom: 50px;
	right: -30px;
	z-index: 999;
}



/* Navigation
--------------------------------------------*/

#navbar{
	border-top:1px solid #666666;
	color:#333333;
	font-style:italic;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:850px;
	margin:0 auto;
}

#navbar a {
	color:#ccccccc;
	text-decoration:none;
}

#navbar a:hover {
	text-decoration:underline
}

#navbar li:hover {
	background:url(../img/button_hover.png) no-repeat bottom center;
}

#navbar .active{
	color:#ffffff;
	text-decoration:underline
}

#rightnav ul li{
	display:inline;
	padding:0px 0px 0px 10px;
}

#leftnav ul li{
	display:inline;
	padding:0px 10px 0px 0px;
}

#leftnav{
	margin:0px auto;
	float:left;
	display:inline;
}

#rightnav{
	margin:0px auto;
	float:right;
	display:inline;
}

#rightnav a{
	color:#cccccc;
}

/* Content Page
--------------------------------------------*/
#content{
	text-align:center;
}

#flash{
	margin:20px auto;
}

/* Footer
--------------------------------------------*/
#footer{
	width:850px;
	margin:0 auto;
	text-align:right;
	font-size:14px;
	color:#cccccc;
}


