html {
	font-size: 100.01%;
}
body {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 0.7em;
	background-color: #CFD4BA;
	color: #626262;
	margin: 0px;
	padding: 0px;
}

acronym, abbr, .help{
	background-color: #FDFFFC;
	border-bottom: 1px dotted #000000;
	font-style: italic;
	padding: 0px 3px;
	cursor: pointer;
}

a, #content a {
	display: inline;
	cursor: pointer;
	color: #7C0007;
}
a:hover, #content a:hover { 
	color: #C5000B; 
}
/* header */

#top {
	background: #F2F3EE url("images/page/top_bg.jpg") 25% 0% no-repeat;
	color: #626262;
}

#logo {
	position: absolute;
	top: 25px;
	left: 80%;
	width: 169px;
	height: 50px;
	z-index: 10;
}

#flash_inside {
	position: absolute;
	top: 0px;
	left: 25%;
	margin-left: -50px;
	z-index: 0;
}

/* login line */

#log1 {
	position: absolute;
	background: url("images/page/logo_bg.gif") right bottom repeat-x;
	height: 102px;
	margin-top: 0px;
	width: 100%;
}
#login {
	position: absolute;
	top: 60px;
	left: 0px;
	height: 42px;
	width: 75%;
	font-size: 8pt;
	background: #D7DCC5 url("images/page/login_bg.gif") right top repeat-x;
	color: #000000;
	padding-left: 10px;
	z-index: 1;
}
#loginform {
	position: absolute;
	top: 0px;
	left: 254px;
	margin: 8px 0px;
	padding: 1px 0px 4px 0px;
	height: 30px;
}
#text_login {
	width:131px;
	height:42px;
	margin-left: 37px;
	float: left;
}
#loginform input {
	margin: 0px 3px 0px 0px;
	vertical-align: middle;
	width: 91px;
	height: 12px;
	padding: 1px 2px;
	font-size: 0.9em;
	font-family: Verdana, sans-serif;
}
#loginform input#buts_login {
	width: 21px;
	height: 20px;
	margin: 0px 0px 0px 6px;
}

/* solutions line */

#solutions {
	position: absolute;
	top: 102px;
	width: 100%;
	height: 79px;
	background: #E7E8D9 url("images/page/solutions_bg.gif") left top repeat-x;
	color: #000000;
}
#s1, #s2, #s3, #s4 {
	position: absolute;
	top: 0px;
	height: 79px;
	line-height: 79px;
	color: #000000;
}
#s1 {
	left: 2%;
	width: 23%;
	background: #BEC1B3 url("images/page/s1_bg.gif") top left repeat-x;
}
#s2 {
	left: 25%;
	width: 25%;
	background: #990007 url("images/page/s2_bg.gif") top left repeat-x;
}
#s3 {
	left: 50%;
	width: 25%;
	background: #DA111C url("images/page/s3_bg.gif") top left repeat-x;
}
#s4 {
	right: 0%;
	width: 25%;
	background: #FFCB00 url("images/page/s4_bg.gif") top left repeat-x;
}

#s1 a, #s2 a, #s3 a, #s4 a {
	display: block;
	height: 79px;
}

/* spacer */

#spacer {
	height: 181px;
}

/* history */

#history {
	height: 17px;
	background: #EAEDDD url("images/page/history_bg.gif") left bottom repeat-x;
	color: #000000;
	font-family: Tahoma, sans-serif;
	font-size: 8pt;
	padding-left: 2%;
	padding-top: 4px;
}
#history a {
	color: #626262;
}

/* content */

#content {
	padding: 0px 25%;
	margin: 45px 25px;
/*	height: 320px;	*/
}
/*
html>body #content {
	padding: 0px 25%;
	min-height: 320px;
	height: auto;
}
*/
#content #content_header {
	text-transform: uppercase;
	color: #000000;
	background-color: #F2F3EE;
}
#content #content_header img {
	float: left;
	margin-right: 5px;
}
#content p {
	margin: 8px 0px;
	line-height: 1.4em;
}
#content p img {
	margin: 0px 8px 8px 8px;
}
#content p.largebox {
    font: 1.4em 'Georgia';
    border: none;
    background-color: #E7EBDA;
    padding: 8px;
}

#content h1 {
	color: #7C0007;
	font-size: 1.4em;
	margin: 12px 0px 16px 0px;
}
#content h2 {
	color: #7C0007;
	font-size: 1.3em;
	margin: 12px 0px 16px 0px;
}
#content h3 {
	color: #7C0007;
	font-size: 1.2em;
	margin: 12px 0px 16px 0px;
}
#content h4 {
	color: #7C0007;
	font-size: 1em;
	margin-top: 42px;
}
#content h5 {
	color: #000000;
	font-size: 1em;
	margin: 12px 0px 16px 0px;
}
#content h6 {
	color: #7C0007;
	font-size: 1em;
	margin-top: 42px;
}
#content ol, #content ul {
	margin-top: 6px;
	margin-bottom: 6px;
	color: #323232;
}
#content ol ol, #content ul ul {
	margin-top: 6px;
	margin-bottom: 6px;
	color: #626262;
}
#content li {
	margin-bottom: 2px;
}


