/* Some default colors and styles for Rio products */

body {
	font-family: Helvetica, Helvetica Neue, Verdana, sans-serif;
	font-size: 12px;
	color: #7E7067;
}

input, select {
	font-family: Helvetica, Helvetica Neue, Verdana, sans-serif;
	background-color: #857b75;
	border:1px solid #393530;
	color:#393530;
	font-size: 12px;
}

textarea {
	font-family: Helvetica, Helvetica Neue, Verdana, sans-serif;
	background-color: #857b75;
	font-size: 12px;
	color: #393530;
}

h2.separatorHeader {
	border-color: #D5652C;
}

p.pageImage {
	float: none;
}

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

a:link {
	color: #CC5E1E;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC5E1E;
}
a:hover {
	text-decoration: none;
	color: #7E7067;
}
a:active {
	text-decoration: none;
	color: #CC5E1E;
}

a.secondary:link {
	color: #7E7067;
}
a.secondary:visited {
	color: #7E7067;
}
a.secondary:hover {
	color: #665F59;
}
a.secondary:active {
	color: #7E7067;
}

a.rekry:link {
	color: #CC5E1E;
	text-decoration: underline;
}
a.rekry:visited {
	text-decoration: underline;
	color: #CC5E1E;
}
a.rekry:hover {
	text-decoration: underline;
	color: #7E7067;
}
a.rekry:active {
	text-decoration: underline;
	color: #CC5E1E;
}

a.language:link {
	color: #7E7067;
	text-decoration: none;
}
a.language:visited {
	color: #7E7067;
	text-decoration: none;
}
a.language:hover {
	color: #D5652C;
	text-decoration: none;
}
a.language:active {
	color: #7E7067;
	text-decoration: none;
}

h1 {
	font-size: 18px;
	color: #7E7067;
	font-weight: normal;
}
h2 {
	font-size: 16px;
	color: #D5652C;
	font-weight: normal;
}
h3 {
	font-size: 14px;
}

img {
	border: 0;
}

li {
	margin-bottom: 10px;
}

blockquote {
	padding-left: 0px;
	margin-left: 10px;
}