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

/* Primary navigation elements */

/* container wrapper for primarynvigation */

#main-navigation{
	position: relative;
	float:right;
	width:500px;
	height:69px;
	margin-top:auto;
	margin-bottom:auto;
	background-color:#FFF;
	z-index:4;
	clear:right;
	}

/* buttons */ 

#main-navigation-gallery{
	position:absolute;
	margin-top:20px;
	left:197px;
	width:100px;
	height:40px;
	border-left:solid 1px #999;
	border-right:solid 1px #999;
	background-color:#FFF;
	z-index:5;
}

#main-navigation-blog{
	position:absolute;
	left:297px;
	margin-top:20px;
	width:100px;
	height:40px;
	border-left:solid 1px #999;
	border-right:solid 1px #999;
	background-color:#FFF;
	z-index:5;
}

#main-navigation-shop{
	position:absolute;
	left:397px;
	margin-top:20px;
	width:100px;
	height:40px;
	border-left:solid 1px #999;
	border-right:solid 1px #999;
	background-color:#FFF;
	z-index:5;
}

/* Secondary navigation elements begin */

/* container wrapper for secondary nav, only wide enough for 5 items currently */

#sub-navigation{
	position:relative;
	float:right;
	width:552px;
	height:50px;
	background-color:transparent;
}

/* limited editions */

#sub-navigation-1{
	position:relative;
	float:left;
	margin-top:10px;
	margin-left:47px; /* will push the entire secondary nav to the right */
	width:95px;
	height:30px;
	border-right:solid 1px #999;
	background-color:#FFF;
	z-index:5;
}

/* margin-left controls the gap between each nav item, if update one, update all */

/* southwest */

#sub-navigation-2{
	position:relative;
	float:left;
	margin-left:5px;
	margin-top:10px;
	width:95px;
	height:30px;
	border-right:solid 1px #999;
	border-left:solid 1px #999;
	background-color:#FFF;
	z-index:5;
}

/* Albion */

#sub-navigation-3{
	position:relative;
	float:left;
	margin-left:5px;
	margin-top:10px;
	width:95px;
	height:30px;
	border-right:solid 1px #999;
	border-left:solid 1px #999;
	background-color:#FFF;
	z-index:5;
}

/* world */

#sub-navigation-4{
	position:relative;
	float:left;
	margin-left:5px;
	margin-top:10px;
	width:95px;
	height:30px;
	border-right:solid 1px #999;
	border-left:solid 1px #999;
	background-color:#FFF;
	z-index:5;
}

/* decay */

#sub-navigation-5{
	position:relative;
	float:left;
	margin-left:5px;
	margin-top:10px;
	width:95px;
	height:30px;
	border-right:solid 1px #999;
	border-left:solid 1px #999;
	background-color:transparent;
	z-index:5;
}