/* ----------------------------------------
Web Site:			<..>

CteatedDate:		00.00.2008
Autor:				<..>

LastChangedDate:	00.00.2008
LastChangedBy:		<..>
---------------------------------------- */

@import url(/global/assets/css/base.min.css );
/* Importing navigation styles */
@import url(navigation/primary.css);
@import url(navigation/footer.css);

/* =Typography
---------------------------------------- */
body{
	color: #4c4b4b;
	background: #fafafa;
	font: 62.5%/2.0em Arial, Helvetica, sans-serif;
	text-align: center;
	}

html, body, form {height: 100%;}

p 				{padding: 16px 0px 0px;}
a, a:visited	{color: #7a8797; text-decoration: underline;}
a:hover 		{color: #7a8797; text-decoration: none;}

/* =Headings
---------------------------------------- */
h1, h2, h3, h4, h5 {
	font-size: 2.0em;
	color: #4c4b4b;
	margin: 9px 0 0;
	font-weight: normal;
	line-height: normal;
	}
	h1.title {
		text-indent: -9999em;
		font-size: 0.1em;
		line-height: 0.1em;
		margin: 0;		
		padding: 0;
		}
	h2 {font-size: 1.7em;		
		margin: 0;
		padding: 9px 0;
		border-bottom: 1px solid #e7e7e7;
		}
		body.home h2 {
			border: 0;
			padding: 9px 0 0;
			}
	h3 {font-size: 1.6em;}
	h4 {font-size: 1.4em; font-weight: bold;}
	h5 {font-size: 1.4em;}

/* =Main container boxes
---------------------------------------- */
.header-container {
	width: 100%;
	background: #fff;
	overflow: hidden;
	text-align: center;
	min-width: 980px;
	}
.header {
	width: 960px;
	height: 115px;		
	margin: 23px auto 0;	
	font-size: 1.3em;
	clear: both;
	text-align: left;
	}
.container{
	background: #fafafa url(/images/branding/container-bg.png) no-repeat 50% 0%;
	width: 100%;		
	text-align: center;
	font-size: 1.2em;
	min-width: 980px;
	}	
	.content{		
		width: 960px;
		min-height: 600px;
		margin: 0 auto;
		text-align: left;
		position:relative;
		overflow: hidden;
		border-bottom: 1px solid #e8e8e8;
		padding:0 0 30px;
		position: relative;
		}
		body.home .content img {
			float: left;
			margin: 40px 0 0;
			}
		.section {
			width: 960px;
			float: left;
			overflow: hidden;
			position: relative;
			}
		.center-block {
			width: 400px;
			padding: 25px;
			background: #fff;
			filter:alpha(opacity=90);
			-moz-opacity: 0.90;
			opacity: 0.905;
			position: absolute;
			top: 50%;
			left: 50%;
			margin: -200px 0 0 -225px;
			}
			.center-block p {
				padding: 9px 0 0;
				}
						
/* =Branding
---------------------------------------- */
a.logo{
	float:left;
	overflow: hidden;
	width: 127px; 
	height: 47px;
	text-indent: -999em;
	background: #fff url(/images/branding/logo.png) no-repeat 0% 0%;	
	}
.red-band {
	width: 825px;
	height: 30px;
	float: right;
	display: block;
	background: #ff0000;
	}

/* =Footer
---------------------------------------- */
.footer{			
	padding: 20px 15px 50px;
	margin: 0 auto;
	width: 930px;
	text-align: left;
	font-size: 0.9em;
	border-top: 1px solid #fff;
	}
	.footer p {
		padding: 0 0 0 6px;
		}		
	.footer a.createdBy{
		display: block;
		width: 100px; height: 17px;
		overflow: hidden;
		background: url(/images/branding/fuse8-logo.png) no-repeat 0 0;
		text-indent: -9999em;
		float: right;
		}
	

/* =Content styles
---------------------------------------- */
input.button,
input.disabled {
	background: #fafafa url(/images/branding/button-bg.gif) repeat-x 0 100%;
	border: 1px solid #ebebeb;
	color: #878686;
	/*padding: 5px 8px;*/
	padding: 0;
	width: 100px;
	text-align: center;
	height: 28px;
	line-height: 28x;
	font-weight: bold;
	cursor: pointer;
	margin-top: 20px;
	clear: both;
	float: left;
	outline: 0;		
	}
	input.button.hover,
	input.button:hover {
		border: 1px solid #fd6464;
		background: #fafafa;
		color: #ff0000;
		}		
		input.disabled {
			width: 140px;
			cursor: default;
			}
			input.disabled:hover {
				border: 1px solid #ebebeb;
				background: #fafafa url(/images/branding/button-bg.gif) repeat-x 0 100%;
				color: #878686;
				}
		

a.button, span.button,
a.button:visited {
	border: 1px solid #fd6464;
	background: #fff;
	color: #ff0000;
	padding: 3px 8px;
	float: left;
	text-decoration: none;
	margin: 20px 20px 0 0;
	font-weight: bold;
	}
	a.button:hover {
		border: 1px solid #ebebeb;
		color: #878686;
		}

.message-block {
	position: absolute;
	top: 50%;
	left: 50%;
	background: #fff;
	filter:alpha(opacity=90);
	-moz-opacity: 0.90;
	opacity: 0.905;
	padding: 25px;	
	margin: -50px 0 0 -150px;
	width: 300px;
	}
	.message-block p {padding: 0;}
	.message-block span.button {float:right; margin-right: 0; cursor: pointer;}


body.home object {float: left;}

.sitemap{
	margin-top: 30px;
	}
	.sitemap ul {
		list-style-type: circle;
		margin: 0 15px;
		}












