@charset "utf-8";
/*
::::::::::::::::::::::::
HEADER / NAV STYLING
for GSO Clothing (gso-clothing.com)
Created with Happy Happy Joy Joy by
Eagles and Cobras (eaglesandcobras.com)
::::::::::::::::::::::::
*/
#header {
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    z-index: 99;
}

#header .content {
    width:1014px;
    margin:auto;
    background:url(../img/bgs/content.gif) repeat-y;
}

#menu {
	padding:30px 22px 0 22px;
	background: url(../img/bgs/menu.gif) no-repeat bottom;
}

#menu li {
    list-style:none;
    float:left;
    line-height:32px;
}

#menu li a {
    color:#000;
    text-decoration:none;
    font-size:18px;
    width:90px;
	height:49px;
    display:block;
    text-align: center;
}


.menuSelected {
	background:transparent url(../img/bgs/selected.gif) no-repeat;
}

#weare {
	width:155px;
	height:104px;
	background: url(../img/weare.png) no-repeat;
	position:absolute;
	z-index: 5;
	margin: -10px 0 0 -30px;
}