@charset "UTF-8";
/* CSS Document */

#content
{
	background: #fff;
	padding: 0 0 50px 0;
	position: relative;
}



#content .title
{
	background: #3f3f3f;
	font-family: 'MyriadProLightRegular';
	font-size: 16px;
	color: #fff;
	padding: 15px 50px 15px 50px;
	margin: 0 0 0 0;	
}

#content .title a
{	
	margin: 0 20px 0 0;	
	color: #7d7d7d;
	text-decoration: none;
	float: left;
	position: relative;
	
}

#content .title a:hover, #content .title .active
{
	color: #fff;
}

#content .title .active_light
{
	width: 80px;
	height: 30px;
	background: url(/img/light.png) no-repeat;
	position: absolute;
	top: 5px;
	left: 0px;
}

#content .title .mobile
{
	background: #f0f0f0 url(/img/arr_down.png) no-repeat right top;
	width: 270px;
	height: 25px;
	overflow: hidden;
	
}

#content .title .mobile select
{
	background: transparent;
	width: 270px;
	padding: 5px;
	font-size: 13px;
	border: none;
	height: 25px;
	-webkit-appearance:none;

}

#content .subtitle
{
	background: #7d7d7d;
}


#content .lettering
{
	font-family: 'MyriadProLightRegular';
	font-size: 40px;
	width: 500px;
	margin: 0 0 0 50px;
	padding: 20px 0 20px 0;
	text-transform: uppercase;
}

#content .lettering span
{
	display: block;
}

#content .lettering small
{
	font-size: 12px;
}



#content .text
{
	margin: 0 50px 25px 0;	float: right;
	font-size: 13px;
	
	width: 380px;
	
	line-height: 20px;
	
	-webkit-text-size-adjust: none;
	-webkit-appearance:none;
	
	color: #666;
	
}


#content .text .info
{
	margin: 25px 0 0 0;
}


#content .text .info strong
{
	display: block;
	float: left;
	width: 140px;
	
}

#content .text .info a 
{
	background: url(/img/ico_download.png) no-repeat left top;

	display: block;
	float: left;
	padding: 0 20px 0 20px;
	height: 16px;
	vertical-align: middle;
	
}

#content .text .info a:hover
{
	background-position: left bottom;
}



#content .gallery
{
	margin: 0 50px 50px 50px;
	width: 380px;
	float: right;
}

#content .gallery img
{
	width: 380px;
	height: auto;
}




#content .lists
{
	padding: 25px 5px 50px 40px;
}


#content .list
{
	margin: 0 0 50px 0;
}

#content .list .tag
{
	background: #5a5a5a;
	color: #fff;
	padding: 10px;
	text-decoration: none;
	font-size: 14px;
	font-family: 'MyriadProLightRegular';
	display: block;
	float: left;
	margin: 0 0 20px -40px;
	
}

#content .list ul
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#content .list ul li
{
	margin: 5px;
	padding: 0 0 0 0;
	float: left;
	list-style: none;
	border: 1px #f0f0f0 solid;
	width: 150px;
	height: 150px;
}

#content .list ul li img
{
	width: 150px;
	height: 150px;
}



#content .news .list ul li
{
	margin: 5px;
	padding: 0 0 0 0;
	float: left;
	list-style: none;
	border: 1px #f0f0f0 solid;
	width: 150px;
	height: 250px;
	border: none;
	border-bottom: 1px solid #f0f0f0;
}

#content .news .list ul li a
{
	text-decoration: none;
}

#content .news .list ul li img
{
	margin: 0 0 5px 0;
}

#content .news .list ul li span
{
	font-size: 20px;
	font-family: 'MyriadProLightRegular';
	display: block;
	margin: 0 0 5px 0;
}

#content .news .list ul li small
{
	font-size: 9px;
	color: #999;
}






#content .form
{
	margin: 0 50px 50px 50px;
	width: 380px;
	float: right;
	color: #666;
}

#content .form strong
{
	color: #000;
	font-size: 18px;
}

#content .form input, #content .form textarea
{
	background: #f0f0f0;
	border: none;
	font-size: 12px;
	padding: 10px;
	margin: 0 0 0 0;
	-webkit-appearance:none;
	-webkit-border-radius: 0px;
}

#content .form input[name=name]
{
	width: 360px;
}

#content .form input[name=email]
{
	width: 200px;
	margin: 0 5px 0 0;
}

#content .form input[name=telephone]
{
	width: 135px;
}

#content .form textarea
{
	width: 360px;
	height: 100px;
	resize: none;
}

#content .form input[type=submit]
{
	background: #000;
	color: #fff;
	cursor: pointer;
}

#content .form input[type=submit]:hover
{
	background: #7a7a7a;
}

#content .form .loading
{
	margin: 0 0 0 10px;
}


#content .form .alert
{
	background: #ffff80;
	padding: 10px;
	display: none;
	font-size: 10px;
}







