body {
	margin: 0;
	padding: 0px;
	color: #000000;
	background-color: #ffffff;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

/*Positioning section*/

#center {
	position: relative;
	top: 15px;
	width: 788px;
	margin: 0 auto;
}

#header {
	position: relative;
	background: url('../images/banner/banner.jpg') no-repeat;
	height: 192px;
	width: 788px;
	z-index: 1;
}

#logo {
	position: absolute;
	z-index:5;
}

#latestnews {
	position: absolute;
	top: 80px;
	width: 124px;
	height: 80px;
	padding: 5px;
}

#todaydate {
	position: absolute;
	top: 182px;
	right: 10px;
	padding: 5px;
}

#topmenus {
	position: absolute;
	top: 10px;
	padding: 5px;
	margin-left: 160px;
}

#main {
	position: relative;
	float: left;
	padding: 10px;
	margin-top: 20px;
	width: 580px;
}

#translation_main {
	position: relative;
	float: left;
	padding: 10px;
	margin-top: 20px;
	width: 665px;
}

#sidecol {
	position: relative;
	float: right;
	padding: 10px;
	margin-top: 20px;
	width: 165px;
}

#translation_sidecol {
	position: relative;
	float: right;
	padding: 10px;
	margin-top: 20px;
	width: 80px;
}

#main2 {
	position: relative;
	float: left;
	padding: 15px 10px 10px 10px;
	width: 765px;
}

.solsubmenus {
	position: relative;
	border: 1px solid #95C849;
}

.consubmenus {
	position: relative;
	border: 1px solid #FE8800;
}

.tradsubmenus {
	position: relative;
	border: 1px solid #F80D2E;
}

#footer {
	position: relative;
	text-align: center;
	clear: both;
	width:100%;
	margin-bottom: 40px;
}

#in_main {
	position: relative;
	float: left;
	padding: 10px;
	width: 550px;
}

#in_sidecol {
	position: relative;
	float: right;
	padding: 10px;
	width: 175px;
}

#in_footer {
	position: relative;
	clear: both;
	width:100%;
}

.portfolio_in_sidecol, .portfolio_in_sidecol2 {
	position: relative;
	float: left;
	padding: 10px;
	width: 250px;
}
.portfolio_in_sidecol{
	text-align: center;
}
.portfolio_in_sidecol2 {
	text-align: left;
}

.portfolio_in_main {
	position: relative;
	float: right;
	padding: 10px;
	width: 475px;
}

.portfolio_in_footer {
	position: relative;
	clear: both;
	padding: 0 0 0 20px;
	width:100%;
}

.testimonials_in_sidecol {
	position: relative;
	float: left;
	padding: 10px;
	width: 150px;
	text-align: left;
}

.testimonials_in_main {
	position: relative;
	float: right;
	padding: 10px;
	width: 575px;
}

.testimonials_in_footer {
	position: relative;
	clear: both;
	padding: 0 0 0 20px;
	width:100%;
}

#contact_in_sidecol {
	position: relative;
	float: left;
	padding: 10px;
	width: 180px;
	text-align: left;
}

#contact_in_main {
	position: relative;
	float: left;
	/*padding: 10px;*/ /*Caused IE 8 to display main below sidecol*/
	padding: 10px 0 0 5px;
	width: 544px;
	border-left: 1px dotted #3070CF;
}

#contact_in_footer {
	position: relative;
	clear: both;
	padding: 0;
	width:100%;
}

.back {
	position: absolute;
	left: 10px;
	bottom: 5px;
	text-align: left;
	font-size: 0.8em;
}

.next {
	position: absolute;
	right: 10px;
	bottom: 5px;
	text-align: right;
	font-size: 0.8em;
}

/*anchor (a) section*/

a {
	text-decoration: none;
	color: #3070CF;
	background-color: #FFFFFF;
	outline: none;
	border: 0;
	font-weight: bold;
	padding: 2px;
}
a:visited {
	text-decoration: none;
	color: #3070CF;
	background-color: #FFFFFF;
	padding: 2px;
}
a:active {
	text-decoration: none;
	color: #3070CF;
	background-color: #FFFFFF;
	padding: 2px;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #3070CF;
	padding: 2px;
}
a.seltopmenus, a.selsubmenu {
	color: #000000;
	background-color: #E6E8E6;
}
a.seltopmenus:visited, a.selsubmenu:visited {
	color: #000000;
	background-color: #E6E8E6;
}
a.seltopmenus:active, a.selsubmenu:active {
	color: #000000;
	background-color: #E6E8E6;
}
a.seltopmenus:hover, a.selsubmenu:hover {
	color: #000000;
	background-color: #E6E8E6;
}
a.consultancy {
	background-color: #FFF0DE;
}
a.consultancy:visited {
	background-color: #FFF0DE;
}
a.consultancy:active {
	background-color: #FFF0DE;
}
a.consultancy:hover {
	background-color: #3070CF;
}
a.solutions {
	background-color: #EDFBD9;
}
a.solutions:visited {
	background-color: #EDFBD9;
}
a.solutions:active {
	background-color: #EDFBD9;
}
a.solutions:hover {
	background-color: #3070CF;
}
a.imgpopup:hover, a.logo:hover, a.skype:hover {
	background-color: #FFFFFF;
}

