@charset "UTF-8";
/* CSS Document */

body {
	background-color: #015A84;
	margin-top: 0px;
}

#wrapper {
	width: 960px;
	height:700px;
}

#background {
	width: 1000px;
	height:auto;
	/* background-image: url(../images/index.jpg);*/
	margin-left: auto;
	margin-right: auto;
}

#background_top {
	width: 1000px;
	height:26px;
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	position: absolute;
}

#background_middle2 {
	width: 1000px;
	height:26px;
	position: absolute;
}

#background_middle {
	width: 1000px;
	height:auto;
	background-image: url(../images/middle.jpg);
	background-repeat: repeat-y;
	z-index: -1;
	padding-top: 100px;
	clear: inherit;
}

#background_bottom {
	width: 1000px;
	height:65px;
}

#top {
	width: 1000px;
	height: auto;
	position: relative;
}

#left {
float: left;
	width: 10px;
	height: 957px;
	background-image: url(../images/test_02.jpg);	
}

#left_column {
	float: left;
	width: 230px;
	height: 600px;
	background-image: url(../images/grey_box_01.gif);
	background-repeat: no-repeat;
	margin-left: 120px;
}

#left_column_wrapper {
	float: left;
	width: 230px;
	height: 600px;
	margin-left: 120px;
}

#left_column_top {
	float: left;
	width: 230px;
	height: 8px;
	background-image: url(../images/grey_box_top.gif);
	background-repeat: no-repeat;
}

#left_column_bottom {
	float: left;
	width: 230px;
	height: 8px;
	background-image: url(../images/grey_box_bottom.gif);
	background-repeat: no-repeat;
}

#left_column_bg {
	float: left;
	width: 230px;
	height: auto;
	background-image: url(../images/grey_box_bg.gif);
	background-repeat: repeat-y;
}

#left_column_image {
	float: left;
	width: 230px;
	height: 220px;
	text-align: center;
}

#left_column_text {
	float: left;
	width: 230px;
	height: 310px;
}

#left_column_products {
	float: left;
	width: 230px;
	height: 210px;
}

#products_spacer {
	width: 310px;
	height: 98px;
}

#products_description {
	width: 310px;
	height: 220px;
}

#spacer {
	width: 200px;
	height: 40px;
	float: left;
}

#spacer_center {
	width: 300px;
	height: 56px;
}

#footer {
	width: 851px;
	height: 42px;
	margin-left: auto;
	margin-right: auto;
}

#center_column {
	float: none;
	width: 310px;
	height: auto;	/*background-image: url(../images/grey_box_01.gif);*/
	padding-left: 30px;	/*background-repeat: no-repeat;
	margin-left: 40px;*/
	padding-top: 130px;
	margin-left: 350px;
}

#center_column_services {
	float: none;
	width: 420px;
	height: auto;	/*background-image: url(../images/grey_box_01.gif);*/
	padding-left: 30px;	/*background-repeat: no-repeat;
	margin-left: 40px;*/
	padding-top: 130px;
	margin-left: 350px;
}

#right_column {
	float: right;
	width: 180px;
	height: 522px;	/*background-image: url(../images/grey_box_01.gif);*/
	margin-right: 120px;
	margin-top: 45px;
}

#top_2 {
	width: 940px;
	height: 53px;
	background-image: url(../images/test_03.jpg);	
}

#right {
float: right;
	width: 10px;
	height: 957px;
	background-image: url(../images/test_02.jpg);	
}

.standard {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 005A84;	
}

.standard_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: 005A84;	
}
.standard_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 005A84;
	font-weight: bold;
}
.standard_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: E31B23;	
}

.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: 005A84;
}

.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: E31B23;
}

