/*------------------------------------------------------------*
**  03 Nov 2008
**  AzeemAlim.co.uk
**------------------------------------------------------------*/

/*------------------------------------------------------------*
**  Global Styles
**------------------------------------------------------------*/

html
{
	margin: 0; 
	padding: 0;
	height: 100%;  	
}

body 
{
	font-family: Verdana, Trebuchet MS, Arial, sans-serif;
  	width: 100%;	
  	height: 100%;
  	color: #000;
  	background: #333333 url(img/page-bg.png) repeat-y 50%;
  	margin: 0px;
  	padding: 0px;
  	border: 0px solid red;
}

#container 
{
	padding: 0px 0px 0px 16px;
	margin: auto; 
	width: 885px;
	position:relative;
	border: 0px solid red;
}

*html #container {padding: 0px 0px 0px 19px;}

@media{#container{padding: 0px 0px 0px 19px;}}

/*------------------------------------------------------------*
**  Main Navigation and Header
**------------------------------------------------------------*/

#heading
{
	width:868px;
	position: relative;
	margin: 0px;
	padding: 0px;
	height: 195px; 
	background: #ffffff url(img/header.png) no-repeat 0px 0px;
	border-left: 0px solid #9a9a9a;
	border-right: 0px solid #9a9a9a;
}

#main-nav 
{ 
	background:transparent none repeat scroll 0 0;
	border:0 solid red;
	float:right;
	height:33px;
	margin:150px 0px 0px 0px;
	padding:0px 1px 0px 0px;
}

#main-nav dl 
{
	margin: 0px; 
	padding: 0px; 
}

/* IE5 Mac Hack \*/ 
#main-nav { padding-left: 12px; } 
/*/ 
#main-nav { padding-left: 11px; overflow: hidden; } 
/* End Hack */

#main-nav dt 
{ 
	float: left; 
	margin: 0px; 
	padding: 0px; 
}

#main-nav dt a
{
	display: block;
	height: 0px !important;
	height /**/:33px; /* IE 5/Win hack */ 
	padding: 33px 0 0 0;
	overflow: hidden;
	background-repeat: no-repeat;
}
#main-nav dt a:visited
{
	color: #97A2A8; 
	font-size: 0px;
}

#main-nav dt#home,
#main-nav dt#home a
{ 
	width: 81px; 
	height:33px; 
	background-image: url(img/nav-image.png); 
	background-position: 0px 0px;
}
#main-nav dt#eid2007,
#main-nav dt#eid2007 a
{ 
	width: 172px; 
	height:33px; 
	background-image: url(img/nav-image.png); 
	background-position: -81px 0px;
}
#main-nav dt#readership,
#main-nav dt#readership a 
{ 
	width: 223px; 
	height:33px; 
	background-image: url(img/nav-image.png); 
	background-position: -253px 0px;
}
#main-nav dt#advert,
#main-nav dt#advert a 
{ 
	width: 118px; 
	height:33px; 
	background-image: url(img/nav-image.png); 
	background-position: -476px 0px;
}
#main-nav dt#contact,
#main-nav dt#contact a 
{ 
	width: 90px; 
	height:33px; 
	background-image: url(img/nav-image.png);
	background-position: -594px 0px;
}

#main-nav dt#home a:hover {background-position: 0 -33px;}
#main-nav dt#eid2007 a:hover {background-position: -81px -33px;}
#main-nav dt#readership a:hover {background-position: -253px -33px;}
#main-nav dt#advert a:hover {background-position: -476px -33px;}
#main-nav dt#contact a:hover {background-position: -594px -33px;}

#main-nav dt#home a.active,
#main-nav dt#home a.active:hover {background-position: 0 -66px;}

#main-nav dt#eid2007 a.active,
#main-nav dt#eid2007 a.active:hover {background-position: -81px -66px;}

#main-nav dt#readership a.active,
#main-nav dt#readership a.active:hover {background-position: -253px -66px;}

#main-nav dt#advert a.active,
#main-nav dt#advert a.active:hover {background-position: -476px -66px;}

#main-nav dt#contact a.active,
#main-nav dt#contact a.active:hover {background-position: -594px -66px;}

/*------------------------------------------------------------*
**  Left and Right Columns
**------------------------------------------------------------*/

#leftbox
{	 
	background: #fff url(img/london.jpg) repeat-y 100% 0px;
	float: left;	
	margin: 20px 0px 20px 0px;
	padding-left:0px;
	width:868px;
	border-right:0px solid #000000;
}

#rightbox
{	
	position:absolute;
	top: 259px;
	left: 535px;
	width: 189px;
	margin: 20px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	text-decoration:none;
}

div.orange-box
{
	color: #4c3b18;
	left: 0px;
	background:#EAB649 url(img/der.png) no-repeat scroll -1px 0;
	clear:both;
	margin:22px 165px 0 22px;
	padding:20px 20px 20px 280px;
	font-size: 12px;
	line-height: 22px;
	border:0px solid #97752f;
}

/*------------------------------------------------------------*
**  Rounded Box
**------------------------------------------------------------*/

.tl-corner
{
	margin: 0px 0px 15px 20px;
	padding:0px 0px 0px 0px;
	background: #EACE95 url(img/yellow-bg.gif) no-repeat scroll 121px -66px;
	width: 477px;
}
.tr-corner {background:url(img/tr-corner.gif) 100% 0 no-repeat;}
.bl-corner {background:url(img/bl-corner.gif) 0 100% no-repeat; padding:5px 15px 5px 15px;}
.br-corner {background:url(img/br-corner.gif) 100% 100% no-repeat;}

/*------------------------------------------------------------*
**  Headings and Typography
**------------------------------------------------------------*/

span.heading{display:none;}

h1
{
	margin: 0px 0px 0px 0px;
	padding:12px 0px 0px 19px;
	color: #fff;
	font-size: 25px;
	font-weight: normal;
	text-align:left;
	font-family: Verdana, Trebuchet MS, Arial, Helvetica, sans-serif;
	border: none;
}

h2
{
	margin: 0px 20px 10px 20px;
	padding:0px 0px 0px 0px;
	color: #eab649;
	font-size: 23px;
	font-weight: bold;
	letter-spacing: -1px;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 35px;
}

h3
{
	margin: 0px 20px 0px 20px;
	padding:0px 0px 0px 0px;
	color: #7890ad;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
}

#leftbox p, 
#rightbox p
{
	font-family: Verdana, Trebuchet MS, Arial, sans-serif;
	color: #444;
	line-height: 23px;
	font-size: 12px;
	margin:0px 189px 20px 20px;
	padding: 0px 0px 0px 0px;
}

span.highlight
{
	background: #D8E2D8;
}

acronym 
{ 
	border-bottom: 1px dotted #ff0000; 
	cursor: help; 
}

strong
{
	font-size: 16px;
}

/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/

#footer
{
	position:relative;
	margin: 0px 17px 0px 0px;
	padding: 0px 10px 5px 5px; 
	border-bottom: 7px #5e7794 solid;
	background: #7796bb url(img/lines.gif) repeat-x 0px -2px;
	text-align:right;
	clear: both;
}

#footer p, #footer a
{
	font-size: 11px;
	color: #3a4859;
	background-color: transparent;	
	padding-top: 8px;
	padding-bottom: 6px;
	margin: 0px;	
}

#footer a:visited
{
	font-style:normal;	
	text-decoration:underline;

}
#footer a:hover {text-decoration:none;}


/*------------------------------------------------------------*
**  Links
**------------------------------------------------------------*/

#leftbox p a,
#rightbox p a,
#leftbox li a,
#rightbox ul.rightlist a
{
	color: #355B7D;
	text-decoration:none;
	border-bottom: 1px solid #355B7D;
}

#leftbox p a:hover,
#rightbox p a:hover,
#leftbox li a:hover,
#rightbox ul.rightlist a:hover
{
	color:#7796bb;
	text-decoration:none;
	border-bottom: 0px solid #7796bb;
}

#leftbox p a:visited,
#rightbox p a:visited,
#leftbox li a:visited,
#rightbox ul.rightlist a:visited
{
	font-style: italic;
	color: #999;
	text-decoration:none;
	border-bottom: 1px solid #999;
}

.orange-box a
{
	color: #355B7D;
	text-decoration:none;
	border-bottom: 1px solid #355B7D;
}
.orange-box a:hover
{
	color:#fff;
	background: #c69a3e;
	text-decoration:none;
	border-bottom: 0px solid #7796bb;
}
.orange-box a:visited
{
	font-style: italic;
	color: #666;
	text-decoration:none;
	border-bottom: 1px solid #666;
}

/*------------------------------------------------------------*
**  Images
**------------------------------------------------------------*/

.photoright
{
float:right;
margin: 10px 165px 0px 10px;
padding: 0px 0px 0px 0px;
background: #fff;
}

.photoright2{
float:right;
margin: 22px 215px 0 10px;
padding: 0px 0px 0px 0px;clear:right;
}

.photoright3{
float:left;
margin: 0px 12px 20px 12px;
padding: 0px 0px 0px 0px;
}

a img,
a img:visited {border:0;}

/*------------------------------------------------------------*
**  Price Box
**------------------------------------------------------------*/

#leftbox dl{
	position:relative;
	font-size: 12px;
	background: none;
	font-weight:bold;
	color: #5b503a;
}
#leftbox dl dt{
	margin:10px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	position:relative;
	text-align:left;
	border-bottom:1px dotted #bea779;
}

* html #leftbox dl dt{
	border:none;
	background: url(img/dashed-line.gif) repeat-x left bottom;
}

#leftbox dl dd{
	float:right;
	background:none;
	margin:-16px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	position:relative;
}

#leftbox dl a,
#leftbox dl a:visited
{
	color: #5b503a;
	text-decoration: underline;
	border-bottom: 0px solid #355B7D;
}