* {
	width: auto;
	background: transparent;
	border:0;
}

body {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	color: #353535;
	font-size: 12pt;
	margin: 20px;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	padding: 0 0 15pt 0;
	margin: 0;
	border: 0;
	background: transparent;
}
h2 {
	font-size: 14px;
	line-height:20px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 10pt 0;
	border: 0;
}
h3 {
	font-size: 14px;
	margin: 0 0 10px 0;
}
h4 {
	font-size:14px;
	margin: 0 0 10px 0;
}
h5 {
	font-size:14px;
	margin: 0 0 10px 0;
}
small {
	font-size:1em;
}

#site-wrapper  {
	background:none;
}
.text-content {
	font-size:12px;
	line-height:18px;
}
ul {
	font-size:12px;
}
li {
	padding-bottom:5px;
}
p {
	margin:0 0 10px 0;
}
a {
	color:#353535;
}

/* Show print-only items */
.printonly {
	display: block;
}
#product-image img {
	float:right;
}
/* Hide site-wide items not for the real world */
.message,
.screenonly,
#nav-links,
#nav-top,
#minicart,
#nav-promo,
#breadcrumbs,
#footer,
#copyright {
	display: none;
}

/* Global layout tweaks */
.withrightnav {
	float:left;
	width:70%;
	font-size:12px;
	line-height:18px;
}
#rightnav {
	float:right;
	width:25%;
}
#main-content, .sub-content, .fullwidth, .withleftnav {
	padding: 0;
	border: 0;
}
#content-wrapper, #intro-text, #index-page {
	padding: 0;
}
#site-wrapper {
	width: auto;
	height: auto;
	float: none;
	padding: 0;
	border: 0;
	background:#fff;
}


/* Content Pages */
#index-boxes .box {
	font-size:12px;
}

#client_list .box {
	float:left;
	font-size:12px;
	width:22%;
	padding: 17px;
	height:150px;
}

#panels {
	overflow-x:visible !important;
	display:block;
}
#panels-inner {
	padding-bottom: 0 !important;
}
.blue-box #left h4 {
	font-size:18px;
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
	margin-bottom:10px;
	margin-top:15px;
}
#rightnav .box {
	margin-bottom:20px;
}