body{
		background-color: #CCCCCC;
		color: #444547;
		}
img{
	border: none;
}		

h2{     
		font-size: 28pt;
		line-height: 44px;
		padding: 20px 25px 15px 25px;
		color: #0055a5 !important; 
		text-align:left;
		font-family: Arvo, serif;
		font-weight: 105;
	}
	
	.hero-unit{
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
	width: 979px;
	padding: 0px 0px 10px 0px !important;
	background-color: #f2f2f2;
	background-image: url('../images/cream_dust.png');
	background-repeat: repeat;
	
	}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #0055a5;
    text-decoration: none;
    background-color: #ececec;

}

.navbar .nav > li > a:hover{
	/*color: #043C70 !important;*/
    /*box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125) inset;*/

    color: #0055a5;
    text-decoration: none;
    background-color: #ececec;





}
		.navbar{
			margin-left:-15px;
			width:988px;
		}

		.navbar-inner{
			height:48px;
		}
		
		
		.product-shot{
			width: 979px;
			height: 1550px;
			padding: 0px 0px 10px 0px !important;
			background-image: url('../images/minimule.png');
			background-position: 40% 50%;
			background-repeat: no-repeat;
		}
		
		.pack-product-shot{
			width: 979px;
			height: 1200px;
			padding: 0px 0px 10px 0px !important;
			background-image: url('../images/packmule.png');
			background-position: 48% 20%;
			background-repeat: no-repeat;
		}
		
		.blocks-product-shot{
			width: 979px;
			height: 852px;
			padding: 0px 0px 10px 0px !important;
			background-image: url('../images/block.png');
			background-position: 48% 10%;
			background-repeat: no-repeat;
		}
		
		
		
		.hero-unit p{
		font-family: Helvetica,Arial,sans-serif ;
		font-size: 14px;
		line-height: 20px;
		color: #363636;
		}
		h4{
		color:#3f4346;
		}
		a{
		color:#111111;
		}
		ul.mainnav{
		margin: 5px 0px 0px 5px;
		padding: 0px 0px 4px 0px;
		text-align: center;
		width: 988px;
		}
		
		ul.mainnav li{
		display: inline;
		list-style-type: none;
		padding-right: 0px;
		background-image: none;
		/* deleted by Angela* margin-right: 10px; */
		font-weight: 500;
		}
		
		ul.mainnav li a {
		color: #0055a5 !important;
		font-weight: bold;
		font-size: 12px;
		}
		
		.row {
		margin-left: 0 !important;
		}
		
		.blocks-products {
		margin: 0px 35px 0px 35px;
		}
		
		.blocks-products td {
		padding-right: 60px;
		}
		
		.topnav{
		width: 988px;
		height: 40px;
		-moz-box-shadow: 0 0 2px 2px #888;
		-webkit-box-shadow: 0 0 2px 2px#888;
		box-shadow: 0 0 2px 2px #888;
		margin-left: -5px !important;
		z-index: 10;
		background-color: #fff;
		-moz-border-radius: 5px;
		border-radius: 5px;
		
		}
		
		
		.navbar .nav > li > a{
			padding: 14px 10px !important;
		}
		

		
		.one_third {
			width: 300px;
			height: auto;
			float: right;
			margin-right: 25px;
			text-align: center; 
		}
		
		.one_third_left {
			width: 300px;
			height: auto;
			float: left;
			margin-left: 30px; 
			text-align: center;
		}
		
		.one_third_right {
			width: 300px;
			height: auto;
			float: left;
			margin-left: 30px; 
		}
		
		.two_thirds {
			width: 600px;
			height: auto;
			float: right;
			margin-right: 30px;
		}
		
		.two_thirds_left {
			width: 500px;
			height: auto;
			float: left;
			margin-left: 35px;
		}
		
		.red-bar {
			width: 900px;
			height: 47px;
			margin: 0px auto;
			background-image: url('../img/red_bar_slice.png');
			border-right: 1px solid #990000;
			border-left: 1px solid #990000;
		}
		
		
		.links_centered {
			width: 600px;
			margin: 0px auto;
			padding-top: 11px;
		}
		
		.red-bar a {
			color: white;
			font-size: 19px;
			font-weight: 200;
			margin: 0px 15px;
	/*		font-family: "Helvetica Neue",Helvetica,Arial,sans-serif ; */
			font-family:  Helvetica,Arial,sans-serif ;
		}
		
		
		footer ul{
		text-align: center;
		}
		
		footer ul li{
		display: inline;
		list-style-type: none;
		padding-right: 0px;
		background-image: none;
		margin-right: 30px;
		
		}
		
		
		div.middle {

		width: 290px;

		}
		.greydient {
		
		padding: 10px;
		background: -moz-linear-gradient(top,  rgba(255,255,255,0) 1%, rgba(209,209,209,0.71) 71%, rgba(209,209,209,1) 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(255,255,255,0)), color-stop(71%,rgba(209,209,209,0.71)), color-stop(99%,rgba(209,209,209,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 1%,rgba(209,209,209,0.71) 71%,rgba(209,209,209,1) 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,0) 1%,rgba(209,209,209,0.71) 71%,rgba(209,209,209,1) 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,0) 1%,rgba(209,209,209,0.71) 71%,rgba(209,209,209,1) 99%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 1%,rgba(209,209,209,0.71) 71%,rgba(209,209,209,1) 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#d1d1d1',GradientType=0 ); /* IE6-9 */

		}

		.span12 {
		width: 940px;
		padding-bottom: 30px;
}
		
		
		.row-fluid .span4 {
  			width: 30.914893617021278%;
  				*width: 30.861702127659576%;
  				width: 28.914893617021278%\9;
}

		
		
