*{
	margin:0;
	padding:0;
}
body, html{
	background-color:#A3F4C7;
	color:#FFFFFF;
	font-family:Arial, Verdana, Helvetica, sans-serif;
}
p{
	margin:5px 0 10px 0;
}
.highlight{
	color:#00B5C7;
}
a{
	color:#00B5C7;
}
h2{
	font-size:16px;
	padding:5px 0 5px 5px;
	font-weight:100;
}
img{
	border:0;
}

#wrapper{
	width:595px;
	background-image:url(../images/bg-repeat.jpg);
	background-repeat:repeat-y;
	margin:auto;
}

#container{
	position:relative;
	z-index:1;
	width:545px;
	margin:auto;
	height:100%;
}
#iphone{
	position:absolute;
	z-index:10;
	top:60px;
	left:-130px;
	height:190px; 
	width:224;
}
#iphone img{
	behavior: url(assets/iepngfix.htc);
}
#movie{
	position:absolute;
	z-index:15;
	top:590px;
	right:20px;
	height:113px;
	width:111px;
}
#movie img{
	behavior: url(assets/iepngfix.htc);

}

#header{
	height:120px;
}
#heaher a{
	text-decoration:none;
}


/**********************MENU START****************************/
#menu{
	background:url(../images/bg-menu.jpg) repeat-x;
	width:545px;
	height:75px;
	font-size:18px;
	text-transform:uppercase;
	letter-spacing:2px;
}
#menu ul{
	margin:0 0 0 105px;
}
#menu li{
	text-decoration:none;
	display:inline;
}
#menu a{
	display:block;
	float:left;
	text-decoration:none;
	color:#FFFFFF;
}

#menu .home{
	background:url(../images/home-tab-inactive.jpg) no-repeat top;
	width:72px;
	height:30px;
	padding:21px 0 0 13px;
}
#menu .home:hover{
	background:url(../images/home-tab-active.jpg) no-repeat top;
	width:72px;
	height:30px;
	padding:45px 0 0 13px;
}
#menu .home-active{
	background:url(../images/home-tab-active.jpg) no-repeat top;
	width:72px;
	height:31px;
	padding:45px 0 0 13px;
}
#menu .about{
	background:url(../images/about-tab-inactive.jpg) no-repeat top;
	width:87px;
	height:29px;
	padding:21px 0 0 15px;
}
#menu .about:hover{
	background:url(../images/about-tab-active.jpg) no-repeat top;
	width:87px;
	height:31px;
	padding:45px 0 0 15px;
}
#menu .about-active{
	background:url(../images/about-tab-active.jpg) no-repeat top;
	width:87px;
	height:31px;
	padding:45px 0 0 15px;
}
#menu .contact{
	background:url(../images/contact-tab-inactive.jpg) no-repeat top;
	width:113px;
	height:29px;
	padding:21px 0 0 13px;

}
#menu .contact-active{
	background:url(../images/contact-tab-active.jpg) no-repeat top;
	width:113px;
	height:31px;
	padding:45px 0 0 13px;

}
#menu .contact:hover{
	background:url(../images/contact-tab-active.jpg) no-repeat top;
	width:113px;
	height:31px;
	padding:45px 0 0 13px;

}

/**********************MENU END******************************/
.content-block{
margin:23px 0 47px 0;
}
#video{
	height:365px;
	border-top:1px #FFFFFF dashed;
}
#video .content{
margin:10px 0 39px 0;
}
#download{
	border-top:1px #FFFFFF dashed;
}
#contact-form{

	border-top:1px #FFFFFF dashed;
	border-bottom:1px #FFFFFF dashed;
	height:350px;
	margin-bottom:50px;
}
#contactForm{
	padding-left:110px;
	margin-top:15px;
}
#belle{
	height:167px;
	border-top:1px #FFFFFF dashed;
	background:url(../images/belle-bg.jpg) left no-repeat;
}
#belle .belle-content{
	margin:25px 15px 0 0;
	width:330px;
	float:right;
}
#belle p{
	text-align:right;
}
#screenshots{
	border-top:1px #FFFFFF dashed;
	height:330px;
}
#about-belle{
	border-top:1px #FFFFFF dashed;
	background-image:url(../images/about-belle.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	height:420px;
}
#about-belle .content{
	width:390px;
	float:right;
	padding:40px 15px 40px 15px;
}
#about-belle p{
	text-align:center;
	

}

#tui{
	border-top:1px #FFFFFF dashed;
	clear:both;
	background-image:url(../images/tui.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	height:300px;
	

}
#tui .content{
	width:340px;
	float:left;
	padding:10px 15px 40px 15px;
}


#footer{
	clear:both;
	background-color:#00B5C7;
	height:25px;
	font-size:10px;
}
#footer p{
	padding-top:5px;
	text-align:center;
}
#footer a{
	color:#FFFFFF;
}