/*
	HOTPRESS FRAMEWORK
	Site:systest.com	
	By:chadSmith
	Created:
*/

/* Reset
----------------------------------------------------------------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
.clear {clear:both;}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*make dynamically risized images look good in IE*/
img{-ms-interpolation-mode:bicubic}

sup{
	vertical-align:top;
	font-size:.8em;
}
sub{
    vertical-align:baseline;
	font-size:.8em;
}

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 13px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	
}


a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

table#sqm3-data{
	margin:15px 0 0 15px;
}
table#sqm3-data td{
	border:1px solid #000;
	padding:10px 5px;
	vertical-align:middle;
	font-weight:bold;
}
	table#sqm3-data th{
		border:1px solid #000;
		padding-top:10px;
	}
		table#sqm3-data p{
			font-weight:bold;
		}

/* `Headings
----------------------------------------------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h4,
h6{
	color:#00467f;
	font-weight:bold;
	/*margin-top:30px;*/
	font-family:Georgia, "Times New Roman", Times, serif;
}
h1 {
	font-size: 27px;
	line-height:1;
	font-weight:normal;
	font-style:inherit;
	margin-top:10px;
	letter-spacing:2px;
       text-transform:uppercase;
}
	h1.post-title a{
		color:#a08108;
	}
		h1 .asterisk{
			font-size:20px;
		}

h2 {
	font-size: 21px;
}

h3 {
	font-size: 18px;
}
	#column-1 h3{
		padding:0 0 10px 24px;
		width:192px;
		color:#111111;
		background:transparent url(images/bg-h3-title.png) no-repeat scroll 10px bottom;
		text-transform:uppercase;
		margin-bottom:0px;
	}
		#column-1 h3.title-clean{
			background-image:none;
		}
			#column-1 .information h3{
				padding:10px 0 10px 24px;
				text-transform:uppercase;
				font-size:16px;
				background-image:none;
			}
				.information h3{
					color:#111111;
					text-transform:uppercase;
					font-size:16px;
					padding:10px 0 10px 0;
					background-image:none;
				}

h4 {
	font-size: 14px;
	letter-spacing:1px;
	margin:13px 0 !important;	
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 10px;
}

h1 a:link,
h1 a:visited,
h2 a:link,
h2 a:visited, 
h3 a:link, 
h3 a:visited, 
h4 a:link,
h4 a:visited,
h5 a:link, 
h5 a:visited, 
h6 a:link, 
h6 a:visited{
	color:#1c3f95;
	text-decoration:none;
}
h1 a:hover,
h1 a:active,
h2 a:hover,
h2 a:active,
h3 a:hover,
h3 a:active,
h4 a:hover, 
h4 a:active,
h5 a:hover, 
h5 a:active, 
h6 a:hover,
h6 a:active{
	color:#00467f;
	text-decoration:none;
}
/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}
	ol.blogsitesummary{
		list-style:none;
	}
		ol.blogsitesummary li a{
			display:block;
			font-size:11px;
			text-transform:uppercase;
		}
			ol.blogsitesummary li span{
				display:block;
			}
				ol.blogsitesummary .author{
					display:none;
				}
					ol.blogsitesummary .date{
						color:#666;
						font-size:9px;
						text-transform:uppercase;}

ul {
	list-style: square;
	margin-left:20px;
	list-style-image:url(images/bullets-icon.gif);
}
	ul.clean-bullets{
		list-style-image:none;
		list-style:none;
		padding-bottom:25px;
	}
		ul.clean-bullets li.pad-bot{
			padding-bottom:10px;
		}
			ul.clean-bullets li strong{
				color:#00467f;}
li {
	list-style-position:outside;
}
	#column-2 ul li{
		padding-bottom:8px;}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
blockquote{
	margin-bottom: 10px;
}
p{
	line-height:20px;
}

ul ul{
	margin-bottom:0;
}
#social .push-left{
padding-left:11px;
}

/* General Elements
----------------------------------------------------------------------------------------------------*/
strong {
	font-weight:bold;
	color:#2d2d2d;
	}	