/*		.btn-deuer{
		background-color: hsl(201, 79%, 10%) !important; background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#105e88", endColorstr="#051f2d"); background-image: -khtml-gradient(linear, left top, left bottom, from(#105e88), to(#051f2d)); background-image: -moz-linear-gradient(top, #105e88, #051f2d); background-image: -ms-linear-gradient(top, #105e88, #051f2d); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #105e88), color-stop(100%, #051f2d)); background-image: -webkit-linear-gradient(top, #105e88, #051f2d); background-image: -o-linear-gradient(top, #105e88, #051f2d); background-image: linear-gradient(#105e88, #051f2d); border-color: #051f2d #051f2d hsl(201, 79%, 5%); color: #fff !important; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33); -webkit-font-smoothing: antialiased;
		} */
		
		.btn-deuer{
		background-color: #235889 !important; background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#003E79", endColorstr="#235889"); background-image: -khtml-gradient(linear, left top, left bottom, from(#003E79), to(#235889)); background-image: -moz-linear-gradient(top, #003E79, #051f2d); background-image: -ms-linear-gradient(top, #003E79, #235889); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003E79), color-stop(100%, #235889)); background-image: -webkit-linear-gradient(top, #003E79, #235889); background-image: -o-linear-gradient(top, #003E79, #235889); background-image: linear-gradient(#003E79, #235889); border-color: #153954 #153954 hsl(201, 79%, 5%); color: #fff !important; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33); -webkit-font-smoothing: antialiased;
		}
		
		
		
		
		/* Ryan Martin - added the below code to remove extra line at the top of the popup bubble */
		.jquerybubblepopup tbody:first-child {font-size:0px;}

.footer{
	margin-top: -20px;
	font-size: .8em;
}

.footer .footerLeft{
	float: left;
	width:530px;
}

.footer .footerRight{
	float: right;
	width:400px;
	text-align: right;
	margin-right: -40px;
}

.testimonial{
	font-style: italic;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 60px;
}

.hyperlink, .hyperlink:hover, .hyperlink:active, .hyperlink:visited{
	color: #0055a5;
}

.bumpRight{
	margin-left: 27px;
}

.downloadThumbnail{
	margin-right: 10px;
	height: 103px;
	width: 80px;
}

.downloadThumbnailH{
	margin-right: 10px;
	height: 80px;
	width: 103px;
	float: left;
}

.alignTop{
	vertical-align: top;
}
