/* 
SlickApp - CSS Stylesheet
---------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------
*/
* { padding: 0; margin: 0; }
/*--------------------------------------------
Global Elements
---------------------------------------------*/
body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #333;
	background: #ebebeb;
	
}
.page { width: 900px; margin: 0 auto; }
div#top_bar {
	background: #24140D;
	height: 7px;
}
/*--------------------------------------------
App Screenshot & Desciption
---------------------------------------------*/
div#top_content_wrap {
	background: #888888;
}
div#top_content { 
	padding-top: 20px; 
}
	div#top_content div#app_screenshot {
		float: left;
		padding-bottom: 10px;
	}
		div#top_content div#app_screenshot .cacaoimage {
			height: 256px;
			width: 256px;
			background: url('../images/logoimage.png') no-repeat top;
			margin-top: -10px;
			padding-right: 0px;
		}
	div#top_content div#app_description {
		float: right;
		width: 590px;
		margin-top: 15px;
	}
		div#top_content div#app_description div.header h1,
		div#top_content div#app_description div.header div.version{ float: left; }
			div#top_content div#app_description div.header div.version {
				padding: 4px 8px 4px 8px;
				background: #81B7FF;
				color: #ffffff;
				margin-left: 10px;
				margin-top: 20px;
			}
		div#top_content div#app_description p,
		div#top_content div#app_description ul li{
			font-size: 15px;
			line-height: 25px;
			letter-spacing: -0.03em;
		}
		div#top_content div#app_description ul { list-style: none; margin-top: 20px; }
			div#top_content div#app_description ul li {
				background: url('../images/bullet.png') no-repeat left;
				padding-left: 25px;
				margin-bottom: 6px;
			}
		div#top_content div#app_description div.actions { margin-top: 25px; margin-bottom: 25px; }
			div#top_content div#app_description div.actions a.download_en {
				width: 251px;
				height: 75px;
				background: url('../images/download_btn.png') no-repeat top;
				display: block;
				text-indent: -999999px;
				float: left;
			}
			div#top_content div#app_description div.actions a.download_fr {
				width: 251px;
				height: 75px;
				background: url('../images/download_btn_fr.png') no-repeat top;
				display: block;
				text-indent: -999999px;
				float: left;
			}
			div#top_content div#app_description div.actions p {
				font-size: 12px;
				width: 260px;
				float: left;
				margin: 15px;
				line-height: 19px;
			}
			div#top_content div#app_description div.actions p b { display: block; color: #444; }
div#page_seperator {
	height: 2px;
	width: 100%;
	background: url('../images/page_seperator.gif') repeat-x top;
}			
div#bottom_content {
		background: url('../images/dark_shadow.gif') no-repeat top;
}
/*--------------------------------------------
Nav
---------------------------------------------*/
div#nav {
	margin-top: -1px;
		background: url('../images/horizontal_seperator.gif') repeat-x bottom;
}
div#nav ul{
	list-style: none;
	width: 700px;
	margin: 0 auto;
}
	div#nav ul li {
		float: left;
		margin-right: 15px;
	}
		div#nav ul li a {
			padding: 12px 25px 12px 25px;
			display: block;
			color: #666;
			font-weight: bold;
			text-decoration: none;
		}
			div#nav ul li a:hover { background: #ddd; }
		div#nav ul li a.current { background: #ddd; color: #000; }
