@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

.menu {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	color: #616161;
	font-size: 16px;
	text-decoration: none;
}
.subMenuHead
{
    display:block;
    width:220px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:10px;
    font-weight:bold;
    color:#2f6bb4;
    margin-top:7px;
}
.subMenuItem
{
    width:170px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:10px;
    line-height:150%;
	list-style-type:none;
    margin-top:0px;
	margin-left:-20px;
	//margin-left:10px;
	
}
.subMenuItem a
{
    color:#2f6bb4;
    text-decoration:none;
}
.subMenuItem a:hover
{
    text-decoration:underline;
}



#menu SPAN {
	cursor:default;
	font-weight:bold;
}

#menu_on_main 
{
    margin:auto;
    margin-top:210px;
    width:670px;
    height:25px;
   
}
#menu_on_main a
{
    
    float:left;
    margin:0 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#c3c3c3;
    text-align:center;
}
#menu_on_main a:hover
{
    text-decoration:none;
}

.thrColFix #container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	display: block;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
} 

.thrColFix #container #header {
	background-image: url(../images/header.jpg);
	height: 240px;
	background-repeat: no-repeat;
	background-position: left top;
}

.thrColFix #container #header #logo {
	height: 113px;
	width: 120px;
	position: absolute;
	left: 66px;
	top: 25px;
	z-index: 99;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-image:url(../images/logo.gif);
}

.thrColFix #container #header #contacts {
	position:absolute;
	left:800px;
	top:25px;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	color:#696667;
	line-height:130%;
	text-align:right;
}

.thrColFix #container #header #menu {
	display: block;
	height: 32px;
	width: 150px;
	position: absolute;
	left: 66px;
	top: 173px;
	z-index: 99;
}
.thrColFix #container #header #rubric {
	background-image: none;
	position: absolute;
	height: 39px;
	width: 230px;
	left: 520px;
	top: 115px;
	z-index: 99;
	background-repeat: no-repeat;
	background-position: right bottom;
}
.thrColFix #container #header #line, 
.thrColFix #container #header #line_short, 
.thrColFix #container #header #line_short_2,
.thrColFix #container #header #line_short_3,
.thrColFix #container #header #line_long {
	display: block;
	height: 1px;
	width: 480px;
	position: absolute;
	left: 293px;
	top: 167px;
	background-image: url(../images/line.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.thrColFix #container #header #line_short
{
	background-image: url(../images/line_short.gif);
}
.thrColFix #container #header #line_short_2
{
	background-image: url(../images/line_short_2.gif);
}
.thrColFix #container #header #line_short_3
{
	background-image: url(../images/line_short_3.gif);
}
.thrColFix #container #header #line_long
{
	background-image: url(../images/line_long.gif);
	width: 550px;
}

/*** Start #body ***/
.thrColFix #container #body
{
    font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	top: 194px;
	display: block;
	left: 294px;
	width: 482px;
	color: #777;
}
.thrColFix #container #body p{
	font-size: 12px;
	text-align:justify;
	line-height: 130%;
	margin: 5px 0px;
}
.thrColFix #container #body p a{
	color: #888888;
	text-decoration:underline;
}
.thrColFix #container #body p a:hover{
	text-decoration:none;
}
.thrColFix #container #body h1, #body h2, #body h3
{
	font-family:"Times New Roman", Times, serif;
	color: #777;
	font-size:26px;
	font-weight:normal;
	text-align:center;
	margin-bottom:15px;
	margin-top:30px;
}
.thrColFix #container #body h4
{
	color:#777;
	font-size:12px;
	margin-bottom:0px;
}

.thrColFix #container #body h4 a {
 	color:#777;
}
.thrColFix #container #body h4 a:hover {
 	 text-decoration:none;
}
.thrColFix #container #body img{
	margin:auto;
	margin-top:20px;
	margin-bottom:20px;
	border:solid 1px #777;
}
.etap
{
	float: left;
	width: 482;
	height: 720px;
}
.etap img
{
	margin-top:20px;
	border:#777 1px solid;
}
/*** End #body ***/


/*** Start #bodyServices - while no using
.thrColFix #container #body
{
    font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	top: 194px;
	display: block;
	left: 294px;
	width: 482px;
	color: #777;
}
.thrColFix #container #body p{
	font-size: 12px;
	text-align:justify;
	line-height: 130%;
	margin: 5px 0px;
}
.thrColFix #container #body p a{
	text-decoration:none;
	color: #888888;
	display:block;
}
.thrColFix #container #body h1 
{
    font-family:"Times New Roman", Times, serif;
	font-size:26px;
	font-weight:normal;
	text-align:center;
	margin-bottom:20px;
	margin-top:30px;
}
.thrColFix #container #body h3 {
	font-size: 12px;
	text-align: left;
	margin: 10px 0 3px 0;
}
 End #bodyService ***/

.thrColFix #container .services p
{
	text-indent:0px;
}
.thrColFix #container .services h3
{
	text-indent:0px;
}

.thrColFix #container .body {
	display: block;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.thrColFix #container .body p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f1f1f3;
	text-indent: 36px;
	margin: 5px 48px;
	text-align: left;
	line-height: 130%;
}

ul {
	font-size: 12px;
}

.thrColFix #container .body p a{
	color: #f1f1f3;
}
.thrColFix #container .body p a:hover{
	 text-decoration:none;
}

.thrColFix #container .body  H1{
	font-family:"Times New Roman", Times, serif;
	color: #f1f1f3;
	font-size:26px;
	font-weight:normal;
	text-align:center;
	margin-bottom:10px;
	margin-top:30px;
}
.thrColFix #container .body h1, .body h2, .body h3
{
    font-family:"Times New Roman", Times, serif;
	font-size:26px;
	font-weight:normal;
	text-align:center;
	margin-bottom:20px;
	margin-top:30px;
	color:#FFFFFF;
}
.thrColFix #container .body img
{
    border:solid 1px #ccc;
}

.thrColFix #container .footer {
	position:absolute;
	height:50px;
	width:100%;
	bottom:-50px;
	background-color:#CCCCCC;
}

.thrColFix #container .copyright
{
	width:450px;
	margin:auto;
	margin-top:10px;
	padding-bottom:15px;
	color:#333333;
	font-size:10px;
	text-align:center;
}

.thrColFix #container .copyright A
{
	font-size:10px;
}

.thrColFix #container .optimism
{
	position:absolute;
	width:300px;
	top:0px;
	right:0px;
	margin-top:10px;
	color:#333333;
	font-size:10px;
	text-align:right;
}

.thrColFix #container .optimism a{color:#003cc4;}

.thrColFix .price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #888888;
}
.thrColFix .price_underline  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #888888;
	border-bottom: 1px #888888 solid;
}