/*form elements*/

select.slideshow {
	display: none;
}
input.btnslideshow {
	color: #3070CF;
	font-size: 0.7em;
	font-weight: bold;
	background-color: #E3EEFF;
	border-top: 1px dotted #3070CF;
	border-right: 1px solid #3070CF;
	border-left: 1px dotted #3070CF;
	border-bottom: 1px solid #3070CF;
}
input.btnslideshowhov {
	color: #FFFFFF;
	background-color: #3070CF;
}

/*headers section (h1, h2, h3, etc...)*/

h1 {
	padding: 5px 10px 5px 10px;
	/*margin: 0 5 0 0;*/
	font-size: 1em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height: 1em;
	color: #FFFFFF;
	background: url('../images/gradient_blue.jpg') repeat-x;
}
h1.homesolutions, h1.homeconsultancy, h1.hometranslation {
	margin: 0;
	font-size: 0.9em;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}
h1.homesolutions {
	background: url('../images/gradient_green.jpg') repeat-x;
}
h1.homeconsultancy {
	background: url('../images/gradient_orange.jpg') repeat-x;
}
h1.hometranslation {
	background: url('../images/gradient_red.jpg') repeat-x;
}
h1.homeportfolio, h1.hometestimonials, h1.homecontact {
	padding: 5px 5px 5px 5px;
	margin: 0;
	font-size: 0.9em;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #3070CF;
	background-color: #E3EEFF;
	background-image: none;
	border-bottom: 1px dotted #3070CF;
}
h1.hometestimonials {
	margin-top: 15px;
}
h1.solsubmenuheadone, h1.consubmenuheadone, h1.tradsubmenuheadone {
	font-size: 0.9em;
	width: 143px;
	margin: 0;
}
h1.solsubmenuheadone {
	background: url('../images/gradient_green.jpg') repeat-x;
}
h1.consubmenuheadone {
	background: url('../images/gradient_orange.jpg') repeat-x;
}
h1.tradsubmenuheadone {
	background: url('../images/gradient_red.jpg') repeat-x;
}
h1.solutions, h1.consultancy {
	font-family: Helvetica, Verdana, Arial, sans-serif;
}
h1.solutions {
	background: url('../images/gradient_green.jpg') repeat-x;
	margin-top: 0;
}
h1.consultancy {
	background: url('../images/gradient_orange.jpg') repeat-x;
	margin-top: 0;
}
h1.translation {
	background: url('../images/gradient_red.jpg') repeat-x;
	margin-top: 0;
}
h2 {
	padding: 0;
	margin: 0;
	font-size: 1em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height: 1.5em;
	color: #514F40;
	background-color: #FFFFFF;
	border-bottom: 1px solid #3070CF;
}
h2.submenuitem {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 0;
	padding-left: 0;
	font-size: 0.8em;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	border: 0;
}
h2.solutions, h2.consultancy {
	font-size: 0.9em;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}
h2.solutions {
	border-bottom: 1px solid #95C849;
}
h2.consultancy {
	border-bottom: 1px solid #FE8800;
}
h2.translation {
	border-bottom: 1px solid #F80D2E;
}
h2.portfolio {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	padding-left: 5px;
}
h3 {
	padding: 0;
	margin: 0;
	font-size: 1em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: italic;
	line-height: 1.5em;
	color: #514F40;
	background-color: #FFFFFF;
}
h3.portfoliosol, h3.portfoliocons {
	font-size: 0.9em;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	padding-left: 5px;
	padding-top: 10px;
	font-weight: bold;
	font-style: normal;
}
h3.portfoliosol {
	border-bottom: 1px solid #95C849;
}
h3.portfoliocons {
	border-bottom: 1px solid #FE8800;
}

/*horizontal bar (hr) section*/

hr.sidecol {	
	border: 1px dotted #95C849;
	color: #FFFFFF;
	height: 1px;
}
hr.footer {
    border: 0;
    color: #000000;
    background-color: #6F7060;
    height: 1px;
}

/*image (img) section*/

img {
	border: 0;
}
img.quotes {
	vertical-align: top;
}
img.home {
	float: left;
	padding: 0 4px 0 0;
}
img.topmenus {
	width: 5px;
}

