/*
Theme Name: Computerware Plus
Theme URI: http://wordpress.org/
Description: Default Skin.
Version: 1.0
Author: Pixel Berry
Author URI: http://pixelberry.co.nz/

*/


/* Reset all values */

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;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Button Class */

.btn {
	border: 0;
	text-indent: -9999em;
	float: left;
	cursor: pointer;
	display: block;
	}

/* Clear Fix */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/* Begin Typography & Colors */

a:link {text-decoration: underline; color: #cc0000;}
a:visited {text-decoration: none; color: #9F0913;}
a:active {text-decoration: none; color: #9F0913;}
a:hover {text-decoration: none; color: #D6222A;}


body {
	font-size: 75%;
	font-family: Verdana, Arial, Sans-Serif;
	color: #707070;
	background: #000 url(images/site-bg.gif) repeat-x 0 0;
	}
#page {
	width: 960px;
	margin: 0 auto;
	}
/* Header Section */
#header {
	height: 160px;
	float: left;
	width: 100%;
	}
#header #logo {
	background: url(images/logo.png) no-repeat 0 0;
	width: 363px;
	height: 73px;
	margin: 18px 0 0;
	cursor: pointer;
	}
	
.map{
	float: left;
	width: 350px;
	margin: 34px 0 0 10px;
}

.siteInfo {
	float: right;
	width: 196px;
	}
	
.siteInfo .btn{cursor:text;}
	.siteInfo a {
		color: #d76323;
		font-size: 11px;
		border-bottom: 3px solid #cbcbcb;
		padding-bottom: 3px;
		text-decoration: none;
		float: left;
		width: 100%;
		}
		.siteInfo h3 {
			background: url(images/contact-top.png) no-repeat 0 0;
			width: 191px;
			height: 50px;
			margin-bottom: 4px;
			margin: 27px 0 0;
			}
/* ===== Header Section */
#nav {
	float: left;
	width: 960px;
	clear: both;
	overflow: hidden;
	margin-top: 16px;
	background: #29343A url(images/nav-bg.png) repeat-x 0 0;
	}
	#nav ul {
		float: left;
		width: 940px;
		height: 38px;
		line-height: 32px;
		padding: 0 0 0 20px;
		background: url(images/nav-bot.png) no-repeat bottom left;
		}
		#nav ul li {
			float: left;
			margin-right: 12px;
			padding-right: 12px;
			height: 38px;
			background: url(images/nav-bar.gif) no-repeat right 10px;
			}
			#nav ul li a {
				text-transform: uppercase;
				color: #FFF;
				text-decoration: none;
				float: left;
				font-size: 1em;
				height: 38px;
				}
				
				body.home #nav ul li.home a,
				body.services #nav ul li.services a,
				body.about-computerware-plus #nav ul li.about-computureware-plus a,
				body.testimonials #nav ul li.testimonials a,
				body.partners #nav ul li.partners a,
				body.news #nav ul li.news a,
				body.request-more-information #nav ul li.request-quote a,
				body.contact-us #nav ul li.contact-us a {
					background: url(images/nav-active.gif) no-repeat bottom center;
					color: #e5e7e9;
					}
					
					#nav ul li a:hover {
						background: url(images/nav-hover.gif) no-repeat bottom center;
						color: #e5e7e9;
						}
						#nav ul li.search {
							background: none;
							margin: 5px 20px 0 0;
							padding: 0;
							float: right;
							width:200px;
							}
							#nav ul li.search input#searchsubmit {
								background: url(images/btn-search.png) no-repeat 0 0;
								width: 30px;
								height: 22px;
								text-indent: -9999em;
								border: 0;
								float: left;
								cursor: pointer;
								margin-left: 10px
								}
								#nav ul li.search input#searchsubmit:hover { background-position: 0 -22px; }
								#nav ul li.search input#searchsubmit:active { background-position: 0 -44px; }
								
								#nav ul li.search div {
									float: left;
									width: 100%;
									height: 22px;
									background: url(images/search-bg.png) no-repeat 0 0;
									}
									#nav ul li.search input#s {
										width: 130px;
										margin: 3px 0 0 25px;
										float: left;
										background: none;
										padding: 0;
										border: 0;
										color: #737e87;
										text-transform: uppercase;
										}
										#nav ul li.last {
											background: none;
											padding: 0;
											margin: 0;
											}
.navTop {
	float: left;
	width: 100%;
	height: 6px;
	font-size: 1px;
	}
	.navTop { background: url(images/nav-top.png) no-repeat 0 0; }

/* Home Page */

