img { vertical-align: middle; border: 0; }
a { font-weight: bold; color: black; }

body {
	background: rgb(235,235,235) url('img/background.png');
	font-family: 'Rambla', sans-serif;
	padding: 0; margin: 25px 0px 45px 0px;
	-webkit-font-smoothing : antialiased;
	color: rgb(60,60,60);
} 

.clearer { height: 0; line-height: 0; font-size: 0; clear: both; }

.download-box .detail {
	font-weight: normal;
	color: rgb(70,70,70);
	margin-left: 10px;
	display: inline-block;
	font-size: 13px;
	float:right;
}

.download-box.presentation {
	background-image: url('/img/picture.png');
}

.download-box.documentation {
	background-image: url('/img/documentation.png');
}

.download-box.code {
	background-image: url('/img/library.png');
}

.download-box {
	border: 1px solid rgb(190,190,190);
	margin-bottom: 10px; margin-top: 10px;
	border-radius: 7px; background-color: rgb(240,240,240);
	box-shadow: inset 0px 1px 0px white;
	padding: 10px 15px 10px 40px; display: block;
	text-decoration: none; background-repeat: no-repeat;
	background-position: 10px 50%;
}

.download-box:hover {
	background-color: rgb(247,247,247);
	border: 1px solid rgb(160,160,160);
}

.huge-text {

	font-weight: bold;
	font-size: 20px;
	font-family: 'Patua One', sans-serif;
	margin-bottom: 10px;

}

.seperator {

	margin-top: 15px;
	border-top: 1px dotted rgb(150,150,150);
	height: 1px;
	margin-bottom: 16px;

}

.white-background {

	margin-top: 0px;
	padding: 20px;
	background: white;
	border-radius: 5px;
	border: 1px solid rgb(200,200,200);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.14);	

}

.hardware-promo {

	margin-top: 10px;
	height: 313px; width: 540px;

}

#right-panel-inner .content p {

	color: #196298;
	font-weight: bold;
	font-family: 'Patua One', sans-serif;
	margin-top: 15px;
	margin-bottom: 3px;
	font-size: 16px;

}

#right-panel-inner .content {

	font-size: 15px;
	line-height: 29px;
	color: rgb(80,80,80);

}

#right-panel-inner h1 {
	margin: 0px 0px 5px 0px;
	font-size: 22px;
	font-family: 'Patua One', sans-serif;
	font-weight: normal;
	padding: 0;
}

#right-panel-inner h2 {
	margin: 0px 0px 10px 0px;
	font-size: 18px;
	color: rgb(120,120,120);
	font-weight: normal;
	padding: 0;
}

#right-panel-inner {

	padding: 15px;

}

#left-panel span {

	text-decoration: none;
	border-bottom: 1px solid rgb(200,200,200);
	padding: 10px;
	display: block;
	background-image: url('/img/rarr.png');
	background-repeat: no-repeat;
	background-position: 190px 50%;
	font-weight: bold;

}

#left-panel a {

	text-decoration: none;
	border-bottom: 1px solid rgb(200,200,200);
	padding: 10px;
	display: block;
	background-image: url('/img/rarr.png');
	background-repeat: no-repeat;
	background-position: 190px 50%;

}

#left-panel a:hover {

	background-color: rgb(255,255,255);

}

#left-panel a:active {

	background-color: rgb(230,230,230);	

}

#left-panel a.selected {

	background-color: rgb(235,235,233);
	box-shadow: inset 0px 1px 3px rgba(0,0,0,0.13);	

}

#left-panel {

	border-radius: 5px;
	border: 1px solid rgb(200,200,200);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.14);
	overflow: hidden;
	position: relative;
	width: 213px;
	float: left;
	background: #f7f7f7;
	
}

#right-panel {

	border-radius: 5px;
	border: 1px solid rgb(200,200,200);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.14);
	overflow: hidden;
	position: relative;
	width: 570px;
	margin-left: 13px;
	float: left;
	background: white;
	min-height: 350px;
	
}

#container {

	width: 800px;
	position: relative;
	margin-left: auto;
	margin-right: auto;

}

#content {

	padding-top: 57px;

}

#logo {

	position: absolute;
	top: 5px; left: 8px;
	opacity: 0.85;

}

#logo:hover {

	opacity: 1;

}


#promo {

	margin-top: 8px;
	border-radius: 5px;
	border: 1px solid rgb(200,200,200);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.14);
	overflow: hidden;
	position: relative;
	background: white url('img/promo-back.png');
	width: 800px;
	height: 380px;
	
}

