/* Fonts used */
@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FontomasCustomRegular';
    src: url('fonts/fontomas-webfont.eot');
    src: url('fonts/fontomas-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/fontomas-webfont.woff') format('woff'),
         url('fonts/fontomas-webfont.ttf') format('truetype'),
         url('fonts/fontomas-webfont.svg#FontomasCustomRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FranchiseRegular';
    src: url('fonts/franchise-bold-webfont.eot');
    src: url('fonts/franchise-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/franchise-bold-webfont.woff') format('woff'),
         url('fonts/franchise-bold-webfont.ttf') format('truetype'),
         url('fonts/franchise-bold-webfont.svg#FranchiseRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
html,body {
	margin:0;
	padding:0;
	height: 100%;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
/* General Style */
body{
	font-family: Cambria, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
	background: #fff url(../images/bd2.png) repeat top left;
	font-weight: 400;
	font-size: 15px;
	color: #1d3c41;
	overflow-y: scroll;
}
a{
	color: #333;
	text-decoration: none;
}
.container{
	width: 100%;
	height: 100%;
	position: relative;
	text-align: center;
}
.clr{
	clear: both;
}
.container > header{
	padding: 30px 20px 10px 20px;
	margin: 0px 20px 10px 20px;
	position: relative;
	display: block;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    text-align: center;
}
.container > header h1{
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	font-size: 40px;
	line-height: 35px;
	position: relative;
	font-weight: 400;
	color: rgba(26,89,120,0.9);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
    padding: 0px 0px 5px 0px;
}
#header_logo1{
	padding: 0px 40px 0px 0px;
}
#header_logo2{
	padding: 0px 0px 0px 40px;
}
/* Section style */
#introduction{
	text-align: justify;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS","Myriad Pro",Arial,sans-serif;
	width: 60%;
	right: 0px;
	margin: 0px auto;
	margin-bottom: 25px;
	width: 800px;
	position: relative;	
	background: white;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#introduction_text{
	padding: 20px 30px 10px 30px;
}
#introduction_structure{
	margin-left: 150px;
	padding: 10px 0px 10px 0px;
}
#introduction_reference{
	padding: 0px 30px 20px 30px;
}
#steps{
	text-align: left;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	font-family: "Trebuchet MS","Myriad Pro",Arial,sans-serif;
	width: 60%;
	right: 0px;
	margin: 0px auto;
	width: 800px;
	position: relative;
	background: white;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#first_step{
	padding: 20px 30px 20px 30px;
}
#second_step, #third_step, #fourth_step{
	padding: 0px 30px 20px 30px;
}
#generation{
	padding: 5px 30px 80px 30px;
}
.select{
	border-color: #A0A0A0;
	background-color:#FAFECA;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.button{
	padding: 10px 20px 10px 20px;
	margin-top: 10px;
	font-family: 'BebasNeueRegular', Arial, sans-serif;
	font-size: 20px;
	color: rgba(26,89,120,0.9);
	border: 1px solid #999;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color:#FAFECA;
}
.button:hover{
	background-color:#FFE6CC;
}
.button:hover[disabled]{
	background-color:#FAFECA;
}
#generate, #animation{
	float: left;
}
#animation{
	padding-left: 180px;
}
#animation > p{
	float:right;
	margin-top: 20px;
	margin-left: 20px
}
#clear_all{
	float: right;
}



#tabs{
	text-align: left;
	padding: 30px 0px 0px 0px;
	font-family: "Trebuchet MS","Myriad Pro",Arial,sans-serif;
	width: 60%;
	right: 0px;
	margin: 0px auto;
	width: 800px;
	position: relative;
}
#tabs ul {
	padding: 0px;
	margin: 0px;
	margin-left: 30px;
	list-style-type: none;
	font-size:12px;
}

#tabs > ul > li{
	margin:0 2px 0 0;
	padding:7px 10px;
	display:block;
	float:left;
	/*color:#FFF;*/
	color:#0a7285;
	text-transform: uppercase;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius:4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px; 
	background: #AAD2FF; /* old browsers */
	background: -moz-linear-gradient(top, #AAD2FF 0%, #AAD2FF 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#AAD2FF), color-stop(100%,#AAD2FF)); /* webkit */
}

#tabs > ul > li:hover{
	background: #FFFFFF; /* old browsers */
	background: -moz-linear-gradient(top, #FFFFFF 0%, #F3F3F3 10%, #F3F3F3 50%, #FFFFFF 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(10%,#F3F3F3), color-stop(50%,#F3F3F3), color-stop(100%,#FFFFFF)); /* webkit */
	cursor:pointer;
	color: #0a7285;
}

#tabs > ul > li.active{
	background: #FFFFFF; /* old browsers */
	background: -moz-linear-gradient(top, #FFFFFF 0%, #F3F3F3 10%, #F3F3F3 50%, #FFFFFF 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(10%,#F3F3F3), color-stop(50%,#F3F3F3), color-stop(100%,#FFFFFF)); /* webkit */
	cursor:pointer;
	color: #0a7285;
}

#div_tabs {
	text-align: left;
	padding: 20px 30px 20px 30px;
	font-family: "Trebuchet MS","Myriad Pro",Arial,sans-serif;
	width: 60%;
	right: 0px;
	margin: 30px 0px 0px 0px;
	width: 740px;
	position: relative;	
	background: white;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#variables_menu{
	font-family: "Trebuchet MS","Myriad Pro",Arial,sans-serif;
}

#copyright{
	padding: 20px 0px 20px 0px;
	position: relative;
	font-weight:100;
}
