@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
} /* Global whitespace reset used to rest the differences between the inbuilt styles of various browsers */

img, div {
	behavior: url(iepngfix.htc)
}

#outerwrapper	{
	width: 800px;
	height:920px; /*760*/
	margin: auto;
	background: url(../images/main_bg2.jpg) 0 0 no-repeat;
	
}

#wrapper	{
	position: relative;
	top:15px;
	width: 760px;
	height: 890px; /*730*/
	margin: 0px 0 0 20px;
}

#header	{
	height:229px;
	background-color:#0033AA;
}

/*****************/
/*  navigation   */
/*****************/

.menu {
	/*width:945px;*/
	height:60px;
	position:relative;
	z-index:100;
	/*border-right:1px solid #000;*/
	font-family:arial, sans-serif;
	background:#FFFFFF;
}

/* hack to correct IE5.5 faulty box model */
* html .menu {
	/*width:946px;
	w\idth:945px;*/
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}

.menu ul ul {
	/*width:149px;*/
	width:94px;
	}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	/*width:149px;*/
	width:94px;
	position:relative;
	}

/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:12px;
	text-decoration:none;
	color:#fff;
	/*width:138px;*/
	/*width:79px;*/
	width:83px;
	height:60px;
	/*border:1px solid #000;*/
	/*border-width:1px 0 1px 1px;*/
	background:#0033aa;
	padding-left:10px;
	line-height:29px;
	font-weight:normal;
	}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	/*width:149px;
	w\idth:138px;*/
	width:94px;
	w\idth:83px;
}
 
/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background:#ff0000 url(http://www.cssplay.co.uk/menus/breadcrumbs/grey-arrow.gif) no-repeat 130px center;
}

/* style the second level hover */
.menu ul ul a.drop:hover{
	background:#c9ba65 url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center;
}

.menu ul ul :hover > a.drop {
	background:#c9ba65 url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center;
}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	background:#e2dfa8;
}

/* style the third level hover */
.menu ul ul ul a:hover {
	background:#b2ab9b;
} 
 
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:60px;
	left:0;
	width:94px;
	/*border-top:1px solid #000;*/
}

/* another hack for IE5.5 */
* html .menu ul ul {
	top:30px;
	t\op:31px;
	}
 
/* position the third level flyout menu */
.menu ul ul ul{
	left:94px;
	top:-1px;
	width:94px;
	}
 
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
	left:-94px;
	}
 
/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;
	}
 
/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background:#999;
	color:#fff;
	height:auto;
	line-height:1em;
	padding:5px 10px;
	/*width:128px;*/
	width:73px;
	/*border-width:0 1px 1px 1px;*/
	}

/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {
	/*width:150px;
	w\idth:128px;*/
	width:94px;
	w\idth:72px;
}
 
/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
	color:#fff;
	background:#ff0000;
	}
	
.menu :hover > a, .menu ul ul :hover > a {
	color:#fff;
	background:#ff0000;
	}
 
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
	visibility:visible;
	}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
	visibility:hidden;
	}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{
	visibility:visible;
}

div#menu li.subnav a	{
	background:#0033aa url(../images/blue-arrow.gif) no-repeat 74px 10px;
}

div#menu li.nobg a	 {
	background-image:none;
	}

div#menu li.subnav a:hover	 {
	background:#ff0000 url(../images/red-arrow.gif) no-repeat 74px 10px;
}

div#menu li.nobg a:hover {
	background-image:none;
	}

#podbutton {
	/*background: #0033aa url(../images/pod-icon) no-repeat 5px 14px;*/
	width: 196px;
	height: 60px;
	background: #0033aa;
}

#podbutton img {
	padding: 10px 0 0 8px;
	margin:0 0 0 0;
}

li#podbutton a:hover {
	background:#00FF33;
}


  /**************************************/
 /*** content -- left/right columns  ***/
/**************************************/

#left_col	{
	height: 540px; /*380*/
	width: 380px;
	position: relative;
	float: left;
	background: url(../images/grad-left2.jpg) no-repeat 0 0;
}

#right_col	{
	height: 540px;
	width: 380px;
	position: relative;
	float: left;
	background: url(../images/grad-left2.jpg) no-repeat 0 0;
}

#right_col_01left	{
	height: 100%;
	width: 190px;
	position: relative;
	float: left;
	text-align: center;
	background: url(../images/grad-right2.jpg) no-repeat 0 0;
}

#right_col_02right	{
	height: 100%;
	width: 190px;
	position: relative;
	float: left;
	text-align: left;
	background: url(../images/grad-right2.jpg) no-repeat 0 0;
}

#right_col_imgs {
	padding: 48px 0 0 0;
}

#right_col_imgs img	{
	padding: 0 0 20px 0;
}

#right_col2_imgs {
	padding: 48px 0 0 0;
}

#right_col2_imgs img	{
	padding: 0 0 20px 9px;
}

  /**********************/
 /****left col style****/
/**********************/