em {
	font-style:italic;
	color:#00467F;
}
a:link, a:visited { 
	text-decoration:underline; 
	color:#1c3f95;
	display:inline-block;
	}	
a:hover, a:active { 
	text-decoration:underline;
	color:#00467f;
	}	
button {
	text-transform:uppercase;
	color:#fff;
	}
button {
	margin:0; 
	padding:0;
	border:none;
	text-align:center;
	text-transform:uppercase;
	background:transparent;
	cursor:pointer;
	}	
address span {
	display:block;
	margin:0 0 10px 0;
	}	
blockquote{
	background:transparent url(images/blockquote.gif) no-repeat scroll 2px top;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:14px;
	padding-left:40px;
}
	blockquote p{
		width:562px !important;
	}

/* Background
----------------------------------------------------------------------------------------------------*/
body{

	background:#17497a url(images/bg-repeat-v2.png) repeat-y center top;
}
#main-wrapper{
	background:#fff url(images/bg-total-v2.png) repeat-x scroll center top;
}
#wrapper{
	background:url(images/circle-top-2.png) no-repeat scroll center bottom;
}
#container{
	margin:0 auto;
	width:970px;
	min-height:600px;
}

/* Header
----------------------------------------------------------------------------------------------------*/
#header{
	margin:0 auto;
	width:960px;
	overflow:hidden;
}
#header h1{
	margin:2px 0 0 15px;
}

	#header h1 a{
		background:url(images/systest-logo-v2.png) no-repeat scroll 0 0;
		text-indent:-9999px;
		display:block;
		float:left;
		width:116px;
		height:116px;
	}
		#header h1 a:link,
		#header h1 a:visited{
			color:#fff;
			text-decoration:none;
		}
		#header h1 a:hover,
		#header h1 a:active{
			color:#CCC;
		}
#tagline{
	padding:20px 0 0 10px;
	float:left;
	margin:0;
	width:186px;
	font-size:14px;
	font-style:oblique;
	color:#00aeef;
}
#search{
	padding-top:20px;
	float:right;}
#search-input{
	float:left;}
		#search-btn{
			float:left;
			padding-top:1px;}
				#CAT_Search{
					background:url(images/search-box.png) no-repeat scroll left top;
					border:none;
					padding-left:4px;
					width:150px;
					}
#banner{
	float:left;
	width:285px;
	padding:5px 0 0 80px;
}
/* Main Navigation
----------------------------------------------------------------------------------------------------*/

#main-nav{
	margin:-36px auto 0;
	width:866px;
	padding-left:174px;
	overflow:hidden;
	clear:both;
}
	#main-nav ul{
		margin:0;
		overflow:auto;
		padding-left:0px;
		height:44px;
	}
		#main-nav ul li{
			display:inline;
			float:left;
			list-style:none;
			padding:0 20px;
		}
		#main-nav ul li#nav-first{
			padding-left:0;
		}
			#main-nav ul li a:link,
			#main-nav ul li a:visited{
				font-size:16px;
				text-decoration:none;
				color:#fff;
				letter-spacing:2px;
			}
			#main-nav ul li a:hover{
				text-decoration:none;
				background:url(images/nav-current.gif) repeat-x scroll left bottom;
				padding-bottom:10px;
				color:#fff;
			}
				#nav-first.selected a{
					background-image:none;
				}
			.selected a{
				text-decoration:none;
				background:url(images/nav-current.gif) repeat-x scroll left bottom;
				padding-bottom:10px;
				color:#fff;
				display:block;
			}

/* Columns
----------------------------------------------------------------------------------------------------*/
#column{
	color:#000;
	margin:0 20px;
	overflow:visible;
	padding-bottom:10px;
	position:relative;
	z-index:3;
}
			#column h3{
				border-bottom:1px solid #e9e8e6;
				padding-bottom:10px;
				font-size:14px;
				color:#000;
				font-weight: normal;
				width:100%;}
				#column p span{
					color:#00467f;
					font-weight:bold;}
					#column li{
						padding-bottom:10px;}