#banner {
	float: left;
	height: 205px;
	width: 100%;
	background: #b1adad;
	overflow: hidden;
	position:relative;
	}
#banner ul {
	float: left;
	width: 190px;
	height: 205px;
	overflow: hidden;
	}
	#banner ul li {
		float: left;
		width: 190px;
		height: 68px;
		background: #abaeb5 url(images/banner-nav-static.gif) repeat-x 0 0;
		}
		#banner ul li h2 {
			font-size: 14px;
			padding: 0;
			margin: 20px 0 5px 20px;
			}
			#banner ul li h3 {
				font-size: 12px;
				font-style: italic;
				color: #FFF;
				font-weight: normal;
				padding: 0;
				margin: 0 0 0 20px;
				}
				#banner ul li h2 a {
					color: #666;
					font-weight: bold;
					text-decoration: none;
					}
					#banner ul li h2 a:hover {
						color: #333;
						text-decoration: underline;
						}
						#banner ul li.ui-tabs-selected h2 a {
							color: #d6222a;
							text-decoration: underline;
							}
						#banner ul li:hover { background: #b6b8bf url(images/banner-nav-hover.gif) no-repeat 0 0; }
						#banner ul li.ui-tabs-selected { background: #ededed url(images/banner-nav-active.gif) no-repeat 0 0; }
						#banner ul li.ui-tabs-selected h3 { color: #c4c3c3; }
#banner #bannerImgOne {
	float: right;
	width: 770px;
	height: 205px;
	background: url(images/banner-one.jpg) no-repeat 0 0;
	}
	
	#banner #bannerImgTwo {
		float: right;
		width: 770px;
		height: 205px;
		background: url(images/banner-two.jpg) no-repeat 0 0;
		}
		
		#banner #bannerImgThree {
			float: right;
			width: 770px;
			height: 205px;
			background: url(images/banner-three.jpg) no-repeat 0 0;
			}
	.bannerContent {
		float: left;
		color: #e6e4e4!important;
		margin: 35px 0 0 25px;
		width: 425px;
		}
		.bannerContent h2 {
			padding: 0;
			margin: 0 0 17px;
			color: #FFF;
			}
			.bannerContent h3 {
				padding: 0;
				margin: 0 0 10px;
				color: #e6e4e4;
				font-size: 13px;
				font-weight: bold;
				}
				.bannerContent p {
					line-height: 1.3em;
					}
					
					.ui-tabs-hide {
					display:none;
					}
.bannerTop {
	float: left;
	width: 100%;
	height: 5px;
	margin-top: -205px;
	background: url(images/banner-top.gif) no-repeat 0 0;
	}

.homeServices {
	float: left;
	width: 100%;
	padding-bottom: 30px;
	}
	.homeServices .checkTitle {
		margin: 0 0 10px;
		}
		.homeServices p {
			font-weight: bold;
			}
			.homeServices ul {
				float: left;
				width: 100%;
				}
				.homeServices ul li {
					float: left;
					margin:0 9px 0 0;
					}
					
					.homeServices ul li h3{
						margin: 0 0 10px;
						text-transform: uppercase;
						font-weight: bold;
						font-size: 1.1em;
						text-indent: -999em;
					}
					
					.homeServices ul li a{
						display: block;
						width: 306px;
						height: 203px;
						-khtml-opacity:.90;
						-moz-opacity:.90;
						-ms-filter:”alpha(opacity=90)”;
						filter:alpha(opacity=90);
						opacity:.90;
					}
					
					.homeServices ul li.service1 a {
						background: url(images/vpn.jpg) no-repeat;
					}
						
					.homeServices ul li.service2 a{
						background: url(images/service.jpg) no-repeat;
					}
							
					.homeServices ul li.service3 a{
						background: url(images/cabling.jpg) no-repeat;
					}
								
					.homeServices ul li.service4 a{
						background: url(images/servers.jpg) no-repeat;
					}
					
					.homeServices ul li a:hover{
						-khtml-opacity:1;
						-moz-opacity:1;
						-ms-filter:”alpha(opacity=100)”;
						filter:alpha(opacity=100);
						opacity:1;
					}
					
					
						
/* Page Structure */

.contentGroup {
	float: left;
	width: 100%;
	background: url(images/content-bg.gif) repeat-y 0 0;
	}
#content {
	font-size: 1.1em;
	line-height: 1.4em;
	float: left;
	width: 630px;
	padding: 15px 0 0 20px;
	}
