/* CSS Document */

body{
margin:0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#333333;
background-color:#FFFFFF;
}


.main_container{
width:990px;
display:block;
margin-left: auto;
margin-right: auto;
position:relative;
}

/*topbar style starts here */ 
.topbar_container{
width:100%;
height:70px;
display:block;
position:relative;
}

.logo_container{
width: 30%;
height: 70px;
float:left;
}

.img_logo{
margin-top: 10px;
margin-left: 15px;
background-image:url(images/logo_Cosmit.gif);
background-repeat:no-repeat;
width: 162px;
height: 46px;
cursor: pointer;
}

.language_container{
width: 25%;
height: 70px;
height: 25px;
padding-top: 5px;
float:right;
}

.img_german{
background-image:url(images/flag_Germany.gif);
background-repeat:no-repeat;
float:right;
}

.img_english{
background-image:url(images/flag_English.gif);
background-repeat:no-repeat;
float:right;
}

a.language{
font-size:9px;
color:#666666;
text-decoration:none;
padding-left: 20px;
padding-right: 13px;}

a.language:hover{
font-size:9px;
color:#cb0100;
text-decoration:underline;
padding-left: 20px;
padding-right: 13px;}

.language_selected{
font-size:9px;
color:#cb0100;
text-decoration:none;
padding-left: 20px;
padding-right: 13px;}
/*topbar style ends here */

/*Main Navigation style starts here */

.mainnavigation_container{
background-color:#383838;
width: 100%;
height: 22px;
position:relative;
}

a.topmenu{
float:right;
width: 70px;
height:22px;
text-align:center;
display:block;
background-color:#383838;
font-size:10px; font-weight:bold;
color:#FFFFFF;
line-height: 22px;
text-decoration:none;}

a.topmenu:hover{
float:right;
width: 70px;
height:22px;
text-align:center;
display:block;
background-color:#ca0100;
font-size:10px; font-weight:bold;
color:#FFFFFF;
line-height: 22px;
text-decoration:none;}

.topmenu{
float:right;
width: 70px;
height:22px;
text-align:center;
display:block;
background-color:#cb0100;
font-size:10px;
font-weight:bold;
color:#FFFFFF;
line-height: 22px;}

