@charset "utf-8";
/* CSS Document */
@font-face
	{
	font-family: myFirstFont;
	src: url('../font/Museo700-Regular.otf'),
	url('../font/segoeuil.ttf'); /* IE9 */
	}
body {
	background:#9b0705;
	padding:0;
	margin:0;
	font-family: myFirstFont;
}
.wrapper_outer {
	width:960px;
	margin:0 auto;
}
.wrapper_outer h1 {
	width:100%;
	float:left;
	font-size:24px;
	color:#fff;
	text-align:center;
	margin:0;
	padding:20px 0 0 0;
}
.wrapper_outer h1 span {
	font-size:20px;
	color:#fff;
}
.wrapper {
	background:#fefefe;
	width:100%;
	float:left;
	margin:20px 0 0 0;
	border-radius:20px 20px 0 0;
}
.top {
	width:96%;
	float:left;
	margin:20px 0 0 20px;
}
.top h1 {
	width:620px;
	float:left;
	font-size:46px;
	color:#282828;
	margin:0;
	padding:0;
	text-align:center;
}
.top h1 span {
	font-size:34px;
	color:#282828;
}
.logo {
	width:145px;
	float:left;
	margin:0 0 0 0;
}
.sub {
	width:199px;
	float:right;
	margin:-70px -70px 0 0;
}
.phone {
	background:url(../images/pbg.png) repeat-x left top #c8c7c7;
	width:100%;
	min-height:52px;
	font-size:35px;
	color:#ac0200;
	font-weight:bold;
	float:left;
	margin:0 0 0 0;
}
.phone span {
	background:url(../images/dvd.png) no-repeat left;
	float:left;
	margin:5px 0 0 0;
	padding:0 10px 0 10px;
}
.phone a {
	background:url(../images/dvd.png) no-repeat left;
	float:left;
	text-decoration:none;
	margin:5px -9px 0 0;
	padding:0 10px 0 10px;
	color:#ac0200;
	cursor:default;
}
.banner {
	background:#f4f4f4;
	width:100%;
	min-height:71px;
	font-size:52px;
	color:#F00;
	font-weight:bold;
	float:left;
	margin:0 0 0 0;
}
.banner_left {
	float:left;
	width:385px;
	margin:0 0 0 20px;
}
.banner_left h1 {
	font-size:34px;
	color:#ac0200;
	  text-align: left;
	margin:0;
}
.banner_left ul {
	margin:0;
	padding:0;
	float:left;
	font-size:20px;
}
.banner_left ul li {
	background:url(../images/dvd2.png) no-repeat left;
	list-style:none;
	border-bottom:dashed 2px #333;
	color:#282828;
	padding:10px 0 10px 20px;
}
.banner_img {
	float:right;
}
.content_left {
    float: left;
    margin: 0 0 0 10px;
    padding-top: 10px;
    width: 555px;
}
.logos {
	float:left; 
	margin:20px 0 10px 0;
}
.content_left ul {
	float:left;
	margin:20px 0 20px 0;
	padding:0;
	font-size:12px;
	color:#282828;
	border-left:solid 1px #8f8e8e;
	padding:0 13px 0 6px;
	min-height: 302px;
	
}
.content_left ul li:before {
	content: "\00BB \0020";
	color: red;
 }
.content_left ul li.title:before {
	content: none;
 }
.content_left ul li {
	list-style:none;
	font-weight:bold;
	line-height:24px;
}
.content_left ul li.height {
	list-style:none;
	font-weight:bold;
	line-height:20px;
}
.content_left ul li.title {
	font-size:18px;
	color:#F00;
}
.textbox {
	width:auto;
	padding:10px;
	border:solid 1px #c2c2c2;
	margin:0 0 0 0;
	font-size:18px;
	border-radius:10px;
	color:#333232;
	clear:both;
}
.textbox span {
	font-size:20px;
	color:#F00;
}
.textbox2 {
    border: 1px solid #c2c2c2;
    border-radius: 10px;
    clear: both;
    color: #333232;
    font-size: 24px;
    margin: 0 0 10px;
    padding: 10px;
    width: auto;
}
.textbox2 span {
	font-size:24px;
	color:#F00;
}
.content_right {
	width:370px;
	float:right;
	margin:0 10px 0 0;
}
.grn3 {
	width:262px !important;
	float:left; margin:-15px 0 20px 50px;
	}
