#secondary_nav ul li a{
	text-decoration:none;
	color:#666;
}

#secondary_nav ul li a:visited{
	text-decoration:none;
	color:#666;
}

#secondary_nav ul li a:hover{
	text-decoration:none;
	color:#24a78f;
}announce@charset "utf-8";

html {
	margin:0;
	padding:0;
}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #bfc4b5;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	xtext-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#header { 
	background: #bfc4b5; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */

} 

#logo {
	float:left;
	width:273px;
	height:50px;
	background:url(../images/doosan_logo.png) no-repeat;
	margin:20px 0 20px 0;
}

#logo_header { 
	background: #fff; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

#logo_header #secondary_nav { 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width:450px;
	float:right;
	margin: 15px 10px 0 0;
} 

#secondary_nav ul {
	font: 10px Arial, Helvetica, sans-serif;
	display: block;
	list-style: none;
	padding:0;
	margin:0;
	text-align:right;
}

#secondary_nav ul li {
	display: inline;
	margin: 0 10px 0 10px;
}

#secondary_nav ul li.pipe {
	display: inline;
	margin: 0;
	padding:0;
	color:#666;
}

#secondary_nav ul li.last {
	display: inline;
	margin: 0 0 0 10px;
	padding:0;
}

#secondary_nav ul li a{
	text-decoration:none;
	color:#666;
}

#secondary_nav ul li a:visited{
	text-decoration:none;
	color:#666;
}

#secondary_nav ul li a:hover{
	text-decoration:none;
	color:#24a78f;
}

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#header #language_select {
	float:right;
	width:150px;
	padding:3px;
	border: solid 1px #113a92;
	background: url(../images/down_arrow.png) no-repeat 145px 7px #4eade7 ;
	
	margin: 20px 0 20px 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8px;
	color: #FFF;

}


#header #search_box {
	float:right;
	width:150px;
	padding:3px;
	border: solid 1px #7f7f82;
	background: url(../images/go.png) no-repeat right #FFF;
	margin: 20px 0 20px 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8px;
	color: #FFF;

}

#header #search {
	float:right;
	width:150px;
	padding:3px 0 3px 0;
	border: none;
	margin: 20px 0 20px 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #7f7f82;
	text-align:right;
}

#logo_header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


#mainContent { 
	margin: 20px 20px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 ; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height:100%;
} 


#home_news {
	float:right;
	margin: 15px 15px 0 0;
	padding:0px;
	background: #0092cd;
	width:175px;
	height:305px;
}

#home_overview {
	position:relative;
	margin: 10px 0 0 370px;
	padding: 0 0 0 0;
	width:250px;
	height:260px;
	background:url(../images/overview_background.png) no-repeat;

}

#home_overview h3{
	display:block;
	padding:80px 5px 0px 5px;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#4eade7;
}

#page_Content #home_overview p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #666;
	padding:90px 10px 0 10px;
	margin:0px;
	line-height:14px;
}


#babcock_overview {
	position:relative;
	margin: 10px 0 0 370px;
	padding: 0 0 0 0;
	width:250px;
	height:260px;
	background:url(../images/babcock_overview.png) no-repeat;

}

#babcock_overview h3{
	display:block;
	padding:80px 5px 0px 5px;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#4eade7;
}

#page_Content #babcock_overview p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #666;
	padding:90px 10px 0 10px;
	margin:0px;
	line-height:14px;
}

#americas_overview {
	position:relative;
	margin: 10px 0 0 370px;
	padding: 0 0 0 0;
	width:250px;
	height:260px;
	background:url(../images/americas_overview.png) no-repeat;

}

#americas_overview h3{
	display:block;
	padding:80px 5px 0px 5px;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#4eade7;
}

#page_Content #americas_overview p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #666;
	padding:90px 10px 0 10px;
	margin:0px;
	line-height:14px;
}

#europe_overview {
	position:relative;
	margin: 10px 0 0 370px;
	padding: 0 0 0 0;
	width:250px;
	height:260px;
	background:url(../images/europe_overview.png) no-repeat;

}

#europe_overview h3{
	display:block;
	padding:80px 5px 0px 5px;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#4eade7;
}

#page_Content #europe_overview p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #666;
	padding:90px 10px 0 10px;
	margin:0px;
	line-height:14px;
}

#skoda_overview {
	position:relative;
	margin: 10px 0 0 370px;
	padding: 0 0 0 0;
	width:250px;
	height:260px;
	background:url(../images/skoda_overview.png) no-repeat;

}

#skoda_overview h3{
	display:block;
	padding:80px 5px 0px 5px;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#4eade7;
}

#page_Content #skoda_overview p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #666;
	padding:90px 10px 0 10px;
	margin:0px;
	line-height:14px;
}

#page_Content #right_news h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FFF;
	padding:10px 5px 0 10px;
	margin:0px;
	line-height:18px;
	text-transform:uppercase;
}

