body {
	margin: 0px;
	font-family: Arial;
	background: #333333;
}
a img {
	border: 0px;
}
.clear {
	clear: both;
}

.wrap {
}
.inner {
	position: relative;
	width: 950px;
	margin : 0px auto;
}


#header {
	height: 85px;
	background: #FFFFFF;
}

#menu {
	font-size  : 14px;
	line-height: 30px;
	text-align : right;
	background: url('../images/bg-areas.png') 0px 0px repeat-x;
}
#menu a {
	color : #000000;
	text-decoration: none;
}

#slider {
	height: 330px;
	background: url('../images/bg-areas.png') 0px -30px repeat-x;
}
.slider_prev {
	position: absolute;
	top   : 120px;
	left  :   0px;
	width : 36px;
	height: 48px;
	background: url('../images/left-arrows.png') 0px 0px repeat-x;
}
.slider_next {
	position: absolute;
	top   : 120px;
	right :   0px;
	width : 36px;
	height: 48px;
	background: url('../images/right-arrows.png') 0px 0px repeat-x;
}
.slider_prev:hover,
.slider_next:hover {
	background-position: 0px -48px;
}
#slider_screen {
	position: absolute;
	top   :  35px;
	left  :  75px;
	width : 800px;
	height: 260px;
	overflow: hidden;
}
#slider_screen img {
	position: absolute;
	top   :   0px;
	left  :   0px;
}

#home_cont {
/*	height: 280px; */
	background: #484848;
	border-bottom: 1px solid #999;
}
#home_box_1 {
	float : left;
	margin-left : 50px;
}
#home_box_2 {
	float : right;
	margin-right: 50px;
}
.home_box {
	position: relative;
	width : 405px;
	height: 330px;
	margin: 0px 0px 20px 0px;
	background: url('../images/bg-home-boxes.png') 0px 0px no-repeat;
}
.home_box_tit {
	position: absolute;
	top   :  0px;
	left  : 20px;
	margin : 0px;
	color : #FFFFFF;
	font-family: 'Trebuchet MS';
	font-size  : 24px;
}
.home_box_img {
	position: absolute;
	top   : 40px;
	left  : 20px;
}
.home_box_cont {
	position: absolute;
	top   : 190px;
	right : 20px;
	width : 300px;
}
.home_box_cont p {
	margin :  0px;
	font-size: 13px;
}
.home_box_cont a {
	color : #000000;
}

.pys_box {
	position: relative;
	width : 800px;
	height: 550px;
	margin: 0px auto 20px auto;
	background: url('../images/bg-pys-boxes.png') 0px 0px no-repeat;
}
.pys_box_tit {
	margin : -30px 0px 10px 0px ;
	font-family: 'Trebuchet MS';
	font-size  : 15px;
}
#pys_col_1, #pys_col_2, #pys_col_3 {
	position: absolute;
	top   : 70px;
	width : 230px;
	height: 460px;
	padding: 0px 10px;
}
#pys_col_1 {
	left  : 20px;
	/* background: red; */
	border-right: 1px solid #999999;
}
#pys_col_2 {
	left  : 275px;
	/* background: green; */
}
#pys_col_3 {
	left  : 530px;
	/* background: red; */
	border-left : 1px solid #999999;
}
#pys_col_1 p, #pys_col_2 p, #pys_col_3 p {
	font-size: 14px;
}
#pys_col_1 a, #pys_col_2 a, #pys_col_3 a {
	color : #000099;
	text-decoration: none;
}