#column-1{
	float:left;
	margin:30px 0 0 0;
	display:block;
	width:244px;
}
	#column-1 ul{
		list-style:none;
		list-style-image:none;
		width:210px;
		padding:0 0 25px 25px;
		margin:0;
	}
		#column-1 ul li.first{
			padding-top:15px;
		}
			#column-1 ul li a:link,
			#column-1 ul li a:visited{
				color:#00467f;
				text-decoration:none;
				padding:6px 8px;
				display:block;
			}
				#column-1 ul li a:hover{
					background:url(images/bg-feature.png) repeat-y scroll right center;
					display:block;
				}
					#column-1 ul li.selected a{
						background:url(images/bg-current-feature.png) no-repeat scroll right center;
						display:block;
					}
						#column-1 .featured{
							background:transparent url(images/bg-feature-slit-middle.png) repeat-y scroll right top;
							margin-bottom:20px;
							width:245px;
						}
							#column-1 .featured-top{
								background:transparent url(images/bg-feature-slit-top.png) no-repeat scroll right top;
							}
								#column-1 .featured-bottom{
									background:transparent url(images/bg-feature-slit-bottom.png) no-repeat scroll right bottom;
									padding:3px 0 0 10px;
								}
									#column-1 .information{
										padding-left:10px;
									}
#column-2{
	margin-top:20px;
	float:left;
	width:670px;
	padding:0 0 44px 35px;
}
.column-2{
	margin-top:20px;
	float:left;
	width:670px;
	padding:0 0 44px 35px;
}
	#column-2 ul{
		margin-top:10px;
	}
			#column-2 .post-body p{
				width:665px;
			}
				#column-2 h1 sup{
					top:-5px;
					position:relative;
					font-size:18px;
				}
			

#column-3{
	float:left;
	width:460px;
	margin:33px 0 0 25px;
	padding-bottom:44px;
}
#column-4{
	width:245px;
	float:right;
	margin-top:33px;
}
	#column-4 ul{
		list-style:none;
		list-style-image:none;
		margin:0;
		padding:0;
	}
		#column-4 ul li{
			padding-bottom:5px;
		}

#column-0{
	padding-left:25px;
	overflow:hidden;
}
	#column-0 p{
		width:400px;
	}
	#column-0 .private p{
		width:910px;
	}
	
		#column-0 #breadcrumb{
			padding-left:0px;
		}
			#column-0 #breadcrumb,
			#column-0 #breadcrumb strong{
				color:#666666;
				font-size:10px;
			}
			#breadcrumb a:link,
			#breadcrumb a:visited{
				color:#00467f;
				text-decoration:none;
				text-transform:uppercase;
			}
			#breadcrumb a:hover,
			#breadcrumb a:active{
				color:#999;
			}
			
.client-table{
	margin:0;
	padding:0;
	width:100%;
}
.client-table td{
	border-bottom:1px solid #ddd;
	padding:5px;
}



/* Hero
----------------------------------------------------------------------------------------------------*/
#hero{
	margin:0 0 25px 20px;
	position:relative;
	overflow:hidden;
	height:240px;
	width:930px;
	z-index:1;
}

/* Footer
----------------------------------------------------------------------------------------------------*/
#footer-cont {
	clear:both;
}

#footer{
	margin:0 auto;
	width:922px;
	padding:15px;
	clear:both;
}
	#footer ul{
		margin:0;
	}
		#footer ul li{
			display:inline;
			list-style:none;
			padding:0 8px;
			background:transparent url(images/divider.gif) no-repeat scroll left 4px;
		}
		#footer ul li#footer-first{
			background:none;
			padding-left:0;
		}
			#footer ul li a:link,
			#footer ul li a:visited{
				text-decoration:none;
				color:#fff;
				font-size:10px;
				text-transform:uppercase;
			}
			#footer ul li a:hover,
			#footer ul li a:active{
				color:#999;
			}
	#hotpress-link{
		margin:10px 0;
	}
		#hotpress-link a:link,
		#hotpress-link a:visited{
			background:url(images/hotpress-logo-footer-v2.png) no-repeat left top;
			text-indent:-9999px;
			display:block;
		}

