@charset "UTF-8";
/* CSS Document */

body {
	font: 10px verdana,arial,helvetica,sans-serif;
	text-align: center;
	margin: 0;
	padding: 30px 30px 10px;
}

body#home {
	background-color: #FFFFFF;
	color: #666;
}

body#int {
	background-color: #8B001D;
	color: #000;
}

#flashcontentHome {
	width: 700px;
	height: 700px;
	margin: 0 auto;
	border: 1px solid #666;
}

#flashcontentInt {
	width: 700px;
	height: 790px;
	margin: 0 auto;
	border: 1px solid #666;
}

#info {
	width: 700px;
	margin: 10px auto 0;
}

#info a:link, #info a:visited {
	color: #F7971D;
}

#info a:hover, #info a:active {
	color: #F7971D;
}

#solutions h1 {
	margin: 0;
	padding: 0;
}

#solutions {
	border: 1px solid #666;
	background: #fff;
	margin: 0 auto;
	padding: 0;
	width: 700px;
	height: 790px;
	overflow: hidden;
	position: relative;
}

#solutions #sol_scroll {
	float: left;
	margin: 0 0 0 65px;
	padding: 0;
	width: 400px;
	height: 600px;
	overflow: auto;
}

#solutions #sol_scroll img {
	float: left;
	margin: 0 0 25px 0;
}

#solutions #sol_back {
	margin: 0;
	position: absolute;
	bottom: 10px;
	right: 10px;
	border: 0;
}

