@charset "utf-8";

/* --------------------------------------------------------------------------------------------------- */
/*                           Digital Fragments :: general CSS document                                 */
/* --------------------------------------------------------------------------------------------------- */

/* -------------------- */
/* GLOBAL LAYOUT STYLES */
/* -------------------- */
* {
	margin:0;
	padding:0;
	border:0;
}

html {
	font-size:62.5%;	
}

body {
	background:url(../img/background.jpg) no-repeat center center;
	background-attachment:fixed;	
	background-color:#fff;
	font-family:arial, sans-serif;
	font-size:1em;
	line-height:1.2em;
	color:#fff;
	overflow:none;
}


h1 {
	font-size:3em;
	line-height:26px;
	color:#000;
	text-align:right;
}

h2 {
	padding-top:5px;
	font-size:2.4em;
	font-weight:normal;
	color:#111;
}

h3 {
}

h4 {
}

h5 {
}

h6 {
}

p {
}

a {
	color:#959595;
}
	a:hover {
		color:#545454 !important;
		text-decoration:none;
	}
	a:active { 
		outline:none;
	}
	:focus {
		outline-style: none;
	}
	.active {
		color:#eb2e0d;
	}

em {
	font-style:normal;
	color:#545454;
}

strong {
}

img {
	behavior : url("css/iepngfix.htc");
}

.clearBoth {
	clear:both;
}

#container {
	position:absolute;
	width:960px;
	height:570px;
	left:50%;
	top:50%;
	margin:-285px 0 0 -480px;
}

/* ------ */
/* HEADER */
/* ------ */
#branding {
	position:relative;
	right:110px;
}

	
/* ------------ */
/* MAIN CONTENT */
/* ------------ */
#content_main {
	position:absolute;
	top:90px;
	width:960px;
	height:415px;
	overflow:none;
	background-image:url(../img/blueLine.png);
	behavior: url("css/iepngfix.htc");
	background-repeat:no-repeat;
	background-position:bottom center;		
}

#scrollLeft {
	position:absolute;
	width:60px;
	height:410px;
}
	#scrollLeft a {
		display:block;
		width:60px;
		height:410px;
		background-image:url(../img/arrowLeft.png);
		behavior: url("css/iepngfix.htc");
		background-repeat:no-repeat;
	}
		#scrollLeft a:hover {
			background-position:right;
		}
		
#scrollRight {
	position:absolute;
	right:0;
	width:60px;
	height:410px;	
}
	#scrollRight a {
		display:block;
		width:60px;
		height:410px;
		background-image:url(../img/arrowRight.png);
		behavior: url("css/iepngfix.htc");
		background-repeat:no-repeat;
		background-position:right;
	}
		#scrollRight a:hover {
			background-position:left;
		}
		
#items_container {
	position:absolute;
	left:110px;
	width:740px;
	height:415px;
	overflow: hidden;
}

.slide_item {
	position: absolute;
	left:740px;
	width:740px;
	height:415px;
	overflow:hidden;
}
	.slide_item .flashContainer {
		background-image:url(../img/flashBg.png);
		background-repeat:no-repeat;
		width:740px;
		height:343px;
		margin-bottom:15px;
	}
		.slide_item .flashContainer .flashContent {
			position:relative;
		}
	.slide_item .img {
		display:block;
		width:740px;
		height:343px;
		background-color:#fff;
		margin-bottom:15px;
	}
	.slide_item p {
		margin-top:0.6em;	
		font-size:1.2em;
		line-height:1.6em;
		color:#898989;
	}
div.first_item {
	left: 0;
}

.visit {
	position:absolute;
	right:0;
	bottom:27px;
	text-align:right;
}
	.visit a {
		display:block;
		padding:4px 20px 4px 5px;
		background-image:url(../img/visitWebsite.png);
		behavior: url("css/iepngfix.htc");
		background-position:right center;
		background-repeat:no-repeat;		
		color:#111;
		text-decoration:none;
		font-size:1.2em;
	}
		#visit a:hover {
			color:#eb2e0d !important;
		}


/* ---------*/
/* NAV SUPP */
/* -------- */
#nav_supp {
	position:absolute;
	right:110px;
	bottom:22px;
	color:#959595;
	line-height:1.6em;
	text-align:right;
}


/* ----------*/
/* SITE INFO */
/* --------- */
#site_info {
	position:absolute;
	left:110px;
	bottom:22px;
	width:740px;
	color:#959595;
	line-height:1.6em;
}
	#site_info strong {
		color:#545454;
	}
	#site_info a {
		color:#959595;
		text-decoration:underline;
	}
		#site_info a:hover {
			color:#eb2e0d;
			text-decoration:none;
		}
	
