html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
table, td, th {
	vertical-align: middle;
}

a img {
	border: none;
}
body {
	background: #ffffff;
	font-family: Helvetica, Arial, sans-serif;
	color: #333333;
	font-size: 14px;
}

a:link {
	color: #394963;
	text-decoration: underline;
}
a:visited {
	color: #394963;
	text-decoration: underline;
}
a:active {
	color: #394963;
}
.clear {
	clear: both;
}
#content {
	margin: 0px;
	padding: 10px;
	background: #ffffff;
	margin-top: 10px;
	border: 5px solid #e0e0e0;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
}

#minicontent {
	margin: 0px;
	padding: 30px;
	background: #ffffff;
	margin-top: 10px;
	border: 5px solid #e0e0e0;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
	position: relative;
}

#minicontent:after {
	content: '';
	height: 0;
	position: absolute;
	width: 0;
	border: 15px solid transparent;
	border-bottom-color: #e0e0e0;
	top: -30px;
	left: 60px;
}

#content:hover {
}

.utitle {
	color: #495961;
	display: block;
	clear: both;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: -1px;
	font-family: 'Helvetica Neue', Helvetica, sans-serif;
}

#shell {
	margin: 10px;
	width: 900px;
	text-align: left;
}
#minishell {
	margin: 10px;
	width: 700px;
	text-align: left;
}
#footer {
	background: #ffffff;
	width: 100%;
	font-size: 12px;
	padding: 10px 5px;
	text-shadow: #f3f3f3 0px 1px 0px;
}
#head {
	height: 60px;
}
#dotme {
	color: #c7c7c7;
	font-size: 30px;
	letter-spacing: -3px;
	width: 60px;
	text-overflow: visible;
	overflow: visible;
}

#uldddogo {
	color: #52698e;
	float: left;
	margin: 0px 0px 0px 15px;
	text-shadow: #fff 1px 1px 0px;
	font-size: 42px;
	letter-spacing: -3px;
}
#ulogo {
	float: left;
	padding: 2px 0px 0px 70px;
	margin: 3px 0px 0px 15px;
	width: 200px;
	height: 53px;
	background: url(/images/ulogo.png) left top no-repeat;
	font-size: 42px;
	line-height: 50px;
	letter-spacing: -3px;
	text-shadow: 1px 1px #fff;
	position: relative;
	top: 0;
	left: 0;
	-webkit-transition: all 0.12s ease-out;
	-moz-transition: all 0.12s ease-out;
	-o-transition: all 0.12s ease-out;
	transition: all 0.12s ease-out;
	-webkit-transform:translate3d(0,0,0);
}

#ulogo:hover {
	text-shadow: 1px 1px #fff, 2px 2px #fafafa, 3px 3px #f3f3f3, 4px 4px #f9f9f9, 5px 5px #efefef, 6px 6px #eee;
	-webkit-animation: wiggle .2s ease-in-out alternate;
	-moz-animation: wiggle .2s ease-in-out alternate;
}

#ulogo a {
	text-decoration: none;
	color: #52698E;
}
#indexhead {
	height: 341px;
	width: 900px;
	margin-top: 10px;
	text-align: left;
}
#spmain {
	width: 890px;
	height: 280px;
	background: #fff;
	margin: 0 auto;
	overflow: hidden;
}
#slpromo {
	height: 60px;
	background: #4d6a8f;
	color: #fff;
	position: relative;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	cursor: pointer;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
}

#slpromo:after {
	content: '';
	height: 0;
	position: absolute;
	width: 0;
	border: 36px solid transparent;
	border-left-color: #4d6a8f;
	top: -6px;
	right: -68px;
}

div.features {
	width: 830px;
	padding: 0px 30px 30px 30px;
	font-size: 14px;
	margin-left: 5px;
	font-family: 'Helvetica Neue Light', 'HelveticaNeue-Light', Helvetica, Arial, sans-serif;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255, 255, 255, 0.4)), color-stop(60%,rgba(255, 255, 255, 0.0)), color-stop(100%,rgba(255, 255, 255, 0.0)));
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.0) 60%, rgba(255, 255, 255, 0.0) 100%);
}

div.features div {
	width: 100%;
}
div.features hr, div#helping hr {
	border: 0px;
	clear: both;
	color: #e0e0e0;
	display: block;
	height: 1px;
	margin: 25px 0px;
	border-style: inset;
	border-bottom: 1px solid #e0e0e0;
}

