/* ---------------------------------------------------------- */

html,
body {
	height: 100%;
	width: 100%;
	overflow: hidden;
}

body {
	font-size: 12px;
	font-family: Arial;
	margin: 0;
	padding: 0;
	color: #000;
	text-decoration: none;
	background-attachment: fixed;
	background-color: #000;
	background-image: url(../ImFL_FiZa_009.jpg);
	background-position: left top;
}

p {
	margin: 5px 0;
	padding: 0;
}

a {
	color: #000;
	text-decoration: none
}

a:hover {
	color: #00FF00;
	text-decoration: none
}

img {
	border: 0;
}

.clear {
	clear: both;
}


h2,
h3 {
	font-size: 100%;
	color: #000;
	text-transform: lowercase;
	font-weight: normal;
}


/* ---------------------------------------------------------- */

#menu {
	position: absolute;
	width: 500px;
	top: 100px;
	z-index: 100;
	text-transform: lowercase;
	left: 0px;
	padding-left: 62px;
	display: block;
}

#menu ul {
	float: left;
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#brand {
	display: block;
	float: left;
	width: 250px;
	height: 120px;
}

#styleswitcher {
	position: absolute;
	z-index: 200;
	top: 5px;
	right: 10px;
}

#styleswitcher ul {
	list-style-type: none;
}

#styleswitcher ul li {
	float: left;
	margin-right: 10px;
	display: block;
}

/* ---------------------------------------------------------- */

#slide_holder {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: auto;
	padding: 0;
	margin: 0 0 0 0;
	display: block;
}

#inner {
	position: relative;
	margin-top: 250px;
	width: 9000px;
	display: block;
}

.section {
	position: relative;
	display: block;
	margin: 0 148px 0 0px;
	padding: 0px 0px 0 62px;
	float: left;
	width: auto;
}

/* ---------------------------------------------------------- */

#section_contact_form textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	color: #000000;
	text-transform: none;
	padding: 2px;
	border: 0;
	width: 300px;
}

#section_contact_form input {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	color: #000000;
	text-transform: none;
	border: 0;
	padding: 2px;
	width: 140px;
}

#section_contact_form input.send {
	background-color: #fff;
	color: #000;
	width: 40px;
	cursor: pointer;
}

#section_contact_form input.send:hover {
	background-color: #00FF00;
	color: #000;
}

#section_contact_form .left {
	width: 140px;
	padding-right: 10px;
	float: left;
}

#contact_form .right {
	width: 130px;
	float: left;
}

/* ---------------------------------------------------------- */
