

/*Standart*/
Body {
	background-color:#cccccc;
	background-image:url(../images/site_background.jpg);
	background-repeat:repeat-x;
}

table {
	border-collapse:collapse;
	border:none;
}

table td, table th {
	padding:0px;
	vertical-align:top;
} 

/*Layout*/
.clr {
	clear:both;
}

.space {
	height:15px;
	width:857px;
}

.main {
	width:857px;
}

/*Layout Header*/

.header_logo {
	margin-left:5px;
	width:453px;
	height:99px;
	background-image:url(../images/header_logo.jpg);
	background-repeat:no-repeat;
	float:left;
}

.header_lines {
	width:387px;
	height:99px;
	background-image:url(../images/header_lines.jpg);
	float:left;
}
	
.header_top {
	height:9px;
	width:857px;
	background-image:url(../images/background_top_blue.jpg);
}

.header_bottom {
	height:9px;
	width:857px;
	background-image:url(../images/background_bottom_blue.jpg);
}

.header {
	width:857px;
	height:99px;
	background-image:url(../images/background_blue.jpg);
	background-repeat:repeat-y;
}

/*Layout Menu*/
.menu {
	padding-top:10px;
	width:857px;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-y;
}

.menu_top {
	height:9px;
	width:857px;
	background-image:url(../images/background_top.jpg);
}

.menu_bottom {
	height:9px;
	width:857px;
	background-image:url(../images/background_bottom.jpg);
}

.menu_items_space {
	width:20px;
}

.menu_items_space2 {
	padding-left:23px;
}

.menu_bsystems {
	margin-top:10px;
	padding-left:0px;
	margin-left:0px;
	margin-bottom:10px;
}

.menu_bsystems ul {
	padding:0px;
	margin:0px;
}

.menu_bsystems li {
	list-style:none;
}

.menu_bsystems li a:hover {
	list-style:none;
	color:#6d6d6d;
	border-bottom:#6d6d6d 1px solid;
}

.menu_bsystems li a {
	display:block;
	width:255px;
	font-family:Arial, Helvetica, sans-serif;
	color:#3389c7;
	text-decoration:none;
	border-bottom:#3389c7 1px solid;
}

.menu_bsystems li span {
	display:block;
	width:255px;
	font-family:Arial, Helvetica, sans-serif;
	color:#6d6d6d;
	text-decoration:none;
	border-bottom:#6d6d6d 1px solid;
}

/*-----------------------------------------------------------------------------------*/

.menu_service {
	padding-left:0px;
	margin-left:0px;
	margin-bottom:10px;
	margin-top:10px;
}

.menu_service ul {
	padding:0px;
	margin:0px;
}

.menu_service li {
	list-style:none;
}

.menu_service li a:hover {
	list-style:none;
	color:#6d6d6d;
	border-bottom:#6d6d6d 1px solid;
}

.menu_service li a {
	display:block;
	width:255px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fd6f38;
	text-decoration:none;
	border-bottom:#fd6f38 1px solid;
}

.menu_service li span {
	display:block;
	width:255px;
	font-family:Arial, Helvetica, sans-serif;
	color:#6d6d6d;
	text-decoration:none;
	border-bottom:#6d6d6d 1px solid;
}

/*-----------------------------------------------------------------------------------*/

.menu_contact {
	padding-left:0px;
	margin-left:0px;
	margin-bottom:10px;
	margin-top:10px;
}

.menu_contact ul {
	padding:0px;
	margin:0px;
}

.menu_contact li {
	list-style:none;
}

.menu_contact li a:hover {
	list-style:none;
	color:#6d6d6d;
	border-bottom:#6d6d6d 1px solid;
}

.menu_contact li a {
	display:block;
	width:255px;
	font-family:Arial, Helvetica, sans-serif;
	color:#78c328;
	text-decoration:none;
	border-bottom:#78c328 1px solid;
}

.menu_contact li span {
	display:block;
	width:255px;
	font-family:Arial, Helvetica, sans-serif;
	color:#6d6d6d;
	text-decoration:none;
	border-bottom:#6d6d6d 1px solid;
}

/*Layout Content*/
.content {
	padding-top:10px;
	padding-bottom:20px;
	padding-left:23px;
	padding-right:23px;
	width:811px;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-y;
	font-family:Arial, Helvetica, sans-serif;
	color:#3b3b3b;
}

.content_footer {
	padding-left:23px;
	padding-right:23px;
	width:811px;
	height:25px;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-y;
}

.content_top {
	height:9px;
	width:857px;
	background-image:url(../images/background_top.jpg);
}

.content_bottom {
	height:9px;
	width:857px;
	background-image:url(../images/background_bottom.jpg);
}

.content h1 {
	font-family:Arial, Gadget, sans-serif;
	font-size:24px;
	color:#3389c7;
	padding:0px;
	margin:0px;
	display:block;
	width:600px;
	border-bottom:#3389c7 1px solid;
}

.content_footer h1 {
	font-family:Arial, Gadget, sans-serif;
	font-size:12px;
	color:#3389c7;
	padding:0px;
	margin:0px;
	display:block;
	width:600px;
	border-top:#3389c7 1px solid;
}

.content_table {
	font-family:Arial, Helvetica, sans-serif;
	color:#3b3b3b;
}

/*Content Elements*/