#page_Content #right_news #news {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #666;
	padding:0 0 0 10px;
	margin:0px;
	line-height:12px;
	height:240px;
	overflow:auto;
	width:175px
}

#page_Content #right_news #news ul{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #FFF;
	padding:0px;
	margin:0 0 0 0;
}

#page_Content #right_news #news ul li{
	display:block;
	list-style:none;
	padding:0px;
	margin:10px 10px 0px 0px;
	background:url(../images/news_list_icon.png) no-repeat 0 5px;
	padding:0 0 0 15px;
	
}

#page_Content #right_announcement{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #666;
	display:block;
	list-style:none;
	padding:4px 4px 0px 0px;
	margin:4px 4px 0px 0px;
	overflow:auto;
	width:190px;
	position:relative;
	left:10px;
	
}

#page_Content #right_announcement a{
	text-decoration:none;
	color:#666;
}

#page_Content #right_announcement a:visited{
	text-decoration:none;
	color:#666;
}

#page_Content #right_announcement a:hover{
	text-decoration:none;
	color:#0084ce;
}

#address_list_container {
	margin:10px 20px 20px 0;
	padding:5px 0 0 0;
	float:right;
	height:453px;
	width:190px;
	background:url(../images/address_list_back.png) no-repeat top;
}

#page_Content #address_list_container #address_list {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #666;
	padding:0 0 0 10px;
	margin:0px;
	line-height:12px;
	height:453px;
	overflow:auto;
	width:175px
}

#page_Content #address_list_container #address_list ul{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #FFF;
	padding:0px;
	margin:0 0 0 0;
	list-style:none;
}

#page_Content #address_list_container #address_list ul li{
	display:block;
	list-style:none;
	padding:0px;
	margin:5px 10px 5px 0px;
	padding:0 0 0 0;
	
}

#page_Content #address_list_container #address_list ul li h4{
	margin:0px 0 2px 0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:left;
	font-weight:bold;
	color:#113a92;
	line-height:10px;
	
}

#page_Content #address_list_container #address_list ul li p{
	margin:0 0 0 0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:left;
	color:#FFF;
}

#left_content{
	margin:10px 10px 0px 10px;
	width:620px;
	float:left;
	height:100%;
}

#map_content{
	margin:71px 10px 0px 10px;
	width:630px;
	float:left;
	height:100%;
}

#left_content #content_copy {
	margin:0px;
	padding:0px;
	width:313px;
	float:left;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}


#left_content #content_copy ul{
	margin:10px;
	padding:0px;
	list-style:none;
	color: #7f7f82;
	font-size:12px
}

#left_content #content_copy ul li{
	margin:10px 0 0 15px;
	padding:0px;
	list-style: disc;
	list-style-position:outside;
	color: #7f7f82;
	font-size:12px
}


#left_content #content_copy li a{
	text-decoration:none;
	color: #7f7f82;
	font-size:12px;
}

#left_content #content_copy li a:hover{
	text-decoration:none;
	color: #0084ce;
}
#left_content #content_copy a{
	text-decoration:none;
	color: #7f7f82;
	font-size:12px;
}

#left_content #content_copy a:hover{
	text-decoration:none;
	color: #0084ce;
}

#left_content #content_copy h3{
	margin: 0 0 10px 10px;
	color:#113a92;
	font-size:16px;	display:inline;
}

#left_content #content_copy h4{
	margin: 0 0 5px 10px;
	color:#0084ce;
	font-size:14px;
}

#left_content #content_copy p{
	margin: 0 0 0 0;
	color: #7f7f82;
	font-size:12px;

}

#left_content #content_copy p .subnav td {
	color:white;
	margin_left:0px;
	padding:6 6 6 6;
	width:334px;
	height:23px;
	weight:bold;
	background:url(../images/sub_nav_button.png) no-repeat;*/
}

#left_content #content_copy p .subnav td a {
	color:white;
	weight:bold;

}

#left_content #content_image_container {
	margin:0px;
	padding:0px;
	width:313px;
	float:right;
	height:325px;
}

#left_content #content_image_container #main_image {
	margin:0px;
	padding:0px;
	width:313px;
	height:210px;
	/*background:url(../images/products_image.jpg) no-repeat;*/
}

#left_content #content_image_container #block_colour {
	margin:3px 0 0 0;
	padding:0px;
	width:155px;
	height:105px;
	/*background: url(../images/block_colour.png);*/
	float:left;
}

#left_content #content_image_container #secondary_image {
	margin:3px 0 0 0;
	padding:0px;
	width:155px;
	height:105px;
	/*background: url(../images/secondary_image.jpg);*/
	float:right;
}


#left_content #content_sub_nav {
	margin:0px;
	padding:0px;
	width:635px;
	height:100%;
}

#left_content #content_sub_nav ul{
    margin: 0px;
	padding: 0px;
	list-style:none;
}

#left_content #content_sub_nav li{
	float: left; 
	list-style:none;
}

