/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: Verdana, sans-serif;
	background-image: none;
	background-color: #FFFFFF;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link {
	text-decoration: overline;
	color: #333333;
}
a:active {
	text-decoration: overline;
}
a:visited {
	color: #333333;
	text-decoration: overline;
}
a:hover {
	text-decoration: overline;
	color: #FFCC66;
}

a img { border: none; }
a1:link {
	color: #FFFFFF;
	background-color: #CC6600;
}
a1:visited {
	color: #FFFFFF;
	background-color: #CC6600;
}
a1:hover {
	color: #FFCC66;
	background-color: #CC6600;
}
a1:active {
	background-color: #CC6600;
	color: #FFFFFF;
}

#menu {
	width: 175px;
	top: 25px;
	bottom: 25px;
	left: 25px;
	position: fixed;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	overflow: auto;
	text-transform: lowercase;
	text-align: right;
}
.container_menu {
	background-color: #CC6600;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 25px;
	padding-left: 5px;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title { }

#content {
	height: 100px;
	position: relative;
	width: 530px;
	left: 50px;
	top: 25px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 175px;
}

.container {
}

#content p {
	width: 500px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	padding: 15px;
	font-size: 11px;
}

p {
	margin: 0 0 9px 0;
	font-size: 12px;
}

h1 {
	font-size: 18px;
	background-color: #FFFFFF;
	color: #666666;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-weight: lighter;
}
h2 {
	font-size: 18px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
}
h3 {
	font-size: 50px;
	line-height: 45px;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	text-transform: lowercase;
}
h4 {
	font-size: 50px;
	font-weight: lighter;
	color: #FFFFFF;
	text-transform: lowercase;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 60px;
}
h5 {
	font-size: 16px;
	font-weight: normal;
	color: #333333;
	width: 400px;
	text-align: left;
}
h6 {
	font-size: 12px;
	font-weight: lighter;
	color: #CCCCCC;
	width: 240px;
	text-align: left;
}

#img-container	{
	padding: 0;
	height: 100%;
	width: 500px;
	color: #000000;
	font-size: 16px;
	text-align: center;
}
#img-container p	{
	width: auto;
	padding: 15;
	text-align: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	background-color: #FFFFFF;
}
#img-container2	{
	padding: 0;
	height: 100%;
	width: 100%;
	text-align: center;
	background-color: #FFFFFF;
	font-size: 16px;
	font-weight: lighter;
}
#img-container3 {
	padding: 0;
	height: 100px;
	width: 400px;
	position: fixed;
	left: 800px;
	top: 25px;
}

#once { clear: left; }#background {
	position: fixed;
	width: 100%;
}
.border-white {
	border: 12px solid #FFFFFF;
}
#contact_page {
	font-size: 12px;
	color: #000000;
	font-style: normal;
	background-color: #FFFFFF;
	width: 500px;
	padding: 15px;
	margin-bottom: 10px;
}