.topmenu_divider{
float:right;
width: 1px;
height:22px;
display:block;
background-color:#ffffff;}

/*Main Navigation style ends here */

.whiteband_container{
height: 1px;
background-color: #ffffff;
width: 990px;
position:relative;
}

.greybanner_container{
height: 70px;
background-color: #000000;
width: 990px;
position:relative;
}

.greybanner_container_home{
height: 165px;
background-color: #000000;
width: 990px;
position:relative;
background-image:url(images/banner_home.jpg);
background-repeat:no-repeat;
}

.greybannerquote_container{
height: 40%;
width:42%;
float:right;
margin-right: 20px;
margin-top: 4%;
}

.redband_container{
height: 6px;
background-color: #ce0000;
width: 990px;
position:relative;
}

.body_container_postion{
position: relative;
width: 990px;
top: -50px;
display:block;}

.body_container{
width: 990px;
position:relative;
}

.body_container_inner{
width: 990px;
position:relative;
}

/*leftmenu style starts here */
.leftmenu_container{
float:left; width:23%;
}

.leftmenu_pane_questions{
border-top:1px solid #959595;
border-left:1px solid #959595;
border-right:1px solid #959595;
border-bottom: 4px solid #cb0100;
width: 180px;
height: 160px;
margin-left: 10px;
background-color: #f3f3f3;
display: block;
/*position:relative;*/
}

.leftmenu_pane{
position:relative;
border-top:1px solid #959595;
border-left:1px solid #959595;
border-right:1px solid #959595;
border-bottom: 4px solid #cb0100;
width: 180px;
margin-left: 10px;
margin-top: 20px;
background-color: #f3f3f3;
}

.leftmenu_divider{
width: 90%;
height: 30px;
border-bottom:1px solid #c6c6c6;
line-height:30px;
margin-left: 10px;
}

.leftmenu_divider_end{
border-bottom:none;
}

.leftmenu_redend{
height:4px;
width: 182px;
margin-left: 10px;
background-color:#CC0000;}

a.leftmenu{
font-size:10px;
font-weight:bold;
color:#666666;
text-decoration:none;
text-align:left;}

a.leftmenu:hover{
font-size:10px;
font-weight:bold;
color:#cb0100;
text-decoration:underline;
text-align:left;}

.leftmenu_selected{
font-size:10px;
font-weight:bold;
color:#cb0100;
text-decoration:none;}
/*leftmenu style ends here */

/*content style starts here */
.content_container{
float:left;
width:76%;
margin-top: 45px;
}

.content_container_inner{
float:left;
width:50%;
}

.rightbox_container{
float:left;
width:23%;
margin-top: 5px;
margin-left: 10px;
background-color: #eeeeee;
border: 1px solid #e3e3e3;
min-height: 160px;
padding: 10px;
}

p{
padding-right:15px;}

h1{
margin-top: 30px;
font-size:12px;
font-weight:bold;
color:#cb0100;}

a.info{
font-size:9px;
color:#cb0100;
text-decoration:none;}

a.info:hover{
font-size:9px;
color:#666666;
text-decoration:underline;}

/*content style ends here */

.clear{
clear:both;
height:20px;
margin-top: 10px;
}

/*footer style starts here */
.footer_container{
position:relative;
 width: 990px;
 bottom: 20px;
 }

a.footer{
font-size:9px;
color:#666666;
text-decoration:none;}

a.footer:hover{
font-size:9px;
color:#cb0100;
text-decoration:underline;}

.footer_selected{
font-size:9px;
color:#cb0100;
text-decoration:none;}

.copyright{
line-height:15px;
color:#999999;}

/*footer style ends here */

/*Home bottom banner style starts here */

.home_bottombanner_leftspacer{
width: 23%;
float:left;
}

.home_bottombanner_container{
width: 76%;
float:right;
}

.home_bottombanner_left {
background-color:#dedfde;
width: 198px;
height:150px;
border-left: 1px solid #959595;
border-right: 1px solid #959595;
border-top: 1px solid #959595;
border-bottom: 4px solid #cb0100;
float:left;
background-image:url(images/banner_home_actuateconsulting.jpg);
background-repeat:no-repeat;
background-position:top;
margin-left: -10px;
margin-right: 3%;}

.home_bottombanner_center {
background-color:#dedfde;
width: 198px;
height:150px;
border-left: 1px solid #959595;
border-right: 1px solid #959595;
border-top: 1px solid #959595;
border-bottom: 4px solid #cb0100;
float:left;
background-image:url(images/banner_home_birt.jpg);
background-repeat:no-repeat;
background-position:top;
margin-right: 3%;}

.home_bottombanner_right {
background-color:#dedfde;
width: 198px;
height:150px;
border-left: 1px solid #959595;
border-right: 1px solid #959595;
border-top: 1px solid #959595;
border-bottom: 4px solid #cb0100;
float:left;
background-image:url(images/banner_home_actuate.jpg);
background-repeat:no-repeat;
background-position:top;
}

.bottombanner_left_text{
margin-top: 55px;
width: 90%;
padding-left: 10px;}

P.bannertext{
line-height: 14px;
}

.bannerhead{
font-size:11px;
font-weight:bold;
color:#ca0000;
line-height: 20px;
}

a.bannerinfo{
font-size:10px;
color:#cb0100;
text-decoration:none;
line-height: 14px;}

a.bannerinfo:hover{
font-size:10px;
color:#666666;
text-decoration:underline;
line-height: 14px;
}

/*Leftmenu Question box strats here */

.home_send{
font-family: Verdana, Arial, Helvetica, sans-serif;
background-color:#ca0000;
border-top:#e06c6c 1px solid;
border-left:#e06c6c 1px solid;
border-right:#810000 1px solid;
border-bottom:#810000 1px solid;
font-size:10px;
font-weight:normal;
color:#FFFFFF;
padding-left:5px;
padding-right:5px;
line-height: 16px;
text-decoration:none;
display:block;
text-align:center;
padding-top:1px;
padding-bottom:1px;
}

.home_send:hover{
background-color:#a50102;
border-top:#e06c6c 1px solid;
border-left:#e06c6c 1px solid;
border-right:#810000 1px solid;
border-bottom:#810000 1px solid;
font-size:10px;
font-weight:normal;
color:#FFFFFF;
padding-left:5px;
padding-right:5px;
line-height: 16px;
text-decoration:none;
display:block;
text-align:center;
padding-top:1px;
padding-bottom:1px;
}


P.questions{
width:90%;
padding-left:10px;
margin-top:10px;
}

.questions_head{
font-size:10px;
font-weight:bold;
color:#ce0000;
line-height:18px;
}

.questions_headblack{
font-weight:bold;
line-height: 18px;
}

.questions_label {
line-height: 18px;
color:#696969;
}

.questions_value{
width: 155px;
height: 16px;
border: 1px solid #939393;
font-size:9px;
font-weight:normal;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#666666;
}	

.questions_send_container{
float:right;
padding-right:5px;
}

/*Leftmenu Question box ends here */

.formError{
background-color: #FFFF66;
}

.spacer{
height:20px;}


/* References style strats here */

.Ref_title{
font-size:10px;
font-weight:bold;
line-height: 20px;}

.Ref_divider{
height:1px;
background-color:#cccccc;}


/* References style ends here */


/* Contact style starts here */

.contactquestion_headblack{
font-weight:bold;
line-height: 18px;
}

.contactquestion_label {
line-height: 18px;
color:#696969;
}

.contactquestion_value{
width: 260px;
height: 16px;
border: 1px solid #939393;
font-size:9px;
font-weight:normal;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#666666;
margin-bottom: 5px;
}

.contactquestion_textarea{
width: 260px;
border: 1px solid #939393;
font-size:9px;
font-weight:normal;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#666666;
margin-bottom: 5px;
height: 100px;
}

a.contact_directionalink{
font-size:10px;
color:#cb0100;
text-decoration:none;
line-height: 18px;}

a.contact_directionalink:hover{
font-size:10px;
color:#666666;
text-decoration:underline;
line-height: 18px;
}		

/* Contact style ends here */

/* Accordian menu style starts here */

ul.menu {
  margin: 0; padding: 0;
  list-style-type:none;
  position:relative;
  border-top:1px solid #959595;
  border-left:1px solid #959595;
  border-right:1px solid #959595;
  border-bottom: 4px solid #cb0100;
  width: 180px;
  margin-left: 10px;
  margin-top: 20px;
  background-color: #f3f3f3;  
}

ul.menu ul {
  margin: 0; padding: 0;
  list-style-type:none;
  position:relative;
  border-bottom: 0px solid #cb0100;
  width: 162px;
  margin-left: 15px;
  margin-top: 5px;
  background-color: #f3f3f3;
}

ul.menu a {
  display: block;
  text-decoration: none;
}

ul.menu li {
  margin-top: 1px;
}

ul.menu li a {
  width: 90%;
  height: 30px;
  border-bottom:1px solid #c6c6c6;
  line-height:30px;
  margin-left: 10px;
}

ul.menu li a:hover {
  
}

ul.menu li ul li a {
  
  
}

ul.menu li ul li a:hover {
  
  
}

/* Accordian menu style ends here */

