@charset "utf-8";

/* layout */
html  
{
    margin-left:-1px; 
}

form 
{			
	margin:0;
	padding:0;
}

#pageWrap 
{
    padding:0;
    margin:0; 
}
 
#header 
{						
    position:relative;
    margin:0 auto 0 auto;
    background-image:url(images/header.jpg);
    background-repeat:no-repeat;
    width:1000px;
    height:240px;
    z-index:3;				
}

#bcBackground 
{
    position:relative;
    width:1000px;
    margin:0 auto 0 auto;
    z-index:2;			
}

#bcHeader 
{
    position:relative;
    width:100%;
    background-image:url(images/bcHeader.jpg);
    background-repeat:no-repeat;
    background-position:center top;
    z-index:3;
}

#bcFooter 
{
    position:relative;
    width:100%;
    background-image:url(images/bcFooter.jpg);
    background-repeat:no-repeat;
    background-position:left bottom;
    padding-bottom:40px;
    z-index:3;
    min-height:488px;
}

#boxLeft
{		
    position:relative;
    float:left;    
    width:184px;
    margin-left:110px;
    z-index:4;
}

#boxLeft a { color:#b5aca5;}
#boxLeft a:hover { color:#fff;}

#boxMain
{		
    position:relative;
    float:right;    
    width:657px;
    margin-right:8px;
    z-index:4;
}

#footerWrap 
{
    position: relative;
    width: 100%;
    height: 210px;
    bottom: 0;
    background-image:url(images/footerWrap.jpg);
    background-repeat:repeat-x;
    z-index: 1;

}

#footer 
{	
    position:relative;
    width: 1000px;
    height: 210px;
    margin: 0 auto 0 auto;
    background-image:url(images/footer.jpg);
    background-position:left top;
    background-repeat:no-repeat;
    z-index:4;
}

#footerInfo 
{ 
    position:absolute;
    top:25px;
    right:8px;
    width:657px;
}

#footerInfoTitle { font-size:19px; margin-bottom:15px; }
    
/* end layout */

/* pinned div */

#headerLeft, #headerLeft2
{
    position: absolute;
    width: 1280px;
    height: 382px;
    right: 50%;
    background-repeat: no-repeat;
    background-position: 0 top;
    z-index: 1;    
}

#headerLeft { top: 0; background-image: url(images/headerLeft.jpg); }
#headerLeft2 { top: 382px; background-image: url(images/headerLeft2.jpg); }

#headerRight, #headerRight2
{
    position: absolute;
    width: 50%;
    left: 50%;    
    background-repeat: no-repeat;
    background-position: 500px top;
    z-index: 1;    
}

#headerRight { height: 382px; top: 0; background-image: url(images/headerRight.jpg); }    
#headerRight2 { height: 382px; top: 382px; background-image: url(images/headerRight2.jpg); }

/* end pinned */

/* button Home */

.headerBtn
{
    position:absolute;
    top:110px;
    right:0;
    height:33px;
    width: 150px;
    padding:13px 0 0 55px;
    display:block;
    text-align:left;
    font-size:19px;
    background-image:url(images/icoTel.png);
    background-repeat:no-repeat;
    background-position:left center;
    text-decoration:none;
    color:#bdb4ad;
    z-index:5;    
}

.headerBtn:hover
{
    color:#fff;
    background-image:url(images/icoTelb.png);
    text-decoration:none;   
}

.icoLeft0,.icoLeft1
{
    position:relative;
    height:29px;
    width: 150px;
    padding:13px 0 0 50px;
    margin:0 0 15px 18px;
    display:block;
    text-align:left;
    font-size:12px;
    background-repeat:no-repeat;
    background-position:left center;
    text-decoration:none;
    z-index:5;    
}

.icoLeft0 { background-image:url(images/icoLeft0.png);}
.icoLeft1 { background-image:url(images/icoLeft1.png);}

.icoLeft0:hover, .icoLeft1:hover { color:#fff; text-decoration:none; }
.icoLeft0:hover { background-image:url(images/icoLeft0b.png); }
.icoLeft1:hover { background-image:url(images/icoLeft1b.png); }

/* end button Home */

/* top menu*/

#menu 
{    
	position:absolute;
	top:185px;	
	right:20px;
	z-index:4;
}

.menuMain 
{
	list-style:none;
	margin:0 auto 0 auto;
	padding:0;
}

.menuMain li 
{
	list-style:none;
    padding:0;
    margin:0;
    float:left;
}

.menuMain li a 
{
	list-style:none;
	list-style-image:none;
	display:block;
	font-size: 14px;
	font-weight:bold;
	color: #fff;
	text-decoration: none;
	text-align:center;
	height:25px;
	position:relative;	
	padding-top:11px;
	margin: 0 -1px 0 -1px;
}

.menuMain li a:hover 
{
	color:#fff;
	text-decoration:none;
}

.menuItem0 a,.menuItem1 a, .menuItem4 a { width:94px;}
.menuItem0 a:hover,.menuItem1 a:hover, .menuItem4 a:hover { background-image: url(images/btn0.png);}
.menuItem2 a, .menuItem3 a, .menuItem5 a { width:119px;}
.menuItem2 a:hover, .menuItem3 a:hover, .menuItem5 a:hover { background-image: url(images/btn1.png);}

/* end top menu*/

/* left menu*/

#title {font-size:19px; color:#cac5c1; margin-left:20px;}

#menuLeft 
{    
	position:relative;
	margin:20px 0 25px 0;	
	z-index:4;
}

.menuLeftMain
{
	list-style:none;
	margin:0 auto 0 auto;
	padding:0;
}

.menuLeftMain li 
{
	list-style:none;
    padding:0;
    margin:0;
}

.menuLeftMain li a 
{
	list-style:none;
	list-style-image:none;
	display:block;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	width:164px;
	height:17px;
	position:relative;	
	padding:2px 0 0 20px;
	margin: 4px 0 4px 0;
}

.menuLeftMain li a:hover 
{
	color:#fff;
	text-decoration:none;
	background-image: url(images/btnLeft.png);
}

/* end left menu*/

/* cs copyright */
#containerFooter {
	width: 100%;
	font-size: 11px;
	color: #8d8986;
	padding:0;
	position:absolute;
	bottom:10px;
}
#containerFooter a {
	text-decoration: none;
	color:#8d8986;
}
#containerFooter a:hover {
	text-decoration: none;
	color:#fff;
}

#footerCopy {
	width: 300px;
	float: left;
	margin-left:110px;
}

#footerEw {
	width: 300px;
	float: right;
	text-align:right;
	margin-right:8px;
}

/* end cs copyright */
#logo
{
    width:125px;
    height:200px;
    top:15px;
    left:140px;
    position:absolute;
    z-index:20;
    display:block;
    }