/*** Clear everything ***/

/* Set margins and padding to zero*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin: 0; padding: 0; }

/* Make headers same size*/
h1,h2,h3,h4,h5,h6 { font-size: 100%; }

/* Remove list styles */
ol,ul { list-style: none; }

/* Make font style and weight normal */
address, caption, cite, code, dfn, em, strong, th, var, h1, h2, h3, h4, h5, h6
{ font-style: normal; font-weight: normal; }

/* Clear table borders */
table { border-collapse: collapse; border-spacing: 0; }

/* Remove fieldset, img and button borders */
fieldset, img, button { border: 0; }

/* Left-align text in caption and th */
caption, th { text-align: left; }

/* Removes quotation marks from q */
q:before, q:after { content:''; }


/*** Global settings ***/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:62.5%;
}

/*** Layout ***/

#wrapper {
	width: 960px;
	margin: 0 auto;
	background-color: white;
}

#banner {
	width: 960px;
	height: 80px;
	background-image: url(../images/banner.jpg);
	margin-top: 5px;
}

#content {
	width: 960px;
	height: auto;
}

#column1, #column2, #column3, #column4 {
	float: left;
	display: inline;
}

#home #column1 { 
	width: 560px;
	margin: 0 30px 20px 10px;
}
	
#home #column2 {
	width: 350px;
	margin: 0 0 20px 0;
}

#services_page #column1, 
#benefits_page #column1, 
#examples_page #column1, 
#examples_page #column2, 
#examples_page #column3 
{ 
	width: 200px;
	margin: 0 40px 0 0;
}
	
#services_page #column2 {
	width: 440px;
	margin: 0 40px 0 0;
}

* html #services_page #column2 {
	width: 400px;
	margin: 0 50px 0 0;
}


#services_page #column3, 
#examples_page #column4
{
	width: 240px;
	margin: 0;
}

#benefits_page #column2 {
	width: 320px;
	margin: 0 40px 0 0;
}

#benefits_page #column3 {
	width: 320px;
	margin: 0;
}

#footer {
	clear: both;
	width: 960px;
	height: 110px;
	padding-top: 20px;
	background-color: white;
	text-align: center;
	background-image: url(../images/footer_border.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.clear {
	clear: both;
}

/*** Typography ***/

h1, h2 {
	font-weight: bold;
	color: #336699;
	font-family: Georgia, "Times New Roman", Times, serif;
	}	

h1 {
	font-size: 2em;
	line-height: 1;
	margin: 20px 0;
	padding: 0;
}

h2 {
	font-size: 1.6em;
	line-height: 1.25;
	margin: 1.25em 0;
	padding: 0;
	clear: both;
}

#services_page #column1 h2, #services_page #column3 h2 {
	font-size: 1.2em;
	line-height: 1.67;
	margin: 0;
	padding: 5px;
}

p, li {
	font-size: 1.2em;
	line-height: 1.67em;
	margin: 1.67em 0;
	padding: 0;
	color: black;
}

p.error {
	font-size: 11px;
	color: red;
	line-height: 1;
	margin: -1.5em 0 0 0;
}

p#freeindex {
	text-align: right;
	line-height: 1;
	margin: 0;
}

#footer p, #footer a {
	color: black;
	line-height: 1.8;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/*** Lists ***/

ul#services li, #column2 li {
	padding: 0 0 0 20px;
	background: url(../images/bullet.gif) no-repeat left top;
}

ol {
	padding: 0 0 0 20px;
	list-style-type: decimal;
}

ol li {
	font-size: 1.2em;
	line-height: 1.67em;
	margin: 0;
	padding: 0;
	color: black;
}

/*** Links ***/

a:link {
	text-decoration: none;
	border-bottom: 1px dotted;
	color: black;
}

* html a:link, * html a {
	border-bottom: 1px solid;
}

a.level1, a.level2, a.level3 {
	line-height: 2;
}

a.level1 {
	font-weight: bold;
	font-style: italic;
}

a.level2 {
	margin-left: 30px;
	font-weight: bold;
}

a.level3 {
	margin-left: 60px;
}

a:visited {
	text-decoration: none;
	border-bottom: 1px dotted;
	color: #656565;
}

* html a:visited {
	border-bottom: 1px solid;
}

a:hover, a:active {
	border-bottom: 1px solid;
}

* html a:hover, * html a:active {
	background-color: #656565;
	color: white;
}

/*** Navigation ***/

ul#nav {
	float: right;
	width: 960px;
	margin: 0;
}

ul#nav li {
	width: 120px;
	margin-left: 0;
	float: left;
	margin: 0;
}

#nav a {
	font-size: 12px;
	font-weight: bold;
	color: white;
	padding: 5px 0 5px 10px;
	width: 109px;
	background-color: #656565;
	display: block;
	letter-spacing: 0.05em;
	border: none;
}

#nav a:hover, #nav a:hover.selected_clickable {
	border-bottom: none;
	color: black;
	background-color: #C0C0C0;
}

#nav a.selected, #nav a.selected_clickable, #nav a:hover.selected {
	background-color: #6699CC;
	color: black;
}

ul#sidebar_nav li {
	margin: 2px 0;
	margin: 0;
}

ul#sidebar_nav li a {
	font-weight: bold;
	color: black;
	background-color: white;
	border: none;
	width: 200px;
	padding: 3px 0 3px 20px;
	display: block;
	background: url(../images/bullet2.gif) no-repeat left 4px;
}

ul#sidebar_nav li a:visited {
	color: black;
}

ul#sidebar_nav li a:hover, ul#sidebar_nav li a.selected {
	background: url(../images/bullet3.gif) no-repeat left 4px;
}

#home_icons_container ul#home_icons {
	width: 960px;
	margin: 0; 
}

#home_icons_container ul#home_icons li {
	display: inline;
	float: left;
	width: 240px;
}

#home_icons_container ul#home_icons li a { 
	display: block;
	height: 180px;
	position: relative;
}

#home_icons_container ul#home_icons li a span { 
	background: url(../images/home_nav.jpg) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}

#home_icons_container ul#home_icons li#windows_icon a span {
	background-position: 0px 0px;
}

#home_icons_container ul#home_icons li#web_icon a span {
	background-position: -240px 0px;
}

#home_icons_container ul#home_icons li#database_icon a span {
	background-position: -480px 0px;
}

#home_icons_container ul#home_icons li#consultancy_icon a span {
	background-position: -720px 0px;
}

#home_icons_container ul#home_icons li a {
	border-bottom: none;
}

* html #home_icons_container ul#home_icons li a:hover {
	border-bottom: none;
	background-color: white;
}

#home_icons_container ul#home_icons li#windows_icon a:hover span {
	background-position: 0px -180px;
}

#home_icons_container ul#home_icons li#web_icon a:hover span {
	background-position: -240px -180px;
}

#home_icons_container ul#home_icons li#database_icon a:hover span {
	background-position: -480px -180px;
}

#home_icons_container ul#home_icons li#consultancy_icon a:hover span {
	background-position: -720px -180px;
}

/*** Images ***/

.homepage_icon {
	margin: 0 28px;
}

.image_placement {
	margin-bottom: 20px;
}

.image_placement p {
	font-size: 1em;
	line-height: 1;
	margin: 0 0 5px 0;
	padding: 0;
	color: black;
}

/*** Form ***/
#buttons {
	margin: 1.67em 0;
}

/*** Other ***/

strong {
	font-weight: bold;
}

#egn, #tagline, #contact, #description {
	text-indent: -9999px;
}

#breadcrumb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: black;
	text-align: left;
	margin: 0;
	padding: 5px 0 0 0;
}

