/*--- layout */
	#header {
		margin:0; padding:0;
		}

  #wrapper{
  	position:absolute;
	  top:230px;
    left:0; 
    width:101%;
  }  
	#left {
		float:left;
		width:200px;
		margin:0; padding:0;
		font-size:0.9em;
		}
	#right {
		float:right;
		width:200px;
		margin:0; 
		padding:0;
		font-size:0.9em;
		}
	#middle {
		margin:0 200px;
		font-size:0.9em;
		}
		
	.cleaner {
		clear:both;
		height:1px;
		font-size:1px;
		border:none;
		margin:0; padding:0;
		background:transparent;
		}		
/*--- end  layout */		


body {
	margin:0px;
	padding:0px;
/*	font:normal 1.6em/1.2em */
  font-size:medium;
  font-family:verdana,aria,sans-serif;
	color:#000000;
	}		

img{
border:0px;
}

#header {
	background: url("images/header_background.gif") repeat-x;	
}
#headerImage {
	background: url("images/header.jpg") no-repeat;	
	height:317px;
	text-align:right;
	padding-right:80px;
	padding-top:20px;	
}
#headerImage a{ 
  text-decoration:none; 
  color:black; 
  font-weight:bold; 
  font-size:0.9em;
}


#left {
	background: url("images/leftpanel_bg.gif") no-repeat;	
	height:430px;
	
}
#right {
	background: url("images/rightpanel_bg.gif") no-repeat;	
	height:430px;
}

		
#footer .contacts
{
	float: left;
	width: 202px;
	text-align:left;
  font-size: 0.8em;
	margin: 10px;
	line-height: 125%;
	letter-spacing: -1px;
	color:#443d3d;
}
#footer .contacts .title
{
	font-size: 0.9em;
	font-weight: bold;
	color: #f30c0c;
}


#leftHeader{
padding-top:3px;
padding-left:15px;
}


#leftHeader h2{
font-size:1em;
color:white;
}

#rightHeader{
padding-top:3px;
padding-left:80px;
}


#rightHeader h2{
font-size:1em;
color:white;
}

/*left menu */

#left #leftMenu ul{
		width: 176px;
		list-style: none;
		padding: 0;
		margin: 0;
}
#left #leftMenu ul li{
		width: 163px;
		padding: 20px 0 0 13px;
		min-height: 29px;
		background: url("images/li_bg.gif") no-repeat bottom;
}
#left #leftMenu ul li a{
	display: block;
	text-decoration: none;
	color: #434149;
	padding-left: 14px;
  background: url("images/point.gif") no-repeat;
}
#left #leftMenu ul li a:hover
{
	text-decoration: underline;
}
/*end of left menu */


/*right menu news */
#right #rightMenu ul{
		width: 176px;
		list-style: none;
		padding-left:15px;
		margin: 0;
}
#right #rightMenu ul li{
		width: 163px;
		padding: 20px 0 0 13px;
		height: 80px;
		background: url("images/li_bg.gif") no-repeat bottom;
}
#right #rightMenu ul li a{
	display: block;
	text-decoration: none;
	color: #434149;
	padding-left: 14px;
  background: url("images/point.gif") no-repeat;
}
#right #rightMenu ul li a:hover
{
	text-decoration: underline;
}
/*end of right menu */





table.offer {
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #000000;
	border-collapse: collapse;

}
table.offer th {
	border-width: 1px;
	padding: 5px;
	border-style: dotted;
	border-color: #0000ff;
	
	-moz-border-radius: ;
}
table.offer strong {
  font-weight:bold;
  font-size:1.1em;
}


table.offer td {
	border-width: 1px;
	padding: 10px;
	border-style: dotted;
	border-color: #0000ff;

}



table.offerCentered {
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #000000;
	border-collapse: collapse;
	text-align:center;
}
table.offerCentered th {
	border-width: 1px;
	padding: 5px;
	border-style: dotted;
	border-color: #0000ff;
	-moz-border-radius: ;
}
table.offerCentered strong {
  font-weight:bold;
  font-size:1.1em;
}


table.offerCentered td {
	border-width: 1px;
	padding: 10px;
	border-style: dotted;
	border-color: #0000ff;
}




table.schedule {
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #000000;
	border-collapse: collapse;
	background-color: #ffffff;
}
table.schedule th {
	border-width: 1px;
	padding: 5px;
	border-style: dotted;
	border-color: #0000ff;
}
table.schedule td {
	border-width: 1px;
	padding: 10px;
	border-style: dotted;
	border-color: #0000ff;
}

.lightBlue{
	background-color: #B8DCFF;
	color:#00479F;
}

.darkBlue{
	background-color: #92C9FF;
	color:#00479F;
}

.darkestBlue
{
	background-color:#00479F;
	color: #ffffff;
}