/*--tags--*/

body, html {
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
}
body {
	font-family: Verdana;
	font-size:11px;
	color:#999999;
	background-color:#F9F9F9;
}
a {
	color:#6498BF;
	text-decoration:underline;
}
a:hover {
	color:#6498BF;
	text-decoration:none;
}
a:active {
	outline: none;
}
a:focus {
	-moz-outline-style: none;
}
form, p, table, div, span, img, thead, tbody, tfoot, th, td {
	margin:0px;
	padding:0px;
}
img {
	border:none;
}
table {
	border:none;
	empty-cells:show;
	border-collapse:collapse;
}
/*--content--*/

#wrapper {
	min-height:100%;
	margin:0 auto;
	position:relative;
	min-width:800px;
	width:100%;
}
* html #wrapper {
	height:100%;
}
#header {
	height:100px;
	margin:auto;
	background-color:#FFFFFF;
}
#header div.header_cont {
	width:800px;
	margin:auto;
	position:relative;
}
#header div.header_cont img.logo{
	position:absolute;
	left:25px;
	top:45px;
}
#header div.header_cont div{
	float:right;
	padding:10px 20px 10px 20px;
	margin-top:30px;	
}
#header div.header_cont div.left{
	border-left:solid 1px #E5E5E5;
	padding-right:25px;
}
#visual {
	height:350px;
	margin:auto;
	background-color:#FAFAFA;
	background-image: url(images/visual_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#visual div.visual_cont {
	width:800px;
	height:350px;
	margin:auto;
	background-image: url(images/visual.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#solutions {
	height:170px;
	margin:auto;
	background-color:#6498BF;
	background-image: url(images/solutions_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#solutions div.solutions_cont {
	width:800px;
	margin:auto;
	font-family: Verdana;
	font-size:15px;
	color:#FFFFFF;
	padding-top:45px;	
	line-height:180%;
	text-align:center;
	text-shadow: #2B4E68 1px 1px 2px;
}
#solutions div.solutions_cont h1{
	display:inline;
	font-family: Verdana;
	font-size:15px;
	color:#FFFFFF;
	line-height:180%;
	text-align:center;
	text-shadow: #2B4E68 1px 1px 2px;
	font-weight:normal;
}

#footer {
	margin:auto;
	height:100px;
}
#footer div.footer_cont {
	width:800px;
	margin:auto;
}
#footer div.footer_cont div{
	float:left;
	padding:10px 45px 10px 25px;
	margin-top:20px;
	border-left:solid 1px #E5E5E5;
	line-height:140%;
}
#footer div.footer_cont div.first{
	border-left:none;
}
#footer div.footer_cont h2{
	font-family: Verdana;
	font-size:11px;
	color:#999999;
	margin:0px;
	padding:0px;
}
/*--components--*/
 
.sDN {
	display:none;
}
.sDB {
	display:block;
}
.sTAL {
	text-align:left;
}
.sTAC {
	text-align:center;
}
.sTAR {
	text-align:right;
}
.sTAJ {
	text-align:justify;
}
.sCP {
	cursor:pointer;
}
.sCB {
	clear:both;
}
.sFL {
	float:left;
}
.sFR {
	float:right;
}
