/******************************************************************************
 * Right Column                                                               *
 *****************************************************************************/

#right_column {
position: relative;
float: right;
margin: 0;
padding: 0;
width: 629px;
background-color: white;
height: 100%;
background-image: url("/fileadmin/templates/images/main_content_shadow.jpg");
background-repeat: repeat-y;
}

/* Top section and logo */
#right_column  #top_section {
position: relative;
padding: 0;
margin: 0;
height: 176px;
background-image: url("/fileadmin/templates/images/top_banner_gears.jpg");
background-repeat: no-repeat;
}

#right_column  #top_section img{
margin: 50px 0 0 20px;
}

#right_column  #top_section .slogan {
position: absolute;
bottom: 0px;
margin: 0;
padding: 0;
height: 47px;
width: 458px;
}
#right_column  #top_section .slogan img {
position: relative;
margin: 0;
padding: 0;
}
/*~Top section and logo */

/* Top right menu */
#top_right_menu {
position: absolute;
top: 1px;
right: 72px;
}
#top_right_menu ul {
position: relative;
margin: 0;
padding: 0;
width: 293px;
overflow: auto;
}

#top_right_menu ul li {
position: relative;
float: left;
list-style: none;
width: 73px;
}

#top_right_menu ul li a:link {
position: relative;
display: block;
color: white;
text-decoration: none;
margin: 3px 5px 0 3px;
padding: 5px 5px 5px 15px;
font-size: 11px;
background-image: url("/fileadmin/templates/images/top_right_menu_arrow.gif");
background-repeat: no-repeat;
background-position: center left;
}
#top_right_menu ul li a:visited {
position: relative;
display: block;
color: white;
text-decoration: none;
margin: 3px 5px 0 3px;
padding: 5px 5px 5px 15px;
font-size: 11px;
background-image: url("/fileadmin/templates/images/top_right_menu_arrow.gif");
background-repeat: no-repeat;
background-position: center left;
} 

/*~Top right menu */

/* Images */
#right_column #first_image {
position: absolute;

top: 156px;
left: 392px;
width: 152px;
height: 140px;
background-image: url("/fileadmin/templates/images/right_img_bgs_stretchable.jpg");
background-repeat: no-repeat;
background-position: top left;
}
#right_column #first_image img{
width: 141px;
height: 122px;
margin: 2px 0 0 9px;
}

#right_column #second_image {
position: absolute;
left: 392px;
width: 152px;
height: 140px;
top: 292px;
background-image: url("/fileadmin/templates/images/right_img_bgs_stretchable.jpg");
background-repeat: no-repeat;
background-position: bottom left;
}
#right_column #second_image img{
width: 141px;
height: 122px;
margin: 9px 0 0 9px;
}

/*~Images */

/* footer */
#right_column #footer {
position: absolute;
display: block;
left: 0px;
bottom: 0;
width: 380px;
border-top: 1px solid black;
margin-left: 20px;
padding-right: 35px;
text-align: left;
font-size: 10px;
}

#footer p{
padding: 5px;
margin: 0;
}

#footer a:link {
color: #005a9c;
}
#footer a:visited {
color: #005a9c;
}
/*~footer */

#right_column #bottom_section {
position: relative;
margin: 0;
padding: 0;

}

/* main content */
#right_column #main_content {
position: relative;
margin: 0;
padding: 0;
float: left;
width: 450px;
}

#right_column #main_content .tt_content_container {
position: relative;
margin: 10px 0px 50px 0;
background-image: url("/fileadmin/templates/images/main_content_circle_bg.jpg");
background-repeat: no-repeat;
background-position: 0 132px;
width: 420px;
padding: 0 18px 0 20px;
min-height: 350px;
}
/*~main content */

/* Right background */
#right_column #right_background {
position: absolute;
right: -0px;
/*float: right;*/
margin: 0;
padding: 0;
width: 171px;
height: 390px;
background-image: url("/fileadmin/templates/images/right_col_bg_gears.jpg");
background-repeat: no-repeat;
}
#right_background .right_slogan{
position: absolute;
right: 0;
top: -47px;
width: 58px;
overflow: hidden;
}

/*~Right background */

/* submenu */
#submenu ul {
position: relative;
margin: 0 0 20px 0;
padding: 5px 0 0 20px;
width: 390px;
overflow: auto;
} 

#submenu ul li {
position: relative;
margin: 3px 5px 0 3px;
padding: 0px 20px 0 15px;
list-style: none;
float: left;
width: 80px;
border-top: 1px solid #b2b2b2;
border-bottom: 1px solid #b2b2b2;
background-image: url("/fileadmin/templates/images/submenu_arrow.jpg");
background-repeat: no-repeat;
background-position: center left;
}

#submenu ul li.currently_selected {
background-image: url("/fileadmin/templates/images/submenu_arrow_selected.jpg");
border-top: 1px solid black;
border-bottom: 1px solid black;
}

#submenu ul li a:link {
color: black;
font-size: 12px;
text-decoration: none;
}
#submenu ul li a:visited {
color: black;
font-size: 12px;
text-decoration: none;
}
#submenu ul li a:active {
color: #33A3DC;
font-size: 12px;
text-decoration: none;
}
#submenu ul li a:hover {
color: #33A3DC;
font-size: 12px;
text-decoration: none;
}

/*~submenu*/


