/*-------------------------- main -----------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
	outline: none;
}
img {
	border: none;
}
.clear {
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}

body {
	background: url(../images/bg-body.jpg) repeat-x 0 0 #167CC4;
		font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
div#containerMain {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 959px;
	margin: 0px auto -193px auto;
	background: url(../images/bg-container-main.gif) repeat-y 0 0;
}
	
	#push {
		height: 193px;
		
	}
/*-------------------------- header row1-----------------------------------------*/	
div#header1
{
	width: 194px;
	height: 165px;
	background: url(../images/bg-header1.jpg);
	float: left;
}
div#header2
{
	width: 284px;
	height: 165px;
	background: url(../images/bg-header2.jpg) 0 0 no-repeat #F6FBFF;
	float: left;
}
div#header3
{
	width: 284px;
	height: 165px;
	background: url(../images/bg-header3.jpg) 0 0 no-repeat #F6FBFF;
	float: left;
}
div#header4
{
	width: 197px;
	height: 165px;
	background: url(../images/bg-header4.jpg) 0 0 no-repeat #F6FBFF;
	float: left;
}
/*-------------------------- header row2-----------------------------------------*/	

div#naviContainer
{
	width: 194px;
	height: 276px;
	background: url(../images/bg-navi.jpg) 0 0  no-repeat;
	float: left;
}
/*-------------------------- content -----------------------------------------*/	
div#contentContainer
{
	width: 734px;
	min-height: 276px;
	background: url(../images/bg-content.jpg) 0 0  repeat-x #F8FAFC;
	color: #000;
	float: left;
	
}

* html div#contentContainer
{
		height: 276px;
}


div#contentContainer div#contentMain 
{
	padding-left: 126px;
	padding-top: 15px;
	line-height: 20px;
}
/*-------------------------- sidebar -----------------------------------------*/	
div#header5
{
	width: 31px;
	height: 276px;
	background: url(../images/bg-header6.jpg) 0 0 no-repeat;
	float: left;
}



/*-------------------------- Bottom -----------------------------------------*/	
div#footer {
	background: url(../images/bg-footer.jpg) 0 0 repeat-x #145395;
	height: 193px;
	color: #000;
	line-height: 20px;
	font-size: 11px;
}
div#footerInner {
	width: 959px;
	height: 193px;
		margin: 0px auto;
}	
div#footerInner1{
	width: 194px;
	height: 193px;
	float: left;
	background: url(../images/bg-footer1.jpg) 0 0 no-repeat;
}
div#footerInner2{
	width: 147px;
	height: 193px;
	float: left;
	background: url(../images/bg-footer2.jpg) 0 0 no-repeat #F8FCFF;
}	
div#footerInner3{
	width: 587px;
	height: 193px;
	float: left;
	background: url(../images/bg-footer3.jpg) 0 0 no-repeat #F8FCFF;
}	
div#footerInner3 div{
	margin-top: 57px;
	float: left;
	margin-right: 12px;
}	
div#footerInner3 div span#phon{
	background: url(../images/bg-phon.gif) 0 2px no-repeat;
		padding-left: 17px;
}	
div#footerInner3 div span#mail{
	background: url(../images/bg-mail.gif) 0 3px no-repeat;
		padding-left: 17px;
}
		
#footerInner div a{
	color: #B60D0D;
}
#footerInner div a:hover{
	color: #000;
}		