#footer .selected a{
	background:none;
	display:inline;
	padding-bottom:0;}

/* Utility bar
----------------------------------------------------------------------------------------------------*/
#utility-bar{
	font-size:11px;
	margin-bottom:20px;
	overflow:hidden;
}
	#breadcrumbs,
	#breadcrumbs strong{
		color:#666666;
		font-size:10px;
		padding-left:37px;
	}
		#breadcrumbs p{
			margin-bottom:0;
			color:#666666;
		}
			#breadcrumbs a:link,
			#breadcrumbs a:visited{
				color:#00467f;
				text-decoration:none;
				text-transform:uppercase;
			}
			#breadcrumbs a:hover,
			#breadcrumbs a:active{
				color:#999;
			}
	#utility-links ul{
		margin:0;
		float:right;
		padding-right:15px;
	}
		#utility-links li{
			display:inline;
			float:left;
			list-style:none;
			padding-left:20px;
		}
			#utility-links a:link,
			#utility-links a:visited{
				text-decoration:none;
				color:#000;
			}
			#utility-links a:hover,
			#utility-links a:active{
				color:#999;
			}
			#utility-bookmark{
				padding-left:13px;
				background:url(images/icon-page.gif) no-repeat left 2px;
			}
			#utility-email{
				padding-left:13px;
				background:url(images/icon-envelope.gif) no-repeat left 2px;
			}
			#utility-print{
				padding-left:13px;
				background:url(images/icon-printer.gif) no-repeat left 1px;
			}

/* Misc
----------------------------------------------------------------------------------------------------*/
.align-right{
	float:right;
	margin:0 16px 10px 0;
	display:inline;
	width:212px;
	position:relative;
	z-index:2;
}
	#column .align-right li{
		width:190px;
	}
			#column .align-right ul{
				list-style:none;
				list-style-image:none;
				margin-left:5px;
			}
				#column .align-right ul li span{
					color:#666;}
.align-left{
	float:left;
	margin:0 12px 10px 0;
	display:inline;
	width:215px;
}
	.align-left .feature p, .align-right .feature p {
		color:#fff !important;
		padding:10px;
		}
		.align-left p{
		margin-bottom:62px;
		}
.align-center{
	float:left;
	margin:0 10px 10px 18px;
	display:inline;
	width:420px;
	text-align:center;
	position:relative;
	z-index:5;
}
#core {
	top:161px;
	left:135px;
	position:absolute;
}
    .core1 {
		top:75px;
		left:120px;
		position:absolute;
    }
		.core2 {
			top:239px;
			left:308px;
			position:absolute;
		}
			.core3 {
				top:278px;
				left:210px;
				position:absolute;
			}
				.core4 {
					top:294px;
					left:92px;
					position:absolute;
				}
					.core5 {
						top:163px;
						left:1px;
						position:absolute;
					}
						.core6 {
							top:115px;
							left:285px;
							position:absolute;
						}
