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

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 95%;
    color: #303030;
    background: #333333;
    background: url(img/bg2.gif) center;
}

a {
    color: #578CA4;
    background-color: transparent;
    text-decoration: none;
}

a:hover {
    text-decoration:underline;
}

a img {
    border: 0 none;
}

p, .bodytext { font-size: 12px; line-height: 128%; text-align: left; }


h1, h2, h3 { font-family: Arial, Helvetica, sans-serif; color: #6BACC8; background-color: transparent; }
h1, .csc-firstHeader { font-size: 16px; padding-bottom: 14px; }
h2 { font-size: 14px; padding-bottom: 6px; }
h3 { font-size: 12px; padding-bottom: 3px; }


ul {
    list-style-type: none;
}

td { vertical-align: top; }

/*------------------------------
  main layout start
  ------------------------------*/
html, body, #container {
    height:100%;
}

#container {
    clear:both;
    margin: 0 auto 0 auto;
    width: 960px;
}

#language {
    width: 960px;
    height: 22px;
    background: url(img/bg_nav_language.gif) top right no-repeat;
}

#main {
}

#header, #header1, #header2, #header3, #header4, #header5{
    width: 944px;
    height: 151px;
}

#header, #header1{
    background: url(img/header1.jpg) top left no-repeat;
}

#header2{
    background: url(img/header2.jpg) top left no-repeat;
}

#header3{
    background: url(img/header3.jpg) top left no-repeat;
}

#header4{
    background: url(img/header4.jpg) top left no-repeat;
}

#header5{
    background: url(img/header5.jpg) top left no-repeat;
}

#logo {
    position: absolute;
    left: -999em;
}



#address {
	position: relative;
	z-index:20;
    float:left;
	clear:both;
    width: 200px;
    padding-top: 12px;
    padding-left: 32px;
    margin-top:-120px;
    z-index: 10;
    background: url(img/div_address.gif) top right no-repeat;
}

address {
    font-style: normal;
    font-weight: bold;
    font-size: 0.80em;
	color:#578CA4;
	background:transparent;
}
.address {
}

.phone {
    font-size:80%;
}

#content {
    min-height:474px;
    height:auto !important; /* hack for ie6 - does not support min-height */
    height:474px;
    background: url(img/bg_content.jpg) top left repeat-y;
}

#column {
    margin: 0px 32px 0 0;
    margin-left:290px;
    padding-top:30px;
    padding-bottom:32px;
    width: 600px;
}

#footer {
    float:right;
	clear:right;
    margin-top: 4px;
    padding-right:20px;
    font-size:8px;
    color:#578CA4;
    background:transparent;
}
/*------------------------------
  main layout end
  ------------------------------*/

/*------------------------------
  navigation top start
  ------------------------------*/
#nav_top {
    position:absolute;
    margin-left:912px;
    top:-2px;
    width: 32px;
}

#language-selector{
	margin-top:4px;
	
}
.language-fieldcell a {
    font-size:80%;
    font-weight:bold;
    color: #F9F9F9;
    background-color: transparent;
}

.language-fieldcell a:hover {
    color: #6BACC8;
    background-color: transparent;
    text-decoration: none;
}

.language-divider {
    color: #F9F9F9;
    background-color: transparent;
}
/*------------------------------
  navigation top end
  ------------------------------*/

/*------------------------------
  navigation left start
  ------------------------------*/
#nav_left {
    position: absolute;
	z-index:30;
	clear:both;
    top: 202px;
    margin-left: 32px;
    width: 200px;
    font-weight:bold;
	
}

#nav_left ul {
}

/* --- dividers start --- */
#nav_left li {
    text-align: left;
    border-top-width: thin;
    border-top-style: solid;
    border-top-color: #E7E7E7;
	/*line-height:105%;*/
	padding:1px 0;
}

.nav_left_lev1_last_child, 
.nav_left_lev1_cur_last_child, 
.nav_left_lev1_act_last_child   {
    border-bottom-width: thin;
    border-bottom-style: solid;
    border-bottom-color: #E7E7E7;
}
/* --- dividers stop --- */

/* --- level 1 start --- */
#nav_left li li {
    border: none;
	padding: 0 0 0 12px;
	margin: -1px 0;
}

#nav_left li li li {
	/*line-height:90%;*/
	margin: -2px;
}

#nav_left li a:hover,
#nav_left li li a:hover,
#nav_left li li li a:hover {
	text-decoration:none;

}



.nav_left_lev1_child a, 
.nav_left_lev1_last_child a{
    font-size:80%;
    color: #404040;
    background: transparent;
}

.nav_left_lev1_cur_child a,
.nav_left_lev1_act_child a,
.nav_left_lev1_cur_last_child a,
.nav_left_lev1_act_last_child a{
    font-size:80%;
    color: #578CA4;
    background: transparent;
}



.nav_left_lev1_child a:hover, 
.nav_left_lev1_last_child a:hover {
	font-size:80%;
    color: #F9F9F9;
    background: transparent;
}
/* --- level 1 stop --- */
/* --- level 2 start --- */

.nav_left_lev2_child a {
    font-size:75%;
    color: #505050;
    background-color: transparent;
}

.nav_left_lev2_last_child a {
}

/*.nav_left_lev2_cur_child a,
.nav_left_lev2_act_child a,
.nav_left_lev2_cur_last_child a,
.nav_left_lev2_act_child a  {
    font-size:75%;
}*/

.nav_left_lev2_child a:hover {
    color: #F9F9F9;
    background: transparent;
}
/* --- level 2 stop --- */
/* --- level 3 start --- */

.nav_left_lev3_child a {
    font-size:70%;
    color: #606060;
    background: transparent;
}

.nav_left_lev2_cur_child a,
.nav_left_lev2_act_child a,
.nav_left_lev2_cur_last_child a
{
    font-size:70%;
}

.nav_left_lev3_child a:hover {
    color: #F9F9F9;
    background: transparent;
}
/* --- level 3 stop --- */
/*------------------------------
  navigation left end
  ------------------------------*/

/*------------------------------
  contact form start
  ------------------------------*/
#contactform{
	width:600px;
	font-size:80%;	
}

#contactform fieldset{
	border: 0 none;
}

#contactform li{
	height:24px;
	width:600px;
	clear:both;	
}

#contactform label{
	text-align:left;
	width:124px;
	float:left;
	color:#6BACC8;
	background:#fff;
}

#contactform input {
	padding:2px 2px;
	width:450px;
	border:0 none;
	border-bottom:1px dotted #6BACC8;
	color:#6BACC8;
	background:#fff;
}

#contactform input.submit {
	margin-top:32px;
	width:124px;
	border: 0 none;
	color:#fff;
	background:#6BACC8;
}

#contactform input.checkbox {
	width:16px;
	border: 0 none;
}

#contactform textarea {
	padding:2px 4px;
	width:450px;
	height:120px;
	border:1px solid #6BACC8;
	color:#6BACC8;
	background:#fff;
}

#contactform textarea.comments {
	height:60px;
}
/*------------------------------
  contact form end
  ------------------------------*/
  
/*------------------------------
  design by macquality start
------------------------------*/   

#design {
	position:relative;
	top:0px;
	left:32px;
	z-index: 100;
	height:20px;
	width:160px;
}

#design a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#578CA4;
	text-decoration: none;
}

#design a:hover {
	color:#578CA4;
	text-decoration: underline;
}

/*------------------------------
  design by macquality end
  ------------------------------*/   

