/*******************************************************************/
/* -================  HTML Elements =============================- */
/*******************************************************************/
h2{
	font-size: 120%;
	font-weight: bold;
	margin: 5px 0px 0px 20px;
	font-family: Tahoma;
}

h1 {
	margin-left: 20px;
}

h3{
	margin: 5px 0px 20px 20px;
	font-size: 80%;
	font-style: italic;
}

body{
	background: url(images/bg.gif);
	background-repeat: repeat;
	font-family: Times New Roman, Verdana, Arial;
	font-size: 11px;
	margin: 10px 0px 10px 0px;
}

p{
	line-height: 150%;

}

p strong{
	font-weight: bold;
}
/*******************************************************************/
/* -================  Global DIVs ===============================- */
/*******************************************************************/
#borders{
	width: 757px;
	margin: 0px auto;	
	background-color: white;
	border: 6px solid white;
	clear: both;
}

#masthead ul {
	margin-bottom: 10px;
}


#global{
	width: 757px;
	margin: 0px auto;	
}

#top_nav {
	clear: both;
	background: url(images/main.jpg);
	background-repeat: no-repeat;
	padding-top: 189px;
	background-color: white;
	padding-bottom: 3px;
	font-size: 0em;
}

#container {
	clear: both;
	position: relative;
	width: 100%;
	min-height: 900px !important;
	background-image: url('images/menubg.gif');
	background-repeat: repeat-y;
}

* html #container {
	height: 800px;
}

#left_col {
	width: 248px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#page_content {

	margin-left: 248px;
	padding: 0px 5px 5px 5px;
}


#footer, #banners {
	width: 757px;
	margin: 0px auto;
	display: block;
}

#banners {
	text-align: right;
	margin-top: 10px;
}
/*******************************************************************/
/* -================  Caption DIV ==============================- */
/*******************************************************************/
#masthead h1, #masthead h2{
	color: white;
	margin-left: 20px;
}

#masthead span{
	display: inline;
	float: left;
}

#masthead h1{
	font-size: 180%;
}

#masthead h2{
	font-size: 120%;
	font-style: italic;
	text-transform: lowercase;
	margin-bottom: 4px;
	font-weight: normal;
}

#masthead ul{
	float: right;
}

#masthead ul li{
	display: inline;
	border-left: 1px solid white;
	padding: 0px 10px 0px 10px;
}

#masthead ul li.first{
	border-left: 0px;
}


#masthead ul li a{
	color: white;
	font-size: 125%;
}

#masthead ul li a:hover{
	text-decoration: none;
	color: #ffa200;
}


/*******************************************************************/
/* -================  Caption Images ============================- */
/*******************************************************************/
* html #top_nav{
	padding-bottom: 3px;
}

* html #top_nav img{
	margin-left: 2px;
}


#top_nav img{
	margin-left: 1px;
}

#top_nav img.first{
	margin-left: 0px;
}

/*******************************************************************/
/* -================  Content  ==================================- */
/*******************************************************************/
/*******************************************************************/
/* -================  Main Menu =================================- */
/*******************************************************************/
#left_col div{
	background-color: #1e235b;	
	border: 1px solid #1e235b;
}

#left_col div img{
	padding: 15px 5px 15px 10px;
	display: block;
	position: absolute;
	left: 0px;
	top: 10px;
}

#left_col div h1{
	display: block;
	color: white;
	font-size: 180%;
	margin-left: 50px;
	margin-top: 5px;
	padding: 15px 0px 15px 5px;
}

#left_col ul, #page_content ul{
	clear: both;
	margin-left: 15px;
	margin-top: 15px;
}

#left_col ul li, #page_content ul li{
	vertical-align: top;
	padding-left: 15px;
	line-height: 130%;
}

#page_content ul li a{
	color: #253f93;
}

#left_col ul li a{
	color: white;
}

#left_col ul li a:hover, #page_content ul li a:hover{
	color: #ffa200;
}

#left_col ul li a.highlighted{
	color: #ffa200;
}

#left_col ul li.first{
	color: #fff;
}

#left_col ul li.first a, #page_content ul li.first a{
	text-decoration: none;
}

#left_col ul li.first a:hover, #page_content ul li.first a:hover{
	text-decoration: underline;
}

#left_col ul li.second a, #page_content ul li.second a{
	text-decoration: underline;
}

#left_col ul li.second a:hover, #page_content ul li.second a:hover {
	text-decoration: none;
}

#left_col ul li.first, #page_content ul li.first{
	background-image: url('images/li.gif');
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 10px;
	font-size: 120%;
	font-weight: bold;
}

#page_content ul li.first.small{
	background-position: left top;
	font-size: 90%;
}

* html #left_col ul li.first{
	font-size: 110%;
}

#left_col ul li.second, #page_content ul li.second{
	background-image: url('images/li2.gif');
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 10px;
	font-size: 110%;
}

#left_col #diplom{
	margin-left: 80px;
	margin-top: 30px;	
}


