/*
** Redefinitions
*/


body
{
	background-color:  #f1552f;
	font-family: Arial;
	font-size: 0.8em;
	color: #2D2D2D;			
}

a:link, a:visited, a:hover
{
	color: #79787d;		
}

img
{
	border: 0;	
}

h1
{
	margin-top: 0;
	font-size: 1.2em;
	color: #233c8e;
}

h2
{
	font-size: 1.1em;
	color: #233c8e;
}

h3
{
	font-size: 1.0em;
	color: #233c8e;
}

p
{
	margin-top: 0;
}

/*
** containers
*/

div#mainbody, div#footer
{
	padding-left: 5px;
	padding-right: 26px;
}

div#header
{
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;	
	min-height: 176px;
	padding-left: 5px;
	padding-right: 5px;
}

div.normal_content
{
	padding-top: 10px;
	margin-left: 97px;
	margin-right: 95px;
	margin-top: 40px;
	margin-bottom: 20px;
	float: left;
	width:570px;
}

#footer_text
{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 25px;
	margin-bottom: 0px;	
	float: left;
	width: 750px;
	font-size: 0.7em;
	text-align: center;
}

div#content
{
	background-image: url(../images/content.gif);
	background-repeat: repeat-y;
	float: left;
	width: 100%;			
}

div#footer
{
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;			
	height: 15px;
	float: left;
	width: 767px;
	text-align: center;
}

div#whole_page
{
	margin: auto;
	width: 	793px;
}

div.wholeline
{
	min-height: 55px;
	float: left;
	width: 100%;	
}

div.leftbox
{
	width: 185px;
	margin-right: 10px;	
	float: left;	
}

div.rightbox
{
	width: 560px;
	float: left;	
}

div#mapcon
{
	float: left;
	width: 100%;
	margin-bottom: 10px;	
}

div#logobox
{
	float: left;
	width: auto;
	margin-left: 124px;	
}

div#topbox
{
	float: left;
	width: auto;
}

div#swirlbox
{	
	margin: 0;
	padding: 0;
	margin-top: 6px;
	float: right;
	width: auto;
}

div#homeheader div#swirlbox
{	
	margin-top: 6px;
}

div.intbutton, div.intbutton2
{
	float: left;
	width: 165px;
	margin-top: 34px;	
}

div.intbutton
{
	margin-left: 316px;	
}

div.intbutton2
{
	margin-left: 316px;
}

/*
** formats
*/

div.maintitle
{
	background-image:  url(../images/belowheader.jpg);
	background-repeat: no-repeat;
}

div.indent
{
	margin-left: 195px;
	float: left;
	width:567px;	
}

div.privacytitle
{
	margin-left: 50px;
	float: left;
	width: 430px;
	margin-top: 10px;	
}

h1#countrytitle
{
	margin-bottom: 0;
	height: 40px;	
}

div.contacttitle
{
	margin-left: 30px;
	float: left;
	width: 450px;	
}

p.golabel
{
	font-weight: bold;
	color: #233c8e;	
	margin-bottom: 3px;	
}

p#go
{
	margin-top: 5px;	
}

img#countrylogo
{
	float: right;
	width: auto;
	display: none;	
}

input.go
{
	margin-top: 2px;
	margin-left: 5px;
	position:absolute;	
}

img.rest
{
	margin-left: 5px;
	position:absolute;	
}

div#map_left
{
	float: left;
	width: 181px;
	height: 312px;
	margin-left: 6px;
	background-repeat: no-repeat;
	background-image: url(../images/mapleft.gif);
}

div#map_centre
{
	float: left;
	width: 304px;
	height: 312px;
	background-repeat: no-repeat;
	margin-left: 6px;
	background-image: url(../images/mapmiddle.gif);	
}

div#map_right
{
	float: left;
	width: 251px;
	height: 312px;	
	background-repeat: no-repeat;	
	margin-left: 6px;
	background-image: url(../images/mapright.gif);
}

div#swirlbox object
{	
	float: left;
	width: 262px;
}

div#swirlbox img
{	
	float: left;
	width: 262px;
}

div.intbutton a, div.intbutton img, 
{
	float: left;
	width: auto;
}
div.intbutton2 a, div.intbutton2 img
{
	float: left;
	width: auto;
	margin-left: 5px;
}

div#footer, div.minortext p
{
	font-size: 0.8em;
}

div#error, div#alert
{
	font-weight: bold;
	text-align: center;
	color: #000000;
	border: 2px solid;
	padding: 15px;
	padding-left: 55px;
	background-repeat: no-repeat;
	background-position: center left;
	width: 400px;
	margin-left: 20px;
	margin-bottom: 10px;
}	
	
div#alert
{
	background-image: url(../images/alert.gif);
	border-color: #1a3871;
	background-color: #e2edf5;	
}

div#error
{
	background-image: url(../images/error.gif);
	border-color: #ffa800;
	background-color: #fff7a8;	
}

div.lang_select
{
	width: auto;
	float: right;
	margin-right:95px;	
}

select#lang_select
{
	width: 150px;	
}

p#country_text
{
	height: 40px;
}