html {
	font-family: Tahoma;
	color: #464646;
	font-size: 13px;
	line-height: 18px;
	height: 100%;
	background: #BEBCBD;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	background: #BEBCBD;
}

form {
    margin: 0;
    padding: 0;
}

a {
    color: #0E7087;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

p {
    text-ident: 0;
    margin: 18px 0 0;
}

.red {
    color: #E3401C;
}

.logo {}

.main_frame {
    width: 950px;
    margin: 0 auto;
    background: transparent url(../images/main_bgr.gif) left top repeat-y;
}

.footer_frame {
    width: 950px;
    margin: 0 auto;
    background: transparent url(../images/footer_bgr.gif) left top repeat-y;
    color: #ffffff;
    text-align: right;
}

.footer_frame a {
    text-decoration: none;
    color: #ffffff;
}

.footer_frame a:hover {
    text-decoration: none;
}

.footer_info {
    border-right: solid #999999 1px;
    padding-right: 23px;
}

.footer_info_2 {
    color: #999999;
}

.menu_bgr {
    background: transparent url(../images/menu_bgr.gif) left top repeat-x;
    height: 38px;
}

.menu_bgr a {
    display: block;
    height: 38px;
    line-height: 38px;
    vertical-align: baseline;
    cursor: pointer;
    text-align: center;
    color: #F7E214;
    font-weight: bold;
    text-decoration: none;
    background: transparent url(../images/menu_bgr_hover.gif) left top repeat-x;
}

.menu_bgr a:hover {
    background: transparent url(../images/menu_bgr_hover.gif) left -38px repeat-x;
    text-decoration: none;
}

.menu_bgr_left {
    display: block;
    background: transparent url(../images/menu_bgr_left.gif) left center no-repeat;
}

.menu_bgr_right {
    display: block;
    background: transparent url(../images/menu_bgr_right.gif) right center no-repeat;
}

.content_title_01 {
    background: transparent url(../images/content_title_01_bgr.gif) left top no-repeat;
    width: 291px;
    height: 53px;
}

.content_title_01 div {
    height: 53px;
    line-height: 53px;
    vertical-align: baseline;
    color: #020000;
    padding-left: 44px;
    font-weight: bold;
}

.content_title_02 {
    width: 291px;
    height: 53px;
    text-align: center;
    font-weight: bold;
    color: #070606;
    font-size: 16px;
}

.content_title_03 {
    background: transparent url(../images/corner_01.gif) left center no-repeat;
    padding-left: 18px;
    font-weight: bold;
}

.content_title_04 {
    background: transparent url(../images/corner_01.gif) left center no-repeat;
    padding-left: 18px;
    font-weight: bold;
    height: 38px;
    line-height: 38px;
    vertical-align: baseline;
    border-top: solid #999999 1px;
    border-bottom: solid #999999 1px;
    color: #0D7087;
    margin-bottom: 20px;
}

.portfolio_text {
    color: #020000;
    margin-bottom: 20px;
}

.portfolio_text2 {
    color: #837E81;
    font-size: 11px;
    font-weight: bold;
}

.portfolio_text3 {
    color: #837E81;
    font-size: 11px;
    float: left;
}

.portfolio_text4 {
    color: #020000;
    float: right;
    background: transparent url(../images/corner_02.gif) left center no-repeat;
    height: 20px;
    line-height: 20px;
    vertical-align: baseline;
    padding-left: 30px;
}

.portfolio_text4: after {
    content: '';
    display: block;
    clear: both;
}

.breadcrumbs div {
    background: transparent url(../images/corner_01.gif) left center no-repeat;
    padding-left: 18px;
    font-weight: bold;
    color: #020000;
    float: left;
    margin-left: 10px;
}

.breadcrumbs div a {
    font-weight: bold;
    color: #0D7087;
}

.breadcrumbs div.first {
    margin-left: 0;
}

.breadcrumbs div.last: after {
    content: '';
    display: block;
    clear: both;
}

.align_center {
    position: relative;
    width: 100%;
}

.align_center:after {
    content: '';
    display: block;
    clear: both;
}

.align_center_to_left {
    position: relative;
    right: 50%;
    float: right;
}

.partners_text {
    float: left;
    padding: 0 0 0 0;
}


.align_center_to_right {
    position: relative;
    z-index: 1;
    right: -50%;
    padding: 2px;
    border: solid #BEBCBD 1px;
}
.frame {
    position: relative;
    text-align: center;
}

.review {
    position: relative;
    z-index: 1;
    border: solid #BEBCBD 1px;
	background-color: #e2e2e2;
	text-align: justify;
}
.align_center_to_right_cont {
    position: relative;
    z-index: 1;
    right: -50%;
    padding: 2px;

}

.align_center_to_right div {
    text-align: center;
    font-size: 11px;
    margin: 4px 0;
}