#left_content #content_sub_nav li a {
	text-decoration: none; 
	display: block; 
	width:311px;
	height:21px;
	float: left;
	padding: 2px 0 0 5px; 
	background: url(../images/sub_nav_buttons.png) no-repeat top; 
	margin: 2px 1px 0 0; 
	z-index: 1;
	position: relative;
	color: #FFF; 
	outline:none;
}

#left_content #content_sub_nav li a:hover {
	background:url(../images/sub_nav_buttons.png) no-repeat bottom;
	z-index:5;
}

#left_content #thermal_page #content_sub_nav #sec_nav_1 a, #left_content #turbines_page #content_sub_nav #sec_nav_2 a,
#left_content #carbon_page #content_sub_nav #sec_nav_3 a, #left_content #plant_page #content_sub_nav #sec_nav_4 a,
#left_content #boilers_page #content_sub_nav #sec_nav_5 a, #left_content #emissions_page #content_sub_nav#sec_nav_6 a {
	position: relative;
	z-index:10;
	background:url(../images/sub_nav_buttons.png) no-repeat bottom;
	
}



#home_news h3 {
	position:relative;
	display:block;
	padding:0;
	margin:10px 5px 5px 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF
}

#home_news p {
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF;
	margin:5px;
	padding:0px;
}

#page_Content {
	border-left: solid 1px #b0b1b3;
	border-bottom: solid 1px #b0b1b3;
	border-top: solid 1px #b0b1b3;
	border-right: solid 1px #b0b1b3;
	background:url(../images/background_circles.png) no-repeat bottom right #FFF;
	position:relative;
	z-index:1;
	width:870px;
	height:100%;
	margin:0 0 15px 20px;
	padding:0;
	
}

#CMS_Content {
	border: solid 0px gray;
	overflow: hidden;
	outline:#FFF;
	margin:10px;
	width:630px;
	float:left;
	
}
#right_news 
{
    color:White;
	margin:10px 20px 0 0;
	padding:0px;
	float:right;
	height:300px;
	width:190px;
	background:url(../images/news_background2.png) no-repeat top;

}


#page_Content p {
	padding:10px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#world_locations {
	margin:20px auto;
	width:800px;
}

#map_back {
	background: url(../images/doosan_map.png) no-repeat;
	width:800px;
	height:382px;
	margin: 0;
}

#location1 {
	position:absolute;
	width:20px;
	height:20px;
	margin:55px 0 0 7px;
	cursor:pointer;
}



#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #bfc4b5;
	text-align:right;
	
} 

#footer a{
	text-decoration:none;
	color:#666;
}

#footer a:visited{
	text-decoration:none;
	color:#666;
}

#footer a:hover{
	text-decoration:none;
	color:#24a78f;
}




#footer p {
	font:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*Contact Map */

ul#contacts_list {
	list-style: none;
	background: url(../images/world_map.png) no-repeat 0 0;
	position: relative;
	width: 630px;
	height: 393px;
	margin: 0;
	padding: 0;
}

ul#contacts_list li {
	/*border: 1px solid #000;*/
	position: absolute;
	
}

ul#contacts_list h4 {
	/*border: 1px solid #000;*/
	margin:5px;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#113a92;
}

ul#contacts_list p{
	/*border: 1px solid #000;*/
	margin:5px;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#7f7f82;
}

#locations_text_box {
	width:305px;
	height: 60px;
	top: -65px;
	left: 0px;
}

#Doosan_Power_Systems {
	width: 7px;
	height: 7px;
	top: 173px;
	left: 293px;
	text-indent: -10000px;
	background:url(../images/map_pin.png) no-repeat;
	cursor:pointer;
}

#Doosan_Babcock {
	width: 7px;
	height: 7px;
	top: 163px;
	left: 283px;
	text-indent: -10000px;
	background:url(../images/map_pin.png) no-repeat;
	cursor:pointer;
}

#Power_Systems_Americas {
	width: 7px;
	height: 7px;
	top: 194px;
	left: 166px;
	text-indent: -10000px;
	background:url(../images/map_pin.png) no-repeat;
	cursor:pointer;
}

#Power_Systems_Europe {
	width: 7px;
	height: 7px;
	top: 175px;
	left: 313px;
	text-indent: -10000px;
	background:url(../images/map_pin.png) no-repeat;
	cursor:pointer;
}

#Skoda_Power {
	width: 7px;
	height: 7px;
	top: 182px;
	left: 326px;
	text-indent: -10000px;
	background:url(../images/map_pin.png) no-repeat;
	cursor:pointer;
}

#parent {
	width: 7px;
	height: 7px;
	top: 200px;
	left: 511px;
	text-indent: -10000px;
	background:url(../images/location_star.png) no-repeat;
	cursor:pointer;
}




#locations_key {
	width: 97px;
	height: 37px;
	top: 25px;
	left: 500px;
	background:url(../images/map_key_back.png) no-repeat;
}