#elastic h1,
#left_col h1	{
	margin: 0;
	/* padding: 15px 15px 5px 15px; */
	padding: 15px 9px 12px 9px; /* Changed left + right padding to align with grid */
	font-size:15pt;
	color: #333333;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-align:left;
	line-height:110%;
	text-decoration:none;
}

#elastic h2,
#left_col h2	{
	margin: 0;
	/* padding: 15px 15px 5px 15px; */
	padding: 0 9px 8px 9px; /* Changed left + right padding to align with grid */
	font-size:10pt;
	color: #333333;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-align:left;
}

#elastic p,
#left_col p	{
	margin: 0;
	/* padding: 5px 15px 15px 15px; */
	padding: 0 9px 6px 9px; /* Changed left + right padding to align with grid */
	font-size:9pt;
	color: #666666;
	font-family: Helvetica, Arial, sans-serif;
	line-height:125%;
	text-align:left;
}

#elastic a,
#left_col a	{
	color: #666666;
	text-decoration:underline;
}

#elastic a:hover,
#left_col a:hover	{
	color: #000000;
	text-decoration:underline;
}

#elastic ul,
#left_col ul {
	list-style:circle;
	margin:0;
	padding:0 0 7px 30px;
}

#elastic li,
#left_col li {
	/* this is a repeat of the <p> style but for unordered lists */
	margin: 0;
	padding: 0 9px 0 9px; /* Changed left + right padding to align with grid */
	font-size:9pt;
	color: #666666;
	font-family: Helvetica, Arial, sans-serif;
	text-align:left;
	line-height:125%;
}

/*.logos	{
	padding: 80px 0 0 15px;
}*/

  /***********************/
 /****right col style****/
/***********************/

#right_col h1	{
	margin: 0;
	/* padding: 15px 15px 5px 15px; */
	padding: 15px 9px 12px 9px; /* Changed left + right padding to align with grid */
	font-size:15pt;
	color: #333333;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-align:left;
	line-height:110%;
}

#right_col h2	{
	margin: 0;
	/* padding: 15px 15px 5px 15px; */
	padding: 0 9px 8px 9px; /* Changed left + right padding to align with grid */
	font-size:10pt;
	color: #333333;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-align:left;
}

#right_col p	{
	margin: 0;
	/*padding: 0px 15px 15px 15px;*/
	padding: 0px 9px 6px 9px; /* Changed left + right padding to align with grid */
	font-size:9pt;
	/*color: #666666;*/
	color: #666; /* Secondary text needs to be less visible than the main copy */
	font-family: Helvetica, Arial, sans-serif;
	line-height:125%;
	text-align:left;
}

#right_col2 p	{
	margin: 0;
	/*padding: 0px 15px 15px 15px;*/
	padding: 0px 9px 15px 9px; /* Changed left + right padding to align with grid */
	position: relative;
	top: 48px;
	font-size:9pt;
	/*color: #666666;*/
	color: #666; /* Secondary text needs to be less visible than the main copy */
	font-family: Helvetica, Arial, sans-serif;
	line-height:125%;
	text-align:left;
}

#right_col a	{
	color: #666666;
	text-decoration:underline;
}

#right_col a:hover	{
	color: #000000;
	text-decoration:underline;
}

#right_col ul {
	position:relative;
	list-style:circle;
	margin:0;
	padding:0 0 0 30px;
}

#right_col li {
	/* this is a repeat of the <p> style but for unordered lists */
	margin: 0;
	padding: 0 9px 3px 9px; /* Changed left + right padding to align with grid */
	font-size:9pt;
	color: #666666;
	font-family: Helvetica, Arial, sans-serif;
	text-align:left;
}

#form	{
	padding:0 0 0 9px;
}

.label	{
	padding:5px 0 1px 0;
	font-size:9pt;
	color: #333;
	font-family: Helvetica, Arial, sans-serif;
}

  /*******************/
 /*** Footer      ***/
/*******************/

/* Renamed styles to be semantically correct */

#footer	{
	height:60px;
	width:760px;
	position: relative;
	float: left;
	background-image: url(../images/endstrip.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

/* Changed from H1 to p as this copy would conflict in terms of importance with the title otherwise */

#footer p	{
	margin: 0;
	padding: 22px 0 0 0;
	font-size:12pt;
	color: #CCCCCC;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-align:left;
}

/* positioned with an inline span class, non breaking spaces appear differently in depending on browser */

.tel	{
	position:relative;
	left:9px;
}

.fax	{
	position:relative;
	left:64px;
}

  /********************/
 /*** Lower Footer ***/
/********************/

#lowerfooter	{
	height:30px;
	width:760px;
}

#lowerfooter h3	{
	font-family: Arial, sans-serif;
	font-size:8pt;
	font-weight:normal;
	color:#999999;
	position:absolute;
	top:896px; /*736*/
	left:0;
}

#subnav	{
	position:absolute;
	width:325px;
	/*width:238px;*/
	top:893px; /*733*/
	/*right:-19px;*/
	right:-11px;
}

#subnav a	{
	font-family: Arial, sans-serif;
	font-size:8pt;
	color:#999999;
	text-decoration:none;
}

#subnav a:hover	{
	color:#000000;
	text-decoration:underline;
}