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

/* Qloud Landing Page - INNER PAGE ONLY STYLE SHEET */


@font-face {
    font-family: 'QlassikBoldRegular';
    src: url('/css/qlassikbold_tb-webfont.eot');
    src: url('/css/qlassikbold_tb-webfont.eot?iefix') format('eot'),
         url('/css/qlassikbold_tb-webfont.woff') format('woff'),
         url('/css/qlassikbold_tb-webfont.ttf') format('truetype'),
         url('/css/qlassikbold_tb-webfont.svg#webfontHQOIymR5') format('svg');
    font-weight: normal;
    font-style: normal;

}
	
body {
	font: normal 100% Helvetica, Arial, sans-serif;
	background-image:url(/img/bground2.jpg);
	margin: 0px;
	padding: 0px;
	background-repeat:repeat-x;
	}
	
#main_wrapper {
	width: 80%;
	margin: 0 auto;
	background-position:-13px 233px;
	min-height: 500px;
	}
	
img {
	border: none;
}
	
p {
	font-family:QlassikBoldRegular;
	font-size:1em;
	color: #525252;
	line-height: 18px;
	font-weight: normal;
	}
	
a {
	font-family:QlassikBoldRegular;
	font-size:1em;
	color: #c72e03;
	line-height: 18px;
	}
	
h1 {
	font-family:QlassikBoldRegular;
	font-size:3em;
	color: #3a3a3a;
	margin: 0;
	padding: 0;
	font-weight: normal;
	}
	
h2 {
	font-family:QlassikBoldRegular;
	font-size:2em;
	color: #c72e03;
	margin: 0;
	padding: 0;
	font-weight: normal;
	}
	
h3 {
	font-family:QlassikBoldRegular;
	font-size:1.5em;
	color: #2c2c2c;
	margin: 0;
	padding: 0;
	font-weight: normal;
	}
	
	
h4 {
	font-family:QlassikBoldRegular;
	font-size:1.125em;
	color: #ffffff;
	margin: 0;
	padding: 0;
	font-weight: normal;
	}
	
blockquote {
	background-image: url("/img/quotes.png");
    background-position: left top;
    background-repeat: no-repeat;
    float: left;
    margin: 0;
    padding: 0 0 0 33px;
    text-align: left;
    width: 45%;
	font-family:QlassikBoldRegular;
	font-size:1em;
	color: #525252;
	font-style:oblique;
}

pre {
	clear: left;
    color: #888888;
    float: left;
    font-family: QlassikBoldRegular;
    font-size: 13px;
    text-align: right;
    width: 45%;
	}
	
div.hr hr { display: none;}	
div.hr { 
	height: 30px; 
	background: url(/img/hr.png) no-repeat scroll center;
	clear: both;
	margin: 30px 0 20px 0;
	}
	
.orange_title {
	font-family:QlassikBoldRegular;
	font-size:2.25em;
	color: #c72e03;
	font-weight: normal;
}

.gray_title {
	font-family:QlassikBoldRegular;
	font-size:2.25em;
	color: #3a3a3a;
	font-weight: normal;
}
	
	
.intro_text {
	font-family:QlassikBoldRegular;
	font-size:1em;
	color: #525252;
	line-height: 18px;
	margin-top: 25px;
	font-weight: normal;
	}
	
#top_logo {
	float:left;
	width:auto;
	height:73px;
	margin-top:5px;
}

#top_title {
	float:left;
	width:50%;
	font-family:QlassikBoldRegular;
	font-size:1.75em;
	color:#efece9;
	font-weight:normal;
	margin-top:5px;
	margin-left:5px;
}

#top_title a:link, a:visited {
	float:left;
	width:50%;
	font-family:QlassikBoldRegular;
	font-size:1.75em;
	color:#efece9;
	font-weight:normal;
	margin-top:5px;
	margin-left:5px;
	text-decoration:none;
	line-height:60px;
}

#top_title a:hover {
	float:left;
	width:50%;
	font-family:QlassikBoldRegular;
	font-size:1.75em;
	color:#efece9;
	font-weight:normal;
	margin-top:5px;
	margin-left:5px;
	text-decoration:underline;
	line-height:60px;
}

