* {
	margin: 0px;
	padding: 0px;
}

body {
	height: 100%;
	background-color: #616161;
	color: #0E1476;
	font-family: tahoma, arial, sans-serif;
	font-size: 10px;
	text-align: center;
}

a {
	color: #0E1476;
	text-decoration: underline;
}

a:hover {
	color: #1679AA;
}

#container {
	margin: 5px auto;
	width: 800px;
	/*border-color: #0E1476;
	border-width: 0px 1px 1px;
	border-style: solid;*/
}

/* Header Area */

#header {
	height: 100px;
	background: url('header3.png') repeat-x 0px 0px;
	background-color: #0D4C75;
	color: #ffffff;
}

#company_logo {
	float: left;
	padding-top: 20px;
	padding-left: 20px;
	font-size: 18pt;
}

#company_logo b{
	position: relative;
	top: 20px;
	
}

#header_links {
	float: right;
	padding-top: 20px;
	padding-right: 20px;
}

#header_links a {
	color: #ffffff;
}

#header_links a:hover {
	color: #1679AA;
}


#header_search {
	float: right;
	clear: right;
	
	padding-right: 10px;
	padding-top: 20px;

	font-size: 8pt;
}

#header_search input {
	border: none;
	background-color: #ffffff;

	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	height: 12px;
	font-size: 8pt;
}

#header_search input.button {
	border: none;
	background-color: #ffffff;

	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	height: 13px;
	font-size: 8pt;
}

/ * Top Menu */

#top_menu {
	margin-bottom: 1px;
	width: 800px;
	height: 21px;
}

#top_menu ul {
	margin-top: 1px;
	width: 800px;
	height: 21px;
	list-style-type: none;
	overflow: hidden;
}

#top_menu li {
	margin-right: 1px;
	width: 114px;
	height: 21px;
	float: left;
	background: url('background_menu.png') repeat-x 0px 0px;
	overflow: hidden;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}

#top_menu li.last {
	margin-right: 0px;
	width: 110px;
}

#top_menu a {
	padding-top: 3px;
	display: block;
	color: #ffffff;
	text-decoration: none;
}

#top_menu a:hover {
	color: #1679AA;
}

/* Footer */

#footer {
	background: url('background_menu.png') repeat-x 0px 0px;
	color: #ffffff;
}


/* Content */

#content {
	background-color: #ffffff;

	min-height: 400px;
}

#side_menu {
	float: left;
	
	margin-top: 5px;
	width: 133px;

	/*border-color: #616161;
	border-width: 0px 1px 1px;
	border-style: solid;*/
}

#side_menu h3 {
	background: url('background_menu.png') repeat-x 0px 0px;
	color: #ffffff;
}

#side_menu ul {
	margin: 0px auto;
	width: 130px;
	list-style-type: none;
}

#side_menu li {
	padding-top: 5px;
	width: 120px;
	height: 20px;
	list-style-type: none;
	text-align: left;
	/*border-bottom: #b6b6d2 1px solid;*/
	float: left;
	padding-left: 10px;
	text-align: center;
}

#main {
	text-align: left;
	margin-left: 10px;
	padding-top: 10px;
	color: #000000;
	width: 780px;
}

#main h1, h2, h3 {
	color: #0D4C75;
}

#main b {
	color: #0D4C75;
}

#content_image {
	float: right;
	position: relative;
	margin-right: 10px;
	background-color: #616161;
	width: 300px;
	height: 200px;
}

#front_content {
	background: url('/templates/toolpak/bg.png') repeat-y;
}

#area_left {
	float: left;
	width: 370px;
}

#news {
	float: right;
	width: 370px;
}

#front_footer {
	background-color: #ffffff;
}
