/* CSS Document */

* {
	margin: 0;
	padding: 0;
}


body {
	font-family:Arial, Helvetica, sans-serif;
	background:#454545 url(../images/background_fade.gif) top repeat-x;
	padding-top:20px;
}

#wrap{
	width:900px;
	margin:0 auto;
}

#logo {
	height:155px;
}


#menu {
	height:42px; 
	background:url(../images/menu_bg.gif) repeat-x; 
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 0.7em;
	color:#999;
}
#menu_left{
	height:42px;
	width:16px;
	float:left;
	background:url(../images/menuends.gif) top left no-repeat;
}
#menu_right{
	height:42px;
	width:16px;
	float:right;
	background: url(../images/menuends.gif) top right no-repeat;
}
#menu ul {
	padding-top:14px;
	cursor:default;	
}
#menu li { 
	display:inline;
	padding: 0px 10px;
}
#menu a {	
	color:#FFF;
	text-decoration: none;
}
#menu a:hover {
	text-decoration:underline;
}

#footer {
	height:57px;
	text-align:center;
	font-size:0.9em;
	background:url(../images/footer_bg.gif) top repeat-x;
	color:#999;
}
#footer_left {
	width:16px;
	height:57px;
	float:left;
	background:url(../images/footerends.gif) top left;
}
#footer_right {
	width:16px;
	height:57px;
	float:right;
	background:url(../images/footerends.gif) top right;
}
#footer ul {
	padding-top:14px;
	cursor:default;	
}
#footer li { 
	display:inline;
	padding: 0px 10px;
}
#footer a {	
	color:#666;
	text-decoration: none;
}
#footer a:hover {
	text-decoration:underline;
}
#copyright, #copyright a {
	color:#999;
}


#content {
	font-size:1em;
	background:#FFF;
	padding:20px;
	min-height:200px;
}



#solutions, #services {
 width:350px;
 float:right;
 clear:right;
 padding:10px;
 margin-left:10px;
 background:
 }
#solutions li {
	padding:4px 0;
}
#solutions a {
	color:#990000;
	font-size:14px;
	font-weight:bold;
	
}

	