@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

/* Global declarations */
body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;	
	font-size:62.5%;
	position:relative;
	
}

img {
	border:0;
}

ul {
	list-style-type:none;
}

h1, h2, h3, h4, h5, h6 {
	clear:both;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;	
	font-weight:normal;
}

h1 {
	font-size:28px;
	margin-bottom:15px;
	color:1c1b1b;
}

h2 {
	font-size:18px;
	margin-bottom:10px;
	color:1c1b1b;
}

h3 {
	font-family: Tahoma, Arial, sans-serif;
}

p {
	font-size:13px;
	line-height:20px;
	margin-bottom:15px;
		color:#666;
}

a{
	color:#333;
}

#wrapper{
	width:100%;
	height:auto;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color:#CCC;
	background-image:url(../images/top_bg.jpg);
	font-size-adjust:inherit;

}

#top_content{
	width:960px;;
	height:750px;
	margin:0px auto;
	border-bottom:1px solid #525252;

}

#header{
	height:93px;
	border-bottom:1px solid #525252;
}

.mainlinks li {
	float:right;
/*	padding-right:-20px;
*/	color:#FF9933;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top:25px;
	padding:0.15em;
}

.mainlinks a{
	font-size:12px;
	text-decoration:none;
	color:#fff;
}

.mainlinks ul li a {
	color:#fff;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	float:left;
	text-decoration:none;
	padding:8px;
}

.mainlinks ul li a:hover {
	color:#FC0;
	text-decoration:none;
	font-weight:bold;
}

#middle_content{
	width:960px;
	margin:0px auto;
}

#middle_content a{
	color:#FFF;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
}


.active{
	font-weight:bold;
	color:#FF0;
}

.text_content{
	float:right;
	width:375px;
	margin-top:30px;
}

.text_content p{
	float:right;
	width:375px;
	margin-top:-10px;
	color:#e2e2e2;
	font-size:18px;
	line-height:1.75em;
	text-align:justify;
}

.appstore_link{
	margin-top:5px;
	width:375px;
}

#screenshots{
	width:100%;
	background-image:url(../images/middle_bg.jpg);
	height:255px;
	border-top:55px solid #c9c9c9;
	margin-top:-143px;
}

.image{
	margin-top:-19px;
	text-align:center;
}

#screens{
	width:960px;
	margin:0px auto;
}

.screen1{
	width:25%;
	float:left;
	margin-top:35px;
}

.screen2{
	width:25%;
	float:left;
	margin-top:35px;

}

.screen3{
	width:25%;
	float:left;
	margin-top:35px;

}

.screen4{
	width:25%;
	float:left;
	margin-top:35px;

}

.image1{
	text-align:center;
	margin-top:-4px;
}

#feautures{
	background-color:#FFF;
	}

#feauture_content{
	width:35%;
	margin:0px auto;
	
}


#feauture_content p{
    text-align: justify;
	margin-top:20px;
	font-size:13px;
	color:#333;
}

#feauture_content h1{
    text-align: justify;
	margin-top:25px;
	font-size:20px;
	color:#999;
	font-weight:bold;

}

#feauture_content ul{
    text-align: justify;
	margin-top:25px;
	font-size:16px;
	color:#808080;


}

#feauture_content li{
    text-align: justify;
	margin-top:25px;
	font-size:16px;
	color:#808080;
}

#feauture_content1{
	width:100%;
	text-align:justify;
	margin-left:5px;
	float:left;
}

#feauture_content2{
	width:25%;
	text-align:justify;
	margin-left:5px;
	float:left;

}

#feauture_content3{
	width:25%;
	text-align:justify;
	margin-left:5px;
	float:left;
}

#footer{
	width:100%;
	}
	
#footer p{
	margin:0px auto;
	text-align:center;
	width:100%;
	margin-top:25px;
	font-size:12px;
	border-top:1px solid #828282;
	padding:8px;
	color:#9c9c9c;
}	

/*#middle_content p{
	font-size:12px;
	color:#fff;
	margin-top:25px;
	line-height:2em;
}*/

#content{
    margin-top: 2.5em;  
	min-width:960px;
}



.contact-box {
    background-color: #333333;
    border: 1px solid #444645;
    float: left;
    height: 125px;
    margin-top: 32.75em;
    padding: 8px;
    width: 20%;
}

.contact-box p{
	margin-top:1.25em;
	text-align:justify;
	font-size:12px;
	color:#CCC;
}

.italic{
	font-style:italic;
	color:#CCC;
}

strong1{
	font-size:20px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FC0;
	}

strong2{
	font-size:13px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style:italic;
	font-weight:bold;
	}	

