*,h1,h2,h3,p, img { margin: 0; padding: 0; outline: 0; border:none; }

body {
	background: #221F20;
	font: 12px/170% 'Arial', 'Georgia', Geneva, Verdana, sans-serif;
	color: #000000; 
}

/* links */
a, a:visited {	
	color: #666666 ;
	background: inherit;
	text-decoration: underline;
}
a:hover {
	color: #F8971C;
	background: inherit;
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	font-family: 'Arial', 'Georgia', Geneva, Verdana, sans-serif;
	font-weight: Bold; 	
	color: #000000;
}
h1 {
	font-size: 2.2em;
}
h2 {
	padding:10px 0 10px 0;
	font-size: 1.4em;
	font-weight:bold;
	color: #F8971C;
}
h3 {
	font-size: 1.2em;
	font-style:italic;
	font-weight: normal;	
	padding-bottom:10px;
	color::#666666;

}

/* layout - fixed 1 Column */
#wrapper {
	width: 900px;
	margin: 0 auto;
	}
	
#header {
	width: 100%;
	height: 175px;
	background-image: url(../images/header.gif);
	float:left;
	}
#header #imgLogo { float:left; padding-right:50px;}
#header #logos { padding:52px 0 0 40px; }
#header ul { list-style:none;  }
#header li { float:left; display:block; padding-right:15px; padding-top:15px; }

#header #selectors { float:right; padding-top:15px; }

#contentwrapper {
	padding-top:20px;
	width:100%;
	background-image: url(../images/content-bg.gif);
	float:left;
	}
	

#content { 
	background: url(../images/content-main-bg.gif) repeat-y;
	padding: 20px 40px 0px 70px;
	}
	
#footer {
	width: 100%;
	height: 93px;
	clear: both;
	background:  url(../images/footer.gif);
	}

/* Navigation */
#contentwrapper .mainWrapper #tabs {
	background-color:#221E1F;
	margin:0 28px 0 48px;
	/*background:url(../images/navoptions_back.gif) repeat-x;*/
	height:28px;}
/* Hides from IE-mac \*/
* html #contentwrapper .mainWrapper #tabs { 
	margin:0 28px 0 48px;}
/* End hide from IE-mac */

#contentwrapper .mainWrapper #tabs .firstOff {
	background:url(../images/navoptions_first_off.gif) no-repeat;
	height:28px;}

#contentwrapper .mainWrapper #tabs  ul {
	margin:0;
	padding:0;}

#contentwrapper .mainWrapper #tabs ul li {
	list-style:none;
	float:left;
	height:28px;
	background:url(../images/navoptions_standard.gif) repeat-x;
	position:relative;
	width:14%;}
	
#contentwrapper .mainWrapper #tabs ul li.firstOff {
	background:url(../images/navoptions_first_off.gif) repeat-x;
	padding-left:0px;}
	
#contentwrapper .mainWrapper #tabs ul li.firstOn {
	background:url(../images/navoptions_first_on.gif) repeat-x;
	padding-left:0px;}
	
#contentwrapper .mainWrapper #tabs ul li.offOn {
	background:url(../images/navoptions_off_on.gif) repeat-x;}
	
#contentwrapper .mainWrapper #tabs ul li.onOff {
	background:url(../images/navoptions_on_off.gif) repeat-x;}
	
#contentwrapper .mainWrapper #tabs .endOff {
	background:url(../images/navoptions_end_off.gif) no-repeat;
	height:28px;
	width:5px;
	float:left;}

#contentwrapper .mainWrapper #tabs .endOn {
	background:url(../images/navoptions_end_on.gif) no-repeat;
	height:28px;
	width:5px;
	float:left;}
	
	
#content	p { width:90%;}
#content ul { padding:20px 20px 20px 50px; }

	
#tabs a:link,
#tabs a:visited,
#tabs a:active {
	color:#fff;
	position:absolute;
	padding-top:5px;
	text-indent:14px;
	font-size:0.9em;
	font-weight:bold;
	text-decoration:none;
	/*text-transform:uppercase;*/
	width:100%;}

#accessOptions { clear:right; float:right; color:#FFFFFF; padding-right:30px;}
#accessOptions a:link:active, #accessOptions a:link:focus{
	border: 1px solid #FEE7AF;
	color: inherit;
}


#cymSpacer {
	background:url(../images/cymraeg_back.gif) no-repeat left;
	height:28px;
	margin:0 0px 0 0px;
	padding-right:40px;
	float:right;
	width:98px;
	}
	
#cymSpacer .cymraeg {

	height:28px;
	padding-top:4px;
	font-size:0.9em;
	text-align:center;
	}

	
#cymSpacer a:link, 
#cymSpacer a:active, 
#cymSpacer a:visited {
	color:#fff;
	text-decoration:none;
	}
	
#cymSpacer a:hover {
	text-decoration:underline;
	}
	