#inner_cont {
	margin-bottom: -20px;
	background: #999999;
}
#inner_cont .inner {
	width: 890px;
	padding: 20px 30px;
	background: url('../images/bg-inner.png') 0px 0px repeat-y;
}
.inner_tit {
	margin : 0px 0px 20px 0px;
}
#inner_cont p {
	margin : 0px 0px 10px 0px;
	color : #333333;
	line-height: 150%;
}
#inner_cont a {
	color : #000099;
	text-decoration: none;
}
.inner_img_l {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.inner_img_r {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
#inner_foot {
	position: relative;
	width: 950px;
	height: 20px;
	margin : 0px auto;
	background: url('../images/bg-inner-foot.png') 0px 0px no-repeat;
}

.ipa_i, .ipa_p, .ipa_a {
	font-family: 'Trebuchet MS';
	font-weight: bold;
	font-size  : 18px;
	vertical-align: bottom;
}
.ipa_i { color: #10B050; }
.ipa_p { color: #E86808; }
.ipa_a { color: #000099; }


#lopd {
	position: absolute;
	top   : 50px;
	right : 20px;
	width : 300px;
}
#lopd p {
	margin :  0px  0px  6px  0px;
	font-size: 11px;
}
#contact_box {
	position: relative;
	width : 800px;
	height: 260px;
	margin: 0px auto 20px auto;
	background: url('../images/bg-contact-box.png') 0px 0px no-repeat;
}
#contact_box_form {
	position: absolute;
	top   : 50px;
	left  : 20px;
	width : 760px;
}
#contact_box_fs_1 {
	float: left;
	width: 230px;
}
#contact_box_fs_2 {
	float: left;
	width: 220px;
}
#contact_box_form p {
	margin :  0px  0px  6px  0px;
	font-size: 13px;
}
#contact_box_form label {
	display: inline-block;
	width : 60px;
	vertical-align: middle;
}
#contact_box_form input {
	display: inline-block;
	width : 150px;
	font-family: Arial;
	font-size  : 12px;
	vertical-align: middle;
}
#contact_box_form textarea {
	width : 380px;
	height:  75px;
	font-family: Arial;
	font-size  : 12px;
	vertical-align: top;
}
#contact_submit {
	display: block;
	width : 440px;
	color : #000000;
	font-size  : 12px;
	text-align : right;
}
#feedback {
	display: none;
	position: absolute;
	top   : 50px;
	left  : 20px;
	width : 760px;
}


#generic_box {
    position: relative;
    width: 800px;
    margin: 0px auto 20px auto;
    padding: 45px 0px 25px 0px;
}
#generic_box_top {
	position: absolute;
	top   : 0px;
	left  : 0px;
	width : 100%;
	height: 45px;
	background: url('../images/bg-box-top.png') 0px 0px no-repeat;
}
#generic_box_bot {
	position: absolute;
	bottom: 0px;
	left  : 0px;
	width : 100%;
	height: 25px;
	background: url('../images/bg-box-bot.png') 0px 0px no-repeat;
}
#generic_box_cnt {
	padding: 0px 25px;
	background: url('../images/bg-box-cnt.png') 0px 0px repeat-y;
}


#prodyserv h2 {
	margin : 0px;
	padding: 0px 0px 10px 0px;
}
#prodyserv h3 {
	margin : 0px;
	padding: 0px 0px 10px 0px;
}
#prodyserv img {
	width : 200px;
}
#prodyserv img[align=left] {
	margin : 0px 20px 20px 0px;
}
#prodyserv img[align=right] {
	margin : 0px 0px 20px 20px;
}
#prodyserv_cols {
	display: flex;
}
#prodyserv_col1 {
	flex-basis: 33%;
	flex-basis: 50%;
	padding: 0px 15px 0px 0px;
	border-right : 1px solid #999999;
}
#prodyserv_col2 {
	flex-basis: 33%;
	padding: 0px 10px 0px 10px;
	border-left  : 1px solid #999999;
	border-right : 1px solid #999999;
}
#prodyserv_col3 {
	flex-basis: 33%;
	flex-basis: 50%;
	padding: 0px 0px 0px 15px;
}
#prodyserv_cols a {
	color: #000099;
	text-decoration: none;
}
#prodyserv_cols img {
	display: block;
	width: 100%;
	height: auto;
}

#pysback {
	float: right;
	border: 1px solid #000099;
	padding: 5px 15px;
}


#footer {
	height: 50px;
	background: #333333;
}
.footer-alt {
	padding-top: 20px;
}
#footer p {
	color: #FFFFFF;
	font-size : 12px;
	text-align: center;
	line-height: 50px;
}
#footer a {
	color: #FFFFFF;
}