.pagebase {
	float: left;
	width: 960px;
	height: 110px;
	clear: both;
	font-size: 1px;
	background: url(images/content-base-logos.png) no-repeat 0 0;
}
.contentBase {
	float: left;
	width: 960px;
	height: 7px;
	clear: both;
	font-size: 1px;
	background: url(images/content-base.png) no-repeat 0 0;
	}
	.entry p {
		line-height: 1.4em;
		font-size: 12px;
		}
		
		.services .entry p {clear:left;}
		.entry {
			margin: 0 0 25px;
			}
.entry h2 {
	background: url(images/check-title.gif) no-repeat 0 0;
	padding: 8px 0 6px;
	text-transform: uppercase;
	margin: 10px 0 20px;
	float: left;
	width: 100%;
	text-indent: 10px;
	}
#content p {
	padding: 0 0 12px;
	}
	
.breadcrumb {
	float: left;
	color: #c4c6cd;
	text-transform: uppercase;
	font-size: 11px;
	width: 100%;
	}
	.breadcrumb a {
		color: #b9bbc3!important;
		}
.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}
.pageheader {
	background: url(images/content-pageTitle.png) no-repeat bottom left;
	padding: 13px 0 30px 19px;
	float: left;
	width: 100%;
	margin-left: -20px;
	}
	.pageheader h1 {
		color:#2A2B2A;
		font-size:2.5em;
		font-weight:normal;
		line-height:0.8em;
		width:420px;
		}
		.pageheader div.btn {
			float: right;
			margin-top: -10px;
			}
			.pageheader .print a{ display:block; background: url(images/icon-print.png) no-repeat 0 0; width: 79px; height: 25px; margin-right: 10px; }
			.pageheader .email a{ display:block; background: url(images/icon-email.png) no-repeat 0 0; width: 93px; height: 25px; }
			
h1, h2, h3, h4, h5, h5 {
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: normal;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
	
.entry h3{margin-bottom: 0.4em;}
/* End Typography & Colors */



/* Begin Structure */

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 960px;
	clear: both;
	}
#footer ul {
	float: left;
	width: 940px;
	padding: 27px 0 40px 20px;
	}
	#footer ul li {
		float: left;
		margin-right: 10px;
		}
		#footer ul li a {
			text-transform: uppercase;
			color: #FFF;
			text-decoration: none;
			float: left;
			font-size: 1em;
			}
			#footer ul li.last, #footer ul li.copyright {
				margin: 0;
				}
				#footer ul li.copyright {
					float: right;
					font-size: 10px;
					text-align: right;
					line-height: 1.3em;
					}
					#footer ul li.copyright a {
						color:#999;
						text-transform: none;
						float: none;
						}
						#footer ul li.copyright a:hover, #footer ul li a:hover {
							text-decoration: underline;
							color: #C6C9D0;
							}
/* End Structure */



/*	Begin Headers */

.checkTitle {
	float: left;
	width: 100%;
	background: url(images/check-bg.gif);
	margin: 0 0 20px;
	}
.checkTitle h1, .checkTitle h2 {
	color: #666;
	text-transform: uppercase;
	font-size: 1.4em;
	font-weight: bold;
	padding: 4px 10px 4px 0px;
	text-indent:10px;
	margin: 0;
	background: url(images/page-title-bg.gif) no-repeat 0 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}


h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 16px;
	padding: 0 0 10px 10px;
	list-style: disc;
	float: left;
	width: 100%;
	}

html>body .entry li {
	font-size: 12px;}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
#pages {
	float: left;
	width: 228px;
	background: url(images/sidebar-page-current.gif) no-repeat 0 0;
	}
	#pages h2 {
		color: #D6222A;
		text-transform: uppercase;
		font-weight: bold;
		margin: 10px 0 9px 23px;
		}
		#pages ul {
			float: left;
			width: 228px;
			margin-left: 23px;
			padding-bottom: 35px;
			}
			#pages ul li {
				float: left;
				width: 100%;
				padding: 4px 0;
				background: url(images/list-base.gif) no-repeat bottom left;
				}
				#pages ul li a {
					background: url(images/arrow-red.gif) no-repeat 0 3px;
					padding-left: 10px;
					color: #707070;
					text-decoration: none;
					font-size: 11px;
					}
					#pages ul li a:hover {
						color: #D6222A;
						}
						#pages ul li a:active {
							color: #9F0913;
							}
							
#infoRequest {
	float: left;
	margin-left: 23px;
	width: 228px;
	}
	#infoRequest h3 {
		background: url(images/info-request-sectionTop.png) no-repeat 0 0;
		padding: 10px 0 0 60px;
		font-weight: bold;
		font-size: 1.1em;
		letter-spacing: -0.02em;
		margin: 0;
		float: left;
		height: 43px;
		width: 170px;
		}
		#infoRequest h4 {
			background: url(images/info-request-sectionBase.png) no-repeat 0 0;
			font-size: 11px;
			float: left;
			height: 49px;
			letter-spacing: -0.02em;
			padding: 0px 0px 12px 5px;
			font-weight: normal;
			width:223px;

			}
			
			#infoRequest h4 a {
				text-decoration: underline;
				color: #60605c;
				}

