html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, form, label, table, caption, tbody, 
tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	color:#6d6e71; font-family:baskerville, Georgia, "Times New Roman", Times, serif;
	background-color: transparent;
}

html {
	background-color: #fff;
	color:#858585;
	font-size:0.72em;
	line-height:160%;
	overflow: -moz-scrollbars-vertical;
}

body {

}

a {
	text-decoration:none;	
	color:#f15c5e;
}

a:hover {
	text-decoration:underline;	
	color:#f15c5e;
}

.gemmig {
	display:none;	
}


#container {
	width:1024px;
	height:768px;
	margin-left:auto;
	margin-right:auto;
}

#logo {
	margin-top:50px;
	margin-left:80px;
}

#nav {
	float:right;
	margin-right:80px;
	width:160px;
}

	#nav ul {
		padding:0;
		margin:0;
	}
	
	#nav ul li {
		list-style:none;
		text-align:right;
	}
	
#content {
	width:750px;
	height:600px;
	float:left;
}

#inside {
	padding:70px;
}	


input {
	border:solid 1px #cbccd1;	
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.95em;
	padding:2px;
	color:#6d6e71;
}

textarea {
	border:solid 1px #cbccd1;	
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.95em;
	padding:2px;
	color:#6d6e71;
}

select {
	border:solid 1px #cbccd1;	
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.9em;
	color:#757575;
	padding:2px;
}

.btn {
	background-color:#f15c5e;
	color:#fff;
	border:0;
	font-size:0.9em;
	font-family:verdana;
}

.btn:hover {
	background-color:#f5897f;
	color:#fff;
	border:0;
	font-size:0.9em;
	font-family:verdana;
	cursor:pointer;
}

#steps ul {
	margin:0;
	padding:0;
}

#steps ul li {
	float:left;
	margin-right:20px;
	color:#cfcfcf;
	list-style:none;
}
#steps ul li.active {
	float:left;
	margin-right:20px;
	color:#f15c5e;
}

#steps a {
	color:#cfcfcf;	
}

.clear {
	clear:both;
}

.line {
	border-bottom:dotted 1px #b3b2b2;
	height:5px;
	clear:both;
	margin:10px 0 10px 0;
}

#footer {
	margin:0 auto;
	clear:both;
}