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

/*
To target specific IE browsers, add the following classes to the beginning of the selectors:
	Iternet Explorer 7: .ie7
	Iternet Explorer 8: .ie8
	Iternet Explorer 9: .ie9
*/



* {
	margin: 0;
	padding:0;
}

html, body {
	height: 100%;				/* Sticky footer - do not override */
	
	background:#515151;
	color:#000;
	font-family: 'Open Sans', sans-serif;
	font-size:100%;
}

#wrapper {
	min-height: 100%;			/* Sticky footer - do not override */
	height: auto !important;	/* Sticky footer - do not override */
	height: 100%;				/* Sticky footer - do not override */
	margin: 0 auto -99px;		/* Sticky footer - margin-borrom must equal height of #footer, .push */

	
	width:972px;
}


#avatar{
	float:right;
	display: block;
}
#footer, .push {
	clear:both;					/* Sticky footer - do not override*/
	height: 99px;				/* Sticky footer - height must equal margin-bottom of #wrapper */
}

/* Basic, typographic, positioning elements --------------------------------------------------------------------------------------- */

/* clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
	
.ie7 .clearfix { zoom: 1; } /* IE7 only*/

img,
#middle .noBorder{
	border:0;
}

h2, 
h3{
	 color: #3E71AF;
	 font-family: 'Open Sans Condensed', sans-serif;
	 font-weight:700;
}

h2{
	font-size:18pt;
}
h3{
	font-size:15pt;
}

h4{
	font-size:13pt;
}

p{
	margin:0 0 20px;
	padding:0;
}

ul, ol{
	margin:10px 0 20px 20px;
	padding:0;
}

a:link, a:visited{
	color: #3E71AF;
    font-weight: bold;
}

a:hover{
	text-decoration:none;
}

.left{
	float:left;
	margin:0 20px 20px 0;
}

.right{
	float:right;
	margin:0 0 20px 20px;
}

.bolded{
	display:block;
	font-weight:bold;
}

.directions{
	margin:0 0 20px;
}

/* Header styles ------------------------------------------------------------------------------------------------------------------ */

#header{
	width:100%;
	position:relative;
	z-index:10;
	height:150px;
	background:#e4edf4;
	border-radius:10px 10px 0px 0px;
	margin-top: 20px;
	border-bottom:5px #000000 solid;
}

#info{
	float:right;
	text-align:center;
	width:350px;
	margin-top: 10px;
}

/* logo styles ------------------------------------------- */

#logo{
background: none;
float: left;
height: 100px;
margin: 25px 0px 0px 20px;
text-align: center;
width: 475px;
}

#logo h1{
	margin-top:0px;
}

/* Nav styles -------------------------------------------- */

#nav{
	float:left;
	margin-top:45px;
	font-size:.75em;
}

#nav ul{
	margin:0;
	padding:0;
}

#nav li{
	float:left;
	list-style:none;
	margin-right:1px;
}

#nav a{
	background:#3E71AF;
	color:#f1fac0;
	display:block;
	font-weight:normal;
	height:27px;
	line-height:27px;
	padding:0 30px;
	text-decoration:none;
	text-transform:uppercase;
}

#nav a:hover,
#nav .current a{
	background:#120e07;
	border-bottom:1px solid #120e07;
	color:#f1fac0;
}

#nav ul#menu{
	display:block;
}

#nav #menu p{
	display:none;
	text-transform:uppercase;
}

/* Middle Styles ------------------------------------------------------------------------------------------------------------------ */

#middle{
	float:left;
	clear:both;
	width:100%;
	padding:0;
	margin:0;
	position:relative;
	z-index:5;
	margin-top:0px;
	font-size:.75em;
	background:#ffffff;
	border-radius: 0px 0px 10px 10px;
}

#middle img{
	

}

#middle ul{
	list-style:disc inside;
}



#banner img{
	border:0;
	padding:0;
}

#videos{

	padding:30px 25px;
	width:100%;
	height: 400px;
}

.vidholder{
width: 272px;
margin-right: 50px;
float: left;
}

/* Content Styles ----------------------------------------- */

#content{
	float:right;
	padding:0px 15px;
	width:690px;
}

#content .title{
	
	font-size:2.5em;
	margin-bottom:18px;
	padding-bottom:7px;
}