div.features h2 {
	font-size: 26px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 45px;
	margin-bottom: 4px;
	color: #3b3b3b;
	text-shadow: 0px 1px 0px #fff;
}

div.features p {
	color: #666;
	line-height: 24px;
	font-size: 16px;
	text-shadow: 0px 1px 0px #fff;
}

div.mainfeat h2, div.mainfeat p, div.multiaction h2, div.multiaction p {
	width: 420px;
	display: block;
	clear: both;
}

div.multiaction h2, div.multiaction p {
	width:400px;
}


div.analytics h2, div.analytics p {
	width: 420px;
	float: right;
	display: block;
	clear: both;
}
div.analytics {
	min-height: 300px;
}

.analytics {
	background: url(/images/newstats.png) no-repeat 20px 10px;
}
.mainfeat {
	background: url(/images/multimegaengage.png) no-repeat 430px 30px;
	height: 279px;
	padding-top: 10px;
}
.multiaction {
	background: url(/images/youscan-promo-index.png) no-repeat 410px 0px;
}

div.morefeat {
	overflow:hidden;
}

div.morefeat::after {
	clear:both;
}

div.codetypes {
	overflow:hidden;
}

div.codetypes::after {
	clear:both;
}



div.morefeat p {
	float: left;
    width: 22%;
    height: 140px;
    padding: 10px 10px 10px 0;
    font-size: 13px;
    line-height: 19px;
    margin: 10px 15px 15px 0px;
    border-right: 1px solid #ddd;
}

div.morefeat p:last-child {
	border-right: none;
}

div.codetypes p {
	background: #ffffff;
	font-size: 16px;
	line-height: 24px;
	padding: 10px 15px 15px 0;
	margin: 10px 20px 20px 0px;
}

.codetypes p.lastcode,.morefeat p.lastcode {
	margin-right: 0px;
}

.codetypes p.indexsocialvideo span {
	margin-top:10px;
}

.codetypes p.indexforward span {
	float:right;margin:0px 0px 10px 10px;
}

.codetypes p.lastcode span {
	float:right;margin:0px 0px 10px 10px;
}


.codetypes p b {
	display: block;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 30px;
	margin-bottom: 4px;
	text-transform: uppercase;
	color: #444;
}

div.morefeat p b {
	font-size: 14px;
    display: block;
    font-weight: bold;
    letter-spacing: -0.01em;
    line-height: 20px;
    margin-bottom: 6px;
    text-transform: uppercase;
    color: #52698E;
    text-shadow: 0px 1px 0px #fff;
}

div.morefeat p {
	text-shadow: 0px 1px 0px #f3f3f3;
}

div.multiaction {
	min-height: 250px;
}
div.letsignup {
	text-align: center;
}


@-webkit-keyframes pulsate {
	from {
		-webkit-box-shadow: 0px 0px 6px #677C89, inset 0px 1px 1px #aabac4;
		opacity:1;
	}
	to {
		-webkit-box-shadow: 0px 0px 3px #677C89, inset 0px 1px 1px #aabac4;
		opacity:0.9;
	}

}

@-webkit-keyframes wiggle {
	0% {
		-webkit-transform: rotate3d(0,0,0,0deg)
	}
	25% {
		-webkit-transform: rotate3d(0,0,0,5deg)
	}
	75% {
		-webkit-transform: rotate3d(0,0,0,-5deg)
	}
	100% {
		-webkit-transform: rotate3d(0,0,0,0deg)
	}
}
@-moz-keyframes wiggle {
	0% {
		-moz-transform: rotate(0deg)
	}
	25% {
		-moz-transform: rotate(5deg)
	}
	75% {
		-moz-transform: rotate(-5deg)
	}
	100% {
		-moz-transform: rotate(0deg)
	}
}