#content table td {
	vertical-align: top;
	width: 33.33%;
}

#content table.border {
	border-top: 1px solid #626262;
	border-left: 1px solid #626262;
}
#content table.border td {
	vertical-align: top;
	border-bottom: 1px solid #626262;
	border-right: 1px solid #626262;
	padding: 6px 6px;
}
#content table.border th {
	text-align: center;
	border-bottom: 1px solid #626262;
	border-right: 1px solid #626262;
	background-color: #E7EBDA;
	font-weight: bold;
	padding: 8px 4px;
}
#content table.border td ol {
	padding: 0px;
	margin: 0px;
	list-style-position: inside;
}

#content form input {
	width: 20em;
	font-size: .8em;
	background-color: #F2F3EE;
	color: #626262;
	border: 0px solid #626262;
	border-bottom-width: 1px;
}
#content form select {
	font-size: .8em;
	background-color: #F8F9F5;
	color: #626262;
	border: 0px solid #626262;
	border-bottom-width: 1px;
}
#content form textarea {
	width: 20em;
	font-size: 1.1em;
	background-color: #F8F9F5;
	color: #626262;
	border: 1px solid #A4A4A4;
	border-color: #C4C4C4 #A4A4A4 #A4A4A4 #C4C4C4;
}
#content form .submit {
	background-color: #FEFFFB;
	border: 2px outset #969696;
}
#content form .radio {
	width: 2em;
	background-color: #F2F3EE;
	border-width: 0px;
}

/* right column */

#right {
/*
	position: relative;
	float: right;
	width: 24%;
	margin-top: 48px;
*/
	position: absolute;
	right: 1%;
	top: 247px;
	width: 24%;

	background: url("images/page/special_right_bg.gif") left top repeat-y;
	color: #6C6F56;
	font-family: Tahoma, Verdana, sans-serif;
}
#right .h3 {
	margin-left: 8px;
}
#right .h3 img {
	vertical-align: top;
	margin: 0px 0px 0px 4px;
}
#right ul {
	font-size: 12px;
	line-height: 12px;
}
#right ul li {
	font-size: 0.9em;
	list-style-image: url("images/page/bezh_dot.gif");
	margin-bottom: 5px;
}

/* column */

#column {
	position: absolute;
	top: 202px;
	background: #EAEDDD url("images/page/column_bg.gif") left bottom repeat-x;
	color: #000000;
	width: 25%;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#special {
	width: 92%;
	margin-left: 8%;
	height: 150px;
}
#sp1 {
	height: 150px;
	margin-left: 15px;
	background: url("images/page/special_bg.gif") left bottom repeat-x;
}
#sp2 {
	height: 150px;
	background: url("images/page/special_right_bg.gif") right bottom repeat-y;
}
#sp2 a {
	display: block;
	margin: 0px;
	padding: 0px;
}
#menu_special {
	padding-top: 45px;
}

#column a {
	color: #7C0007;
	font-weight: bold;
}
#column a:hover { color: #C5000B; }

#menu {
	padding-top: 24px;
	margin-right: 10px;
	padding-bottom: 22px;
}
#menu p {
	padding: 3px 0px 9px 84px;
	margin: 12px 0px 0px 0px;
	font-size: 0.8em;
}
#menu p img {
	margin: 0px 8px 0px -32px;
	float: left;
}
#menu p a {
	font-size: 10pt;
	line-height: 10pt;
}
#column_end {
	background: url("images/page/column_right.gif") right bottom no-repeat;
}

/* footer */

#footer {
	clear: both;
	height: 119px;
	border-bottom: 1px solid #7B7B7B;
}
#footer img#links {
	position: absolute;
	left: 44px;
	margin-top: 0px;
}
#footer img#phone {
	position: absolute;
	margin-top: 34px;
	left: 31px;
}
#footer #folio {
	position: absolute;
	left: 40%;
	margin-top: 20px;
	width: 584px;
	height: 77px;
}

#footer #address {
	position: absolute;
	left: 30%;
	padding-right: 20%;
	margin-top: 20px;
	color: #000000;
	text-align: center;
	font-size: 0.9em;
	font-family: Tahoma, sans-serif;
}
#footer #address a { color: #7C0007; }
#footer #address a:hover { color: #C5000B; }

.folio {
	margin: 4px 8px;
	padding: 0px 8px;
	clear: both;
	border-bottom: 1px dashed #7B7B7B;
	height: 70px;
}
html>body .folio {
	min-height: 70px;
	height: auto;	
}
.folio img {
	width: 77px;
	height: 57px;
	margin: 4px 2px 4px 2px;
	float: left;
	z-index: 5;
}
.folio p {
	padding: 0px 16px 0px 110px;
}