#content p{
	font-size:11pt;
	line-height:17pt;
}

/* Sidebar Styles ----------------------------------------- */

#sidebar{

	padding: 10px 0 30px 30px;
	width:224px;

}

#sidebar .title{
	font-size: 2.4em;
}

/* Footer Styles ------------------------------------------------------------------------------------------------------------------ */

#footer{

	font-size:11px;
	margin:0 auto;
	overflow:hidden;
	text-align:center;
	width:972px;
}

#footer a{   
	color:#3E71AF;
	font-weight:bold;
	text-transform:uppercase;
}

/* footerNav styles ----------------------------------------- */

#footerNav{
	float:right;
	left:-50%;
	margin:25px 0;
	position:relative;
	text-align:left;
}

#footerNav ul{
	left:50%;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
}

#footerNav li{
	position:relative;	/* ie needs position:relative here*/

	border-left:1px dashed #5A5C39;
	float:left;
	padding:0 10px;
}

#footerNav li:first-child{
	border:0;
}

/* copyright styles ----------------------------------------- */

#copyright{
	clear:both;
	margin-top:30px;
}

/*=================== STYLE TABLET =========================*/

@media (min-device-width:1024px) and (max-width:989px),
screen and (max-device-width:480px), screen 
and (min-device-width : 768px) and (max-device-width : 1024px),
(min-device-width:481px) and (max-device-width:1024px) and (orientation:portrait){

	/* Basic styles ----------------------------------------- */
	
	body, #header, #middle, #content, #sidebar, #footer{ /* Do not change, add padding or margin to the contained elements (p,ul,img, etc.) */
		width:100%;
		margin:0 auto;
	}
	
	#wrapper, #footer{
		width:100%; /* If you have a background image on the body element make this percentage lower than 100% to show the image/pattern. If not just use 100% */
	}
	
	#wrapper{
		background:none; 
		padding:0;
	}

	#avatar{
		display: none;
	}
	
	#middle{
		margin-top:-125px;
	}
	
	#sidebar{
		padding-left:0px;
		padding-right:0px;
		padding-top:0px;
	}
	/* banner styles ----------------------------------------- */
	
	#banner img{
		max-width:100%;
		height:auto;
	}
	
	#content{
		padding-left:0px;
		padding-right:0px;
	}

	#videos{
		padding:0;
		height: auto;
	}
	
	/* nav styles ----------------------------------------- */
	
	/*  ----  If you want the drop down menu uncomment ---
	#nav ul{
		padding:0;
	}
	
	#nav #menu{
		text-align:center;
	}
	
	#nav #menu #first_li{
		border-top:none;
	}
	
	#nav #menu p{
		display:block;
		height:73px;
		width:120px;
		line-height:73px;
		color:#FFFFFF;
		text-align:center;
		margin:0;
	}
	
	#nav #menu:hover p{
		color:#6fdbf8;
	}
	
	#nav #menu ul{
		display:none;
		position:absolute;
		float:left;
		z-index:10;
	}
	
	
	#nav #menu ul li{
		clear:left;
		float:left;
		width:120px;
		background:#777777;
		border:1px solid #000000;
		border-left:none;
		border-right:none;
	}
	
	#nav #menu li:hover > ul, #nav #menu li:active > ul{
		display:block;
	}
	
	.no_js #nav #menu li:hover > ul, .no_js #nav #menu li:active > ul{
		display:block;
	}
	
	*/
	
	/* content and sidebar styles ----------------------------------------- */
	
	#content p, #content a, #content h4,#content ul, #content .title, #sidebar p, #sidebar a, #sidebar h4, #sidebar .title{
		padding:0 20px;
	}
	
	#content p a{
		padding:0;
	}
	
	#content img{
		margin-left:20px;
	}
	
	/* footer styles ----------------------------------------- */
	
	#footerNav{
		display:block;
	}
	
}

