/*
	Design by Free CSS Templates
	http://www.freecsstemplates.org
	Released for free under a Creative Commons Attribution 2.5 License
*/

/* Basic */

*
{
	margin: 0em;
	padding: 0em;
}

h1,h2,h3,h4,h5,h6
{
	color: #A31546;
	font-size: 7.5pt;
	margin-bottom: 2em;
}



body
{
	font-family: "verdana";
	font-size: 7.5pt;
	background: url(images/bgdbluestripe.gif);
	padding: 0;
	margin: 0;	
}

a
{
	/* color: #A31546; */
	color: #336699;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	text-decoration: none;
}


/* Outer */

#wrap
{
	width: 810px;
	margin: 0 auto;
}

/* Header */

#header
{
	width: 790px;
	height: 115px;
}

#header h1
{
	font-size: 2em;
}

#header h2
{
	font-size: 1em;
	color: #747474;
	text-align: center;
	margin: 0;
	padding: 0;
	border: none;
}

#header h1
{
	color: #ffffff;
}

#header h1 a
{
	color: #fff;
	text-decoration: none;
}

#logo
{
	background: url(images/logosmall1.jpg) no-repeat 0 20px ;
	width: 210px;
	height: 100px;
	float: left;
	
}

/* Menu */

#menu
{
	height: 0;
	width: 0;
        padding: 0;
}

#dbusermenubox
{
	height: 20px;
	width: 500px;
        padding: 90px 0 0 0;
	float: left;	
}

#dbusermenubox ul
{

}

#dbusermenubox ul {
	text-align: center;
	list-style: none;
}

#dbusermenubox li {
	display: inline;
	padding: 0 1px 0 5px;
	border-right: 1px solid;
}

#dbusermenubox .last
{
	border: 0;
}


#dbusermenubox a
{
	color:#336699;
	font-family:Verdana;
	font-size: 7pt;
	font-weight: bold;	
}

#dbusermenubox a:hover
{
	color: #A31546;
}

.default #dbusermenubox .services a,
.u_experience #dbusermenubox .experience a,
.u_solutions #dbusermenubox .solutions a,
.u_technology #dbusermenubox .technology a,
.u_training #dbusermenubox .training a,
.u_scientific-research-and-experimental-development-consulting #dbusermenubox .sred a,
.u_clients #dbusermenubox .clients a,
.u_subscribe #dbusermenubox .subscribe a,
.u_company #dbusermenubox .company a,

{
	color: #A31546;
}


/* Content */

#content
{
	float: right;
	width: 560px;
	margin-bottom: 20px;
}

#contentcontainer
{

}

#content p
{
	margin-bottom: 1.4em;
	line-height: 1.2em;
}


#content h1
{
	margin: 12px 0 12px 0;
}

#content h2
{
	margin: 12px 0 12px 0;
}

#content h3
{
	font-size: 7px;
	margin: 0;
}



/* Secondary Content */


#contentleft
{
	width: 210px;
	float:left;
}


#contentleft .dbbox
{
	padding: 10px;
	width: 180px;
}



/* Footer */

#footer
{
	float: none;
	clear: both;
	width: 100%;
	height: 450px;
	padding-top: 1.5em;
	text-align: center;
	color:#FFFFFF;
	font-family:Verdana;
	font-size: 7pt;
	font-weight: bold;
	background: #336699 url(images/bgdbluestripebottom.gif) repeat-x;
}

#footer a
{
	color: #FFFFFF;
}

#footer2
{
	margin-bottom: 1.5em;
}

#footer1 ul {
	text-align: center;
	list-style: none;
	
	margin: 90px 0 20px 0;
}

#footer1 li {
	display: inline;
	padding: 5px 5px 0 5px;
}


.clear
{
	clear: both;
}


