/* CSS Document */

/*--------------------------------
|         Global Resets          |
--------------------------------*/

p {
	margin: 15px 0px 0px 0px;
	padding: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

ul, li {
	margin: 0px;
	padding: 0px;
}

img {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

/*--------------------------------
|       Global Styles            |
--------------------------------*/

#flashcontent {
	width: 100%;
	height: 100%;
	min-width: 968px;
	min-height: 578px;
}

body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.286;
	color: #323232;
	background-color: #E8E5D6;
}

a {
	color: #323232;
	text-decoration: none;
	outline: none;
}

a:visited {
}

a:active {
}

a:hover {
	color: #91BE71;
	text-decoration: underline;
}

/*--------------------------------
|       Main Styles              |
--------------------------------*/

#splash-content {
	background-image:url(../images/splash_bg.gif);
	background-repeat:repeat-x;
}

#splash-bgtop{
	width: 100%;
	height: 771px;
	background-image: url(../images/splash_bgtop.jpg);
	background-repeat: no-repeat;
}
#splash-desc{
	padding: 155px 0px 0px 842px;
}

#splash-blade {
	width: 100%;
	height: 45px;
	margin-top: 30px;
	background-image: url(../images/splash_blade_bg.gif);
}

#splash-blade-inside {
	padding-left: 225px;
}

#splash-blade-inside img {
	float:left;
}

#splash-news {
	width: 263px;
	padding: 34px 0px 0px 842px;
}

.splash-news-title {
	font-size: 12px;
	font-weight: bold;
	margin: 27px 0px 9px 0px;
	color:#3D6B99;
}

#splash-copyright {

	background-image:url(../images/splash_copyright_bg.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #5C5C5C;
}

#splash-copyright-inside {
	padding: 3px 0px 0px 385px;
}