#headactions {
	float: right;
	margin: 8px;
}
#headactionssdsdf a {
	font-family: 'Helvetica Neue', Arial, sans-serif;
	font-weight: 300 !important;
	display: inline-block;
	padding: 6px 10px;
	background: #6f88af;
	color: #fefefe;
	text-decoration: none;
	margin: 0px 10px;
	text-shadow: 0px 1px 0px #7d7d7d;
}
#headactions a:hover {
	color: #fff;
}
.rounded {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-o-border-radius: 4px;
}
a.minibutton, a.midbutton {
	text-decoration: none;
}
.minibutton {
	background: #F4F4F4;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F4F4F4), to(#ECECEC));
	background: -moz-linear-gradient(top, #F4F4F4 0%, #ECECEC 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F4F4F4', endColorstr='#ECECEC',GradientType=0 );
	border: 1px solid #D4D4D4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-family: helvetica, arial, freesans, clean, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 21px;
	overflow: visible;
	padding: 0px 0px 0px 3px;
	text-shadow: white 1px 1px 0px;
	white-space: nowrap;
	line-height: 2em;
	margin: 4px 8px 10px 0px;
	text-decoration: none;
	padding: 0px 8px;
}

.midbutton {
	background: #F4F4F4;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F4F4F4), to(#ECECEC));
	background: -moz-linear-gradient(top, #F4F4F4 0%, #ECECEC 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F4F4F4', endColorstr='#ECECEC',GradientType=0 );
	border: 1px solid #D4D4D4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-family: helvetica, arial, freesans, clean, sans-serif;
	font-size: 13px;
	font-weight: bold;
	height: 33px;
	overflow: visible;
	padding: 0px 11px 0px 11px;
	text-shadow: white 1px 1px 0px;
	white-space: nowrap;
	line-height: 14px;
	margin: 4px 8px 10px 0px;
	text-decoration: none;
}

.minibutton:hover, .midbutton:hover {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#599BDC), to(#3072B3));
	background: -moz-linear-gradient(top, #599BDC 0%, #3072B3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#599BDC', endColorstr='#3072B3',GradientType=0 );
	border-bottom-color: #2A65A0;
	border-color: #518CC6 #518CC6 #2A65A0;
	color: white;
	text-decoration: none;
	text-shadow: rgba(0, 0, 0, 0.296875) -1px -1px 0px;
}

.topslog {
	padding-bottom: 4px;
	margin-bottom: 10px;
	border-bottom: 1px solid #efefef;
}

#signmeup {
	margin: 30px 10px;
	line-height: 60px;
	width: 100%;
}


.topslog small {
	float: right;
	font-size: 11px;
	color: #a5a5a5;
}

.error {
	color: red;
	font-weight: bold;
	text-align: right;
}

#helping {
	margin-top: 10px;
}
#helping p {
	margin: 20px 0px;
	text-indent: 10px;
	line-height: 22px;
}
#helping blockquote {
	padding-left: 20px;
}
.posterimg {
	text-indent: 0px;
}
.posterimg img {
	border: 3px solid #e0e0e0;
}

#minicontent p {
	margin: 15px 0px;
	text-indent: 10px;
	line-height: 20px;
}
#minicontent ul {
	margin: 10px;
}
#minicontent ul li {
	margin: 5px 15px;
	line-height: 20px;
}

ul#userstuff {
	float: right;
	margin: 22px 10px 0 0;
	padding: 0;
}
ul#footerstuff {
	float: right;
	margin: 0;
	padding: 0;
}
ul#footerstuff li img {
	margin-left: 5px;
}
ul#footerstuff li img:hover {
	cursor: pointer;
}
ul#userstuff li, ul#footerstuff li {
	color: #474747;
	float: left;
	font-size: 12px;
	font-weight: bold;
	list-style: none;
	margin: 0;
	padding-right: 7px;
}

ul#userstuff li a, ul#footerstuff li a {
	border-left: 1px solid #ccc;
	border-left: 1px solid rgba(0,0,0,.2);
	padding-left: 7px;
}
ul#userstuff li:first-child a, ul#footerstuff li:first-child a {
	border: none;
}
#footerscan {
	font-size: 12px;
	color: #777;
	padding: 15px 0px;
	margin: 0px 30px;
	border-top: 1px solid #e0e0e0;
}

ul#userstuff li#langli {
	padding-left: 6px;
}
ul#userstuff li#langli form {
	display: inline;
	padding: 0 0 0 4px;
	margin: 0;
}
ul#userstuff li#helpli {
	border-right: 1px solid #ccc;
	border-right: 1px solid rgba(0,0,0,.2);
}


.btn {
	cursor: pointer;
	display: inline-block;
	background-color: #e6e6e6;
	background-repeat: no-repeat;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
	background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
	padding: 4px 14px 5px;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	color: #333;
	font-size: 13px;
	line-height: normal;
	border: 1px solid #ccc;
	border-bottom-color: #bbb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-webkit-transition: 0.1s linear all;
	-moz-transition: 0.1s linear all;
	-ms-transition: 0.1s linear all;
	-o-transition: 0.1s linear all;
	transition: 0.1s linear all;
}

.btn:hover {
	background-position: 0 -15px;
	color: #333;
	text-decoration: none;
}
.btn:focus {
	outline: 1px dotted #666;
}

