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

body {
	font-size: 13px;
	font-family: "helvetica", 'Times New Roman', Times, serif;
	background:  none;
	line-height: 19px;
}

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

a:link { text-decoration: none; color: #000;}
a:active { text-decoration: none;  }
a:visited { text-decoration: none; color: #000; }
a:hover { text-decoration: underline; }

a img { border: none; }

#menu {
    width: 100%;
    height: 170px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
	padding-left: 15px;
	padding-bottom: 0px;
    position:inherit;
	background-color: #FF3333;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 200px;
	margin-top:20px;
	margin-bottom:20px;
	display: inline;
}

#menu ul li {
	display: inline;	
	margin-left: 20px;
}

#menu ul li.section-title { }



#menu p {
}

#content {
    height: 100%;
    margin: 0px 0px 0 225px;
    top: 0;
}

.container {
    padding: 5px 5px 25px 5px;
}

#content p { width:400px; margin-bottom: 9px; padding-left:0px;}


#content a:link { text-decoration: none; color: #000;}
#content a:active { text-decoration: none;  }
#content a:visited { text-decoration: none; color: #000;}
#content a:hover { text-decoration: none; }

p {
    margin: 0 0 9px 0px;
}


h1 { 
font-size: 20px;
font-family: "helvetica", 'Helvetica Neue', 'Helvetica Neue LT', Arial, sans-serif;
padding-top: 20px;
width: 140px;
line-height: 20px;
float:inherit;
}

h1 a:link { text-decoration: none; color:#000;}
h1 a:active { text-decoration: none;  }
h1 a:visited { text-decoration: none; color:#000; }
h1 a:hover { text-decoration: none; }

h2 { 
font-size: 40px; 
font-family: "helvetica", 'Helvetica Neue', 'Helvetica Neue LT', Arial, sans-serif;
}

h3 { font-size: 12px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0;}
#img-container p { width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

#thankyou {
font-size:8px;
}
