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

/* http://ipmlitho.com/ 
   v1.0 | 20130901
   Copyright: IPM Lithographics Inc

/*-------------------------------------------------------------
     Begining CSS Document of product content
--------------------------------------------------------------*/

#service-wrapper {
	background-color: #fff; 	/* Global White */
	color: #353C48; 			/* Text Dark Gray */
	font-size: 13px;
	padding: 10px 0px 0px 0px;
	display: block;
}
#service-wrapper .intro {
	position: relative;
	margin-bottom: 15px;
	font-size: 14px;
}
#service-wrapper .intro {
}
#service-wrapper a, #service-wrapper a:link, #service-wrapper a:visited {
	font-weight: normal;
	color: #2170BD;					/* Text Light Blue */
	text-decoration: none;
}
#service-wrapper a:hover {
	color: #0D58A6;					/* Medium Blue */
	text-decoration: underline;
}
#service-tabs {
	/* width: 560px; */
}
#service-tabs .service {
	line-height: 20px;
	border: 1px solid #E7EAE9;
	border-radius: 8px;
	margin-bottom: 15px;
	padding: 10px 10px 10px 0px;
	position: relative;
	-moz-border-radius: 8px;
	background: rgb(242,249,254); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(242,249,254,1) 0%, rgba(214,240,253,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(242,249,254,1)), color-stop(100%, rgba(214,240,253,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(242,249,254,1) 0%, rgba(214,240,253,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(242,249,254,1) 0%, rgba(214,240,253,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(242,249,254,1) 0%, rgba(214,240,253,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(242,249,254,1) 0%, rgba(214,240,253,1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f9fe', endColorstr='#d6f0fd', GradientType=0 ); /* IE6-9 */
}
body.squared_corners #service-tabs .service {
	border-radius: 0;
}
#service-tabs .service img {
	float: left;
}
#service-tabs .service .service_info {
	font-family: Georgia, serif;
	font-weight: normal;
	color: #2170BD;					/* Text Light Blue */
	font-size: 16px;
	line-height: 22px;
	text-decoration: none;
	padding: 10px 8px;
	display: block;
	margin: 0px 0px 0px 80px;
}
#service-tabs .service a.read-toggle.plus {
	margin: 9px 8px 0px 0px;
	float: right;
}
#service-tabs a.header {
	color: #333333;
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
}
#service-tabs div.desc {
	font-family: "Open+Sans",Gotham, Helvetica, Arial, sans-serif;
	font-size: 12px !important;
	font-style:normal;
	font-weight: normal;
	overflow: hidden;
	color: #353C48; 			/* Text Dark Gray */
}
#service-tabs div.description, #service-tabs div.description ul li, #service-tabs div.control-line {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px !important;
	color: #353C48; 			/* Text Dark Gray */
}
#service-tabs div.description ul {
	padding-top:0%;
	padding-left:7%;
}
#service-tabs div.description ul li {
	padding-top:1%;
}
#service-tabs .service div.description {
	border-top: 1px dotted gray;
	padding-top: 1px;
	display: none;
}
#service-tabs .service div.description_image {
	width: 130px;
	height: 130px;
	float: left;
	margin: 0px 20px 20px 0px;
	overflow: visible;
}
#service-tabs .service div.description_image img {
	position: relative;
	top: -15px;
	left: -20px;
}
#service-tabs .service div.control-line {
	line-height: 20px;
}
ul#service-tabs-ul {
	width: 50%;
	margin: auto;
	padding: 0px;
}
ul#service-tabs-ul li {
	float: left;
	list-style-type: none;
}
ul#service-tabs-ul li a {
	padding: 2px 5px;
	margin: 2px;
	background-color: #ebebeb;
}
ul#service-tabs-ul li.ui-tabs-selected a {
	background-color: transparent;
	color: black;
	font-weight: bold;
}
#service-tabs div.list ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #353C48; 			/* Text Dark Gray */
}
#service-tabs div.list ul li a:hover {
	color: #A0A0A0; 			/* Text Light Gray */
	text-decoration: underline;
}

#service-tabs div.list ul {
	list-style: outside none disc;
	margin-left: 0;
	padding-left: 2%;
}
#service-tabs div.list ul li {
	background: none repeat scroll 0 0 transparent !important;
	box-sizing: border-box;
	display: list-item;
	float: left;
	line-height: 16px;
	margin: 0;
	padding: 0 2% 0 0;
	width: 33%;
}
@media screen and (max-width:595px) {
#service-tabs div.list ul li {
	width: 50%;
}
}
@media screen and (max-width:488px) {
#service-tabs div.list ul li {
	width: 45%;
}
}
@media screen and (max-width:421px) {
#service-tabs div.list ul li {
	width: 90%;
}
}