.core-1 {
    position: absolute;
    top: -178px;
    left: -121px;
    text-align: center;
    z-index: 2;
    display: none;
	zoom:1;
	background: rgba(255, 0, 0, 0);
}
    .core-2 {
		background: url(/_assets/css/images/icon-bubble-health.png) no-repeat;
		width: 315px;
		height: 146px;
		position: absolute;
		top: -148px;
		left: 65px;
		text-align: center;
		text-indent: -9999px;
		z-index: 2;
		display: none;
    }
		.core-6 {
			background: url(/_assets/css/images/icon-bubble-oncatcb.png) no-repeat;
			width: 258px;
			height: 125px;
			position: absolute;
			top: -125px;
			left: 42px;
			text-align: center;
			text-indent: -9999px;
			z-index: 2;
			display:none;
		}
			.core-4 {
				background: url(/_assets/css/images/icon-bubble-quality.png) no-repeat;
				width: 315px;
				height: 184px;
				position: absolute;
				top: 73px;
				left: -192px;
				text-align: center;
				text-indent: -9999px;
				z-index: 2;
				display: none;
			}
				.core-5 {
					background: url(/_assets/css/images/icon-bubble-electionsys.png) no-repeat;
					width: 327px;
					height: 160px;
					position: absolute;
					top: -160px;
					left: -241px;
					text-align: center;
					text-indent: -9999px;
					z-index: 2;
					display: none;
				}
					.core-3 {
						background: url(/_assets/css/images/icon-bubble-federalgov.png) no-repeat;
						width: 350px;
						height: 177px;
						position: absolute;
						top: 26px;
						left: 136px;
						text-align: center;
						text-indent: -9999px;
						z-index: 2;
						display:none;
					}	
 .feature {
    background:url(/_assets/css/images/feature-box-middle.jpg) repeat-y scroll left top;
    margin-bottom:20px;
    width:215px;
    }
		.feature-bottom a:link,
		.feature-bottom a:visited,
		.feature-bottom a:hover,
		.feature-bottom a:active{
		color:#fff !important;
		}
			.feature-top a.certi-box {
			background:url(/_assets/css/images/certi-box-top.jpg) no-repeat scroll left top;
			display:block;
			text-indent:-9999px;
			height:84px;
			width:215px;
			margin-bottom:5px;
			padding-bottom:0;
			}
					.feature-top {
					background:url(/_assets/css/images/feature-box-top.jpg) no-repeat scroll left top;
					padding-top:5px;
					}
						.feature-bottom {
						background:url(/_assets/css/images/feature-box-bottom.jpg) no-repeat scroll left bottom;
						padding:3px 10px;
						height:325px;
						}
	.image-align{
		float:right;
		padding:3px;
	}

			#column .align-center a{
				text-decoration:none;
				font-weight:bold;
				display:block;
				text-transform:uppercase;
				font-size:11px;}
				
				
#column-1 .information ul{
	padding-bottom:16px;
}
	#column-1 .information ul li a:link,
	#column-1 .information ul li a:visited{
		background:none;
		text-decoration:underline; 
	    color:#1c3f95;
    	display:inline-block;
		padding:0;
	}
			#column-1 .information ul li a:hover{
				text-decoration:underline;
				color:#00467f;
			}
#news-blog .hide-case{
	display:none;
}
	#case-studies .hide-news{
		display:none;
	}
	
.inner-left{
	float:left;
	margin-left:127px;
	padding-right:45px;
}
.inner-right{
	float:left;
}				
/*--------
	Social Icons --------*/
#column-1 #social ul{
	display:block;
	height:32px;
	overflow:hidden;
	padding:0 0 25px 17px;
}
	#column-1 #social li{
		display:inline;
		float:left;
		list-style:none;
		list-style-image:none;
		margin:0;
	}
		#column-1 #social a{
			display:block;
			height:32px;
			width:33px;
			text-indent:-9999px;
			padding:0;
		}
#column-1 #social-twitter a:link,
#column-1 #social-twitter a:visited{
	background:transparent url(images/social-icons.png) no-repeat scroll -118px 0;
	}
		#column-1 #social-facebook a:link,
		#column-1 #social-facebook a:visited{
			background:transparent url(images/social-icons.png) no-repeat scroll -41px 0;
		}
			#column-1 #social-linkedin a:link,
			#column-1 #social-linkedin a:visited{
				background:transparent url(images/social-icons.png) no-repeat scroll -81px 0;
			}
				#column-1 #social-rss a:link,
				#column-1 #social-rss a:visited{
					background:transparent url(images/social-icons.png) no-repeat scroll 0 0;
				}
					#column-1 #social-blog a:link,
					#column-1 #social-blog a:visited{
						background:transparent url(images/social-icons.png) no-repeat scroll -156px 0;
					}
				