.sideFeature {
	float: left;
	width: 228px;
	margin-left: 23px;
	margin-bottom: 15px;
	}
	.sidefeat-Top {
		float: left;
		width: 228px;
		height: 4px;
		font-size: 1px;
		background: url(images/side-title-top.gif) no-repeat 0 0;
		}
		.sideFeature h2.featTitle {
			margin: 0;
			padding: 6px 8px 5px 11px;
			font-weight: bold;
			text-transform: uppercase;
			background: #AEB1B8 url(images/side-title-bg.gif) repeat-x 0 0;
			}
			.sideFeature .sidefeatContent {
				float: left;
				background: #FFF;
				border-left: 1px solid #abaeb5;
				border-right: 1px solid #abaeb5;
				padding: 15px 10px;
				width: 206px;
				}
				.sideFeature .sidefeatContent h3 {
					margin: 0 0 4px;
					letter-spacing: -0.02em;
					font-size: 12px;
					font-weight: bold;
					line-height: 1.3em;
					
					}
					.sideFeature .sidefeatContent h3 a {
						color: #707070;
						text-decoration: none;
						}
						.sideFeature .sidefeatContent h3 a:hover, .sideFeature .sidefeatContent p a:hover {
							color: #D6222A;
							text-decoration: underline;
							}
							.sideFeature .sidefeatContent h3 a:active, .sideFeature .sidefeatContent p a:active {
								color: #9F0913;
								}
								.sideFeature .sidefeatContent p {
									font-size: 11px;
									}
									.sideFeature .sidefeatContent p a img{
										margin:10px 0 10px 25px;
										width:150px;
										}
									.sidelinkBase {
										margin: 0;
										}
										.sidelinkBase a {
											color: #FFF;
											float: left;
											text-transform: uppercase;
											font-size: 11px;
											background: url(images/sidebar-linkBase.gif) repeat-y 0 0;
											padding: 5px 7px;
											width: 100%;
											text-decoration: none;
											}
											.sidelinkBase a:hover { background: url(images/sidebar-linkBase-hover.gif) repeat-y 0 0; }
											.sidelinkBase a:active { background: url(images/sidebar-linkBase-active.gif) repeat-y 0 0; }
											.sideFeature .sidefeatContent p span {
												display: block;
												font-weight: bold;
												}
											

/* End Entry Lists */

/* Search Results */

.results {
	float: left;
	width: 100%;
	}
	.results li {
		float: left;
		width: 600px;
		padding: 8px 10px 5px 10px;
		border-left: 5px solid #F6F6F6!important;
		margin-bottom: 5px;
		border: 1px solid #F5F5F5;
		}
		.results li h3 {
			margin: 0;
			font-size: 13px;
			font-weight: bold;
			line-height: 0.8em;
			}
			.results li small {
				color: #A9A9A9;
				font-size: 11px;
				}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	clear: left;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar {
	width: 273px;
	float: right;
	padding: 10px 0 20px;
	}

/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	clear:both;
	margin:15px 30px 0 10px;
	padding-left:20px;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/

body.contact-us .entry{
	width: 220px;
	float: left;
}


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

.footerLogoGroup {
	float: left;
	width: 960px;
	background: #FFF url(images/brands-top.png) no-repeat 0 0;
	}
	.footerLogoGroup ul {
		float: left;
		width: 100%;
		padding: 65px 0 10px 40px;
		}
		.footerLogoGroup ul li {
			float: left;
			margin-right: 50px;

			}
			.footerLogoGroup ul li.avg {margin-right:0;}
			.footerLogoGroup ul li a {
				height: 74px;
				}
.footerLogoGroup ul li.flx a { background: url(images/logo-flexi.png) no-repeat 0 0; width: 191px; }
.footerLogoGroup ul li.mcp a { background: url(images/logo-mcp.png) no-repeat 0 0; width: 128px; }
.footerLogoGroup ul li.intel a { background: url(images/logo-intel.png) no-repeat 0 0; width: 63px; }
.footerLogoGroup ul li.canon a { background: url(images/logo-canon.png) no-repeat 0 0; width: 131px; }
.footerLogoGroup ul li.avg a { background: transparent url(images/logo-avg.png) no-repeat scroll -10px 0; width: 172px; }