body {
	background-image: url(../images/background.jpg);
	font: 13px "Lucida Grande", Lucida, Verdana, sans-serif;
}

p {
	
}

h3 {
	color: #1765ca;
	font-size: 19px;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 10px;
}

h4 {
	color: #116598;
	font-size: 15px;
	margin-bottom: 5px;
}

a, a:visited {
	color: #363398;
}

#page {
	margin-bottom: 20px;
	margin-top: 20px;
}

/* @group header */

#header span {
	display: none;
}

#logo {
	width: 361px;
	height: 98px;
	display: inline-block;
	background-image: url(../images/logo.gif);
	float: left;
	margin: 0;
	padding: 0;
}

/* @group nav-tabs */

ul#nav-tabs {
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 98px;
	display: inline-block;
	float: left;
	width: 497px;
	background-color: white;
}

ul#nav-tabs li {
	height: 32px;
	margin: 0;
	padding: 0;
	background-image: none;
	list-style-type: none;
	width: auto;
	display: inline-block;
	float: left;
}

li#consultation a {
	width: 168px;
	height: 32px;
	margin: 66px 0 0;
	padding: 0;
	background: url(../images/nav-tabs.gif) no-repeat 0 0;
	display: inline-block;
}

li#consultation a:hover {
	background-position: 0 -32px;
}

body#consultation li#consultation a {
	background-position: 0 -32px;
}

li#training a {
	width: 145px;
	height: 32px;
	margin: 66px 0 0;
	padding: 0;
	background: url(../images/nav-tabs.gif) no-repeat -168px 0;
	display: inline-block;
}

li#training a:hover {
	background-position: -168px -32px;
}

body#training li#training a {
	background-position: -168px -32px;
}

li#development a {
	width: 161px;
	height: 32px;
	margin: 66px 0 0;
	padding: 0;
	background: url(../images/nav-tabs.gif) no-repeat -313px 0;
	display: inline-block;
}

li#development a:hover {
	background-position: -313px -32px;
}

body#development li#development a {
	background-position: -313px -32px;
}

/* @end */

/* @group nav-basic */

ul#nav-basic {
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 98px;
	display: inline-block;
	float: left;
	width: 82px;
}

ul#nav-basic li {
	margin: 0;
	padding: 0;
	background-image: none;
	list-style-type: none;
	width: auto;
	display: inline-block;
	float: left;
}

li#homey a {
	margin: 0;
	padding: 0;
	width: 82px;
	height: 40px;
	display: inline-block;
	background-image: url(../images/nav-basic.gif);
	float: left;
}

li#homey a:hover {
	background-position: 0 -98px;
}

body#homepage li#homey a {
	background-position: 0 -98px;
}

li#about a {
	margin: 0;
	padding: 0;
	width: 82px;
	height: 21px;
	display: inline-block;
	background: url(../images/nav-basic.gif) 0 -40px;
	float: left;
}

li#about a:hover {
	background-position: 0 -138px;
}

body#about li#about a {
	background-position: 0 -138px;
}

li#contact a {
	margin: 0;
	padding: 0;
	width: 82px;
	height: 37px;
	display: inline-block;
	background: url(../images/nav-basic.gif) 0 -61px;
	float: left;
}

li#contact a:hover {
	background-position: 0 -159px;
}

body#contact li#contact a {
	background-position: 0 -159px;
}



/* @end */

/* @end */

/* @group content */

#content {
	clear: left;
	background-color: white;
	padding-bottom: 20px;
}

#content h2 span {
	display: none;
}

body#homepage h2 {
	width: 940px;
	display: block;
	background-image: url(../images/banner-home.png);
	height: 212px;
}

body#consultation h2 {
	width: 940px;
	display: block;
	background-image: url(../images/banner-consultation.png);
	height: 55px;
}

body#training h2 {
	width: 940px;
	display: block;
	background-image: url(../images/banner-training.png);
	height: 55px;
}

body#development h2 {
	width: 940px;
	display: block;
	background-image: url(../images/banner-development.png);
	height: 55px;
}

body#about h2 {
	width: 940px;
	display: block;
	background-image: url(../images/banner-about.png);
	height: 55px;
}

body#contact h2 {
	width: 940px;
	display: block;
	background-image: url(../images/banner-contact.png);
	height: 55px;
}

li {
	color: #666;
	margin-bottom: 3px;
}

p#opening {
	font-size: 15px;
	color: #666;
}

#sidecolumn {
	font-size: 12px;
	color: #666;
}

#sidecolumn h5 {
	font-size: 13px;
	margin-bottom: 7px;
	color: teal;
}

/* @group form */

form input, form textarea {
	display: block;
	margin-bottom: 10px;
}



/* @end */



/* @end */

/* @group footer */

#footer {
	padding-bottom: 50px;
	background: url(../images/footer.gif) no-repeat;
}



/* @end */