﻿body 
{
	font-family:Verdana;
	font-size:12px; 
	background-color:#ffffff;
	margin:0; 
	padding:0; 
	height:100%; 	
}

.description_hidden{ visibility:hidden;}

.logowrap{ border:solid 1px #000000; line-height:0px;top:23px; position:relative;}
.row1{background-color:#2E83AA;height:10px; font-size:0px;}
.row2{background-color:#4A8EB3;height:10px;font-size:0px}
.row3{background-color:#81ACBF;height:10px;font-size:0px}
.row4{background-color:#A2BDC4;height:10px;font-size:0px}
.row5{background-color:#BCC9D1;height:10px;font-size:0px}
.row6{background-color:#C4CED0;height:10px;font-size:0px}
.row7{background-color:#CFD0D4;height:10px;font-size:0px}
.row8{background-color:#C1D3DD;height:10px;font-size:0px}
.row9{background-color:#B0CDD5;height:10px;font-size:0px}
.row10{background-color:#9EC7DD;height:10px;font-size:0px}
.row11{background-color:#7BBAD9;height:10px;font-size:0px}
.row12{background-color:#61AFD3;height:10px;font-size:0px}
.row13{background-color:#5CA6CD;height:10px;font-size:0px}
.row14{background-color:#5F9EBD;height:10px;font-size:0px}
.row0{background-color:#ffffff;height:10px;font-size:0px}


.bottom_left{background-color:#C4CED0;height:300px;float:left;}
.bottom_center{background-color:#CFD0D4;height:300px;float:left;}
.bottom_right{background-color:#C1D3DD;height:300px;float:left;}

#toolbar{float:right;height:400px;border:solid 0px blue; top:30px; position:relative;}
#login_pos{margin:10px 10px 0 10px;float:left;border:solid 1px #808080;top:200px;}

#header_bar{height:50px;width:200px; vertical-align:middle;padding:5px 0 0px 20px;}



#indentmenu2
{
    width:300px;
    top:51px;
    position:absolute; 
    height:27px;
    background-color: #000000;
}

h1
{
    color:#808080;
    font: bold 16px;
}

h2
{
    color:#808080;
    font: bold 16px;
}

td{color:#808080;}


#indentmenu3
{ 
    position:absolute; 
    right:0px;
    top:50px;
    font: bold 13px Arial;
    width: 50px; /*leave this value as is in most cases  4A8EB3*/
    background-color: #808080;
    height:22px;
    border-top:solid 1px #000000;
    border-bottom:solid 1px #000000;
    text-align:center;
    color:#808080;
    vertical-align:middle;
    padding-top:5px;
}
#indentmenu3 a{
    color: #C1D3DD; /*text color*/
    text-decoration: underline;
}

#indentmenu3 a:hover{
    color: Red;
}



#indentmenu
{ 
    position:absolute; 
    right:50px;
    top:50px;
    font: bold 13px Arial;
    width: 100%; /*leave this value as is in most cases*/
    background-color: #808080;
    height:27px;
    border:solid 1px #000000;
}

#indentmenu ul{
    margin: 0;
    padding: 0;
}

#indentmenu ul li{
    display: inline;
}

#indentmenu ul li a{
    float: right;
    color: white; /*text color*/
    padding: 5px 11px;
    text-decoration: none;
    border-right: 1px solid #ffffff; /*divider between menu items*/
}

#indentmenu ul li a:visited{
    color: white;
}

#indentmenu ul li a:hover, .indentmenu ul li .current{
    color: white !important; /*text color of selected and active item*/
    padding-top: 6px; /*shift text down 1px for selected and active item*/
    padding-bottom: 4px; /*shift text down 1px for selected and active item*/
    background-color: #5CA6CD;
}



.container_main{border: 2px solid #808080; height:500px;margin-top:100px;}
.client_container{border: 0px solid #808080; height:500px; margin-top:40px;}
.client_image{width:40%;float:left;}
.client_description{
    width:47%;
    height:275px;
    float:left; 
    text-align:left;
    font-size:15px;
    color:#808080;
}

.thumbnail_strip{
    float:left; 
    width:500px;
    height:40%;
}
.thumbNormal {
    border:1px solid #ffffff;
}
.thumbSelected {
    border:1px solid #ffffff;
}



