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

* {
padding:0;
margin:0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}
.txt  .imge {
	float: right;
	height: 86px;
	width: 150px;
	margin-left: 5px;
	border: 2px solid #CCCCCC;

}
.txt .detail {
	float: left;
	width: 425px;
}
.detailstxt img {
	float: right;
	margin-left: 10px;
}



.center {
width:400px;
margin-left:auto;
margin-right:auto;
}
#tabsholder2 {
	float: left;
	width: 600px;
}

ul.list li {
list-style-type:none;
margin-left:20px;
}
#contentz2 .list li {
	padding-left: 20px;
	background-image: url(red-arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 10px;
}


ul.tabs {
width:100%;
overflow:hidden;
}

ul.tabs li {
	list-style-type:none;
	display:block;
	float:left;
	color:#fff;
	padding:8px;
	margin-right:2px;
	background-color:#226DB3;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	cursor:pointer;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #226DB3;
}

ul.tabs li:hover {
	background-color:#9D0000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #9D0000;
}

ul.tabs li.current {
	background-color:#9D0000;
	padding:8px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #9D0000;
}

.tabscontent {
	width:100%;
	padding-top: 8px;
	padding-right: 5;
	padding-bottom: 0;
	padding-left: 0;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #9D0000;
	overflow: hidden;
}
.description {
	float: left;
	width: 450px;
	margin-bottom: 20px;
}

#tabz1, #tabz2, #tabz3 {
	width: 130px;
	text-align: center;
}
.srv_title {
	float: left;
	width: 600px;
	font-size: 14px;
	font-weight: bold;
	color: #3366CC;
	margin-bottom: 15px;
}
