.logo
{
background-image:url('../images/logo_small2.png');
width:140px;
background-repeat: no-repeat;
height:61px;
margin-top:2px;
margin-left:0px;
}

.topbar
{
min-width:100%;
} 

.topbar_content
{
width:100%;
} 

.topborder
{
min-width:100%;
}

.menu
{
width:480px;
float:left;
}

.top_image
{
min-width:100%;
height:300px;
}

.content
{
min-width:100%;
top:371px;
}

.content_center
{
width:100%;
}

.banner
{
width:100%;
}

.footer
{
min-width:100%;
}

.footer_center
{
width:100%;
}

.sitemap
{
width:98%;
margin-left:2%
}

.copyright
{
width:100%;
}

nav
{
float:left;
}

nav ul li a {
		padding-left: 11px;
		padding-right: 11px;
		font-size:13px;		
	}
	
nav ul ul li a {
			font-size:12px;
			margin-left:11px;
			margin-right:11px;
			padding-left: 7px;
			padding-right: 7px;
		}	
		
.topbar_mobile
{
display:none;
}

.logo_mobile
{
display:none;
}

.mobile_menu
{
display:none;
}


.program_description img
{
display:none;
}

.sitemap_column
{
width:14%;
margin-left:2%;
font-size:12px;
line-height:19px;
}

	.sitemap_title
	{
	font-size:15px;
	}
	
#login
{
display:none;
}


/* NASP STORE
================================================== */

.store_left
{
width: 68%;
float:left;
}

	.store_item
	{
	width: 100%;
	height: auto;
	float:left;
	margin-bottom:8px;
	border-bottom:0px;
	}
	
		.item_left
		{
		width: 30%;
		height: 265px;
		float:left;
		background-color:#fff;
		border-bottom:1px solid #ababa9;
		display:none;
		
		}
		
			.item_left img
			{
			height:auto;
			width:100%;
			margin:0;
			padding:0;
			}
		
		.item_right
		{
		border-left:4px solid #fa4a14;
		width: 100%;
		height: auto;
		float:right;
		background-color:#efefef;
		margin-left:0px;
		border-bottom:1px solid #ababa9;
		font-weight:600;
		font-size:17px;
		font-family: 'Dosis';
		overflow:hidden;
		}
		
			.item_price
			{
			color:#ff4f19;
			font-size:17px;
			}
			
			.item_description
			{
			color:#818181;
			font-size:15px;
			margin-top:20px;
			}
			
			
	

.cart
{
width: 28%;
margin-left:4%;
margin-top:20px;
float:left;
color:#656565;
font-weight:600;
font-size:19px;
font-family: 'Dosis';
overflow:auto;
}

		.cart_item
		{
		width: 100%;
		color:#818181;
		font-weight:600;
		font-size:16px;
		font-family: 'Dosis';
		margin-top:20px;
		overflow:auto;
		}
		
			.store_line
			{
			background-color:#818181;
			height:1px;
			width:100%;
			margin-top:20px;
			margin-bottom:20px;
			}
			
			.subtotal
			{
			color:#818181;
			font-size:17px;
			margin-left:40px;
			}
			
			.checkout
			{
			background-color:#fa4a14;
			-webkit-border-radius: 10px;
			-moz-border-radius:    10px;
			border-radius:         10px;
			border:1px solid #2e2e2e;
			color:#fff;
			height:55px;
			width:70%;
			font-weight:600;
			font-size:19px;
			font-family: 'Dosis';
			margin-left:20px;
			}
			
				 .checkout:hover
				 {
				 cursor:pointer;
				 background-color:#fb5b2a;
				 border:1px solid #555;
				 }
				 
			.addtocart2
			{
			display:block;
			background-color:#fa4a14;
			-webkit-border-radius: 5px;
			-moz-border-radius:    5px;
			border-radius:         5px;
			border:1px solid #2e2e2e;
			color:#fff;
			height:25px;
			width:100px;
			font-weight:600;
			font-size:12px;
			font-family: 'Dosis';
			margin-left:0px;
			margin-top:5px;
			}
			
				 .addtocart2:hover
				 {
				 cursor:pointer;
				 background-color:#fb5b2a;
				 border:1px solid #555;
				 }
			
			.cart_left
			{
			float:left;
			width:15%;
			margin-right:20px;
			}
			
				.qty
				{
				width:100%;
				max-width:25px;
				height:21px;
				-webkit-border-radius: 5px;
				-moz-border-radius:    5px;
				border-radius:         5px;
				border:1px solid #818181;
				color:#818181;
				background-color:#fff;
				margin-top:5px;
				text-align:center;
				font-weight:600;
				font-size:12px;
				font-family: 'Dosis';
				}
				
			.cart_right
			{
			float:left;
			width:70%;
			}
			
				.cart_price
				{
				color:#ff4f19;
				}
	
/* TESTIMONIALS
================================================== */	

.testimonial_left
{
width:100%;
margin-top:20px;
float:left;
}

	 .testimonial_box1
	 {
	 width:98%;
	 border-left:4px solid #fa4a14;
	 background-color:#f5f5f5;
	 -webkit-box-shadow: 0px 2px 10px  #111;
		-moz-box-shadow: 0px 2px 10px  #111;
			 box-shadow: 0px 2px 10px  #111;
	 margin-bottom:20px;
	 }	
	 
	.testimonial_box2
	 {
	 width:98%;
	 border-left:4px solid transparent;
	 border-bottom: 1px solid #adadac;
	 background-color:#e7e7e7;
	 -webkit-box-shadow: 0px 2px 10px  #111;
		-moz-box-shadow: 0px 2px 10px  #111;
			 box-shadow: 0px 2px 10px  #111;
	 margin-bottom:20px;
	 }	
	 
	 	.testimonial_box2:hover
	 	{
	 	cursor:pointer;
	 	background-color:#f5f5f5;
		border-left:4px solid #fa4a14;
	 	}
	 
	 	.testimonial_padding
	 	{
	 	padding-top:18px;
	 	padding-left:25px;
	 	}
	 	
	 	.testimonial_name
		{
		color:#656565;
		font-size:18px;
		font-family: 'Dosis';
		font-weight:600;
		line-height:22px;
		}
		
		.faq_question
		{
		color:#656565;
		font-size:16px;
		font-family: 'Dosis';
		font-weight:600;
		line-height:22px;
		}
		
		.testimonial_work
		{
		color:#aeaeae;
		font-size:16px;
		font-family: 'Dosis';
		font-weight:600;
		}
		
		
.testimonial_right
{
width:40%;
margin-left:5%;
float:left;
margin-top:20px;
display:none;
}	

.testimonial_mobile
{
width:90%;
margin-left:5%;
margin-top:40px;
margin-bottom:40px;
display:block;
}		

	.quote
	{
	float:left;
	margin-left:-20px;
	margin-top:-15px;
	margin-right:20px;
	}
	
/* FILE BOX
================================================== */
	
.file_box
	 {
	 width:96%;
	 margin-left:2%;	
	 }				

.file_box_padding img
	 {
	 display:block;
	 }	
	 
/* NASP Equipment
================================================== */

.equipment_item
{
width: 99%;
}

   .equipment_left
   {
   display:none;
   }


   .equipment_right
   {
   width: 100%;
   border-left:0px;
   }
  
	   .equipment_price
	   {
	   color:#ff4f19;
	   font-size:20px;
	   }
	  
	   .equipment_description
	   {
	   color:#818181;
	   font-size:15px;
	   margin-top:20px;
	   }
	   
	
		.view_website2
			{	
			display:block;
			}
			

	  
	  
