@CHARSET "UTF-8";
html, body{
	color: #000;
	font-size: 12px;
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	padding: 0;
	margin: 0;
}
pre{
	background-color: #2C2C2C;
	padding: 0px;
	color: #fff;
	overflow-x: auto;
}

.custom-wrap{
	background-color: #000000;
	border: solid 1px #ccc;
	box-shadow: 0 0 5px #c9c9c9;
	overflow: hidden;
	padding: 4px;
	width: 1020px;
	height: 178px;
	margin: 0px auto;
}
.custom-api{
	margin: 0 auto;
	width: 450px;
}
.custom-item{
	background-image: linear-gradient(bottom, #D6D6D6 10%, #EBEBEB 55%);
	background-image: -o-linear-gradient(bottom, #D6D6D6 10%, #EBEBEB 55%);
	background-image: -moz-linear-gradient(bottom, #D6D6D6 10%, #EBEBEB 55%);
	background-image: -webkit-linear-gradient(bottom, #D6D6D6 10%, #EBEBEB 55%);
	background-image: -ms-linear-gradient(bottom, #D6D6D6 10%, #EBEBEB 55%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.1, #D6D6D6),
		color-stop(0.55, #EBEBEB)
	);
	width: 600px;
	height: 400px;
	position: relative;
}
.custom-item h1{
	font-weight: bold !important;
	font-size: 30px !important;
	margin: 10px 15px !important;
}
.custom-item h3{
	font-weight: normal !important;
	font-size: 18px !important;
	margin: 5px 15px !important;
}
.custom-item ul{
	list-style: url(../img/checkmark.png) inside;
	margin: 10px 15px;
	padding: 0;
}
.custom-item ul li{
	line-height: 16px;
	margin: 0 0 5px;
}
.custom-item .custom-splash{
	background: url(../img/splash.png) 0 0 no-repeat;
	position: absolute;
	bottom: 40px;
	right: 10px;
	width: 356px;
	height: 242px;
}
.align_center{text-align: center}
.h1, .h2, .h3, .h4, .h5, .h6{
	font-family: "Myriad Pro", "Trebuchet MS", sans-serif;
	font-weight: bold;
}
.h1{
	font-size: 30px;
}