.btn:active {
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.small {
	padding: 7px 9px 7px;
}

a.btn {
	text-decoration: none;
	color: #333;
}

.btn.primary {
	color: #ffffff;
	background-color: #0064cd;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
	background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
	background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
	background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
	background-image: -o-linear-gradient(top, #049cdb, #0064cd);
	background-image: linear-gradient(top, #049cdb, #0064cd);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border-color: #0064cd #0064cd #003f81;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}


fieldset .clearfix {
	margin-bottom: 14px;
	zoom: 1;
}
fieldset .clearfix:before, form .clearfix:after {
	display: table;
	content: "";
	zoom: 1;
	*display: inline;
}
fieldset .clearfix:after {
	clear: both;
}

fieldset {
	padding: 10px 0px;
}

fieldset textarea {
	margin-bottom: 4;
}

fieldset label {
	padding-top: 9px;
	padding-right: 10px;
	font-size: 15px;
	line-height: 18px;
	float: left;
	width: 150px;
	text-align: right;
	color: #404040;
}
fieldset .input {
	padding: 6px 0px 0px 6px;
}

input[type="text"], input[type="password"] {
	display: inline-block;
	width: 220px;
	height: 18px;
	padding: 4px;
	font-size: 13px;
	line-height: 18px;
	color: #808080;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-o-border-radius:
}
/* mini reset for non-html5 file types */
input[type=checkbox], input[type=radio] {
	width: auto;
	height: auto;
	padding: 0;
	margin: 3px 0;
	*margin-top: 0;
	/* IE6-7 */

	line-height: normal;
	border: none;
}

:-moz-placeholder {
	color: #bfbfbf;
}
::-webkit-input-placeholder {
	color: #bfbfbf;
}
input, textarea {
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
input:focus, textarea:focus {
	outline: 0;
	border-color: rgba(82, 168, 236, 0.8);
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
	-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}
input[type=checkbox]:focus, select:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	outline: 1px dotted #666;
}
input.xlarge {
	width: 230px;
}

.featslide {
	width: 100%;
	height: 100%;
	background: #fff;
}


span.spritetypes {
    background: url(/images/typesprite.png) no-repeat;
	display:block;
}

span.spritetypes.sprite-forry-png {
    width: 60px;
    height: 63px;
    background-position: -0px -53px;
}

span.spritetypes.sprite-perssy-png {
    width: 70px;
    height: 54px;
    background-position: -61px -53px;
}

span.spritetypes.sprite-soccy-png {
    width: 216px;
    height: 53px;
    background-position: -0px -0px;
}






.spritescroller {
    background: url(/images/scrollersprite.png) no-repeat;
}

.sprite-4sq200-png {
    width: 155px;
    height: 60px;
    background-position: -0px -72px;
}

.sprite-fb200-png {
    width: 151px;
    height: 71px;
    background-position: -0px -0px;
}

.sprite-fbp200-png {
    width: 143px;
    height: 64px;
    background-position: -0px -133px;
}

.sprite-twit200-png {
    width: 153px;
    height: 51px;
    background-position: -156px -122px;
}

.sprite-vmo200-png {
    width: 152px;
    height: 60px;
    background-position: -156px -61px;
}

.sprite-ytb200-png {
    width: 152px;
    height: 60px;
    background-position: -152px -0px;
}

.sprite-sndcld200-png {
	width: 119px;
    height: 70px;
    background-position: -156px -173px;
}


div.features div.letsignup h2 {
	display: inline-block;
	padding: 8px 35px 10px 35px;
	font-size: 23px;
	font-weight: 300;
	font-family:"HelveticaNeue-Light", "Helvetica Neue", Helvetica;
	text-transform:uppercase;
	margin-top: 6px;
	letter-spacing:1px;
	color: #fafafa;
	text-decoration: none;
	background: #86C543;
	/*
	background: -webkit-gradient(linear,left top,left bottom,from(#829AA8),to(#405A6A));
	background: -moz-linear-gradient(top,#829AA8,#405A6A);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#829AA8',endColorstr='#405A6A');
	*/
	text-shadow:none;

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-box-shadow: 0px 0px 0px 5px #FFF, inset 1px 1px 3px #99;
	-moz-box-shadow: 0px 0px 0px 5px #FFF, inset 1px 1px 3px #AAA;
	box-shadow: 0px 0px 0px 5px #FFF, inset 1px 1px 3px #AAA;
	opacity:1;
}

div.features div.letsignup h2:hover {
	text-decoration: none;
	cursor: pointer;
	background:#75b036;
}