@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Cabin:400,500);
@import url(https://fonts.googleapis.com/css?family=Josefin+Slab:400,100,100italic,300,300italic,400italic,600,600italic,700,700italic);

body{
	background-image: url(images/bg.png);
	background-repeat: repeat-X;
	background-color: #fff;
	color: #444;
}

header .logo{
	text-align: center;
	padding-bottom: 10px;
}

header .menu{
	text-align: center;
	background-color: #F6F6F6;
	line-height: 6px;
	margin-left: 40px;
	margin-right: 40px;
	border: 1px solid #CCC;
}

header .menu ul li{
	display: inline;
	list-style-type: none;
}

header .menu ul li a{
	text-decoration: none;
	color: #66E;
	font-family: 'Cabin', sans-serif;
	border-right: 1px dotted #CCC;
	padding-left: 10px;
	padding-right: 16px;
	font-weight: 500;
	font-size: 16px !important;
	padding-top: 10px;
	padding-bottom: 10px;
}


header .menu ul li a:hover{
	color: #F50;
}

header .menu ul li a:visited:hover{
	color: #F50;
}

header .menu ul li a:visited{
	color: #AA66AA;
}

.container{
	text-align: center;
}

.container .main{
	width: 764px;
	text-align: left;
	padding-top: 40px;
	margin-left: auto;
	margin-right: auto;
	color: #222;
}

.container .main h1{
	font-size: 24px !important;
	font-weight: bold;
}

.container .main h2{
	font-size: 20px !important;
	font-weight: 600;
}

.container .main p{
	color: #444444;
	font-weight: 400;
	font-family: 'Cabin', sans-serif;
	font-size: 17px;
}

div.shot {
    vertical-align: top;
    display: inline-block;
    text-align: center;
	float: left;
	padding-right: 20px;
}

.caption {
    display: block;
}

.container .main ul li img{
	padding-right: 4px;
}

.container .main ul li{
	padding-bottom: 3px;
}

.container .main p span{
	color: #6666EF;
}

.container .main p img{
	padding-right: 15px;
}

footer .dotted{
	border-bottom: 1px dotted #CCC;
	margin-left: 40px;
	margin-right: 40px;
	padding-bottom: 10px;
}

footer span{
	color: #8266EE;
	font-size: 11px !important;
}

footer span:hover{
	color: #f50;
	cursor: pointer;
	text-decoration: underline;
}

footer ul{
	padding: 0 0;
}

footer ul li{
	display: inline;
	list-style-type: none;
	font-size: 11px !important;
	color: #8266EE;
	padding-left: 7px;
	padding-right: 7px;
}

footer ul li:hover{
	color: #f50;
	cursor: pointer;
	text-decoration: underline;
}

footer button{
	margin-left: 5px;
}

.started{
	margin-top: -30px;
}

.started ul{
	padding-left: 80px;
}

.hover{
	color: #6666EE;
}

.hover:hover{
	color: #f50 !important;
	text-decoration: underline;
	cursor: pointer;
}

.faq{
	margin-top: -30px;
}

.thin{
	font-weight: 100;
	color: #444 !important;
	font-family: 'Josefin Slab', serif;
	font-size: 13px !important; 
}

.development{
	margin-top: -30px;
}

.newsletter{
	margin-top: -30px;
}