/*////////////////////
	reset 
////////////////////*/

html, body, div, span,
h1, h2, h3, h4, h5, h6, p,
a, img, ol, ul, li, textarea,
fieldset, form, input, button {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline; }
	
ol, ul { list-style: none; }

/*////////////////////
	=body 
////////////////////*/

body {
	line-height: 1.5;
	min-width:960px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px; 
	color:#000; 
	text-align:left;
	background:#fff; }
	
/*////////////////////
	=DIV 
////////////////////*/

#nav_wrap { 
	position:relative;
	z-index:10;
	height:135px;
	background:url(../images/nav_bg.png) left bottom repeat-x; }

#nav { position:relative; }
	
#header_wrap { 
	z-index:1;
	position:relative;
	margin-top:-25px;
	margin-bottom:0.5em;
	background:url(../images/header_bg.jpg) bottom center repeat-x; }
	
#main_wrap { 
	overflow:hidden; 
	padding-bottom:1px;	}
	
#main_content { 
	float:left; 
	width:715px; }
	
#sidebar {
	float:right;
	width:225px; }
	
#footer_wrap { 
	background:#275363 url(../images/footer_bg.jpg) top center repeat-x;
	color:#FFF; }
	
#footer { 
	padding:65px 0 5px 0; 
	overflow:hidden;
	color:#eeece1;	}

#nav, #header, #header_subpage, #main, #footer { width:960px;  margin:0 auto; }

#header { 
	position:relative; 
	height:440px;
	z-index:1; }
	
#header_subpage {
	height:140px; 	
	position:relative;
	z-index:1; 
	}

#main { overflow:hidden; }

#header_msg {  
font-family: 'TechniqueOLBRKNormal', Arial, sans-serif;
	position:absolute;
	margin:-10px;
	top:35px;
	font-size:22px;
	text-transform:uppercase;
   	color:#fff;
	text-shadow: 1px 2px 3px #222222;
filter: dropshadow(color=#222222, offx=1, offy=2);
	}

#slide_small {
	position:absolute;
	top:80px;
	left:0; }

#slide_big { 
	position:absolute;
	z-index:2;
	top:35px;
	border:#fff solid 10px;
	margin-left:273px;
	overflow:hidden; }
	
#contact_container { 
	float:left; 
	width:470px; }
	
#contact { 	
	overflow:hidden;
	position:relative; }

#preloader { 	/* preloader for the contact form */
	width:100px; 
	height:15px; 
	float:left; }
	
#testimonial { 
	margin:2em 0; 
	border-top:1px dashed #8db8d7; 
	border-bottom: 1px dashed #8db8d7; 
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-size:20px; 
	text-align:center; 
	padding-top:1em;
	background:#e5f6fc; }

#map_canvas { width:100%; height:300px; }	 /* DIV for google maps */

/*----- layout classes ------*/

