body {
	margin:0;
	padding:0;
	text-align:center;
	font:0.8em Arial, Helvetica, sans-serif;
	background-image:url(../pix/body_bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
}

.clear {
	clear:both;
}

img {
	border:none;
}

/* ==================================== WRAPPER */

#wrapper {
	width:850px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	margin-bottom:20px;
}

/* ==================================== PAGE TOP */

#page-top {
	height:100px;
	margin-top:15px;
}

#logo-container {
	float:left;
	width:220px;
	height:87px;
}

#top-menu {
	float:right;
	margin:60px 20px 0 0;
	width:286px;
	height:28px;
	background-image:url(../pix/top_menu.gif);
	font-size:1.5em;
	text-align:center;
}

#top-menu ul {
	margin:0;
	padding:1px 0 0 0;
	list-style:none;
	color:#ccc;	
}

#top-menu li {
	display:inline;
	text-align:center;
}

#top-menu li a, #top-menu li a:visited {
	color:#666;
	font-size:0.8em;
	text-decoration:none;
	padding-left:7px;
	padding-right:7px;	
}

#top-menu li a:hover {
	color:#000033;
}

/* ==================================== HEADER */

#header {
	width:100%;
	background-image:url(../pix/header_bg.png);
	background-repeat:no-repeat;
	background-position:top left;
	margin-top:9px;
	margin-bottom:20px;
	height:150px;
	color:#fff;
	font-size:1.1em;
}

#header-lists-container {
	width:550px;
	float:right;
	margin:40px 100px 40px 40px;
}

#header ul {
	margin:0;
	padding:0;
	list-style:none;
}

#header ul li {
	line-height:1.5em;
	background-image:url(../pix/white_bullet.gif);
	background-position:0px 9px;
	background-repeat:no-repeat;
	padding-left:12px;
}

#list-one {
	float:left;
}

#list-two {	
	float:right;
}

/* ==================================== BREAD CRUMB */

#breadcrumb {
	width:100%;
	height:29px;
	background-image:url(../pix/breadcrumb_bg.jpg);
}


/* ==================================== LEFT CONTENT */

#left-content {
	width:200px;
	float:left;
}

#left-content ul {
	margin:0;
	padding:0;
	list-style:none;
	text-transform:uppercase;
	font-size:0.9em;
}

#left-content ul ul {
	margin:0;
	padding:0;
}

#left-content ul li {
	border-bottom:1px solid #ccc;
}

/*
#left-content ul li:last-child {
	border-bottom:none;
}
*/

#left-content ul ul li {
	border-bottom:none;
	padding:2px 5px 2px 25px;
	background-position:left;
	background-repeat:no-repeat;
	background-image:url(/inc/html/en-ergise/pix/left_menu_bullet.gif);
	background-position:5px 5px; 
	background-repeat:no-repeat;
} 

#left-content ul a, #left-content ul a:visited {
	text-decoration:none;
	color:#000;
	background-color:white;
	padding:7px 5px 7px 15px;
	display:block;
	background-image:url(../pix/leftcontent_li_bullet.gif);
	background-position:left;
	background-repeat:no-repeat;	
}


#left-content ul ul a, #left-content ul ul a:visited {
	text-decoration:none;
	color:#BB211F;
	background-color:white;
	padding:1px 5px 5px 0;
	display:block;
}

#left-content ul a:hover {
	text-decoration:underline;
	color:#000;
}

#left-content ul ul a:hover {
	text-decoration:underline;
	background-image:none;
	color:#000;
}

#left-content img {
	padding:10px 0 10px 0;
}

/* ==================================== CENTER CONTENT */

#center-content {
	float:left;
	width:380px;
	margin-left:25px;
	margin-right:25px;
	color:#333333;
	line-height:1.4em;
}

#center-content h1 {
	color:#1e3b6f;
	font-size:1.4em;
	margin:0;
	padding:0 0 5px 0;
}

#center-content h2 {
	font-size:1.1em;
	padding:5px 0 5px 0;
	margin:0;
}

#center-content p {
	margin:10px 0 10px 0;
}

#center-content a, #center-content a:visited {
	color:#1e3b6f;
}

img {
	border:none;
	padding-right: 10px;
	padding-left: 10px;
}

/* ==================================== RIGHT CONTENT */

#right-content {
	float:right;
	width:220px;
	color:#333;
}

#right-content h2 {
	font-size:1.1em;
	color:#1e3b6f;
	border-bottom:1px solid #1e3b6f;
	padding-bottom:5px;
}

#right-content a, #right-content a:visited {
	color:#1e3b6f;
}

/* ==================================== FOOTER */

#footer {
	border-top:2px solid #1e3b6f;
	padding:8px 0 8px 0;
	margin-top:20px;
	color:#333;
}

