/*GLOBAL--------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-family:Arial, serif;
	font-size: 9pt;
	background: #F8F8F8;
	color:#808080;
}

a, a:visited {
	text-decoration: underline;
	color: #000;
}

a:hover {
	color: #509090;
}

h3 {
   font-size:11px;
   font-family: Arial, serif;
   color: #333;
}

/*MAIN HOLDER---------------------------------------------------*/

#container {
	width: 776px;
	background: #fff;
	margin: 0 auto;
}

/*HEADER-------------------------------------------------------*/

#header {
	width: 772px;
	height: 82px;
	background:#fff url(../images/head1.jpg) no-repeat;
}

#header h1{
	padding-top: 25px;
	font-family: "Arial Black", sans-serif;
	font-weight:bold;
	color: #dee1f0;	
	padding-left: 18px;
	font-size: 24px;
}

#header h2{
	font-size: 9pt;
	padding-left: 18px;
	color: #fff;	
}

#header a, #header a:visited {
   	color:#fff;
   	text-decoration:none;
}

#header a:hover {
   	 color:#fff;
	border-bottom:1px solid #fff;
}

/*NAVIGATION HEAD BUTTONS----------------------------------------*/

#nav {
	width: 772px;
	height: 30px;
	background:#fff url(../images/foot.png) no-repeat;
	font-weight: bold;
	font-size: 8pt;
	padding-top: 5px;
	text-align:center;
}

#nav a, #nav a:visited {
	color: #fff;
	text-decoration: none;
	margin-right: 15px;
}

#nav a:hover {
	color: #fff;
	border-bottom:1px solid #fff;
}

/*LEFT SIDE---------------------------------------------*/

#left {
	color: #000;
	width: 134px;
	float: left;
	margin-left: 10px;
	padding: 8px;
}

#left p {
	margin-bottom: 20px;
	background: #fff;
}

#left li {
	list-style-image: url(../images/b.gif);
}

#left ul {
    	margin: 0px 0px 0px 15px;
    	padding: 0px 0px 10px 5px;
}

#left h3 {
    	display:block;
    	background:#ccc;
    	color:#16633E;
    	padding-left:10px;
    	margin-bottom: 5px;
}

#infobox {
	border: 1px solid #ff0000;
	background: #f4f4f4;
	padding: 3px;
	margin-top: 5px;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
}

#infobox h2 {
	font-size: 12px;
	color: #000;
	padding: 3px;
	margin-top: 5px;
	font-family: Arial, Verdana, Sans-Serif;
	font-weight: bold;
}

#infobox li {
	list-style-image: url(../images/c.gif);
}

#infobox ul {
    	margin: 0px 0px 0px 10px;
    	padding: 0px 0px 1px 5px;
}

blockquote {
	padding:2px 6px;
	background:#ffe4e1;
	margin:10px 0;
	border:1px solid #ccc;
	text-align:left;
}


/*RIGHT SIDE-------------------------------------------------*/

#right {
	color: #000;
	width: 150px;
	float: right;
	padding: 8px;
	margin-right: 8px;
	margin-left: 7px;
}

#right p {
	margin-bottom: 20px;
	background: #fff;
}

#right h3 {
    	display:block;
    	background:#ccc;
    	color:#16633E;
	padding-left:10px;
	margin-bottom: 5px;
}

#right li {
	list-style-image: url(../images/b.gif);
}

#right ul {
    	margin: 0px 0px 0px 15px;
	padding: 0px 0px 10px 0px;
}

/*CONTENT------------------------------------------------*/

#content {
	float: left;
	width: 400px;
	margin: 8px 0 0 4px;
	color: #fff;
}


#content h2{
	font-size: 12pt;
	font-weight: bold;
	color: #509090;
	margin-bottom: 5px;
	padding-left: 14px;
	background: #fff;
	border-bottom:1px solid #509090 
}


#content p {
	margin-bottom: 20px;
	padding-left: 14px;
	color: #000;
}


/* =Links
-------------------------*/

#imshow {
	background: transparent url(../images/1.jpg) top left no-repeat;
	width: 390px;
	height: 260px;
	position: relative;
	margin: 1px auto 0 auto;
	font: bold 13px/25px Arial, Helvetica, sans-serif, sans;
}
#imshow ul{
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 230px;
	list-style: none;
}
#imshow li {
	background-color: #ccc;
	display: inline;
	margin: 2px 0 0 0;
	float: left;
	text-decoration: none;
	text-align: center;
}
#imshow a {
	color: #509090;
	text-align: center;
	display: block;
	width: 130px;
	text-decoration: underline;
}
#imshow a:hover {
	color: #000;
	visibility: visible;
}
#imshow a img {
	width: 390px;
	height: 230px;
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
	visibility: hidden;
}
#imshow a:hover img { visibility: visible; }

/* =Attention block
-------------------------*/
#block {
	margin: 25px 30px 0 30px;
	padding: 15px 20px;
	background-color: #e3d9aa;
	border-top: 1px solid #514735;
	border-bottom: 1px solid #514735;
}

 
/*UKFLAG----------------------------------------------------------*/

#box {
	padding: 1px;
	background: url(../images/flagbox.png) no-repeat;
	height: 20px;
	margin-bottom:10px;
	text-align: right;
}

#box a img {
	border:none;
}

/*FOOTER------------------------------------------------------*/

#footer {
	color: silver;
	font-family: sans-serif;
	font-size: 7pt;
	background:#fff url(../images/foot.png) no-repeat;
	clear: both;
	width: 756px;
	padding: 4px 4px 4px 15px;
	text-align: left;
}

#footer a, #footer a:visited{
	color: silver;
	font-weight: bolder;
	text-decoration: none;
}

#footer a:hover {
	color: white;
	border-bottom:1px solid #fff;
}