/*--------------------------------------------
Pages
---------------------------------------------*/
div.pane {
	padding: 45px 0px 25px 0px;
}
/*--------------------------------------------
Home
---------------------------------------------*/
div#features {
	background: url('../images/horizontal_seperator.gif') repeat-x bottom;
	clear:both;
	padding-bottom: 30px;
}
	div#features div.feature {
		width: 283px;
		float: left;
		margin-right: 25px;
		position: relative;
	}
		div#features div.feature div.new {
			width: 106px;
			height: 95px;
			background: url('../images/new_feature.png') no-repeat top;
			position: absolute;
			top: 0;
			right: 0;
			z-index: 2;
		}
		div#features div.feature div.content {
			background: #d3d3d3 url('../images/feature_box-top.gif') no-repeat top;
			padding: 20px 20px 10px 20px;
		}
			div#features div.feature div.content div.screenshot { position: relative; }
				div#features div.feature div.content div.screenshot a {
					width: 37px;
					height: 26px;
					background: url('../images/enlarge.png') no-repeat top;
					text-indent: -999999px;
					display: block;
					position: absolute;
					bottom: 0px;
					left: 2px;
				}
			div#features div.feature div.content p{
				color: #696969;
				letter-spacing: -0.03em;
				font-size: 13px;
				padding-top: 15px;
				padding-left: 5px;
			}
		div#features div.feature div.bottom {
			height: 8px;
			background: url('../images/feature_box-bottom.gif') no-repeat top;
		}
	div#features div.last { margin-right: 0px; }
div#reviews_faqs { padding-top: 35px; }
div#reviews {
	float: left;
	width: 275px;
	height: 280px;
	padding-right: 30px;
	background: url('../images/vertical_seperator.gif') repeat-y right;
	overflow: hidden;
	position: relative;
}
	div#reviews div.review {
		background: url('../images/quotes.gif') no-repeat top left;
		padding-left: 30px;
		margin-bottom: 35px;
		position: relative;
	}
		div#reviews div.review p{
			font-style: italic;
			font-size: 13px;
			letter-spacing: 0.02em;
			line-height: 22px;
			padding-top: 2px;
			margin-bottom: 20px;
		}
		div#reviews div.review span{
			color: #999;
			text-align: right;
			display: block;
		}
			div#reviews div.review span a{
				display: block;
				font-size: 11px;
				text-decoration: none;
				color: #999;
				margin-top: 3px;
			}	
				div#reviews div.review span a:hover{ color: #555; }
div#faqs { 
	float: left; 
	margin-left: 30px;
	padding-right: 30px;
	background: url('../images/vertical_seperator.gif') repeat-y right;
}
	div#faqs div.left_column {
		float: left;
		width: 240px;
	}
	div#faqs div.right_column {
		float: right;
		width: 240px;
	}
	div#faqs div.faq {
		margin-bottom: 40px;
	}
		div#faqs div.faq b {
			color: #252525;
			font-weight: bold;
			margin-bottom: 10px;
			display: block;
		}
		div#faqs div.faq p {
			color: #777;
			font-size: 12px;
			line-height: 20px;
		}
/*--------------------------------------------
About
---------------------------------------------*/
div#about {}
	div.left {
		float: left;
		width: 570px;
		padding-right: 40px;
	}
		div.left p{ line-height: 20px; margin-bottom: 25px; }
	div.right {
		background:  #DDDDDD;
		float: right;
		padding: 15px 25px 5px 25px;
		width: 220px;
	}
		div.right h2 { margin-bottom: 15px; }
		div.right ul{ list-style: none; }
			div.right ul li {
				margin-bottom: 12px;
				padding-bottom: 12px;
				clear: both;
				border-bottom: 1px solid #ccc;
			}
			div.right ul li img{ float: left; margin-right: 15px; }
			div.right ul li h3{
				font-size: 13px;
				margin-bottom: 5px;
				color: #555;
			}
			div.right ul li span {
				font-size: 12px;
				display: block;
				margin-bottom: 4px;
				font-style: italic;
				color: #999;
			}
			div.right ul li a { font-size: 11px; color: #50aeae; text-decoration: none; }
				 div.right ul li a:hover { color: #333; } 
		div.right ul li.last { border: none; }
/*--------------------------------------------
Screenshots
---------------------------------------------*/
div#screenshots {}
	div#screenshots ul { list-style: none; }
		div#screenshots li {
			float: left;
			margin-right: 25px;
		}
			div#screenshots li img {
				width: 200px;
			}