.content_right img {
	width:100%;
}
.weekends {
	background:url(../images/weekends.png) repeat-x center top #a60100;
	width:100%;
	clear:both;
	float:left;
	min-height:77px;
	text-align:center;
	color:#fff;
	font-size:36px;
}
.weekends p {
	padding:6px 0 0 0;
}
.red_bg {
	background: #c00000; /* Old browsers */
	background: -moz-linear-gradient(top, #c00000 0%, #a70203 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c00000), color-stop(100%, #a70203)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #c00000 0%, #a70203 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #c00000 0%, #a70203 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #c00000 0%, #a70203 100%); /* IE10+ */
	background: linear-gradient(to bottom, #c00000 0%, #a70203 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c00000', endColorstr='#a70203', GradientType=0 ); /* IE6-9 */
	width:100%;
	color:#fff;
	font-size:18px;
	text-align:center;
	float:left;
	border-radius:5px;
	margin:10px 0 10px 0;
	padding:10px 0 10px 0;
}
.red_bg h1 {
	font-size:22px;
	line-height:34px;
	padding:10px 0 10px 0;
	margin:0;
}
.red_bg a { 
	color:#fff;
	text-decoration:none;
	cursor:default;
}
.red_bg h1 span {
	font-size:24px;
	line-height:18px;
}
.red_bg p {
	padding:0 10px 0px 10px;
	font-size:18px;
}
.ftr {
	background: #c00000; /* Old browsers */
	background: -moz-linear-gradient(top, #c00000 0%, #a70203 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c00000), color-stop(100%, #a70203)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #c00000 0%, #a70203 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #c00000 0%, #a70203 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #c00000 0%, #a70203 100%); /* IE10+ */
	background: linear-gradient(to bottom, #c00000 0%, #a70203 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c00000', endColorstr='#a70203', GradientType=0 ); /* IE6-9 */
	width:100%;
	clear:both;
	text-align:center;
	color:#fff;
	font-size:16px;
	padding:10px 0 10px 0;
}

/*Styles for screen 600px and lower*/
@media screen and (max-width: 600px) {

.wrapper_outer {
	width:560px;
	margin:0 auto;
}	
.sub {
	width:120px;
	float:right;
	margin:-230px 10px 0 0;
}
.top h1 {
	width:520px;
	float:left;
	font-size:36px;
	color:#282828;
	text-align:center;
}
.phone {
	background:url(../images/pbg.png) repeat-x left top #c8c7c7;
	width:100%;
	min-height:35px;
	font-size:28px;
	color:#ac0200;
	font-weight:bold;
	float:left;
	margin:0 0 0 0;
	padding:0 0 10px;
}
.phone span {
	background:url(../images/dvd.png) no-repeat left;
	float:left;
	margin:5px 0 0 0;
	padding:0 10px 0 10px;
}
.banner_left {
	float:left;
	width:320px;
	margin:0 0 0 20px;
}
.banner_left ul {
	margin:0 0 20px 0;
	padding:0;
	float:left;
	font-size:20px;
}
.banner_left h1 {
	font-size:30px;
	color:#ac0200;
	margin:0;
}
.banner_img {
	float:left;
	width:100%;
}
.logos {
	float:left;
	width:100%;
	margin:20px 0 10px 0;
}
.content_left {
	width:96%;
	float:left;
	margin:0 0 0 10px;
}
.content_right {
	width:96%;
	float:right;
	margin:0 10px 0 0;
}
.logos {
	float:left; 
	margin:20px 0 10px 0;
}
.grn3 {
	width:262px !important;
	float:left; margin:-10px 0 20px 50px;
	display:none;
	}
}

/*Styles for screen 640px and lower*/
@media only screen and (max-width : 768px) {
	.wrapper_outer {
	width:560px;
	margin:0 auto;
}	
.sub {
	width:120px;
	float:right;
	margin:-230px 10px 0 0;
}
.top h1 {
	width:520px;
	float:left;
	font-size:36px;
	color:#282828;
	text-align:center;
}
.phone {
	background:url(../images/pbg.png) repeat-x left top #c8c7c7;
	width:100%;
	min-height:35px;
	font-size:28px;
	color:#ac0200;
	font-weight:bold;
	float:left;
	margin:0 0 0 0;
	padding:0 0 10px;
}
.phone span {
	background:url(../images/dvd.png) no-repeat left;
	float:left;
	margin:5px 0 0 0;
	padding:0 10px 0 10px;
}
.banner_left {
	float:left;
	width:320px;
	margin:0 0 0 20px;
}
.banner_left ul {
	margin:0 0 20px 0;
	padding:0;
	float:left;
	font-size:20px;
}
.banner_left h1 {
	font-size:30px;
	color:#ac0200;
	margin:0;
}
.banner_img {
	float:left;
	width:100%;
}
.logos {
	float:left;
	width:100%;
	margin:20px 0 10px 0;
}
.content_left {
	width:96%;
	float:left;
	margin:0 0 0 10px;
}
.content_right {
	width:96%;
	float:right;
	margin:0 10px 0 0;
}
.logos {
	float:left; 
	margin:20px 0 10px 0;
}
.grn3 {
	width:262px !important;
	float:left; margin:-10px 0 20px 50px;
	display:none;
	}
}

/*Styles for screen 515px and lower*/
@media only screen and (max-width : 480px) {
	.wrapper_outer {
	width:440px;
	margin:0 auto;
}	
.sub {
	width:120px;
	float:right;
	margin:-170px 10px 0 0 !important;
}
.top h1 {
	width:420px;
	float:left;
	font-size:30px;
	color:#282828;
	text-align:center;
}
.top h1 span { 
	font-size:18px; 
}
.phone {
	background:url(../images/pbg.png) repeat-x left top #c8c7c7;
	width:100%;
	min-height:35px;
	font-size:55px;
	color:#ac0200;
	font-weight:bold;
	text-align:center !important;
	float:left;
	margin:0 0 0 0;
	padding:0 0 10px;
}
.phone span {
	background:none;
	text-align:center;
	margin:5px 0 0 0;
	padding:0 0 0 10px;
	clear:both !important;
}
.banner_left {
	float:left;
	width:320px;
	margin:0 0 0 20px;
}
.banner_left ul {
	margin: 0 0 20px 0;
  width: 250px !important;
  padding: 0;
  float: left;
  font-size: 20px;
}
.banner_left h1 {
	font-size:30px;
	color:#ac0200;
	margin:0;
}
.banner_img {
	float:left;
	width:100%;
}
.logos {
	float:left;
	width:100%;
	margin:20px 0 10px 0;
}
.content_left {
	width:96%;
	float:left;
	margin:0 0 0 10px;
}
.content_left ul {
	float:left;
	margin:20px 0 10px 10px;
	clear:both;
	border:none;
}
.content_right {
	width:96%;
	float:right;
	margin:0 10px 0 0;
}
.logos {
	float:left; 
	margin:20px 0 10px 0;
}
.grn3 {
	width:262px !important;
	float:left; margin:-5px 0 20px 50px;
	display:none;
	}
	
}

/*Smartphone*/
@media only screen and (max-width : 480px) {
	 
		.wrapper_outer {
	width:280px;
	margin:0 auto;
}	
.sub {
	width:120px;
	float:right;
	margin:-170px 10px 0 0 !important;
}
.top h1 {
	width:260px;
	float:left;
	font-size:24px;
	color:#282828;
	text-align:center;
}
.top h1 span { 
	font-size:16px; 
}
.phone {
	background:url(../images/pbg.png) repeat-x left top #c8c7c7;
	width:100%;
	min-height:35px;
	font-size:36px;
	color:#ac0200;
	font-weight:bold;
	text-align:center !important;
	float:left;
	margin:0 0 0 0;
	padding:0 0 10px;
}
.phone span {
	background:none;
	text-align:center;
	margin:5px 0 0 0;
	padding:0 0 0 10px;
	clear:both !important;
}
.banner_left {
	float:left;
	width:320px;
	margin:0 0 0 20px;
}
.banner_left ul {
	margin:0 0 20px 0;
	padding:0;
	float:left;
	font-size:20px;
}
.banner_left h1 {
	font-size:23px;
	color:#ac0200;
	margin:0;
}
.banner_img {
	float:left;
	width:100%;
}
.logos {
	float:left;
	width:100%;
	margin:20px 0 10px 0;
}
.content_left {
	width:96%;
	float:left;
	margin:0 0 0 10px;
}
.content_left ul {
	float:left;
	margin:20px 0 10px 10px;
	clear:both;
	border:none;
}
.content_right {
	width:96%;
	float:right;
	margin:0 10px 0 0;
}
.logos {
	float:left; 
	margin:20px 0 10px 0;
}
.grn3 {
	width:262px !important;
	float:left; margin:-5px 0 20px 50px;
	display:none;
	}
	.spimg_inner a { 
font-size:17px !important; 
color:#bf0201;
text-decoration:none;
cursor:default;
}

}
.spimg {
 background:url(../images/spimg.png) no-repeat top ;
 width:100%;
 height:252px;
 float:right;
 margin:10px 0 10px 0;
}

.spimg h1 {   
text-align:left;
font-size:20px;
color:#cc0000;
padding:140px 0 0 10px;
}
.spimg h1 span {   
 
color:#333; 
}
.spimg_inner { 
  color:#bf0201;
  font-size:22px;
 float:left;
 margin:10px 0 0 0;
 padding:0 0 0 10px;
}
.spimg_inner a { 
font-size:16px; 
color:#bf0201;
text-decoration:none;
cursor:default;
}
.spimg_inner span { 
  font-size:16px; 
}
.right_img {
	width:257px !important;
}
.bottom-img {
    text-align: center;
}