body {
	background-color: #3e2761;
	background-image: url( /images/body_bg.gif );
	background-repeat: repeat-x;
	
	font: 10pt arial, verdana, helvetica, sans-serif;
	
	margin: 0px;
	padding: 0px;
	text-align: center;
}

a:link,
a:visited { 
	color: #6f00a3; 
	text-decoration: none;
}

a:hover { 
	color: #000000; 
	text-decoration: none;
}

/* Layout */

div#main_container { 
	background-image: url(/images/purplecurve.gif);
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0px;
	padding: 0px;
	
	text-align: left;
}

div#top-spacer {
	height: 12px;
}

div#white_container {
	background-color: #ffffff;
	background-image:url(/images/white_header.gif);
	background-repeat:no-repeat;
	
	margin: 0px auto;
	padding-top: 32px;
	
	width: 710px;
}

div.logo {
	text-align: center;
}

div.logo img {
	margin: auto;
}
	
div#content {
	background-color: #ffffff;
	height: 100%;
	margin: auto;
	width: 622px;
}

	
div.page {
	width: auto;
	margin-top: 16px;
	color: #333333;
}

div.page div.column-left {
	border-right: 1px dashed #cccccc; 
	float: left; 
	padding-right: 8px; 
	width: 48%;
}

div.page div.column-right {
	float: right; 
	width: 48%;
}
	
div.page h4 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0px;
}

div.footer {
	background-color: #ffffff;
	margin: 0px auto;
	text-align: center;
	width: 710px;
}
	
div.footer div.contact {
	background-image: url(/images/footer.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 46px;
	line-height: 46px;
	margin: 0px auto;
	padding-right: 16px;
	text-align: center; 
	width: 622px;
}

div.footer div.copyright {
    font-size: 8pt;
	padding-top: 16px;
	padding-bottom: 16px;
}

/* Styles */

h2.page-title {
	font-size: 14pt;
	font-weight: normal;
	margin: 0px;
}

h3.section-title {
	color: #3e2761;
	margin-top: 0px;
}

div.title-hr {	
	background-color: #d9d9d9;
	font-size: 1px;
    height: 5px;
	margin-bottom: 16px;
	padding: 0px;
	width: auto;
}

p.home-title-text {
	color: #b55f5f;
	font-size: 12pt;
	font-weight: normal;
}


.clear {
	clear: both;
}


div.hr-dotted {
	font-size: 1pt;
	height: 1px;
	margin: 0px auto;
	border-bottom: 2px dotted #999999;
}

/* Navigation */

div#menu-container {
	text-align: center;
}

div#menu {
	margin: 0px auto;
	text-align: left;
	width: 563px;
}

div#menu ul {
	clear: both;
	height: 27px;
	list-style: none;
	margin: 0px auto;
	padding: 16px 0px;
}
	
div#menu ul li {
	float: left;
	margin-right: 10px;
	overflow:hidden;
	text-align: center;
	width: 102px;
}

div#menu ul li.last {
	margin-right: 0px;
}
	
div#menu ul li a {
	background-image: url( /images/menu-item.png );
	background-repeat: no-repeat;
	color: #000000;
	display: block;
	font-size: 11pt;
	line-height: 27px;
	height: 27px;
}

div#menu ul li a:hover,
div#menu ul li.selected a {
	background-position:  bottom;
	color: #ffffff;
}

/* Home Page */

p.smart-business {
	font-size: 14pt;
	margin-top: 4px;
}

p.smart-business span span {
	color: #90278e;
}

div.home-left {
	border-right: 1px dashed #cccccc;
	float: left;
	margin-top: 12px;
	margin-bottom: 8px;
	padding-right: 8px;
	width: 48%;
}

div.home-right {
	float: right;
	margin-top: 12px;
	margin-bottom: 8px;
	width: 48%;
}

h4.service-title {
	color: #90278e;
}

h4.top {
	margin-top: 0px;
}

div.agileware {
	height: auto;
	background-color: #e6e6e6;
	padding: 10px;
	width: 277px;
	float: left;
}

div.agileware img {
	border: #000000 1px solid;
}

div.recent-clients {
	float: right; 
	width: 305px;
}

div.recent-clients div.title {
	background-image: url( /images/yellow-tab.gif );
	color: #ffffff;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
	text-align: center;
	width: 122px;
}

div.recent-clients div.yellow-bar {
	background-color: #FFC600; 
	height: 12px;
}

div.recent-clients div.body {
	background-color: #1b1718; 
	color: #ffffff; 
	font-size: 8pt; 
	height: 68px;
	padding: 8px;
}

div.recent-clients div.body a:link,
div.recent-clients div.body a:visited {
	color: #a20ba9;
	text-decoration: none;
}

div.recent-clients div.body a:hover {
	color: #ffffff;
	text-decoration: none;
}

div.recent-clients div.image-bar {
	background-color: #727272;
    padding: 6px 0px;
}

div.recent-clients div.image-bar table {
	margin: auto; 
	width: 100%;
}

div.recent-clients div.image-bar td {
	text-align: center; 
	width: 25%;
}

div.recent-clients div.image-bar td div {
	background-color: #E06CE7;
	display: block;
	height: 67px;
	width: 67px;
}

div.recent-clients div.image-bar td img {
	border: 1px solid #000000;
	display: block;
	opacity: 0.7;
	filter:alpha(opacity=70);
}

div.recent-clients div.image-bar table td a:hover img {
	opacity: 1;
	filter:alpha(opacity=100);
}

/* News Page */

div.news-image {
	float: left;
	padding-right: 8px;
}

div.news-body h3 {
	margin: 0px;
}

div.news-body h4 {
	margin-top: 0px;
}

div.hr-news-separator {
	width: auto;
	font-size: 1px;
    height: 1px;
	margin: 8px 96px 24px 96px;
	border-bottom: 1px dotted #999999;
}

div.pagination {
	margin-top: 16px;
	text-align: right;
	width: 100%;
}

/* Services Page */

span.services-menu {
	display: block;
	font-size: 8pt;
	padding-top: 16px;
	text-align: center;
}


/* About Page */

div.center {
	text-align: center;
}

div.venux-guy {
	background-image: url( /images/venux-guy.gif );
	background-repeat: no-repeat;
	background-position: center 25%;
	height: 236px;
	margin: 0px auto;
	width: 200px;
}

span.soft-bold {
    color: #555555;
    font-weight: bold;
}
