/* ================================== GLOBAL ================================== */
* {
	padding:0;
	margin:0;
	outline:0;	
}

img {border: none;}

li {list-style: none;}

.left {float: left;}

.clear {clear:both;}

p {
	color: #3c3c3c;
	font-size: 13px;
	line-height: 16px;
}


h2 {
	color: #515151; 
	font-size: 18px; 
	font-weight: bold; 
	text-transform: uppercase;
}


h3 {
	color: #515151;
	font-size: 22px;
	font-weight: normal;
}


/* ================================== Layout ================================== */

body {background: #f7f6f5; font-family:Arial, Helvetica, sans-serif;}



#wrap {width:1000px; margin: 20px auto;}



#header {
	height: 148px;
	background-color:#ce2330;
	border: 1px solid #c4c4c4;
}



#content {
	background:url(../images/background.jpg) no-repeat;
	width:1000px;
	height:572px;
	overflow: hidden;
	padding-top: 140px;
}



#description {
	width: 390px;
	float:left;
	margin:0 25px 0 30px;
}
	
#description p{
	margin: 10px 0 0;
	color: #515151;
	font-size: 16px;
	line-height: 24px;
}



#gallery {overflow: hidden; margin: 25px 0;}

#gallery li{float: left; margin: 0 7px 0 0; border:1px solid #c4c4c4;}

#gallery li.last {margin: 0}

#gallery li:hover {opacity: 0.9}

a.download {
	display: block;
	width:150px;
	float:left;
	margin-right: 10px;
}

a.download img{width: 100%}

a#anfroid-download:hover {opacity:0.8;}



#columns {background: #fff; padding: 160px 0 80px; position: relative;}

#columns ul {
	overflow:hidden;
	margin: 40px 0 0;
	width: 925px;
	margin: 0 auto;
}

#columns ul li{
	float: left;
	width:250px;
	margin: 0 25px;
}

#columns ul li img {width: 94px; margin: 0 auto 30px; display: block;}

#columns h3 {position: absolute; top:80px; left: 40px;}



#footer {height: 150px; background: #cb2230; position: relative;}

#footer img {position: absolute; top:55px; left: 40px;}

#footer span,
#footer span a {color: #ffffff;font-size: 13px;line-height: 16px;font-weight: bold;}

#footer span a:hover {opacity: 0.8;}

#footer span.contact-us {position: absolute; top: 70px; left: 362px;}

#footer span.copyright {position: absolute; top: 70px; left: 722px; font-size:11px;}