#promo .subtitle {

	font-size: 20px;
	text-decoration: none;
	font-weight: normal;
	position: absolute;
	bottom: 50px;
	left: 330px;
	width: 400px;
	color: rgb(150,150,150);
	-webkit-transition: 0.3s ease-in;
	-moz-transition: 0.3s ease-in;
	-o-transition: 0.3s ease-in;
	transition: 0.3s ease-in;

}

#promo .title {

	font-family: 'Patua One', sans-serif;
	font-size: 26px;
	text-decoration: none;
	font-weight: normal;
	position: absolute;
	top: 80px;
	left: 330px;
	width: 400px;
	color: rgb(100,100,100);
	-webkit-transition: 0.3s ease-in;
	-moz-transition: 0.3s ease-in;
	-o-transition: 0.3s ease-in;
	transition: 0.3s ease-in;
	
}

#promo:hover .title,
#promo:hover .subtitle {

	color: black;
	-webkit-transition: 0.3s ease-in;
	-moz-transition: 0.3s ease-in;
	-o-transition: 0.3s ease-in;
	transition: 0.3s ease-in;

}

#subpromos {

	margin-top: 16px;
	height: 170px;

}

h3 {
	margin: 0px 0px 10px 0px; padding: 0;
}

.subpromo h2 {

	padding: 0; margin: 0;
	position: absolute;
	left: 200px;
	top: 44px;
	font-size: 20px;

}

.subpromo h3 {

	padding: 0; margin: 0;
	position: absolute;
	left: 200px;
	top: 80px;
	width: 160px;
	font-size: 15px;

}

.subpromo:hover {

	color: black;
	background-position: 0px 5px !important;
	-webkit-transition: 0.3s ease-in;
	-moz-transition: 0.3s ease-in;
	-o-transition: 0.3s ease-in;
	transition: 0.3s ease-in;
	
}

.subpromo {

	background-position: 0px 20px !important;
	background-repeat: no-repeat !important;
	display: inline-block;
	width: 390px;
	height: 170px;
	border-radius: 5px;
	border: 1px solid rgb(200,200,200);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.14);
	overflow: hidden;
	position: relative;
	background: white;
	float: right;
	text-decoration: none;
	color: rgb(80,80,80);
	-webkit-transition: 0.3s ease-in;
	-moz-transition: 0.3s ease-in;
	-o-transition: 0.3s ease-in;
	transition: 0.3s ease-in;

}

.subpromo.left {

	float: left;

}

#promo:hover img {

	top: 0px;
	-webkit-transition: 0.3s ease-in;
	-moz-transition: 0.3s ease-in;
	-o-transition: 0.3s ease-in;
	transition: 0.3s ease-in;

}

#promo img {

	width: 800px;
	height: 380px;
	border-radius: 5px;
	position: absolute;
	top: 25px; left: 0;
	-webkit-transition: 0.3s ease-in;
	-moz-transition: 0.3s ease-in;
	-o-transition: 0.3s ease-in;
	transition: 0.3s ease-in;
	
}

#menu {

	background: rgb(249,249,249);
	position: fixed;
	width: 800px;
	border-radius: 5px;
	border: 1px solid rgb(200,200,200);
	box-shadow: inset 0px 1px 0px white, 0px 1px 2px rgba(0,0,0,0.14);
	height: 45px;
	z-index: 666;

}

#menu-links {

	float: right;

}

#menu-links a {

	float: left;
	border-left: 1px solid rgb(200,200,200);
	display: inline-block;
	height: 45px;
	line-height: 46px; 
	padding: 0px 19px;
	font-size: 13px;
	text-decoration: none;
	box-shadow: inset 1px 0px 0px white;
	text-shadow: 0px 1px 0px white;
	background: rgb(249,249,249);
	color: rgb(90,90,90);

}

#menu-links a:last-child {

	border-radius: 0px 4px 4px 0px;

}

#menu-links a:hover {

	background: rgb(240,240,240);

}

#menu-links a:active {

	background: rgb(225,225,223);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.43);

}

#menu-links a.selected {

	background: rgb(235,235,233);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.33);	

}

#footer {

	margin-top: 20px;
	border-top: 1px solid rgb(200,200,200);
	box-shadow: inset 0px 1px 0px white;
	padding-top: 8px;
	text-align: left;
	text-shadow: 0px 1px 0px white;
	color: rgb(140,140,140);
	font-size: 12px;
}

#footer-links {

	float: right;

}

#footer-links a {

	color: rgb(140,140,140);
	margin-left: 10px;
	text-decoration: none;

}

#footer-links a:hover {

	color: rgb(100,100,100);

}