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

* {
	margin: 0px;	
}

html, body {
	height: 100%;
}

body {
	margin: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 100%;
	/*line-height: 140%;*/
	color: #333333;
	background-color: #ffffff;
}

#wrapper {
	min-height: 100%;
	height: auto !important; /*IE6 hack*/
	height: 100%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
    padding-top: 0px;
	width: 940px;
}

.clearfooter {
	height: 1px;
	clear: both;
}

#dsci-footer {
	border-top: 5px solid #F60A29;
	height: 100px;
	position: relative;	
	background-color: #252525;
	text-align: right;
}

#dsci-footer img {
	margin: 10px 10px 0px 10px;
}

h1 {
	font-size: 28px;
}

h2 {
	font-size: 22px;
}
.core-form-field-area-right {
	margin-top: 10px!important;
}
.core-section-header {
	font-size: 18px!important;
	border-bottom: 1px solid #DEDEDE;
}
.core-section-body {
	background-color:white!important;
}
.core-form-field-group-header {
	display: none;
}
.store-product-detail {
	background-color: #EFEFEF;
	padding: 20px;
}
.store-product-detail-description-short {
	margin-left: 0px;
}
.store-product-detail-title {
	font-size: 19px!important;
	letter-spacing: normal;
}
.store-product-price {
	font-size: 19px!important;
	letter-spacing: normal;	
}

a {
	color: #0069D6;
	text-decoration: none;
}
a:hover {
	color: #00438A;
	text-decoration: underline;
}

#apu-body {
	margin: 40px 50px 0px 50px;	
}

#apu-nav {
	position: relative;
	text-align:center;
}

#product-branding {
	position:relative;
	margin: 0px;
	text-align:left;
}

#product-branding h1{
	font-size: 200%;
	font-weight: normal;
}

#product-branding img {
	padding: 0px;
	/*add custom image styling*/
}

h1.apu-title {
	display: block;

	padding: 0;
	text-align: left;
	
	padding-top: 30px;
	font-size: 19.5px;
	line-height: 36px;
	color: #333333;
	border: 0;
	border-bottom: #ccc 1px solid;
	margin: 0px 10px 20px 10px;
}

/* Borrowed from BOOTSTRAP */
.apu-nav {
  position:relative;
  text-align: center;
 
  margin-bottom: 18px;
  list-style: none;
}
.apu-nav > li > a {
  /*display: block;*/
}
.apu-nav > li > a:hover {
  text-decoration: none;
  background-color: #eeeeee;
}

.apu-nav-tabs, .apu-nav-pills {
  *zoom: 1;
  margin: 0 auto;
  padding: 0;
  /*width: 400px;*/
}
.apu-nav-tabs:before,
.apu-nav-pills:before,
.apu-nav-tabs:after,
.apu-nav-pills:after {
  display: table;
  content: "";
}
.apu-nav-tabs:after, .apu-nav-pills:after {
  clear: both;
}
.apu-nav-tabs > li, .apu-nav-pills > li {
  /*float: left;*/
  display:inline;
}
.apu-nav-tabs > li > a, .apu-nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}
.apu-nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.apu-nav-pills .active > a, .apu-nav-pills .active > a:hover {
  color: #ffffff;
  background-color: #0088cc;
}
.apu-nav-pills.apu-nav-stacked > li > a {
  margin-bottom: 3px;
}
.apu-nav-pills.apu-nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}
.apu-nav-tabs .dropdown-menu, .apu-nav-pills .dropdown-menu {
  margin-top: 1px;
  border-width: 1px;
}
.apu-nav-pills .dropdown-menu {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.apu-nav-tabs .dropdown-toggle .caret, .apu-nav-pills .dropdown-toggle .caret {
  border-top-color: #0088cc;
  margin-top: 6px;
}
.apu-nav-tabs .dropdown-toggle:hover .caret, .apu-nav-pills .dropdown-toggle:hover .caret {
  border-top-color: #005580;
}
.apu-nav-tabs .active .dropdown-toggle .caret, .apu-nav-pills .active .dropdown-toggle .caret {
  border-top-color: #333333;
}
.apu-nav > .dropdown.active > a:hover {
  color: #000000;
  cursor: pointer;
}
.apu-nav-tabs .open .dropdown-toggle, .apu-nav-pills .open .dropdown-toggle, .apu-nav > .open.active > a:hover {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}
.apu-nav .open .caret, .apu-nav .open.active .caret, .apu-nav .open a:hover .caret {
  border-top-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}

.well {
  min-height: 20px;
  padding: 19px;
  margin: 0px 30px 20px 30px;
  background-color: #f5f5f5;
  border: 1px solid #eee;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* FOR UI TESTING */

div.apu-contrast1 {
	background-color:#CCC;
}

div.apu-contrast2 {
	background-color:#999;
}

div.apu-contrast3 {
	background-color:#666;
}