@import "https://fonts.googleapis.com/css?family=PT+Sans+Narrow";
#v2_header{
	-moz-box-shadow: 0 0 10px 0 #000000;
	-webkit-box-shadow: 0 0 10px 0 #000000;
	box-shadow: 0 0 10px 0 #000000;
	position:fixed;
	width:100%;
	z-index:99;
}
.ie678 #v2_header{
	border-bottom:1px solid #CCC;
}
#v2_container.ie678{
	background-color:#fff;
}
#v2_logo_sites{
	background:url(/main/style/v2/images/header.jpg) no-repeat;
	width:230px;
	height:50px;
	float:left;
	margin-top:15px;
}
#v2_header-links{margin-top:15px;height:50px;}
#v2_logo_sites span{visibility:hidden;}
#v2_header-links li{
   padding:10px 15px 0;
}
#v2_header-links li.button{
  padding:4px 0 4px 15px;
}
#v2_header-links li.button a span {
    visibility: hidden;
}
#v2_header-links li.button a {
    background: url("../images/buttons.png") repeat scroll 0 -300px transparent;
    display: block;
    height: 42px;
    margin: 0 auto;
    text-decoration: none;
    width: 194px;
}
#v2_header-links li.button a:hover {
    background-position: -400px -300px;
}
#v2_header-links li.button a:active {
    background-position: -800px -300px;
}
#site-examples-body{
	padding-top:80px;
	background:url(../images/grey-gradient.png) repeat-x #FFF;
}
#site-examples-body .heading{
	color: #3C88C4;
    font-family: 'PT Sans Narrow',sans-serif;
    font-size: 48px;
    margin: 30px 0 0 0;
}

#site-examples-body .sub-heading{
	font-family: 'PT Sans Narrow',sans-serif;
    font-size: 36px;
    color:#333;
    line-height:2em;
}

#site-examples-body ul{
	width:1296px;
	margin:30px auto;
	padding:0;
	list-style:none;
	position:relative;
	left:10px;
	z-index:10;
}

#site-examples-body ul.step0, #v2_header-body.step0{
	width:824px; /*(412*2)*/
}

#site-examples-body ul.step1, #v2_header-body.step1{
	width:1236px; /*(412*3)*/
}

#site-examples-body ul.step2, #v2_header-body.step2{
	width:1648px; /*(412*4)*/
}

#site-examples-body ul.step3, #v2_header-body.step3{
	width:2060px; /*(412*5)*/
}
#site-examples-body ul li.frame .sprite1{
	background:url(https://cdn.vflyer.com/r3/sr/1/4/1/0/3/4/4/5/6/141034456/141034456.jpg) no-repeat;
}
#site-examples-body ul li.frame .sprite2{
	background:url(https://cdn.vflyer.com/r3/sr/1/4/1/0/3/4/4/5/5/141034455/141034455.jpg) no-repeat;
}
#site-examples-body ul li.frame .sprite3{
	background:url(https://cdn.vflyer.com/r3/sr/1/4/1/0/3/4/4/5/4/141034454/141034454.jpg) no-repeat;
}
#site-examples-body ul li.frame #sample-site-1{
	background-position:0 0;
}
#site-examples-body ul li.frame #sample-site-2{
	background-position:-350px -245px;
}
#site-examples-body ul li.frame #sample-site-3{
	background-position:-700px -245px;
}
#site-examples-body ul li.frame #sample-site-4{
	background-position:0 -245px;
}
#site-examples-body ul li.frame #sample-site-5{
	background-position:-700px 0;
}
#site-examples-body ul li.frame #sample-site-6{
	background-position:-350px 0;
}
#site-examples-body ul li.frame #sample-site-7{
	background-position:-350px 0;
}
#site-examples-body ul li.frame #sample-site-8{
	background-position:-350px 0;
}
#site-examples-body ul li.frame #sample-site-9{
	background-position:0 -245px;
}
#site-examples-body ul li.frame #sample-site-10{
	background-position:-700px 0;
}
#site-examples-body ul li.frame #sample-site-11{
	background-position:0 0;
}
#site-examples-body ul li.frame #sample-site-12{
	background-position:-700px 0;
}
#site-examples-body ul li.frame #sample-site-13{
	background-position:-350px -245px;
}
#site-examples-body ul li.frame #sample-site-14{
	background-position:-700px -245px;
}
#site-examples-body ul li.frame #sample-site-15{
	background-position:0 0;
}
#site-examples-body ul li.frame{
	float:left;
	height:300px;
	border:1px solid #CCC;
	margin-right:20px;
	margin-bottom:20px;
	padding:20px;
	background-color:#FFF;
}
#site-examples-body ul li.frame .photo{
	width:350px;
	height:245px;
	background-color:#000;
	marign:0 auto;
}
#v2_container #site-examples-body ul li.frame .caption-title{
	font-family: 'PT Sans Narrow',sans-serif;
	text-align:left;
	font-weight:bold;
	font-size:18px;
	padding-top:10px;
}
#v2_container #site-examples-body ul li.frame .caption-sub-title{
	font-family: 'PT Sans Narrow',sans-serif;
	text-align:left;
	font-size:14px;
}
#site-examples-body .call-to-action {
    background: url(../images/blue-gradient.png) repeat-x scroll 0 0 #6AA7D7;
    -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
    color: #FFF;
    line-height: 1.5;
    margin: 50px auto;
    padding: 30px;
    position: relative;
    width:900px;
}
#site-examples-body .call-to-action:before, #site-examples-body .call-to-action:after {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    bottom: 15px;
    -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
	box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    content: "";
    left: 10px;
    max-width: 300px;
    position: absolute;
    top: 80%;
    transform: rotate(-3deg);
    -ms-transform: rotate(-3deg); /* IE 9 */
	-webkit-transform: rotate(-3deg); /* Safari and Chrome */
	-o-transform: rotate(-3deg); /* Opera */
	-moz-transform: rotate(-3deg); /* Firefox */
    width: 50%;
    z-index: -1;
}
#site-examples-body .call-to-action:after {
    left: auto;
    right: 10px;
     transform: rotate(3deg);
    -ms-transform: rotate(3deg); /* IE 9 */
	-webkit-transform: rotate(3deg); /* Safari and Chrome */
	-o-transform: rotate(3deg); /* Opera */
	-moz-transform: rotate(3deg); /* Firefox */
}
#site-examples-body .splash-button {
    margin-bottom: 20px;
    margin-top: 30px;
}
#site-examples-body .splash-button a span {
    visibility: hidden;
}
#site-examples-body .splash-button a {
    background: url("../images/buttons.png") repeat scroll 0 0 transparent;
    display: block;
    height: 99px;
    margin: 0 auto;
    text-decoration: none;
    width: 353px;
}
#site-examples-body .splash-button a:hover {
    background-position: -400px 0;
}
#site-examples-body .splash-button a:active {
    background-position: -800px 0;
}