/*list section (ul, li, dl, dt, dd)*/

ul.submenuitem {
	padding: 5px 5px 5px 20px;
	margin: 0 auto;
	width: 133px;
}
ul.submenuitem li {
	list-style-position: outside;
	list-style-type: square;
}
ul.sitemap {
	color: #3070CF;
	background-color: #FFFFFF;
	font-size: 0.8em;
}
ul.sitemap li {
	line-height: 2em;
}
ul.translation {
	font-size: 0.8em;
}
ul.translation li {
	line-height: 1.5em;
}
dl.news {
	padding-top: 0;
	padding-left: 40px;
	margin: 0 auto;	
}
dl.news dt {
	font-size: 0.9em;
	line-height: 2.5em;
	font-weight: bold;
	color: #514F40;
	background-color: #FFFFFF;
}
dl.news dd {
	font-size: 0.8em;
	line-height: 1.5em;
}

/*paragraph (p) section*/

p {
	font-size: 0.8em;
}

p.topmenus {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.7em;
}
p.footer {
	text-align: center;
	color:  #6F7060;
	background-color: #FFFFFF;
}
p.submenuitem {
	padding: 5px 10px 5px 10px;
	font-weight: bold;
	color: #514F40;
	background-color: #FFFFFF;
	width: 143px;
	margin: 0;
}
p.general, p.home, p.solutions_portfolio, p.solutions_testimonials, p.consultancy_testimonials, p.consultancy_portfolio, p.translation_testimonials, p.translation_portfolio {
	line-height: 1.5em;
}
p.solutions_portfolio {
	text-align: center;
	line-height: 1em;
}
p.solutions_testimonials, p.consultancy_testimonials, p.consultancy_portfolio, p.translation_testimonials, p.translation_portfolio {
	padding-left: 5px;
	padding-right: 5px;
}
p.datelayout {
	font-size: 0.7em;
	font-weight: bold;
	color: #A1A8A1;
	background-color: #FFFFFF;
}
p.solutions, p.consultancy, p.translation {
	padding: 10px;
	margin-top: 0;
	margin-left: 20px;
	line-height: 1.5em;	
	font-size: 0.85em;
}
p.solutionslink, p.consultancylink {
	margin-left: 50px;
	margin-right: 50px;
	line-height: 2.5em;	
	text-align: center;
}
p.solutionslink {
	border-top: 1px dotted #95C849;
	border-right: 1px solid #95C849;
	border-bottom: 1px solid #95C849;
	border-left: 1px dotted #95C849;
	background-color: #EDFBD9;
}
p.consultancylink {
	border-top: 1px dotted #FE8800;
	border-right: 1px solid #FE8800;
	border-bottom: 1px solid #FE8800;
	border-left: 1px dotted #FE8800;
	background-color: #FFF0DE;
}
p.testimonial_consultancy_client {
	line-height: 1.5em;
	border: 1px dotted #FE8800;
	padding: 10px;
}
p.testimonial_solutions_client {
	line-height: 1.5em;
	border: 1px dotted #95C849;
	padding: 10px;
}

/*span section*/

span.bold_style {
	font-weight: bold;
}
span.italic_style {
	font-style: italic;
}
span.latest_news {
	font-weight: bold;
	color: #FE8800;
}
span.consultancy_first_letter {
	font-weight: bold;
	font-size: 1.5em;
	color: #FE8800;
}
span.solutions_first_letter {
	font-weight: bold;
	font-size: 1.5em;
	color: #95C849;
}
span.skype {
	font-weight: bold;
	font-size: 90%;
	border-bottom: 1px dotted #3070CF;
}

/*table section*/

table {
	margin: 0 auto;
	border-collapse: collapse;
}
table th {
	padding: 5px;
	font-size: 0.9em;
	line-height: 1em;
	font-weight: bold;
	color: #514F40;
	vertical-align: top;
}
table td {
	font-size: 0.8em;
	line-height: 1.5em;
	padding: 5px;
	vertical-align: top;
}
table.web_packages {
	border: 1px #95C849 solid;
}
table.web_packages th {
	background-color: #EDFBD9;
	border-bottom: 1px dotted #95C849;
}
table.web_packages td {
	border: 1px #95C849 solid;
}
table.web_technologies {
	border: 1px #FE8800 solid;
	width: 100%;
}
table.web_technologies th {
	background-color: #FFF0DE;
	border-bottom: 1px dotted #FE8800;
}
table.web_technologies td {
	border-bottom: 1px #FE8800 solid;
}
table.contact_form {
	border: 0;
}
table.contact_form th {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	background-color: #FFFFFF;
	border: 0;
	text-align: left;
}
table.contact_form td {
	border: 0;
}
table.contact_form td.contact_send {
	text-align: center;
}
