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

body {
position:relative;
margin:0;
padding:0;

}
a:hover {
text-decoration:none;
outline:none;



}
a {
text-decoration:none;
outline:none;


}

#mainlayer {
margin:0 auto;
position:relative;
font-family:Arial, Helvetica, sans-serif;
padding:0;
width:994px;
height:683px;
background:#ffffff;

}

.content {
font-size:12px;
color:#666666;
font-weight:normal;
text-align:justify;


}


.content1 {
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#666666;
font-weight:normal;
text-align:justify;


}

.contentbold {
font-size:12px;
color:#666666;
font-weight:bold;


}

.heading {
font-size:16px;
color:#c41228;
font-weight:bold;
text-transform:uppercase;
}

.headingp {
font-size:16px;
color:#076cc4;
font-weight:bold;
text-transform:uppercase;
}



.heading1 {
font-size:14px;
color:#c41228;
font-weight:bold;
text-transform:uppercase;
}

.contact_head {
font-size:13px;
color:#666666;
font-weight:bold;
text-transform:uppercase;
}


.footer {
font-size:11px;
color:#666666;
font-weight:normal;


}



.bestview {
font-size:11px;
color:#4a3f45;
font-weight:bold;
}

.dropdown-menu li {
position: relative;
}
.dropdown-menu .dropdown-submenu {
display: none;
position: absolute;
left: 100%;
top: -7px;
}
.dropdown-menu .dropdown-submenu-left {
right: 100%;
left: auto;
}
.dropdown-menu>li:hover>.dropdown-submenu {
    display: block;
}