@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {

}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		X3;
	dw-num-cols-tablet:		9;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

.imgFloat {
	float:left;
	margin:8px
}

img.scalable {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
	vertical-align: bottom;
}
/* 
Add the fancy class to the scalable class to add a drop shadow
<img class="scalable fancy"...>
*/
.fancy {
	border: 1px solid rgba(255,255,255,.5);
	box-shadow: 0px 0px 20px rgba(0,0,0,.5);
}
/* 
Add the accented class to the scalable class to add eounded corners and a border.
<img class="scalable accented"...>
*/
.accented {
	border-radius: 5px;
	border: 1px solid #222;
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 84.9333%;
	padding-left: 3.0333%;
	padding-right: 3.0333%;
	clear: none;
	float: none;
}
#div1 {
}
.header {
	background-color: #FFFFFF;
}
.nav-upper {
	background-color: #FFFFFF;
}
.content-upper {
	background-color: #FFFFFF;
	border-bottom: medium solid #FF060A;
}
.content-upper-top {
}
.content-upper-middle {
}
.content-upper-bottom {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
.content-middle {
	background-color: #FFFFFF;
}
.content-middle-top {
}
.content-middle-middle {
}
.content-middle-bottom {
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #FF060A;
	padding-bottom: 15px;
}
.footer {
	background-color: #FFFFFF;
}
.content-upper-middle-left {
	width: 100%;
	border-radius: 10px;
}
.content-upper-middle-center {
	width: 100%;
	margin-left: 0;
	clear: both;
	border-radius: 0;
}
.content-upper-middle-right {
width: 100%;
margin-left: 0;
clear: both;
}
.footer-left {
width: 100%;
}
.footer-center {
width: 100%;
margin-left: 0;
clear: both;
}
.footer-right {
width: 100%;
margin-left: 0;
clear: both;
}
.header-image {
}
.content-middle-bottom-left {
width: 100%;
}
.content-middle-bottom-center {
width: 100%;
margin-left: 0;
clear: both;
}
.content-middle-bottom-right {
width: 100%;
margin-left: 0;
clear: both;
}
.content-upper-top-text {
	padding-top: 5px;
	line-height: 30px;
	padding-bottom: 15px;
	
}
.content-upper-middle-left-text {
	text-align: center;
	width: 97%;
	border-radius: 10px;
	border: thick solid #C500FB;
	margin-left: auto;
	margin-right: auto;
}
.content-upper-middle-center-text {
	text-align: center;
	width: 97%;
	border-radius: 10px;
	border: thick solid #C500FB;
	margin-left: auto;
	margin-right: auto;
}
.content-upper-middle-right-text {
	text-align: center;
	width: 97%;
	border-radius: 10px;
	border: thick solid #C500FB;
	margin-left: auto;
	margin-right: auto;
}
.content-middle-top-text {
	text-align: center;
	padding-bottom: 5px;
	padding-top: 15px;
	line-height: 30px;
}
.content-middle-middle-text {
	text-align: center;
	line-height: 30px;
}
.content-middle-bottom-left-text {
	text-align: center;
	width: 97%;
	border-radius: 10px;
	border: thick solid #C500FB;
	margin-left: auto;
	margin-right: auto;
	height: 115px;
}
.content-middle-bottom-center-text {
	text-align: center;
	width: 97%;
	border-radius: 10px;
	border: thick solid #C500FB;
	margin-left: auto;
	margin-right: auto;
	height: 115px;
}
.content-middle-bottom-right-text {
	text-align: center;
	width: 97%;
	border-radius: 10px;
	border: thick solid #C500FB;
	margin-left: auto;
	margin-right: auto;
	height: 115px;
}
.footer-left-text {
	text-align: center;
}
.footer-center-text {
	text-align: center;
}
.footer-right-text {
	text-align: center;
}
.footer-upper {
}
.footer-lower {
}
.footer-upper-text {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 30px;
}
.footer-nav-lower {
}
.footer-copyright {
	font-size: small;
}
.footer-nav-lower-text {
	text-align: center;
}
.footer-copyright-text {
	text-align: center;
	padding-top: 15px;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}
.stiemap-text {
	margin-left: 20%;
}
.testimonial-heading {
	margin-left: 0px;
	text-align: center;
	font-size: x-large;
	font-weight: bold;
}
.testimonial-sending {
	padding-left: 10%;
	padding-right: 10%;
}
.testimonials {
	padding-left: 10%;
	padding-right: 10%;
	padding-top: 5px;
	padding-bottom: 5px;
}
.faq-tables   {
	border-bottom: medium solid #FC060A;
	width: 94%;
	margin-left: 3%;
	margin-right: 3%;
	margin-bottom: 5px;
}
.links-text {
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.we-copy-text-line1 {
	text-align: center;
	font-size: xx-large;
	font-weight: bold;
}
.we-copy-text-line2 {
	text-align: center;
}
.we-copy-text-line3 {
	text-align: center;
	font-size: x-large;
	font-weight: bold;
}
.we-copy-images-upper {
	margin-left: 3%;
	margin-right: 3%;
	margin-top: 10px;
	margin-bottom: 10px;
	float: none;
	text-align: center;
}
.we-copy-images-lower {
	margin-left: 3%;
	margin-right: 3%;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}
.services-header {
	font-size: xx-large;
	font-weight: bold;
}
.services-text {
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 5px;
	margin-bottom: 5px;
}
.header-text {
	text-align: center;
	color: #F8090D;
}
.content-image {
	text-align: left;
	height: auto !important;
	width: auto !important;
	max-width: 100%;
	vertical-align: bottom;
}
.pricing-image-text {
	float: left;
	clear: both;
	display: block;
	border-bottom-style: solid;
	border-bottom-color: #FD060A;
}
.coupon-upper-text {
	text-align: center;
	font-size: large;
}
.coupon-image {
	text-align: center;
}
.coupon-lower-text {
	text-align: center;
	font-size: large;
}
.videotodvd-heading {
	text-align: center;
	font-size: x-large;
	font-weight: bold;
}

























/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 90.9333%;
	padding-left: 1.0333%;
	padding-right: 1.0333%;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
.header {
}
.nav-upper {
}
.content-upper {
}
.content-upper-top {
}
.content-upper-middle {
}
.content-upper-bottom {
}
.content-middle {
}
.content-middle-top {
}
.content-middle-middle {
}
.content-middle-bottom {
}
.footer {
}
.content-upper-middle-left {
width: 31.8181%;
}
.content-upper-middle-center {
width: 31.8181%;
clear: none;
margin-left: 2.2727%;
}
.content-upper-middle-right {
width: 31.8181%;
clear: none;
margin-left: 2.2727%;
}
.footer-left {
width: 31.8181%;
}
.footer-center {
width: 31.8181%;
clear: none;
margin-left: 2.2727%;
}
.footer-right {
width: 31.8181%;
clear: none;
margin-left: 2.2727%;
}
.header-image {
}
.content-middle-bottom-left {
width: 31.8181%;
}
.content-middle-bottom-center {
width: 31.8181%;
clear: none;
margin-left: 2.2727%;
}
.content-middle-bottom-right {
width: 31.8181%;
clear: none;
margin-left: 2.2727%;
}
.content-upper-top-text {
}
.content-upper-middle-left-text {
}
.content-upper-middle-center-text {
}
.content-upper-middle-right-text {
}
.content-middle-top-text {
}
.content-middle-middle-text {
}
.content-middle-bottom-left-text {
}
.content-middle-bottom-center-text {
}
.content-middle-bottom-right-text {
}
.footer-left-text {
}
.footer-center-text {
}
.footer-right-text {
}
.footer-upper {
}
.footer-lower {
}
.footer-upper-text {
}
.footer-nav-lower {
}
.footer-copyright {
}
.footer-nav-lower-text {
}
.footer-copyright-text {
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 88.5%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	margin-left: auto;
}
#div1 {
}
.header {
}
.nav-upper {
}
.content-upper {
	float: left;
}
.content-upper-top {
}
.content-upper-middle {
}
.content-upper-bottom {

}
.content-middle {
}
.content-middle-top {
}
.content-middle-middle {
}
.content-middle-bottom {

}
.footer {
}
.content-upper-middle-left {
width: 32.2033%;
}
.content-upper-middle-center {
width: 32.2033%;
clear: none;
margin-left: 1.6949%;
}
.content-upper-middle-right {
width: 32.2033%;
clear: none;
margin-left: 1.6949%;
}
.footer-left {
width: 32.2033%;
}
.footer-center {
width: 32.2033%;
clear: none;
margin-left: 1.6949%;
}
.footer-right {
width: 32.2033%;
clear: none;
margin-left: 1.6949%;
}
.header-image {
}
.content-middle-bottom-left {
width: 32.2033%;
}
.content-middle-bottom-center {
width: 32.2033%;
clear: none;
margin-left: 1.6949%;
}
.content-middle-bottom-right {
width: 32.2033%;
clear: none;
margin-left: 1.6949%;
}
.content-upper-top-text {
	font-size: large;
	text-align: center;
}
.content-upper-middle-left-text {
	
}
.content-upper-middle-center-text {

}
.content-upper-middle-right-text {

}
.content-middle-top-text {
}
.content-middle-middle-text {
}
.content-middle-bottom-left-text {
}
.content-middle-bottom-center-text {
}
.content-middle-bottom-right-text {
}
.footer-left-text {
}
.footer-center-text {
}
.footer-right-text {
}
.footer-upper {
}
.footer-lower {
}
.footer-upper-text {
}
.footer-nav-lower {
}
.footer-copyright {
}
.footer-nav-lower-text {
}
.footer-copyright-text {
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
.film-to-dvd-text {
	text-align: center;
	font-size: x-large;
}

}
