@charset "UTF-8";

* {
	margin:0;
	padding:0;
	list-style-type:none;
	text-decoration:none;
}

body {
	min-width: 1004px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #202020;
	font-size: 12px;
	line-height: 15px;
}

a {
	color: #ff6666;
	text-decoration: none;
	outline: none;
}

a:visited {
	color: #ff6666;
}

a:hover {
	color: #666666;
}

a img {
	border: none;
	outline: none;
}

a img:hover {
    filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
}

.clearer {
	clear: both;
}

#contactFrame{
	width: 936px;
	height: auto;
	margin: 75px auto;
/*	padding-top: 75px;
	padding-bottom: 75px;*/
	text-align: left;
}

.contactFrameLeft{
	width: 626px;
	height: 342px;
	background: url(/contact/bg_image.jpg) no-repeat;
	float:left;
}

.contactFrameLeftText{
	width: 350px;
	float:left;
}

.contactFrameRight{
	width: 302px;
	height: auto;
	float:left;
	margin-bottom: 50px;
}

#appsFrame{
	width: 976px;
	height: auto;
	margin: 75px auto;
/*	padding-top: 75px;
	padding-bottom: 75px;*/
	text-align: left;
}

.appsFrameLeft{
	width: 726px;
	height: 362px;
	background: url(/apps/bg_image.jpg) no-repeat;
	float:left;
}

.appsFrameLeftText{
	width: 250px;
	float:left;
}

.appsFrameLeftSub{
	width: 250px;
	margin: 37px 0 0 0;
}

.appsFrameRight{
	width: 250px;
	height: auto;
	float:left;
	margin-bottom: 50px;
}

.appsappstore{
	width: 250px;
	margin: 91px 0 0 0;
}

#aboutFrame{
	width: 1004px;
	height: auto;
	margin: 75px auto;
/*	padding-top: 75px;
	padding-bottom: 75px;*/
	text-align: center;
}

.aboutFrameLeft{
	width: 400px;
	float:left;
}

.aboutFrameRight{
	width: 0px;
	height: auto;
}