#top_phone {
	float:right;
	width:320px;
	font-family:QlassikBoldRegular;
	font-size:1.5em;
	color:#ded7cf;
	text-align:right;
	font-weight:normal;
	margin-top:25px;
}

.left_container {
	width: 43%;
	float: left;
	margin-top: 50px;
	text-align:left;
	clear: left;
	}
	
.benefits_wrapper {
	width: 43%;
	float: left;
	margin-top: 35px;
	text-align:left;
	}
	
.benefit_item {
	float: left;
	width: 43%;
	text-align: left;
	margin-top: 23px;
}

.benefit_item_right {
	float: left;
	width: 48%;
	text-align: left;
	margin-top: 23px;
}

.benefit_item_first {
	float: left;
	width: 43%;
	text-align: left;
	margin-top: 40px;
}

.benefit_item img, .benefit_item_first img, .benefit_item_right img {
	float: left;
	margin-right: 20px;
}

.benefit_item p, .benefit_item_first p, .benefit_item_right p {
	font-family:QlassikBoldRegular;
	font-size:0.875em;
	color: #525252;
	line-height: 16px;
}
	
.download_button {
	float: left;
	margin: 25px 0 0 0;
}

.download_button a {
	font-family:QlassikBoldRegular;
	font-size:0.875em;
	color: #c72e03;
	line-height: 25px;
	text-decoration:underline;
	}
	
.download_button a:hover {
	color: #525252;
	text-decoration:underline;
	}
	
.right_container {
	width: 54%;
	float: right;
	background-image:url(/img/right_sidebar.png);
	background-repeat:no-repeat;
	height: 622px;
	margin-top: 50px;
	}
	
#video_top {
	width: auto;
	margin: 17.5px 0 0 17.5px;
}

.right_content {
	width: 100%;
	margin: 27px 0 0 26.5px;
}

.right_content2 {
	width: 50%;
	margin: 26px 0 0 26.5px;
	float: right;
}

.right_content .orange_title, .full_width  .orange_title {
	font-family:QlassikBoldRegular;
	font-size:1.75em;
	color: #c72e03;
	font-weight: normal;
}

.right_content .gray_title, .full_width  .gray_title {
	font-family:QlassikBoldRegular;
	font-size:1.75em;
	color: #3a3a3a;
	font-weight: normal;
}

.right_content .download_button img {
	float: left;
	margin: 0 20px 0 0px;
}


#footer_wrapper {
	clear: both;
	background-image:url(/img/footer_bground.jpg);
	background-repeat:repeat-x;
	min-height:186px;
	margin-top: 0 auto;
	}
	
#footer_container {
	margin: 0 auto;
	width: 80%;
	}
	
#footer_left {
	float: left;
	width: 40%;
	margin-top: 44px;
	}
	
#footer_middle {
	float:left;
	width:18%;
	margin-top:44px;
	color:#8f8d8b;
	font-size:0.75em;
	font-family:QlassikBoldRegular;
	text-align:center;
}

#footer_middle a {
	text-decoration:none;
	color:#8f8d8b;
	font-size:0.75em;
}

#footer_middle a:hover {
	color:#c72e03;
	text-decoration:underline;
}
	
#footer_right {
	float: right;
	width: 31%;
	text-align:right;
	margin-top: 44px;
	}
	
#footer_right ul.social li {
	display: inline;
	margin: 0 0 0 7px;
	padding:2px 0 0 0;
	}
	
.social {
	padding:0;
	}
	
.social img, img.a {
	padding:2px 0 0 0;
	}
	
.social a:hover {
	filter: gray;
	}
	
.full_width {
	margin: 0 auto;
	width: 90%;
	padding-bottom:50px;
	padding-top: 50px;
	clear: both;
	}
	
.full_width ul.gallery li {
	display: inline;
	margin: 0 10px 0 0;
	}
	
#gallery {
	padding:20px 0 20px 0;
	}
	
#gallery img, img.a {
	padding:2px 0 0 0;
	}
	