/*******************************************************************/
/* -================  Page Content  =============================- */
/*******************************************************************/

#page_content h1{
	color: #1c215a;
	font-size: 180%;
	padding-bottom: 10px;
	padding-top: 10px;
}

#page_content img#trademark{
	float: right;
	
}

#page_content p{
	padding-bottom: 5px;
	font-size: 110%;
	line-height: 110%;
	margin-left: 15px;
}

#page_content p:first-letter{
	color: #253f93;
	font-weight:bold;
}

#page_content .imagesrow td {
	width: 100px ;	
	text-align: center;
}

#page_content .imagesrow a{
	color: #253d91;
}

#page_content .imagesrow a:hover {
	text-decoration: none;
}

#page_content .imagesrow a span{
	display: block;
}

#page_content div#spacer{
	height: 200px;
	
}

/*******************************************************************/
/* -================  Footer ====================================- */
/*******************************************************************/
#footer ul{
	margin-top: 3px;
}

#footer ul li{
	color: white;
	display: inline;
	border-left: 1px solid white;
	margin-right: 5px;
	padding-left: 5px;
}

#footer ul li.first{
	border-left: 0px solid white;
}

#footer ul li a{	
	font-size: 90%;
	color: white;
}

#footer ul li a:hover{	
	text-decoration: none;
}

div#gallery
{
	margin: 10px 0px 20px 13px;
}

div#gallery .imageblock
{
	float: left;
	width: 133px;
	margin-right: 5px;
	margin-top: 10px;
	text-align: center;
}

#smallgallery{
	margin: 10px 0px 10px 5px;
	text-align: center;
}

div#gallery .imageblock img
{
	display: block;
	margin-bottom: 5px;
}

div#gallery .imageblock a
{
	color: #253d91;
	font-size: 95%;
	font-weight: bold;
}

div#gallery .imageblock a:hover
{
	text-decoration: none;
}

table.noborders{
	border: 0px;
}

table{
	margin: 5px 20px 10px 20px;
}

table tr td{
	height: 20px;
	padding: 2px 0px 2px 0px;
}

#construction{
	padding: 0px 15px 0px 15px;
	text-align: center;
	width: 100%;
}

#construction.no_margin{
	padding: 0px;
}


* html #construction{
	padding-left: 0px;
	margin-left: -15px;
}

#construction div{
	width: 133px;
	height: 133px;
	text-align: center;
	vertical-align: center;
	padding: 8px;
	margin: 4px;
	float: left;
}

#construction div:hover{
	background-color: #b9bcfa;
}

* html #construction div{
	width: 145px;
	height: 145px;
}

#construction span{
	clear: both;
}

ol.map
{
	margin-left: 6px;
	margin-top: 14px;
}

ol.map li.firstss
{
	font-size: 80%;
	font-weight: bold;
	text-transform: uppercase;
	color: #fc9a1a;
	background-image: url(images/li1.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 13px;
	margin-top: 20px;
	margin-bottom: 8px;
}

div#contacts ol li
{
	line-height: 130%;
}

div#contacts ol li.name
{
	font-weight: bold;
}

div#contacts ol li a
{
	color: #116489;
}

div#contacts ol li a:hover
{
	text-decoration: none;
}

div#contacts ol li.email a
{
	padding-left: 15px;
	background: url(images/email.gif) no-repeat;
	background-position: left center;
}

div#contacts ol.contact{
	margin: 0px 0px 20px 20px;
}

div.formrow {
	padding: 4px 0px 4px 0px;
}

div.formrow input{
	border: 1px solid #253d91;
	width: 200px;
}

div.formrow span{
	font-weight: bold;
	width: 200px;
	display: block;
	float: left;
}


input.submit{
	margin-top: 10px;
	border: 0px;
	background-color: #253d91;
	color: #fff;
	height: 30px;
}

form{
	margin: 20px 0px 30px 13px;
}

textarea{
	border: 1px solid #253d91;
	width: 450px;
	height: 60px;
	margin-top: 10px;
}


th{
	font-weight: bold;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-top: 10px;
}

.tech_table{
	margin: 0px;
}

.tech_table td{
		height: 133px;
		vertical-align: top;
}

ul.list, ul.list.noleftmargin{
	margin-bottom: 30px;
	margin-left: 100px !important;
}

ul.list.noleftmargin{
	margin-left: 20px !important;
}

#page_content ol.documents li.first.small{
	background-image: none;;
}

#page_content ol.documents li.first.small a{
	display: block;
	height: 40px;
	padding-left: 55px;
	background: url('images/pdf.gif') top left no-repeat;
	padding-top: 12px;
}

.noborders{
	width: 93%;
	border-collapse: collapse;
}

.noborders th{
	border-bottom: 3px solid #000;
}

.noborders td{
	padding: 5px;
	border-bottom: 1px solid #777;
}

* html .noborders td{
	padding: 3px;
}