@import url("undohtml.css");
@import url("navigation.css");
@import url("nav_images.php");
@import url("content.css");
@import url("sIFR-screen.css");

/*
	Official Sonance Web Colors:
	
	Grays:
	Pantone 425 = #3B3B3B
	Pantone 423 = #8F8F8F
		Light stage (pre-hover) 60% white (#D2D2D2)
	Pantone 422 = #ABABAB
	
	Orange:
	RGB 255 136 0 = #FF8800
	
*/

body {
	background-color: #FFFFFF;
	color: #636363;
	font-family: Arial, Sans-serif;
}

a {
	background-color: inherit;
	color: #636363;
}
/* underline color is 50% white over section color to produce a less obtrusive underline */
body.home a { border-bottom-color: #FFFFFF; color: #ABABAB; }
body.company a { border-bottom-color: #DFDB80; }
body.solutions a { border-bottom-color: #B3CC99; }
body.products a { border-bottom-color: #FFC280; }
body.news a { border-bottom-color: #B3CCCC; }

a:hover {
	background-color: inherit;
	color: #000000;
}
body.home a:hover,
body.home h1#title { color: #E5E5E5; }
body.company a:hover,
body.company h1#title { color: #BFB600; }
body.solutions a:hover,
body.solutions h1#title { color: #669933; }
body.products a:hover,
body.products h1#title { color: #FF8500; }
body.news a:hover,
body.news h1#title { color: #669999; }

a:active,
a:focus {
	outline: none;
}

.skip {
	display: none;
}

.off {
	display: none;
}

.wrapper {
	margin: 0 auto;
	padding: 0 25px;
	width: 900px;
}

.clearfix {
	clear: both;
}

embed {
	display: block;
}

