@charset "utf-8";
/* CSS Document */
.products a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
.products {
	width: 100%;
	
	padding:10px;
	max-width: 1000px;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
	/*min-width: 950px; a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
}
.products a:link {
	color:#CCC;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
.products a:visited {
	color: #CCC;
	text-decoration: underline;
}
.products a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}
.logo{
	float:left;margin-left:-140px;position:absolute;top:0px;z-index:-10
}
.left-side{
	float:left; width:60%;padding-left:5px;
	
}
.right-side{
	float:right; color:#d9e9f1; width:30%;
}
.left-side2{
	float:left; width:30%;padding-left:5px;
	
}
.right-side2{
	float:right; color:#d9e9f1; width:60%;
}
.left-full{
	width:100%;
	float:left;
}
.half{
	width:50%;
	float:left;
}
.third{
	width:320px;
	float:left;
	margin:5px;
}
.third p{
	margin-top:20px;
}
.display-box{
	-webkit-border-top-left-radius: 40px;
	-webkit-border-bottom-right-radius: 40px;
	-moz-border-radius-topleft: 40px;
	-moz-border-radius-bottomright: 40px;
	border-top-left-radius: 40px;
	border-bottom-right-radius: 40px;
	background-color:#272727;
	padding:15px;
	margin-bottom:30px;

}
.display-box .title{
	font-weight:bold;
	font-size:1.3em;
}
tr{
	vertical-align:top;
}
p{
	font-size:1em;
}
.subcontent{
	margin-top:300px;
}
.reactor {
	font:1.0em;
	font-family:Corbel,Verdana, Arial, Helvetica, sans-serif;
}

.title-bar{
	-webkit-border-top-left-radius: 40px;
	-webkit-border-bottom-right-radius: 40px;
	-moz-border-radius-topleft: 40px;
	-moz-border-radius-bottomright: 40px;
	border-top-left-radius: 40px;
	border-bottom-right-radius: 40px;
	background-color:#EAEAEA;
	padding-top:2px; padding-bottom:2px; padding-left:30px;
	margin-bottom:30px;
	position:relative;
	z-index:-12;
	font-weight:bold;
	font-size:1.5em;
}
.reactor .title-bar{
	color:#004080;
}
.reactor ul{
	color:#d9e9f1;
}
.reactor td{
	border:1px solid #eaeaea;
	padding:4px;
}
.reactor th{
	text-align:left;
	border:1px solid #eaeaea;
	padding:4px;
	background-color:#EAEAEA;color:#004080;
}
.reactor li { 
	font:1em;
	margin-bottom:5px;
	margin-left:30px;
	list-style-image:url(imgs/bullet2.png);
	list-style-position:outside;
	color:#eaeaea;
}
.reactor b{
	color:#7db1cd;
}
.reactor h2{
	padding-top:2px; padding-bottom:2px; padding-left:30px;
	-webkit-border-top-left-radius: 40px;
	-webkit-border-bottom-right-radius: 40px;
	-moz-border-radius-topleft: 40px;
	-moz-border-radius-bottomright: 40px;
	border-top-left-radius: 40px;
	border-bottom-right-radius: 40px;
	background-color:#272727;
	margin-top:30px;
}
.reactor blockquote{
	color:#7db1cd;
	font-style:italic;
}
.no-borders{}
.no-borders th{
	border:0;
}
.no-borders td{
	border:0;
}
.price{
	width:150px;font-size:28px;
}
.foot{
	text-align:center; font-size:0.5em;
}
.main-contents{
	font-size:1.1em; margin-top:50px
}
.medsouth {
	font:1.1em;
	font-family:Corbel,Verdana, Arial, Helvetica, sans-serif;
	margin-top:300px;
}
.medsouth .title-bar{
	color:#FF9900;
}
.medsouth ul{
	color:#FF9900;
}
.medsouth td{
	border:0;
	padding:4px;
}
.medsouth th{
	text-align:left;
	border:0;
	padding:4px;
	background-color:#EAEAEA;color:#004080;
}
.medsouth li { 
	font:1em;
	margin-bottom:5px;
	margin-left:30px;
	list-style-image:url(imgs/bullet2.png);
	list-style-position:outside;
	color:#eaeaea;
}
.medsouth b{
	color:#FF9900;
}
.medsouth h2{
	padding-top:2px; padding-bottom:2px; padding-left:30px;
	-webkit-border-top-left-radius: 40px;
	-webkit-border-bottom-right-radius: 40px;
	-moz-border-radius-topleft: 40px;
	-moz-border-radius-bottomright: 40px;
	border-top-left-radius: 40px;
	border-bottom-right-radius: 40px;
	background-color:#272727;
	margin-top:30px;
	color:#FF9900;
}

.medsouth h3{
	margin-bottom:10px;
}
.mesouth_tabs{}
.medsouth_tabs h3{
		color:#F90 !important;
		margin-bottom:10px !important;
}
.easysetup h3{
		margin:0px;
		margin-bottom:5px;
		padding:0px;
	}
	.easysetup li{
		padding:0px;
		margin:0px;
		margin-bottom:5px;
		font-size:0.8em;
	}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media only screen and (max-device-width: 480px) {
	.left-side{
		float:left; width:100%;font-size:1.2em;padding:0;
	}
	.right-side{
		float:right; color:#d9e9f1; width:100%;
	}
	.left-side2{
		float:left; width:100%;font-size:1.2em;padding:0;
	}
	.right-side2{
		float:right; color:#d9e9f1; width:100%;
	}
	.half{
		width:100%;
		float:left;
	}
	.reactor li{
		font-size:0.8em;
	}
	.foot{
	
	}
	.logo{
		float:left;position:absolute;top:44px;z-index:-10; width:100%;margin-left:0px;
	}
	.subcontent{
		margin-top:100px;
	}
	.medsouth {
		margin-top:100px;
	}
	p{
		font-size:0.8em;
	}
	.third{
		width:100%;
		float:left;
	}
	
	
}