body 
{
    width:100%; 
    margin:0 auto; 
    background-color:#8C7B42; 
    background-image:url(/images/page_bg.jpg); 
    background-position:top; 
    background-repeat:no-repeat;
    font-family: Arial,Verdana;
    font-size:10px;
}

.NavWrapper
{
    width:770px; 
    margin:0 auto; 
    height:28px; 
    background-image:url(/images/nav_bg.gif); 
    background-position:top; 
    overflow:hidden;
}

.Nav
{
    font-weight:bold;
    font-size:12px;
    margin-top:8px;
    margin-left:5px;
}

.Nav a:link
{
    color: #c0c0c0;   
    padding:15px;
    width:150px;
    text-decoration:none;
}

.Nav a:visited
{
    color: #c0c0c0;   
    padding:15px;
    width:150px;
    text-decoration:none;
}

/* Hello, I'm the CSS RULE to change the top nav selected bg */
.Nav a.selected
{
    color:#FFFF99;
    background-image:url(/images/selected_nav_bg.gif);
    background-repeat: repeat-x;
    background-position: 0;
    margin:2px;
}

.Nav a:hover, a:active
{
    color:#FFFF99;
    background-image:url(/images/selected_nav_bg.gif);
    background-repeat: repeat-x;
    background-position: 0;
}
#feedtext a
{
    color:#fff;
}

.SelectedNav
{
    color: #c0c0c0;   
    margin-top:40px;
    padding:15px;
    width:150px;
    text-decoration:none;
    background-image:url(/images/selected_nav_bg.gif);
}

.MainWrapper
{
    width:770px; 
    margin:0 auto; 
    background-image:url(/images/main_bg.gif); 
    background-position:top; 
    overflow:hidden;   
}

.BodyWrapper
{
    width:750px; 
    padding:10px; 
    margin:0 auto; 
    background-image:url(/images/footer_bg.gif); 
    background-repeat:no-repeat; 
    background-position:bottom; 
    overflow:hidden;   
    position:relative;
}

.FooterWrapper
{
    width:770px; 
    height:56px; 
    margin:0 auto; 
    background-image:url(/images/page_bottom_bg.gif); 
    background-position:top; 
    overflow:hidden; 
    text-align:center;  
}

.LeftWrapper
{
    float:left; 
    width:480px; 
    margin-right:5px; 
    overflow:hidden;
}


.RightWrapper
{
    float:left; 
    width:260px; 
    overflow:hidden;
}

.LeftWrapper2
{
    float:left; 
    width:280px; 
    margin-right:5px; 
    overflow:hidden;
}

.RightWrapper2
{
    float:left; 
    width:460px; 
    overflow:hidden;
}

.LeftWrapper3
{
    float:left; 
    width:370px; 
    margin-right:5px; 
    overflow:hidden;
}

.RightWrapper3
{
    float:left; 
    width:370px; 
    overflow:hidden;
}

.LargeBanner
{
    height:18px; 
    background-image:url(/images/controls/largebannerdark.jpg); 
    background-position:left; 
    padding:10px;
    background-repeat:no-repeat; 
    background-color:#3A341F;   
    font-size:20px; 
    font-weight:bold; 
    color:#c0c0c0;
}

.transon 
{
	filter: alpha(opacity=70); 
	-moz-opacity: 0.3;
	opacity:0.3;
	border:none;
}
.transoff
{
    filter: alpha(opacity=100); 
	-moz-opacity: 1.0;
	opacity:1.0;
		border:none;

}
.GalleryImages img
{
    border:none;
}

.ProductHeader
{
    font-size:14px;
    color:#AC6235;
    font-weight:bold;
}

.SlideShowNav
{
    border:solid 1px #666; 
    height:180px; 
    overflow:hidden;
}
.SlideShow
{
    border-top: solid 1px #666; 
    border-bottom:solid 1px #666; 
    height:180px;   
}

.TimelineDate
{
    font-size:30px;
    color:#fefefe;
    font-weight:bold;
    text-align:right; 
}

.SquadSaleWrapper
{
    clear:both; 
    width:100%;  
    margin-top:5px;
}

.transparent
{
   filter:alpha(opacity=80); 
   -moz-opacity: 0.6; 
   opacity: 0.6; 
}