/* Browser Basics */

* {border: 0; margin:0; padding: 0;}

html, body {
    color: #CACACA;
    font-family: Helvetica, arial;
    font-size: 18px;
    width: 100%;
    height: 100%;
    background: black;
}

h1, h2 {
	position: relative;
	margin: 0;
	font-family: "Myriad Pro", Verdana, Arial;
	font-weight: lighter;
}

h1 {
	font-size: 25px;
	text-align: center;
	text-shadow: 0 0 4px black;
	margin-bottom: 10px;
}

h1.neon {
	color: #FF5F5F;
}

h2 {
	margin: 10px 0;
	text-align: left;
	font-size: 21px;
}

h2 span {
	background: url(images/global/titlegradient.png) repeat-x;
	position: absolute;
	bottom: -0.1em;
	display: block;
	width: 100%;
	height: 21px;
}

a, a:visited {
    color: #e1e0e0;
}

a:hover {
	color : #696969;
}

.hidden {
	display: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
}

.etagere {
	margin-bottom: 40px;
	padding-bottom: 30px;
	width: 100%;
	background: url(images/global/etagere.png) no-repeat bottom center;
	clear: both;
}

.etagere.highlight {
	background: url(images/global/etagerehighlight.png) no-repeat bottom center;
}

/* Home */

#container {
	width: 1000px;
	/* display: none; */
	position: relative;
	margin: auto;
	background: url(images/global/background.jpg) no-repeat;
}

#home {
	display: block;
	margin-top: 15px;
	float: left;
}

#menucontainer {
	width: 100%;
	height: 67px;
	background: url(images/global/menu.png) repeat-x; 
}

#menu {
	width: 800px;
	margin: auto;
	height: 67px;
	background: url(images/global/menuhighlight.png) no-repeat center; 
}

#menu span {
	margin: 22px;
	display: block;
	float: left;
	color: #dadada;
	font-size: 12px;
}

#menu ul {
	float: right;
}

#menu li {
	float: left;
	margin: 12px 10px;
	list-style: none;
}

#menu li a {
	display: block;
	width: 129px;
	height: 24px;
	font-size: 13px;
	padding-top: 8px;
	text-align: center;
	text-decoration: none;
	background: url(images/global/button.png);
}

#menu li a:hover {
	background: url(images/global/buttonselected.png);
	color: inherit;
}


#iphone {
	float: left;
	width: 390px;
	height: 610px;
	margin-top: 40px;
	background: url(images/global/iphone.png) no-repeat right top;
}

#presenter {
	position: relative;
	margin-left: 116px;
	margin-top: 106px;
	width: 240px;
	height: 360px;
	overflow: hidden;
	/* background: green; */
}

#presenter ul li, #presenter ul li a {
	display: block;
	width: 240px;
	height: 360px;
}

.tumbnail img {
	margin: 11px 0 0 11px;
}

.tumbnail img:hover {
	opacity: 0.7;
}

#social {
	text-align: center;
}

#translations {
	text-align: center;
	position: absolute;
	top: 20px;
	right:  120px;
}

#headercontent {
	float: left;
	width: 610px;
	margin-top: 90px;
}

#logo {
	margin-top: 80px;
	height: 72px;
	margin-left: 40px;
	text-indent: -9999px;
	background: url(images/global/musicloop.png) no-repeat;
}

#headertext {
	height: 80px;
	overflow: hidden;
	padding-top: 10px;
	padding-left: 50px;
	padding-right: 130px;
	text-align: justify;
	text-shadow: 0 2px black;
}

#header {
	width: 100%;
	height: 90px; /* Was 120px */
	text-align: right;
	padding-top: 30px;
	margin-top: 5px;
	cursor: pointer;
}

#appstore {
	margin: 30px 0px;
	height: 70px;
	clear: both;
}

#buy, #try {
	display: block;
	float: left;
	width: 224px; /* was 264 */
	height: 68px; /* was 79 */
	padding: 11px 0 0 40px;
	text-align: center;
	line-height: 30px;
	font-size: 17px;
	text-decoration: none;
	color: black;
}

#buy {
	background: url(images/global/buy.png);
	text-shadow: 0 1px white;
}

#try {
	background: url(images/global/try.png);
	text-shadow: 0 1px white;
}

#buy:hover, #try:hover {
	background-position: 264px 0;
}

#tumbnails {
	clear: both;
	height: 178px;
	margin-left: 60px;
}

.tumbnail {
	display: block;
	float: left;
	margin-left: 0px;
	width: 101px;
	height: 178px;
	background: url(images/global/thumbnails/background.png);	
}

#features {
	clear: both;
	width: 800px;
	margin: auto;
	font-size: 15px;
	/* display: none; */
}

.feature {
	float: left;
	width: 350px;
	height: 120px;
	margin-left: 40px;
}

.featureicon {
	float: left;
	display: block;
	padding-top: 20px;
	width: 80px;
	text-align: center;
}

.featurecontent {
	float: left;
	display: block;
	width: 270px;
}


#carousel {
	width: 100%;
	height: 100%;
}