#column-1 #social-twitter a:hover{
	background:transparent url(images/social-icons.png) no-repeat scroll -118px -34px;
}
	#column-1 #social-facebook a:hover{
		background:transparent url(images/social-icons.png) no-repeat scroll -41px -34px;
	}
		#column-1 #social-linkedin a:hover{
			background:transparent url(images/social-icons.png) no-repeat scroll -81px -34px;
		}
			#column-1 #social-rss a:hover{
				background:transparent url(images/social-icons.png) no-repeat scroll 0 -34px;
			}
				#column-1 #social-blog a:hover{
					background:transparent url(images/social-icons.png) no-repeat scroll -156px -34px;
				}


/* contact page Styles
----------------------------------------------------------------------------------------------------*/
table td{
	padding-right:23px;
}
.column-a{
	float:left;
	width:400px;
}
.column-b{
	float:right;
	width:498px;
}

.mapper{
	width:457px;
	float:right;
	padding:35px 0;
}

/* Slider Styles
----------------------------------------------------------------------------------------------------*/

#slider{
	background:transparent url(images/hero-middle-bg.png) no-repeat scroll left top;
	width:930px;
	height:240px;
	overflow:hidden;
}
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		overflow:hidden;
	}
		#slider li{ 
			/* 
				define width and height of list item (slide)
				entire slider area will adjust according to the parameters provided here
			*/ 
			width:930px;
			height:240px;
			overflow:hidden;
		}
			#slider li h2{
				margin:17px 0 0 0;
				padding-left:23px;
				width:360px;
		}
			#slider li p{
				float:left;
				width:350px;
				padding-left:25px;
				color:#fff;
			}
				#slider li img{
					position:relative;
					z-index:-3;
					margin-top:-49px;
					float: right;
				}
					#slider li a:link,
					#slider li a:visited{
						display:block;
					}		
					
/* numeric controls */	
ol#controls{
	height:28px;
	position:relative;
	z-index:44;
	float:left;
	margin:-65px 0 0 0;
	padding-left:45px;
	}
ol#controls li{
	margin:0 10px 0 0; 
	padding:0;
	float:left;
	list-style:none;
	height:28px;
	line-height:28px;
	}
ol#controls li a{
	float:left;
	height:28px;
	line-height:28px;
	color:blue;
	text-decoration:none;
	}
ol#controls li.current a{
	color:gold;
	text-decoration:underline;
	}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}

.seenoblog #column-2 #column-1,
.seenoblog .hide-news,
.seenoblog #column-2 #breadcrumbs{
	display:none;
}
.seenoblog #column-2 .column-2{
	padding:0 !important;
	margin:0 !important;
	float:none !important;
	width:auto !important;
}


/* = accordian = */

#accordion-1 h3,
#accordion-2 h3,
#accordion-3 h3,
#accordion-4 h3{
	font-size:13px;
	color:#06F;
	margin-bottom:2px;
}
#accordion-4{
	margin-bottom:35px;
}

/* `Clients Web App
----------------------------------------------------------------------------------------------------*/
h2.clients {
	
}

.client-item {
	position:relative;
	width:150px;
	height:70px;
	float:left;
	margin:0 10px 15px 0;
}
.client-info {
	display:none;
	background:url(/_assets/images/white-trans.png) repeat left top;
	padding:10px;
	width:250px;
	border:1px solid #ccc;
	position:absolute;
	left:-10px;
	top:65px;
	z-index:100;
	box-shadow:1px 1px 1px #333;
	}
.client-info.hover, .client-item.hover .client-info {display:block;}

.client-cat {
	width:330px;
	float:left;
}

.client-cat .client-item   {
	margin:0 10px 35px 0;
}

.client-cat .client-item {}

.client-cat .client-item:nth-child(even) {
	float:right;
	margin-top:50px;
	margin-right:15px;
}

.pagination.webapp {display:none; clear:both;}

a.all-btn {
	display:block;
	width:90px;
	text-align:center;
	text-decoration:none;
	background:#efefef;
	line-height:26px;
	height:26px;
	border:1px solid #ccc;
	margin:15px 0;
	clear:both;
}
