/* - - - -Copyright 2007 Consult Technology Inc - - - - - -*/
/* - - - -All Rights Reserved - - - - - - - -- - - - - - - */

/* - - - - Generic tags - - - -*/

body {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 65%;
	margin: 0;
	padding: 0;
}

a {
	color: #350082;
}

a:hover {
	text-decoration: underline !important;
}

h1, h2, h3 {
	font-weight: lighter;
}

.hidden {
	display: none;
}

/* - - - - -Div elements - - - - -*/

#container {
	width: 760px;
	margin: 0 auto;
	padding: 20px 44px;
	background: #FFFFFF url(../images/bg.jpg) repeat-y;
}

/* - - - -Header section - - - -*/

#header {
	height: 100px;
}

#header img {
	float: left;
}

#header a img {
	border: none;
}

#header ul {
	float: right;
	list-style-type: none;
	list-style-position: inside;
	margin: 10px 20px 0 0;
	padding: 0;
}

#header li {
	display: inline;
}

#header p {
	width: 112px;
	height: 82px;
	background: url(../images/call4contact.gif) center center no-repeat;
	float: right;
	text-align: center;
	color: #350082;	
	font-size: 110%;	
}

#header strong {
	display: block;
	color: black;	
	font-size: 110%;	
}

strong#number {
	color: white;
	width: 110px;
	height: 25px;
	line-height: 20px;
}


#header a {
	text-decoration: none;
	margin-left: 10px;
}

/* - - - -Nav section - - - - -*/

#nav ul {
	list-style-type: none;
	list-style-position: inside;
	margin: 0 -15px;
	padding: 10px 15px;
	background: white url(../images/navbg.gif) top repeat-x;
	border-bottom: 1px solid #AEA9D9;
}

#nav li {
	display: inline;
}

#nav a {
	text-decoration: none;
	margin-right: 20px;
}

#nav a.selected {
	font-weight: bold;
}

/* - - - -Subnav section - - - - -*/

#subnav ul {
	list-style-type: none;
	list-style-position: inside;
	margin: 0 -15px;
	padding: 10px 15px;
}

#subnav li {
	display: inline;
}

#subnav a {
	text-decoration: none;
	margin-right: 10px;
}

#subnav a.selected {
	font-weight: bold;
	color: #C60000;
}

/* - - - -Content section  - - -*/

#content {
	width: 600px;
	float: left;
}

#layout3col {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #E3E3F2;
}

#layout3col div {
	float: left;
	width: 159px;
	margin-right: 10px;
	margin-bottom: 30px;	
	padding-right: 30px;
	border-right: 1px solid #E3E3F2;
}

#layout3col div.last {
	border-right: none;
}

/* - - - -Services section  - - -*/

#services {
	float: right;
	width: 154px;
	margin: 10px -15px 0 10px;
}


/* - - -IE 6 Negative margin fix - - -*/
* html #services {
	display: inline;
}
/* - - -End of IE 6 Negative margin fix - - -*/

#services div {
	width: 154px;
	min-height: 130px;
	background: url(../images/services.gif) bottom no-repeat;
	margin-bottom: 10px;
}

#services h2 {
	margin: 0;
	padding: 5px;
	background: url(../images/services.gif) top no-repeat;
	color: #350082;
	font-size: 120%;
}

#services h3 {
	margin: 0;
	padding: 0 5px 5px;
	font-size: 110%;	
}

#services p {
	margin: 0;
	padding: 0 5px 5px;
}

#services p strong, #services p a {
	color: #C60000;
	font-size: 110%;
	text-decoration: none;
}

#services p a {
	font-size: 100%;	
}

#services p a:hover {
	color: #C60000;
	text-decoration: underline;
}

#services div#development {
	background-image: url(../images/development.gif);
}

#services div#solutions {
	background-image: url(../images/solutions.gif);
}

#services div#support {
	background-image: url(../images/support.gif);
}

/* - - - -Footer section  - - -*/
#footer {
	background: white url(../images/footerbg.gif) top repeat-x;
	height: 120px;
	margin: 0 -15px;
	padding: 10px 15px;
	color: #350082;	
	font-size: 90%;
	clear: both;
	border-top: 1px solid #AEA9D9;	
}

#footer img {
	float: left;
}

#footer address {
	float: right;
	font-style: normal;	
}

#footer address p {
	width: 140px;
	float: left;	
}

#footer address p#teldetails {
	width: 200px;
}

#footer address strong {
	color: #C60000;
	font-weight: normal;
}

#footer p#copyright {
	clear: both;
	padding-top: 20px;
}