ul {
	margin:20px 0 0 0;
	padding: 0;
	list-style:none;
	list-style-position: inside;
	line-height: 1.8em;
	list-style-type:disc;
	}
	
li {
	padding: 0 0 0 0;
	margin:0;
	font-family:QlassikBoldRegular;
	font-size:0.75em;
	}
	

	
	

/***********************************************************************************************************************
 STYLES FOR Tipsy Rollovers
************************************************************************************************************************/

.tipsy { padding: 5px; font-size: 0.6875em; opacity: 1.0; filter: alpha(opacity=100); background-repeat: no-repeat;  background-image: url(/img/tipsy.gif); margin-top: 10px; 	color:#1F242F; font-family: Helvetica, Arial, sans-serif; }
  .tipsy-inner { padding: 5px 8px 4px 8px; background-color: #0969a6; color: white; max-width: 52%; text-align: center; }
  .tipsy-inner { -moz-border-radius:3px; -webkit-border-radius:3px; }
  .tipsy-north { background-position: top center; }
  .tipsy-south { background-position: bottom center;}
  .tipsy-east { background-position: right center; }
  .tipsy-west { background-position: left center; }
  
  
 .pp_nav p {
	font-family:QlassikBoldRegular;
	font-size:1.25em;
	color: #8d8e92;
	letter-spacing:-.05em;
	margin:10px 0 5px 15px;
	z-index:9999;
	text-shadow: none;
	}
	
.pp_description {
	font-family:QlassikBoldRegular;
	font-size:1.25em;
	color: #8d8e92;
	letter-spacing:-.05em;
	margin:10px 0 5px 15px;
	z-index:9999;
	text-shadow: none;
	}
	
	
/***********************************************************************************************************************
 STYLES FOR CONTACT FORM
************************************************************************************************************************/

.contact_wrapper {
	float:left;
}
.input-submit {
	background-image:url(/img/subscribe.png);
	width: 25%;
	height:35px;
	background-repeat:no-repeat;
	border:none;
	cursor:pointer;
	background-color:transparent;
	line-height: 42px;
}
input[type=text] {
	background-color:#E2DCD7;
	border:none;
	font-family:QlassikBoldRegular;
	color:#333333;
	font-size:1em;
	width:84%;
	padding:8px;
	-moz-border-radius:3px;
	border-radius:3px;
	float:left;
	margin-right:10px;
}
input[type=email] {
	background-color:#E2DCD7;
	border:none;
	font-family:QlassikBoldRegular;
	color:#333333;
	font-size:1em;
	width:52%;
	padding:8px;
	-moz-border-radius:3px;
	border-radius:3px;
	float:left;
	margin-right:10px;
}
input[type=text]:focus {
	border:none;
	-moz-border-radius:3px;
	border-radius:3px;
}
.form_error {
	border: 1px solid #406a27;
}
#thanks {
	border: 1px solid #bcbcbc;
	width:42%;
	padding:0px 10px 0px 0px;
	background-color:#f2f3ea;
	text-align:left;
}
#contactmessage {
	clear:both;
	padding-top:20px;
	font-family:QlassikBoldRegular;
	font-size:1.25em;
	color:#ffffff;
	text-align:left;
}
	
img, object { max-width: 100%;}
/***********************************************************************************************************************
 STYLES FOR MOBILE DEVICES
************************************************************************************************************************/

@media screen and (max-device-width: 400px) {
　　　　.top_title {
　　　　　　float: none;
　　　　　　width:auto;
　　　　}
   　.top_phone {
　　　　　　float: none;
　　　　　　width:auto;
　　　　}
   　.left_container {
　　　　　　float: none;
　　　　　　width:auto;
　　　　}
   　.right_content2 {
　　　　　　float: none;
　　　　　　width:auto;
　　　　}
　　　　#top_logo {
　　　　　　display:none;
　　　　}
　　　　#right_container {
　　　　　　display:none;
　　　　}
　　　　#full_width {
　　　　　　display:none;
　　　　}
　　　　#hr {
　　　　　　display:none;
　　　　}
　　　　#footer_wrapper {
　　　　　　display:none;
　　　　}
　　}