@charset "utf-8";
/* CSS Document */


.heading {
	font-family: Myriad Pro, Arial;
	color: #FFF;
	font-size: 30px; 
 	line-height: 36px
}

.heading2 {
	font-family: Myriad Pro, Arial;
	color: #FFF;
	font-size: 24px; 
 	line-height: 28px
}

.heading3 {
	font-family: Myriad Pro, Arial;
	color: #000;
	font-size: 30px; 
 	line-height: 36px;
	font-weight: bold;
}

.text {
	font-family: Myriad Pro, Arial;
	color: #FFF;
	font-size: 14px; 
 	line-height: 16px
}

.text2 {
	font-family: Myriad Pro, Arial;
	color: #FFF;
	font-size: 12px; 
 	line-height: 14px
}

.text3 {
	font-family: Myriad Pro, Arial;
	color: #000;
	font-size: 14px; 
 	line-height: 16px
}

.navi {
	font-family: Myriad Pro, Arial;
	color: #000;
	font-size: 16px; 
 	line-height: 26px;
	text-decoration: none;
	
	outline: none;
}

.naviactive {
	font-family: Myriad Pro, Arial;
	color: 000;
	text-decoration:underline;
	font-weight:bold;
	font-size: 16px; 
 	line-height: 26px;
	
	text-decoration: none;
	outline: none;
}

a.navi:hover {
	font-family: Myriad Pro, Arial;
	
	color: #FFC;
	font-size: 16px; 
 	line-height: 26px;
	text-decoration: none;
	outline: none;
}

.subnav {
	font-family: Myriad Pro, Arial;
	font-style: inherit;
	color: #000;
	font-size: 14px; 
 	line-height: 16px;
	text-decoration: none;
	outline: none;
}

.subnavactive {
	font-family: Myriad Pro, Arial;
	color: #000;
	font-size: 17px; 
 	line-height: 16px;
	font-weight: bold;
	text-decoration: none;	
	outline: none;
}

a.subnav:hover {
	font-family: Myriad Pro, Arial;
	color: #000;
	font-size: 17px; 
 	line-height: 16px;
	font-weight: bold;
	text-decoration: none;
	outline: none;
}

.subnav2 {
	font-family: Myriad Pro, Arial;
	color: #FFF;
	font-size: 12px; 
 	line-height: 14px;
	text-decoration: none;
	outline: none;
}

.subnav3 {
	font-family: Myriad Pro, Arial;
	color: #FFF;
	font-size: 14px; 
 	line-height: 14px;
	text-decoration: none;
	outline: none;
}

a.subnav3:hover {
	font-family: Myriad Pro, Arial;
	color: #666;
	font-size: 14px; 
 	line-height: 14px;
	text-decoration: none;
	outline: none;
}


.subnav4 {
	font-family: Myriad Pro, Arial;
	color: #FFF;
	font-size: 12px; 
 	line-height: 16px;
	text-decoration: none;
	outline: none;
}

a.subnav4:hover {
	font-family: Myriad Pro, Arial;
	color: #666;
	font-size: 12px; 
 	line-height: 16px;
	text-decoration: none;
	outline: none;
}

.subnavactive2 {
	font-family: Myriad Pro, Arial;
	color: #000;
	font-size: 12px; 
 	line-height: 14px;
	font-weight: bold;
	text-decoration: none;	
	outline: none;
}

a.subnav2:hover {
	font-family: Myriad Pro, Arial;
	color: #666;
	font-size: 12px; 
 	line-height: 14px;
	text-decoration: none;
	outline: none;
}




.contactnav {
text-decoration: none; 
color:#FFF; 
outline: none;
}

a.contactnav:hover {
text-decoration: none; 
color: #666; 
outline: none;
}


.container
{
width: 800px;
height: 500px;
margin:auto;
background-image: url(../img/bg_new2.png);
border: 1px solid gray;
margin-top: 60px;
background-repeat: no-repeat;

}

.main1
{
float: left;
width: 390px;
height: auto;
padding-left: 100px;
padding-top: 65px;

}

.navibox {
width: 200px;
padding-top: 105px;
text-align: center;
max-width: 200px;
float: left;
}

.footer {
clear: both;
width: 800px;
vertical-align: bottom;
font-family: Arial, Helvetica, sans-serif; 
font-size: 10px; font-style: normal; 
line-height: 13px; 
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display:inline-block;}
.clearfix {display:block;}