@media (max-device-width:815px), screen and (max-width:815px){
	
	.body_img{
		display:none;
	}
	
	#nav{
		float:right;
		margin-right:5%;
		margin-top:32px;
		height:auto;
	}
	
	
	#nav ul{
		padding:0;
		float:right;
	}
	
	#nav #menu{
		text-align:center;
	}
	
	#nav #menu #first_li{
		border-top:none;
	}
	
	#nav #menu p{
		display:block;
		height:40px;
		width:160px;
		line-height:40px;
		color:#000000;
		text-align:center;
		margin:0;
		font-weight:600;
		background: url(../images/menu_bg.jpg) 0 0 repeat-x;
		
		font-size:1em;
		cursor:pointer;
		
		-webkit-border-radius: 10px 10px 0px 0px;
        border-radius: 10px 10px 0px 0px;
	}
	
	#nav #menu:hover p{
		color:#FFFFFF;
	}
	
	#nav a{
		padding:10px 25px;
	}
	
	#nav #menu ul{
		display:none;
		position:absolute;
		float:left;
		z-index:10;
	}
	
	
	#nav #menu ul li{
		clear:left;
		float:left;
		width:160px;
		background:#777777;
		border:1px solid #000000;
		border-left:none;
		border-right:none;
	}
	
	.no_js #nav #menu li:hover > ul, .no_js #nav #menu li:active > ul{
		display:block;
	}
	
}


/*=================== STYLE PHONE =========================*/

@media (min-device-width:1024px) and (max-width:509px), (max-device-width:480px) and (orientation:portrait), screen 
and (min-device-width : 320px) and (max-device-width : 480px){

	/* Basic styles ----------------------------------------- */

	#wrapper{
		width:100%;
	}
	
	#header{
		height:auto;
	}

	#content{
		clear:both;
	}

	#banner{
		display:block;
	}
	
	#sidebar{
		float:left;
		text-align:center;
	}
	
	.price{
		float:left;
		margin-right:10px;
	}
	
	
	#videos{
	float:none;
	padding:30px 0px;
	width:100%;
	margin:0 auto;
}
	.vidholder{
		margin: 0 auto;
margin-bottom: 10px;
float:none;
	}
	
	#logo{
		float:none;
		margin:0 auto;
		width:100%;
	
	}
	
	#logo h1{
		width:100%;

	}
	
	#logo img{
		width:90%;
		margin-top:10px;
	}
	
	#middle{
		margin:0;
		border:0;
	}
	
	#info{
float: none;
text-align: center;
width: 90%;
margin-top: 10px;
margin: 0 auto;
padding:10px 0px;
border-top:2px solid #ffffff;
	}
	/* nav styles ----------------------------------------- */
	
	/* Drop down menu --- START --- If uncommented in the tablet query, comment out or delete from this comment to END comment. */
	
	/*
	#nav ul{
		padding:0;
	}
	
	#nav #menu{
		text-align:center;
	}
	
	#nav #menu #first_li{
		border-top:none;
	}
	
	#nav #menu p{
		display:block;
		height:73px;
		line-height:73px;
		color:#FFFFFF;
		text-align:center;
		margin:0;
	}
	
	#nav #menu:hover p{
		color:#6fdbf8;
	}
	
	#nav #menu ul{
		display:none;
		position:absolute;
		float:left;
		z-index:10;
	}
	
	
	#nav #menu ul li{
		clear:left;
		float:left;
		background:#777777;
		border:1px solid #000000;
		border-left:none;
		border-right:none;
	}
	
	.no_js #nav #menu li:hover > ul, .no_js #nav #menu li:active > ul{
		display:block;
	}
	
	*/
	/* Drop down menu --- END */
	#nav{
		width:100%;
		float:none;
		margin:0 auto;
		margin-top:15px;
	}
	
	#nav #menu{
		width:100%;
	}
	
	#nav #menu li{
		float:none;
		margin:0 auto;
	}
	
	#nav #menu p{
		width:100%;
	}
	
	#nav #menu ul{
		width:100%;
	}
	
	#nav #menu ul li{
		width:100%;
	}
	
	/* content and sidebar styles ----------------------------------------- */
	
	#content p, #content a, #content h4,#content ul, #content .title, #sidebar p, #sidebar a, #sidebar h4, #sidebar .title{
		padding:0 10px;
	}
	
	#content p a{
		padding:0;
	}
	
	#content img{
		margin-left:10px;
	}
	
	/* footer styles ----------------------------------------- */
	
	#footer, .push{
		height:auto;
	}
	
	#footerNav{
		display:none;
	}
	
	#copyright{
		text-align:center;
		font-size:.875em;
		margin:0;
		padding:25px 10px 0px 10px;
	}

}