@charset "UTF-8";
/* CSS Document */

div#service_side{
	width: 306px;
	height: auto;
	margin-bottom: 20px;
	float: left;
}

div#service_main{
	width: 624px;
	margin-left: 20px;
	height: auto;
	float: left;
}

div#service_package{
	width: 624px;
	height: auto;
	margin-bottom: 20px;
}

div.service_package_content{
	width: 582px;
	padding: 20px 20px 5px;
	background: #141414;
	border: 1px solid #2c2c2c;
	border-top: none;
}

div#service_side_content{
	width: 264px;
	height: auto;
	background: #141414;
	padding: 10px 20px 20px;
	margin-bottom: 25px;
	border: 1px solid #2c2c2c;
	border-top: none;
}

ul#packages{
	width: 100%;
	margin: 0;
	padding: 0;
}

ul#packages li{
	display: block;
	list-style-type: none;
	height: 16px;
	width: 100%;
	padding: 10px 0px 15px;
	font-size: 11px;
	font-weight: bold;
	background: url(img/divider-short.jpg) bottom no-repeat;
}

ul#packages li a{
	color: #626262;
	font-size: 11px;
}

ul#packages li a:hover{
	color: #ffffff;
}