#videocontainer {
	margin-top: 10px;
	width: 598px; /* bordure */
	height: 440px;
	margin-left: 25px; 
	border: 1px solid #858585;
	overflow: hidden;
}

#contactbackground {
	position: fixed;
	z-index: 3;
	height: 100%;
	width: 100%;
	display: block;
	background: black;
	display: none;
}

#contactform {
	position: fixed;
	z-index: 4;
	top: 50%;
	margin: -168px 0 0 -168px;
	left: 50%;
	height: 430px;
	width: 360px;
	padding-top: 20px;
	text-align: center;
	background: url(images/global/contactform.png);
	display: none;
}

#contactform img {
	margin-top: 35px;
}

#contactform h2 {
	font-size: 21px;
	color: black;
	margin: 0;
	text-shadow: 0 1px white;
	text-align: center;
}

#contactform input[type=text] {
	color: #858585;
	font-size: 13px;
	height: 16px;
	width: 240px;
	padding: 5px;
	margin: 10px 0;
	background: url(images/global/input.png);
}

#contactform input[type=submit] {
	font-size: 15px;
	padding: 5px;
	width: 117px;
	height: 29px;
	background: url(images/global/send.png);
	margin: 10px 0;
	text-shadow: 0 1px white;
}

#contactform input[type=submit]:hover {
	opacity: 0.8;
}

#contactform input[type=submit]:active {
	background: url(images/global/sendselected.png);
}

#contactform textarea {
	color: #858585;
	font-size: 13px;
	height: 98px;
	width: 242px;
	padding: 5px;
	margin: 10px 0;
	background: url(images/global/textarea.png);
}

#recaptcha_area {
	padding-left: 20px;
}

#wait {
	margin-top: 17px !important;
}

#closeform {
	position: absolute;
	top: -44px;
	right: -10px;
}

#footer {
	font-size: 13px;
	text-align: center;
	margin: 10px;
	clear: both;
}

.selectedinput {
	color: black !important;
}

#thanks {
	position: fixed;
	z-index: 6;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	display: block;
	background: black;
	text-align: center;
	color: white;
	display: none;
}

#thanks span {
	position: fixed;
	left: 0;
	top: 30%;
	width: 100%;
}

#thanks h1 {
	margin-bottom: 30px;
}

#bottom {
	display: block;
	margin: auto;
	width: 800px;
	font-size: 16px;
	clear: both;
	background: url(images/global/wallpaper.png) repeat-y top center;
}

#bottom > div {
	background: url(images/global/wallpapertop.jpg) no-repeat top center;
	padding-top: 50px;
}

.socialink {
	width: 162px; /* was 172 */
	height: 33px; /* was 39 */
	padding: 6px 0 0 10px;
	margin: 15px 13px 0 13px;
	float: left;
	background: url(images/global/sharebutton.png);
	text-decoration: none;
	text-align: center;
	font-size: 16px;
	color: #5F5F5F;
	text-shadow: 0 1px white;
}

.socialink:visited {
	color: #5F5F5F;
	text-shadow: 0 1px white;
}

.socialink img {
	float: right;
	margin: 1px 10px 0 5px;
}

.socialink iframe {
	position: relative;
	top: -3px;
	left: 30px;
}

#mentions {
	height: 111px;
	margin-left: 40px;
}

#mentions li {
	display: block;
	width: 212px;
	height: 89px;
	color: black;
	float: left;
	margin: 10px;
	padding: 5px;
	background: url(images/global/backgroundmention.png);
	font-size: 13px;
}

#mentions li a {
	color: black;
	text-shadow: none;
}

#mentions img {
	width: 30px;
	float: left;
	margin: 0 5px 5px 0;
	border: 1px solid black;
}

#facebook {
	width: 800px;
	height: 40px;
	padding-top: 26px;
	margin: auto;
	background: url(images/global/facebook.png.html) no-repeat left center;
	background-position: 140px 4px;
}

.us {
	float: left;
	width: 300px;
	margin: 0 50px 30px 50px;
	text-align: justify;
}

.us img {
	display: block;
	margin: 10px auto;
}

#latestpublicmixes {
	position: relative;
	height: 68px;
	margin-left: 40px;
}

#latestpublicmixes > a {
	clear: both;
	position: relative;
	display: block;
	width: 229px;
	height: 29px; /* was 37 */
	padding-top: 9px;
	top: 0px;
	left: 248px;
	text-decoration: none;
	text-align: center;
	background: url(images/global/moremixes.png);
	color: black;
	text-shadow: 0 1px white;
}

#latestpublicmixes li {
	float: left;
	width: 216px;
	height: 45px; /* was 45 */
	margin: 13px;
	list-style: none;
}

#latestpublicmixes li a {
	display: block;
	width: 100%;
	height: 38px;
	padding-top: 7px;
	background: url(images/global/mix.png);
	text-decoration: none;
	font-size: 19px;
	text-overflow: ellipsis;
	text-align: center;
	color: black;
	text-shadow: 0 1px white;
}

#latestpublicmixes li a:hover {
	background-position: 216px 0;
}