/*--------------------------------------------
Contact
---------------------------------------------*/
div#contact_form {}
	div#contact_form div.left {
		float: left;
		width: 540px;
		padding-right: 40px;
		background: url('../images/vertical_seperator.gif') repeat-y top right;
	}

	div#contact_form div.right {
		width: 245px;
		float: right;
	}
		div#contact_form div.right b{
			font-weight: bold;
			color: #252525;
			display: block;
			margin-bottom: 10px;
		}
		div#contact_form div.right p { 
			font-size: 13px; 
			line-height: 22px; 
			letter-spacing: -0.02em; 
			margin-bottom: 10px;
		}
		div#contact_form div.right a.email {
			display: block;
			padding-left: 28px;
			background: url('../images/mail_icon.gif') no-repeat left;
			color: #50aeae;
			text-decoration: none;
		}
			div#contact_form div.right a.email:hover { color: #333; }		
/*--------------------------------------------
Footer
---------------------------------------------*/
div#footer {
 	padding-top: 10px;
	padding-bottom: 30px;
}
	div#footer div.top {
		height: 30px;
		background: url('../images/horizontal_seperator.gif') repeat-x bottom;
	}
		div#footer div.top img {
			float: left;
		}
		div#footer div.top ul{ list-style: none; float: right; margin-top: -10px; }
			div#footer div.top ul li {
				background: url('../images/vertical_seperator.gif') repeat-y top left;
				float: left;
				padding: 8px 15px 8px 15px;
			}
				div#footer div.top ul li a {
					width: 22px;
					height: 22px;
					background: url('../images/social_icons.gif') no-repeat;
					text-indent: -99999px;
					display: block;
				}
					div#footer div.top ul li.twitter a { background-position: 0px 0px; }
						div#footer div.top ul li.twitter a:hover { background-position: 0px -22px; }
					div#footer div.top ul li.facebook a { background-position: -22px 0px; }
						div#footer div.top ul li.facebook a:hover { background-position: -22px -22px; }
					div#footer div.top ul li.rss a { background-position: -44px 0px; }
						div#footer div.top ul li.rss a:hover {  background-position: -44px -22px; }
	div#footer div.bottom {
		padding-top: 10px;
	}
		div#footer div.bottom a{
			float: left;
		}
		div#footer div.bottom p{
			float: right;
			font-size: 11px;
			padding-top: 5px
		}
/*--------------------------------------------
Typography
---------------------------------------------*/
.header h1 {
	width: 312px;
	height: 106px;
	background: url('../images/logo.png') no-repeat top;
	text-indent: -999999px;
	margin-bottom: 15px;
}		
h2 {
	color: #222;
	font-size: 20px;
	margin-bottom: 15px;
}
h3 {
	color: #222;
	font-size: 16px;
	margin-bottom: 5px;
	font-weight: bold;
}
span.red { color: #e20a10; }
/*--------------------------------------------
Utility
---------------------------------------------*/
.clear { clear:both; }
img { border: none; }
a { text-decoration: none; color: #67321D; }
a:hover { text-decoration: none; color: #7A3B21; }




#languages {
	float:left;
}
#languages a {
	padding-left: 10px;
}

#contactdetails > div {
	margin: 10px 0 10px 0;
}

#tos {
	float: left;
	padding-left: 70px;
}
#tos span {
	float: left;
}
.text_pages ol, ul {
    margin: 0 0 15px 30px;
}
p {
    margin-bottom: 15px;
    margin-top: 5px;
}

#legalinfo {
	font-size: 12px;
	margin-left: 30px;
	float: right;
}












/*--------------------------------------------
Download instructions
---------------------------------------------*/
p {
    font-size: 1.083em;
    line-height: 1.462;
    margin-bottom: 1.2em;
    margin-top: 0;
    padding-bottom: 1px;
}
.pullout-left:after, .pullout-right:after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
}
.pullout-left:after, .pullout-right:after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
}

.left-40 .pullout-item, .right-40 .pullout-item {
    width: 40px;
}
.pullout-left .pullout-item {
    float: left;
    margin-left: 0 !important;
}
.left-40 > * {
    margin-left: 50px !important;
}
.step-numbering {
    color: #333333;
    font-size: 32px;
    line-height: 1;
}
hr {
    background: none repeat scroll 0 0 #CBCBCB;
    border: medium none;
    clear: both;
    color: #CBCBCB;
    height: 1px;
    margin: 0 0 1.35em;
    padding: 0;
    width: auto;
}