body {
    margin: 0px 0px 0px;
    color: #919191;
    font-family: "Helvetica-Regular" "Helvetica";
    font-size: 10pt;
}

a, a:visited, a:active {
    color: #573a34;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a img {
    border: none;
}

#wrapper {
  width: 950px;
  margin: 25px auto;
}

#content_image {
  width: 290px;
	z-index: 1;
	float: left;
	text-align: right;
}

#header {
  position: relative;
  width: 640px;
  height: 240px;
  float: left;
}

#logo {
  background: transparent url('../images/skin/logo.png') no-repeat;
  
}

#top_shadow {
    width: 640px;
    height: 36px;
    background: transparent url('../images/skin/border_top.png') no-repeat;
}

#sides_wrapper {
    width: 640px;
    min-height: 450px;
    padding: 0px 34px;
    background: transparent url('../images/skin/sides.png') repeat-y;
}

#logo {
    float: left;
    width: 302px;
    height: 240px;
}

#content_wrapper {
	position: relative;
	width: 640px;
  min-height: 600px;
  margin-top: 25px;
  margin-left: 20px;
  float: left;
}

#content_banner {
    height: 162px;
    clear: both;
/*    border-bottom: 2px solid #cacdd6;*/
}

/* Main Navigation */
#content {
  position: relative;
  top: -104px;
  left: -40px;
  min-height: 600px;
  float: left;
}

#nav {
  right: 50px;
  bottom: 60px;
	z-index: 2;
	position: absolute;
}

#main_nav {
	z-index: 1;
	float: left;
	width: 188px;
	height: 114px;
	padding-top: 8px;
	background: transparent url('../images/skin/nav_bg.png') no-repeat;
	
}

.nav_item {
    width: 156px;
    height: 22px;
    color: #28365d;
    padding-top: 5px;
    padding-right: 10px;
    font-family: "Arial";
    font-size: 10pt;
    font-weight: bold;
    text-align: right;
}

#sub_nav_mission {
	display: none;
	margin-top: 52px;
	z-index: 0;
	float: left;
	background-color: #fff;
}

.sub_nav_mission_item {
	width: 150px;
}

#sub_nav_quotes {
	display: none;
	margin-top: 78px;
	z-index: 0;
	float: left;
	background-color: #fff;
}
/* End Main Navigation */

.content-item {
    width: 525px;
    padding-top: 15px;
    color: #515152;
}

.content_header {
  height: 66px;
   color: #28365d;
   font-weight: bold;
   text-align: right;
}

.content-item img {
    float: left;
}

.content-title {
    margin-top: 15px;
    padding: 0px 5px 0px 5px;
   	width: 515px;
    color: #28365d;
    font-size: 14pt;
        border-bottom: 1px solid #acafb7;
}

#bottom_shadow {
    width: 640px;
    height: 36px;
    background: transparent url(../images/skin/border_bottom.png) no-repeat;
}

/* Center */
.center {
    text-align: center;
}

#content_text {
	padding-top: 200px;
}

.single_content {
  width: 570px;
}

/* Bands */
#bands {
  margin-top: 50px;
}

.bands_item {
  width: 140px;
  float: left;
  padding: 10px 5px;
}

.bands_image, .bands_quantity, .bands_details {
  display: block;
  clear: both;
  text-align: center;
}

.bands_image {
  width: 134px;
  height: 91px;
  margin: 0px auto;
}

.bands_quantity {
  font-size: 24pt;
}

.bands_details {
  line-height: 12pt;
}

.add_to_cart {
  width: 100px;
  height: 38px;
  display: block;
  margin: 0px auto;
  text-align: center;
}

.dashed_right {
  border-right: 1px dashed #ddd;
}

.dashed_bottom {
  border-bottom: 1px dashed #ddd;
}