html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* CUSTOMS */

body {
	background-color: #cfdef0;
	background-image: url('images/glow.png');
	background-repeat: no-repeat;
	background-position: center 54px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a { color: #000; text-decoration: none; }
a:hover { text-decoration: underline; }
a img { border: 0; }

h2 {
	background: url('images/hr_bckg.png') repeat-x bottom;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

p {
	font-size: 12px;
	line-height: 20px;	
	margin-bottom: 15px;
}

ul.horizontal li { display: inline; }

input.string {
	border: 0;
	color: #707070;
	font-size: 12px;
	margin: 7px 7px 0 7px;
}

.hr { 
	background: url('images/hr_bckg.png') repeat-x;
	height: 2px;
	margin: 15px 0;
	width: 100%;
}

div.input {
	background: url('images/input_bckg.png') repeat-x;
	border: 1px solid #d8d8d8;
	border-top: 0;
	border-bottom: 0;
	float: right;
	height: 30px;
	margin-top: -2px;
}

.separator {
	color: #c1c1c1;
	font-weight: normal;
	margin: 0 13px;
}

.company_info {
	color: #6f6f6f;
	float: left;
	font-weight: bold;
	margin-top: 6px;
	padding: 0 30px;
}

.search_button {
	background:url("images/search_button.png") no-repeat;
	cursor: pointer;
	float: right;
	margin: -2px 30px 0 0;
	width:32px;
	height:30px;
	border:0
}

#banner {
	background-color: #7095c3;
	height: 222px;
	position: relative;
}

	#banner img {
		float: right; 
		margin-top: -49px;
		position: absolute;
		right: 0;
		z-index: 1;
	}

	#banner .slogan {
		bottom: 0;
		clear: both; 
		color: #fff;
		font-size: 30px; 
		font-family: Helvetica; 
		height: 78px; 
		left:0 ;
		position: absolute;
		width: 514px;
		z-index: 2;
	}
	
	#banner p {
		color: #fff;
		display: block;
		float: left;
		margin: 23px 30px 37px 30px;
		width: 310px;
	}

.page {
	margin: auto;
	overflow: hidden;
	width: 861px;
}

#page-header {
	overflow: hidden;
	padding: 0 30px;
}

	#page-header .logo {
		float: left;
		margin-top: 50px;
	}
	
	#page-header .menu {
		font-weight: bold;
		margin-top: 123px;
		text-align: right;
	}
	
#content {
	overflow: hidden;
}

	#content .text {
		overflow: hidden;
		padding: 25px 30px 30px 30px;
	}
	
	#content .sidebar {
		float: left;
		width: 235px;
	}

		#content .sidebar .menu {
			background: url('images/menu_right_bckg.png') repeat-y right;
			font-weight: bold;
			width: 100%;
		}
		
		#content .sidebar .menu li {
			border-bottom: 1px solid #bacde3;
			margin-bottom: 13px;
			padding: 0 0 13px 27px;
		}
		
		#content .sidebar .menu li.last {
			margin-bottom: 0;
		}
		
		#content .sidebar .menu li.first {
			padding-top: 13px;
		}
		
		#content .sidebar .menu.m2 {
			background: none;
		}
		
			#content .sidebar .menu.m2 img {
				float: right;
			}
	
#footer {
	margin-bottom: 20px;
	padding: 0 30px;
	overflow: hidden;
}

	#footer .copywright {
		float: left;
		padding-top: 1px;
	}
	
	#footer .autentyk_logo {
		float: right;
	}