/* CSS RESET */
html
{
color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}legend{color:#000;}

body {font:13px/1.231 arial,helvetica,clean,sans-serif;}table{font-size:inherit;font-size:100%;}pre,code,kbd,samp,tt{font-family:monospace;line-height:100%;}
/* CSS RESET */



html,body {
	text-align:center;
	background-image: url("../images/backgrounds/splash_bg.gif");
	height:100%; 
}
a {
	text-decoration:none;
	color:#EF7A08;
}
a:hover {
	text-decoration: underline;
	color:#FDCF67;
	
}

#test_css
{
	background-color:#FFFF00;
	color:#00FF00;
}

#wrap {
	text-align:center;
	color: #000000;

	width:706px;
	text-align:left;
	margin:0 auto;
	border-width:0px;
}

.wrap_main {
	text-align:left;
	border-width:1px;


	width:706px;

}

.main 
{
	height:565px;
	background-image: url("../images/backgrounds/splash_main_bg.gif");
	
}

#header_upper
{
	/*margin-top:17px;
	padding-top:17px;
	*/
	width:706px;
	height:236px;
	background-image: url("../images/splash_header_english.jpg");

}

.splash_row 
{
	/*padding-top:19px;*/
	width:100%;
	/*
	border-style:solid;
	border-width:1px;
	border-color:#CC0033;
	*/
	height:169px;
}

.panel_left
{
	float: left;
	width: 350px;
}

.panel_right
{
	float: right;
	width: 350px;
}

.info_panel1
{
	background-image: url("../images/splash/panel1.gif");
	background-repeat:no-repeat;
	width:326px;
	height:159px;
	margin-left:15px;
}

.info_panel2
{
	background-image: url("../images/splash/panel3.gif");
	background-repeat:no-repeat;
	width:325px;
	height:160px;
	margin-left:15px;
}

.info_panel3
{
	background-image: url("../images/splash/panel2.gif");
	background-repeat:no-repeat;
	width:326px;
	height:184px;
	margin-left:15px;
}

.info_panel4
{
	background-image: url("../images/splash/panel4.gif");
	background-repeat:no-repeat;
	width:325px;
	height:181px;
	margin-left:15px;
}

.top_spacer
{

	height:17px;
	width:100%;
	line-height:17px;
}

.header_divider_row
{
	height:17px;
	width:100%;
	line-height:17px;
	
}

.header_text
{
	color:#000000;
	font-size:12px;
	text-align:left;
	padding-left:10px;
}

.header_text_spacer
{
	height:178px;
}

.language_toggle_button
{
	height:25px;
	float:right;
}

.info_panel_text
{	
	padding-top:15px;
	padding-left:105px;
	padding-right:15px;
}

.info_panel_text_lower
{	
	padding-top:92px;
	padding-left:20px;
	padding-right:15px;
}

.info_panel_text_lower a
{	
	color:#007DBD;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

.info_panel_text_lower a:hover 
{
	color:#007DBD;
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
}


.info_panel_text a
{	
	color:#007DBD;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

.info_panel_text a:hover 
{
	color:#007DBD;
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
}

.welsh_btn{
	background-image: url("../images/buttons/welsh_btn.gif");
	background-repeat: no-repeat;
	display: block;
	width: 46px;
	height: 25px;
	padding-right:60px;
	margin: 0px;
}

.welsh_btn:hover{
	background-image: url("../images/buttons/welsh_btn_hover.gif");
	background-repeat: no-repeat;
}