.hidden {display:none;}
.red {color:#CC0000;}



.col_1 { width:225px; margin-right:20px; float:left; }
.col_2 { width:470px; margin-right:20px; float:left; }
.col_3 { width:715px; margin-right:20px; float:left; }
.col_4 { width:960px; clear:both; }

.col_1_last { width:225px; margin-right:0; float:right; }
.col_2_last { width:470px; margin-right:0; float:right; }
.col_3_last { width:715px; margin-right:0; float:right; }

.col_1_box, .col_2_box, .col_3_box, .col_4_box, .col_1_box_last, .col_2_box_last, .col_3_box_last, .col_1_3_box, .col_1_3_box_last, .col_2_3_box, .col_2_3_box_last { 
	
	padding:10px;
	float:left;
	margin-bottom:3em;
		}

.col_1_box { width:205px; margin-right:20px; }
.col_2_box { width:450px; margin-right:20px; }
.col_3_box { width:695px; margin-right:20px; }
.col_4_box { width:940px; clear:both; }

.col_1_box {
	background: url(../images/cloud_box.png) no-repeat center bottom;
}

.col_1_box h4{
	font-size:24px;
	font-weight:bold;
	margin:0;
	padding:0;
}
.col_1_box h4 span{
	font-size:14px;
	text-transform:uppercase
}
.col_1_box p{
	font-size:18px;
	margin:0;
	padding:0;
	font-weight:bold;
	color:#0a4281;
}
.col_1_box p span{
	font-size:12px;
	text-transform:uppercase;
}
.col_1_box img{
	float:left;
	margin-right:10px;
	margin-bottom:30px;
}
.col_1_box small {
  display:block;
  text-align:center;
  padding:3px;
}

.last {margin-right:0;}

.col_1_box_last { width:205px; margin-right:0; }
.col_2_box_last { width:450px; margin-right:0; }
.col_3_box_last { width:695px; margin-right:0; }



.col_1_3 { width:306px; margin-right:20px; float:left; }
.col_1_3_last { width:306px; margin-right:0; float:right; }
.col_1_5 a { color:#FFF; font-weight:bold; }
.col_1_5 a:hover { color:#004f60; }
.col_1_5 { width:270px; margin-right:10px; margin-left:5px; float:left; padding:15px;
-webkit-box-shadow: -3px 4px 1px 1px rgba(5, 155, 187, 1);
-moz-box-shadow: -3px 4px 1px 1px rgba(5, 155, 187, 1);
box-shadow: -3px 4px 1px 1px rgba(5, 155, 187, 1);
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
background: rgb(22,205,236);
background: -moz-linear-gradient(top, rgba(22,205,236,1) 0%, rgba(18,201,232,1) 13%, rgba(18,199,230,1) 27%, rgba(14,193,225,1) 37%, rgba(15,192,225,1) 45%, rgba(13,187,221,1) 52%, rgba(13,186,220,1) 62%, rgba(11,184,218,1) 63%, rgba(14,184,219,1) 66%, rgba(10,180,215,1) 71%, rgba(9,177,213,1) 82%, rgba(8,177,210,1) 83%, rgba(8,172,207,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(22,205,236,1)), color-stop(13%,rgba(18,201,232,1)), color-stop(27%,rgba(18,199,230,1)), color-stop(37%,rgba(14,193,225,1)), color-stop(45%,rgba(15,192,225,1)), color-stop(52%,rgba(13,187,221,1)), color-stop(62%,rgba(13,186,220,1)), color-stop(63%,rgba(11,184,218,1)), color-stop(66%,rgba(14,184,219,1)), color-stop(71%,rgba(10,180,215,1)), color-stop(82%,rgba(9,177,213,1)), color-stop(83%,rgba(8,177,210,1)), color-stop(100%,rgba(8,172,207,1)));
background: -webkit-linear-gradient(top, rgba(22,205,236,1) 0%,rgba(18,201,232,1) 13%,rgba(18,199,230,1) 27%,rgba(14,193,225,1) 37%,rgba(15,192,225,1) 45%,rgba(13,187,221,1) 52%,rgba(13,186,220,1) 62%,rgba(11,184,218,1) 63%,rgba(14,184,219,1) 66%,rgba(10,180,215,1) 71%,rgba(9,177,213,1) 82%,rgba(8,177,210,1) 83%,rgba(8,172,207,1) 100%);
background: -o-linear-gradient(top, rgba(22,205,236,1) 0%,rgba(18,201,232,1) 13%,rgba(18,199,230,1) 27%,rgba(14,193,225,1) 37%,rgba(15,192,225,1) 45%,rgba(13,187,221,1) 52%,rgba(13,186,220,1) 62%,rgba(11,184,218,1) 63%,rgba(14,184,219,1) 66%,rgba(10,180,215,1) 71%,rgba(9,177,213,1) 82%,rgba(8,177,210,1) 83%,rgba(8,172,207,1) 100%);
background: -ms-linear-gradient(top, rgba(22,205,236,1) 0%,rgba(18,201,232,1) 13%,rgba(18,199,230,1) 27%,rgba(14,193,225,1) 37%,rgba(15,192,225,1) 45%,rgba(13,187,221,1) 52%,rgba(13,186,220,1) 62%,rgba(11,184,218,1) 63%,rgba(14,184,219,1) 66%,rgba(10,180,215,1) 71%,rgba(9,177,213,1) 82%,rgba(8,177,210,1) 83%,rgba(8,172,207,1) 100%);
background: linear-gradient(top, rgba(22,205,236,1) 0%,rgba(18,201,232,1) 13%,rgba(18,199,230,1) 27%,rgba(14,193,225,1) 37%,rgba(15,192,225,1) 45%,rgba(13,187,221,1) 52%,rgba(13,186,220,1) 62%,rgba(11,184,218,1) 63%,rgba(14,184,219,1) 66%,rgba(10,180,215,1) 71%,rgba(9,177,213,1) 82%,rgba(8,177,210,1) 83%,rgba(8,172,207,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#16cdec', endColorstr='#08accf',GradientType=0 ); }


.col_1_5 .wrapper{ height:140px; color:#000;
text-shadow: 1px 1px 2px #08accf;
filter: dropshadow(color=#08accf, offx=1, offy=1);
 }
.col_1_5_last { width:176px; margin-right:0; float:right; }
.col_1_5 h1, .col_1_5_last h1{
	font-size:30px;
	margin-bottom:4px;
	white-space:nowrap;
	font-family:BebasNeueRegular;
	color:#004f60;
	text-shadow: 1px 1px 3px #08accf;
filter: dropshadow(color=#08accf, offx=1, offy=1);
}

.col_2_3 { width:632px; margin-right:20px; float:left; }
.col_2_3_last { width:632px; margin-right:0; float:left; }

.col_2_3_box { width:612px; margin-right:20px; float:left; }
.col_2_3_box_last { width:612px; margin-right:0; float:left; }

.col_1_3_box, .col_1_3_box_last  { width:286px; margin-right:20px; float:left; }
.col_1_3_box_last { margin-right:0; float:right; }

.clear { clear:both; width:100%; }
.space { clear:both; height:40px; width:100%; }

/*----- slider controls  ------*/

#next, #prev {
	overflow:hidden;
	width:34px;
	height:70px;
	position:absolute;
	z-index:1;
	top:150px;
	background:url(../images/slider_left.png) no-repeat; }
	
#prev { left:239px; }	
#next { right:0; }	
	
#prev:hover { background:url(../images/slider_left_hover.png); 	cursor:pointer; }
	
#next { background:url(../images/slider_right.png) no-repeat; }	

#next:hover { background:url(../images/slider_right_hover.png); cursor:pointer; }

/*////////////////////
	=h(x)
////////////////////*/

h1, h2, h3, h4, h5 { 
		font-family:BebasNeueRegular;
	color:#000;
	padding-bottom:.5em; }
	
h1 { font-size:2.1em; }
h2 { font-size:1.9em; }
h3 { font-size:1.7em; }
h4 { font-size:1.5em; }
h5 { font-size:1.3em; }

.title { 	/* bold headings in a different color */
	color:#08accf;
	font-weight:700;
	font-family: "Myriad Pro", Arial, sans-serif;	
	margin-bottom:.2em; 
	text-shadow: 1px 2px 2px #b8b8b8;
filter: dropshadow(color=#b8b8b8, offx=1, offy=2);
}
	
#footer h1, #footer h2, #footer h3, #footer h4, #footer h5 { color:#fff; }

.center { text-align:center; }
.header_h { text-align:center; color:#fff; font-family:"Myriad Pro", Arial, sans-serif; }

/*////////////////////
	=p
////////////////////*/

p { margin-bottom:1em; }
	
p.header_p {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#fff;
	font-size:1.2em;
	padding:0 1em 1em 1em;
	text-align:left;
}
	
p.date {
	font-family:Arial, Helvetica, sans-serif;
	color:#8c8c89;
	font-size:12px;
	margin-bottom:0;	} 
	
.news p { margin-bottom:0; }

p.testimonials {
	text-align:center;
	color:#999;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:0 2em; }

p.comments { 
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
	text-transform:uppercase;
	font-size:12px; }

#contact p { color:#666; margin:0 0 1em 0; }

.socialfoot1
{
	position:relative; right:320px; text-align:left; bottom:45px; width:590px
}
.socialfoot2
{
	position:relative; float:left; top:2px;
}
.socialfoot3
{
	position:relative; float:right; top:-15px;
}
.socialfootfb
{
	border: medium none ; margin-top:-20px; overflow: hidden; width: 300px; height: 20px;
}

p.copyright {
	float:right;
	font-size: 12px;
	position:relative;
	bottom:-14px;
}

ul.box li p, ul.box_menu li p, ul.events li p { 
	margin-bottom:.3em; 
	clear:both; }	

/*------ blog date box -------*/
	
p.month, p.day, p.year {
	font-family:Arial, Helvetica, sans-serif;
	padding:2px;
	margin:0;
	text-align:center; }
		
p.month { font-size:14px; margin-top:2px; }
	
p.day {
	font-size:22px;
	font-weight:bold;
	margin-top:-.4em; }
	
p.year {
	font-size:10px;
	margin-top:-.8em; }
	

/*////////////////////
	=ul		=ol
////////////////////*/

ul.standard { list-style-type:disc; list-style-position:inside;  }
ol.standard { list-style-type:decimal; list-style-position:inside; }

.box, ul.box_menu { margin:2em 1em 0 0; }

ul#response { clear:both; }	

#main_content .blog_entry:last-child { border:none; }

#main_nav ul { float:left; margin:20px 0 0 5px; }
	#main_nav ul li { 
	display:inline;
	margin-right:1.5em; 
}
/*////////////////////
	=li
////////////////////*/

ul.standard li, ol.standard li { margin-bottom:.4em; }
	
ul.box li, ul.box_menu li, ul.menu li, ul#response li, ul.events li {
	width:100%;
	padding:1em .5em 1em .5em;
	border-bottom:#8db8d7 1px dashed;
	overflow:hidden; }
	


ul#response li { border-bottom:none; }
	
ul.box li:last-child, ul.box_menu li:last-child, ul.menu li:last-child, ul.events li:last-child { 
	border-bottom:none; 
	padding-bottom:.5em; }

ul.box_menu li, ul.menu li { padding:0; }
ul.box_menu li.last, ul.menu li.last { padding:0; }
	
ul.box li:hover, ul.box_menu li:hover, ul.events li:hover { background:#e5f6fc; }
	
#slide_big li { 	/* big slider dimensions */
	height:297px;
	width:635px;
	overflow:hidden; } 
	
#slide_small li { 		/* small slider dimensions */
	display:block;
	height:250px;
	width:220px;
	overflow:hidden;
	 }

ul.gallery li { width:306px; margin-right:20px; float:left; overflow:hidden;  }
ul.gallery li.last  { margin-right:0; margin-bottom:20px; }

ul.team li { width:311px; margin-right:10px; float:left; }
ul.team li.last { margin-right:0; }

ul.menu li { padding-left:1em; background:url(../images/arrow_sidebar.png) no-repeat left; }	
ul.menu li:hover { background:url(../images/arrow_hover.png) no-repeat left; }
	
.pages ul li { 		/* page numbers for blog page */
	float:left; 
	padding-top:6px;
	margin-right:5px; }

ul#response li { color:#9F261D; }
ul#response li.success { color:#859818; }

ul#footer_links li a { 
margin-top:15px;
	color:#FFF;
	font-family:Tahoma, Geneva, sans-serif; 
	float:left; 
	margin-right:1em; } 
	
ul#footer_links li a:hover { color:#000; }

/*////////////////////
	=img
////////////////////*/

img { margin:0 0 1em 0; }

.blog_text img { float:left; margin:0 1em 1em 0; }



/*////////////////////
p img { float:left; padding:0 .5em .3em 0; }
	=a
////////////////////*/

p a, #footer_links a { 
margin-top:10px;
	font-family:Georgia, "Times New Roman", Times, serif; 
	color:#FFF; 
	font-size:17px;
	padding-bottom:.1em;
	text-decoration:none;
	border-bottom:1px; }
	
p a:hover, #footer_links a:hover{ border-bottom:none; }
	
a#logo {
	width:651px;
	height:60px;
	text-indent:-9999px;
	background:url(../images/logo.png) left no-repeat;
	float:left;
	margin-top:5px;
	border:none;
}
	
a.image { border:none; }
a.image img { border:5px solid #e5f6fc; }
a.image img:hover { border:5px solid #8db8d7; }

.gtalk {
position:absolute; right:132px; top:4px;
}

#talky {
	display:block;
	margin-top:58px;
	margin-bottom:-23px;
	height:40px;
	width:330px;
	float:right;
	color:#FFF;
	background:url(../images/phone.png) left top no-repeat;
	margin-right:30px;
	/*margin-left:560px;
	text-align:right;
	font:oblique bold 30px "Times New Roman", Times, serif;
	line-height: 40px;*/

}

#main_nav ul li a { 	/* font settings for main navigation */
	border:none;
font-family: 'BebasNeueRegular', Arial, sans-serif;
	font-size:22px;
	color:#FFF;
	font-style:normal;
    -webkit-transition:color .1s linear;  
    -moz-transition:color .1s linear;  
    -o-transition:color .1s linear;  
    transition:color .1s linear;
	text-decoration:none;	
	text-shadow: 1px 1px 3px #294d5e;
filter: dropshadow(color=#294d5e, offx=1, offy=1);
	 }
	
#main_nav ul li:hover a { color: #69a4b4; }

ul.box_menu li a, ul.menu a{ 
	border:none;
	display:block;
	width:100%;
	height:100%;
	padding:.5em; }
	
a.thumb { border:none; }

a.cont_read { 
	float:left; 
	margin-bottom:.3em; }

.pages ul li a {  /* page numbers for blog page */
	display:block;
	border:none;
	text-align:center;
	padding:.3em .5em;
	background:#e5f6fc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;	}
	
.pages ul li:hover a, .pages ul li.curent_page a { 	
	background:#8db8d7; 
	color:#fff; }	
	
a.footer_logo { 	/* small logo inside the footer */
	border:none;
	clear:both;
	float:right;
}

a.footer_logo img {margin:0;}

/*////////////////////
	=input
////////////////////*/

input { color:#666; } 

#contact p input {
	float:left;
	width:176px;
	height:34px;
	margin-top:1.5em;
	border:#8db8d7 1px solid;
	padding:0 .5em 0 .5em; }
	
.search input { 
	width:170px;
	height:39px;
	padding-left:1em;
	background:none; }
	 
#contact p input:hover, #contact textarea:hover  { background:#fff; }
	
#contact p input, #contact textarea {  background:#e5f6fc;  }
	
#contact p, #contact p span, #contact textarea { float:left; clear:both; }

#contact p input { clear:both; float:left; width:300px; margin-top:.5em; }
	
#contact p input:focus, #contact textarea:focus, .submitform input:focus { background:#fff; } 

#contact p#submit_button input {	/* submit button for contact form */
	width:75px;
	height:30px;
	background:url(../images/submit_button.png);
	text-indent:-9999px;
	margin:0 0 0 355px;
	clear:both;
	float:right;
	cursor:pointer;
	border:none; }
	
#contact p#submit_button input:hover { background:url(../images/submit_button2.png); }

form.search {
	margin-top:.3em; 
	background:url(../images/search_field.png) no-repeat;
	width:225px;
	height:39px; 
	position:relative; }

.button input {
	position:absolute;
	z-index:10;
	border:none;
	text-indent:-9999px;
	width:34px;
	height:39px;
	right:0;
	top:0;
	background:url(../images/arrow.png) center no-repeat; }
	
.button input:hover { 
	cursor:pointer;
	background:url(../images/arrow_hover.png) center no-repeat; }

/*////////////////////
	=textarea
////////////////////*/

#contact textarea {
	border:#8db8d7 1px solid;
	width:400px;
	height:56px;
	padding:1em;
	margin-top:0.5em;
	line-height:1.5;
}
	
/*////////////////////
	=table
////////////////////*/ 

table { border:none; text-align:center; }

td, th { padding:.5em; border-bottom:1px #8db8d7 dashed; }

#followus {
	float:right;
	line-height:24px;
}

#followus a,#followus img{
	padding:none;
	border:none;
	margin:0;
}

#big_ico {float:right;
margin-top:25px;
margin-right:150px;
height:90px;
}

#big_ico2 {float:left;
height:28px;
padding-right:5px;
margin-left:17px;
}
/*button*/

a.ordernow span{
	display:none;
}
a.ordernow{
	width:118px;
	height:28px;
	display:block;
	cursor:pointer;
	padding:0;
	margin:10px auto 15px;
	background:url(../images/ordernow.png) left top no-repeat;
	border:none;
}
a.ordernow:hover{
	background-position:left bottom;
}

.short {font-size:80%}

/*the price box*/
.salesbox a{ color:#000; }
.salesbox a:hover { text-decoration:none; }
.salesbox{
	width:225px;
	float:left;
	display:inline;
	margin:10px 10px 10px 0;
	padding-top:13px;
	background:url(/images/box.png) left top no-repeat;
}
.salesbox .h3{
	font-family:VanillaRegular;
	font-size:15px;
	font-weight:bold;
	color:#FFF;
	padding-left:3px;
		text-shadow: 1px 2px 3px #0093b0;
filter: dropshadow(color=#0093b0, offx=1, offy=2);
}
.salesbox .h4{
	font-family:VanillaRegular;
	font-size:13px;
	font-weight:bold;
	color:#FFF;
	padding-left:3px;
		text-shadow: 1px 2px 3px #0093b0;
filter: dropshadow(color=#0093b0, offx=1, offy=2);
}
/* YOUTUBE PAGE*/
.youtubesalesbox a{ color:#FFF; }
.youtubesalesbox a:hover { text-decoration:none; }
.youtubesalesbox{
	width:225px;
	float:left;
	display:inline;
	margin:10px 10px 10px 0;
	padding-top:13px;
	background:url(/images/ytbox.png) left top no-repeat;
}
.youtubesalesbox .h3{
	font-family:VanillaRegular;
	font-size:15px;
	font-weight:bold;
	color:#FFF;
	padding-left:3px;
		text-shadow: 1px 2px 3px #b61d1d;
filter: dropshadow(color=#b61d1d, offx=1, offy=2);
}
.youtubesalesinbox {
	padding:0 10px 10px 10px;
	background:url(/images/inbox.png) left bottom no-repeat;
}

.youtubesalesbox h4{
	font-size:20px;
	margin:0;
	padding:0;
}
.youtubesalesbox h4 span{
	font-size:11px;
	text-transform:uppercase;
	/*white-space:nowrap;*/
}
.youtubesalesbox p{
	font-size:16px;
	margin:0;
	padding:0;
	font-weight:bold;
	color:#0a4281;
}
.youtubesalesbox p span{
	font-size:12px;
	text-transform:uppercase;
}
.youtubesalesbox img{
	float:left;
	margin-right:10px;
}

/* TWITTER PAGE */
.twitsalesbox a{ color:#FFF; }
.twitsalesbox a:hover { text-decoration:none; }
.ytsupersmall{
	font-size:11px; color:#FFF;
}
.twitsalesbox{
	width:225px;
	float:left;
	display:inline;
	margin:10px 10px 10px 0;
	padding-top:13px;
	background:url(/images/box2.png) left top no-repeat;
}
.twitsalesbox .h3{
	font-family:VanillaRegular;
	font-size:15px;
	font-weight:bold;
	color:#FFF;
	padding-left:3px;
		text-shadow: 1px 2px 3px #0093b0;
filter: dropshadow(color=#0093b0, offx=1, offy=2);
}
.twitsalesinbox {
	padding:0 10px 10px 10px;
	background:url(/images/inbox.png) left bottom no-repeat;
}

.twitsalesbox h4{
	font-size:20px;
	margin:0;
	padding:0;
}
.twitsalesbox h4 span{
	font-size:11px;
	text-transform:uppercase;
	/*white-space:nowrap;*/
}
.twitsalesbox p{
	font-size:16px;
	margin:0;
	padding:0;
	font-weight:bold;
	color:#0a4281;
}
.twitsalesbox p span{
	font-size:12px;
	text-transform:uppercase;
}
.twitsalesbox img{
	float:left;
	margin-right:10px;
}

h3 small{
	font-weight:normal;
	font-size:6px;
}
.supersmall{
	font-size:11px; color:#000;
}
.supersmall2{
	font-size:12px; color:#000;
}
.ytsupersmall2{
	font-size:12px; color:#FFF;
}
.salesinbox {
	padding:0 10px 10px 10px;
	background:url(/images/inbox.png) left bottom no-repeat;
}

.salesbox h4{
	font-size:20px;
	margin:0;
	padding:0;
}
.salesbox h4 span{
	font-size:11px;
	text-transform:uppercase;
	/*white-space:nowrap;*/
}
.salesbox p{
	font-size:16px;
	margin:0;
	padding:0;
	font-weight:bold;
	color:#0a4281;
}
.salesbox p span{
	font-size:12px;
	text-transform:uppercase;
}
.salesbox img{
	float:left;
	margin-right:10px;
}

/* INSTAGRAM PAGE */
.insalesbox a{ color:#FFF; }
.insalesbox a:hover { text-decoration:none; }
.ytsupersmall{
	font-size:11px; color:#FFF;
}
.insalesbox{
	width:225px;
	float:left;
	display:inline;
	margin:10px 10px 10px 0;
	padding-top:13px;
	background:url(/images/insbox.png) left top no-repeat;
}
.insalesbox .h3{
	font-family:VanillaRegular;
	font-size:15px;
	font-weight:bold;
	color:#FFF;
	padding-left:3px;
		text-shadow: 1px 2px 3px #785027;
filter: dropshadow(color=#785027, offx=1, offy=2);
}
.insalesinbox {
	padding:0 10px 10px 10px;
	background:url(/images/inbox.png) left bottom no-repeat;
}

.insalesbox h4{
	font-size:20px;
	margin:0;
	padding:0;
}
.insalesbox h4 span{
	font-size:11px;
	text-transform:uppercase;
	/*white-space:nowrap;*/
}
.insalesbox p{
	font-size:16px;
	margin:0;
	padding:0;
	font-weight:bold;
	color:#0a4281;
}
.insalesbox p span{
	font-size:12px;
	text-transform:uppercase;
}
.insalesbox img{
	float:left;
	margin-right:10px;
}

/* SoundCloud PAGE */
.scsalesbox a{ color:#FFF; }
.scsalesbox a:hover { text-decoration:none; }
.ytsupersmall{
	font-size:11px; color:#FFF;
}
.scsalesbox{
	width:225px;
	float:left;
	display:inline;
	margin:10px 10px 10px 0;
	padding-top:13px;
	background:url(/images/box4.png) left top no-repeat;
}
.scsalesbox .h3{
	font-family:VanillaRegular;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	padding-left:3px;
		text-shadow: 1px 2px 3px #785027;
filter: dropshadow(color=#785027, offx=1, offy=2);
}
.scsalesinbox {
	padding:0 10px 10px 10px;
	background:url(/images/inbox.png) left bottom no-repeat;
}

.scsalesbox h4{
	font-size:20px;
	margin:0;
	padding:0;
}
.scsalesbox h4 span{
	font-size:11px;
	text-transform:uppercase;
	/*white-space:nowrap;*/
}
.scsalesbox p{
	font-size:16px;
	margin:0;
	padding:0;
	font-weight:bold;
	color:#0a4281;
}
.scsalesbox p span{
	font-size:12px;
	text-transform:uppercase;
}
.scsalesbox img{
	float:left;
	margin-right:10px;
}

/* Valentine PAGE */
.vpsalesbox a{ color:#FFF; }
.vpsalesbox a:hover { text-decoration:none; }
.ytsupersmall{
	font-size:11px; color:#FFF;
}
.vpsalesbox{
	width:225px;
	float:left;
	display:inline;
	margin:10px 10px 10px 0;
	padding-top:16px;
	background:url(/images/boxvimeo.png) left top no-repeat;
}
.vpsalesbox .h3{
	font-family:VanillaRegular;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	padding-left:3px;
		text-shadow: 1px 2px 3px #0093b0;
filter: dropshadow(color=#0093b0, offx=1, offy=2);
}
.vpsalesinbox {
	padding:0 10px 10px 10px;
	background:url(/images/inbox.png) left bottom no-repeat;
}

.vpsalesbox h4{
	font-size:20px;
	margin:0;
	padding:0;
}
.vpsalesbox h4 span{
	font-size:11px;
	text-transform:uppercase;
	/*white-space:nowrap;*/
}
.vpsalesbox p{
	font-size:16px;
	margin:0;
	padding:0;
	font-weight:bold;
	color:#0a4281;
}
.vpsalesbox p span{
	font-size:12px;
	text-transform:uppercase;
}
.vpsalesbox img{
	float:left;
	margin-right:10px;
}

/* Vimeo PAGE */
.vmsalesbox a{ color:#FFF; }
.vmsalesbox a:hover { text-decoration:none; }
.ytsupersmall{
	font-size:11px; color:#FFF;
}
.vmsalesbox{
	width:225px;
	float:left;
	display:inline;
	margin:10px 10px 10px 0;
	padding-top:16px;
	background:url(/images/boxvimeo.png) left top no-repeat;
}
.vmsalesbox .h3{
	font-family:VanillaRegular;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	padding-left:3px;
		text-shadow: 1px 2px 3px #0093b0;
filter: dropshadow(color=#0093b0, offx=1, offy=2);
}
.vmsalesinbox {
	padding:0 10px 10px 10px;
	background:url(/images/inbox.png) left bottom no-repeat;
}

.vmsalesbox h4{
	font-size:20px;
	margin:0;
	padding:0;
}
.vmsalesbox h4 span{
	font-size:11px;
	text-transform:uppercase;
	/*white-space:nowrap;*/
}
.vmsalesbox p{
	font-size:16px;
	margin:0;
	padding:0;
	font-weight:bold;
	color:#0a4281;
}
.vmsalesbox p span{
	font-size:12px;
	text-transform:uppercase;
}
.vmsalesbox img{
	float:left;
	margin-right:10px;
}

/* Pinterest PAGE */
.pinsalesbox a{ color:#FFF; }
.pinsalesbox a:hover { text-decoration:none; }
.ytsupersmall{
	font-size:11px; color:#FFF;
}
.pinsalesbox{
	width:225px;
	float:left;
	display:inline;
	margin:10px 10px 10px 0;
	padding-top:16px;
	background:url(/images/pintbox.png) left top no-repeat;
}
.pinsalesbox .h3{
	font-family:VanillaRegular;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	padding-left:3px;
		text-shadow: 1px 2px 3px #0093b0;
filter: dropshadow(color=#0093b0, offx=1, offy=2);
}
.pinsalesinbox {
	padding:0 10px 10px 10px;
	background:url(/images/inbox.png) left bottom no-repeat;
}

.pinsalesbox h4{
	font-size:20px;
	margin:0;
	padding:0;
}
.pinsalesbox h4 span{
	font-size:11px;
	text-transform:uppercase;
	/*white-space:nowrap;*/
}
.pinsalesbox p{
	font-size:16px;
	margin:0;
	padding:0;
	font-weight:bold;
	color:#0a4281;
}
.pinsalesbox p span{
	font-size:12px;
	text-transform:uppercase;
}
.pinsalesbox img{
	float:left;
	margin-right:10px;
}



.paypalinput{
background: rgb(240,249,255);
background: -moz-linear-gradient(top, rgba(240,249,255,1) 0%, rgba(203,235,255,1) 47%, rgba(161,219,255,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,249,255,1)), color-stop(47%,rgba(203,235,255,1)), color-stop(100%,rgba(161,219,255,1)));
background: -webkit-linear-gradient(top, rgba(240,249,255,1) 0%,rgba(203,235,255,1) 47%,rgba(161,219,255,1) 100%);
background: -o-linear-gradient(top, rgba(240,249,255,1) 0%,rgba(203,235,255,1) 47%,rgba(161,219,255,1) 100%);
background: -ms-linear-gradient(top, rgba(240,249,255,1) 0%,rgba(203,235,255,1) 47%,rgba(161,219,255,1) 100%);
background: linear-gradient(top, rgba(240,249,255,1) 0%,rgba(203,235,255,1) 47%,rgba(161,219,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#a1dbff',GradientType=0 );
	width:195px;
	border:1px solid #CCCCCC;
	padding:4px;
	height:16px;
	line-height:16px;
	margin:0;
	color:#333;
}
.paypal_btn{
	width:205px;
	height:26px;
	background:none;
	border:0;
	padding:0;
	margin:3px 0 0 0 ;
}

.paypal .checkbox{
	border:none;
	width:auto;
	height:auto;
	margin:5px;;
	padding:0;
	position:relative;
	top:2px;
}

.nomargin{
	margin-left:0;
}

.pricebox_button{
	width:80px;
	height:30px;
	line-height:32px;
	color:#000;
	display:block;
	margin-bottom:5px;
	background:url(/images/box_button_sm.png) left top no-repeat;
	float:right;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}

.videobox{
-webkit-box-shadow: 1px 2px 3px 2px rgba(0, 0, 0, 1);
-moz-box-shadow: 1px 2px 3px 2px rgba(0, 0, 0, 1);
box-shadow: 1px 2px 3px 2px rgba(0, 0, 0, 1);
	width:300px;
	float:left;
	display:inline;
	margin-right:10px;
	margin-left:10px;
	margin-bottom:10px;
}
.printbutton
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	padding: 10px 20px;
	background: -moz-linear-gradient(
		top,
		#6e6e6e 0%,
		#1c1c1c);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#6e6e6e),
		to(#1c1c1c));
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #ffffff;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,1);
	text-shadow:
		0px 1px 0px rgba(000,000,000,1),
		0px 1px 0px rgba(255,255,255,0.3);
}