@charset "utf-8";
/* CSS Basic Document */
body
{
margin:0px;
padding:0px;
background-color:#ffffff;
background-image:url(http://dayglowtour.com/wp-content/themes/hybrid/images/world-bg.jpg);
background-position:center top;
background-attachment: fixed;
background-repeat: repeat;
}
*
{
margin:0px;
padding:0px;
}
p
{
margin:7px 0px;
}
img
{
border:0px;
}
.clear
{
clear:both;
height:0px;
}
.container
{
width:965px;
height:auto;
text-align:center;
margin:0px auto;
padding:30px 0px;
}

/* CSS Header Document */
.header
{
width:965px;
height:auto;
float:left;
text-align:left;
background-color:#FFF;
}
.header-top
{
width:945px;
height:auto;
padding:10px 10px 5px 10px;
float:left;
text-align:left;
}

/* CSS Body-main Document */
.body-main
{
width:965px;
height:auto;
float:left;
text-align:left;
background-color:#FFF;
}
/* CSS Menu */
.navcontainer {
		width:965px;
        margin:0px;
        height:45px;
		float:left;
		background: url(../images/menu-normal-bg.jpg) left top repeat-x; 
		text-align:left;
		}

.navcontainer ul {
        border: 0px;
        margin: 0px;
        padding: 0px;
        list-style-type: none;
        text-align: center;
}

.navcontainer ul li {
        display: block;
        float: left;
        text-align: center;
        padding: 0px;
        margin: 0px;
		height:45px;
		background: url(../images/menu-bar-bg.jpg) right center no-repeat;
		}

.navcontainer ul li a {
        width: 94px;
        height: 45px;
        margin: 0px;
		padding:0px;
        text-decoration: none;
        display: block;
        text-align: center;
        color: #FFF;
        font: bold 20px/45px Myriad Pro, Arial, Helvetica, sans-serif;
	    text-transform: none;
		float:left;
	}

.navcontainer ul li a:hover {
        color: #FFF;
        font: bold 20px/45px Myriad Pro, Arial, Helvetica, sans-serif;
		text-decoration:none;
		background: url(../images/menu-hover-bg.jpg) left top repeat-x;
		}
.navcontainer li.active a {
        color: #FFF;
        font: bold 20px/45px Myriad Pro, Arial, Helvetica, sans-serif;
		text-decoration:none;
		background: url(../images/menu-hover-bg.jpg) left top repeat-x;
		}
.navcontainer ul li a.big
{
width:160px;
}
.navcontainer ul li a.medium
{
width:123px;
}
.navcontainer ul li a.small
{
width:106px;
}

