/* GENERAL  */


html, body {
	margin: 0;
	border: 0;
	width: 100%;
	height: 100%;
	font-family: 'Futura', Futura, Helvetica, sans-serif;
	line-height: 9px;
	color: #CCC;
	font-size: 12px;
	overflow-y: hidden;
}

img {
	outline: none;
	border: 0;
}

.hidden {
	visibility: hidden;
}


/* LINKS */


a {
	color: #CCC;
	border: 0;
	outline: none;
	text-decoration: none;
}

a:hover {
	
}

p {
	margin-top: 0px;
	margin-bottom: 10px;
}

.selected {
	color: #999;
}


/* MAIN & CAROUSEL */


.main, #carousel {
	width: 1000px;
	height: 500px;
	position: relative;
	overflow: hidden;
	top: 10px;
	border-top: 0px solid #EDEDED;
	border-bottom: 0px solid #EDEDED;
}

.main {	
	text-align: center;
}

.main img, #carousel img {
	/* border: 1px solid #1C1C1C; */
}

ul, li {
	list-style: none;
	margin: 0;
	border: 0;
}


/* TEXT BOXES */


.textbg {
	position: absolute;
	height: 500px;
	text-align: left;
	/* background-image: url(../images/background/white80.png); */
}

.transparent {
	position: absolute;
	top: 0px;
	height: 500px;
	width: 1000px;
	text-align: left;
	background-color: #FFF;
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	-khtml-opacity: 0.80;
	opacity: 0.80;
}

.text {
	position: absolute;
	bottom: 0px;
	/* padding: 8px 14px; */
	padding: 0px 0px;
	text-align: left;
	width: 315px;
	line-height: 18px;
}

#about, #contact {
	position: relative;
	top: -506px;
}


/* MENUS */


#main_menu, #sub_menu {
	position: relative;
	font-size: 13px;
	left: 200px;
	width: 700px;
	height: 25px;
	text-align: right;
	top: 20px;
}

#main_menu a, #sub_menu a, #carousel_controls a {
	color: #666;
}

#main_menu a:hover, #sub_menu a:hover, #carousel_controls a:hover {
	color: #FFF;
}


/* CAROUSEL CONTROLS */


#carousel_controls {
	position: absolute;
    margin-top: 18px;
	margin-left: -1px;
	font-size: 14px;
	height: 16px;
}


/* BACKGROUND */


.main_background {
	background-image: url(../images/background/main.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

.sub_background {
	background-image: url(../images/background/logo.jpg);
	background-position: center;
	background-repeat: no-repeat;
}


/* CONTAINER */


#container {
	position: absolute;
	display: table;
	width: 100%;
	height: 100%;
	z-index: 100;
}

#outer {
	#position: absolute;
	#top: 50%;
	display: table-cell;
	vertical-align: middle;
}

#inner {
	#position: relative;
	#top: -50%;
	width: 1000px;
	height: 600px;
	margin: 0 auto;
}
