/* style.css, by chrabacka at net-wings.eu */

/**
 *  Arterial parts
 */
 html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	color: #FFF;
	font: 80% Arial, Tahoma, Lucida, sans-serif;
	line-height: 1.5;
}

/**
 *  Advanced class part
 */
.clear {
	clear: both;
	height: 0;
	font-size: 0;
}

/**
 *  Lines
 */
a {
	color: #eeeeee;
	text-decoration: underline;
}

a:hover {
	color: #A0C9DB;
}

strong,
b,
.bold, {
	font-weight: bold;
}

em,
i,
.italic {
	font-style: italic;
}

ins,
.ins,
.underline {
	text-decoration: underline;
}

del,
.del {
	text-decoration: line-through;
}

code {
	font: 100% "Courier New", Courier, monospace;
}

abbr,
.abbr {
	border-bottom: 1px dotted #000;
	cursor: help;
}

sub,
.sub {
	font-size: 75%;
	vertical-align: sub;
}

sup,
.sup {
	font-size: 75%;
	vertical-align: super;
}

big,
.big {
	font-size: 150%;
}

small,
.small {
	font-size: 75%;
}

/**
 *  Paragraphs
 */
p {
	margin: 1em 0;
	text-align: justify;
}

blockquote {
	margin: 1em 2em 1em 5em;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.text-justify {
	text-align: justify;
}

/**
 *  Headings
 */
h1,
h2,
h3,
h4 {
	margin: 1em 0 1em;
	color: #b30201;
	font-size: 180%;
	font-weight: normal;
	font-family: Verdana, Arial;
}

h3,
h4 {
	color: #b30201;
	font-size: 122%;
}

h4 {
	margin-bottom: 0;
}

/**
 *  Images
 */
img {
  border: 0;
}
.img {
	margin: 1em 0;
	text-align: center;
}

.img-left {
	float: left;
	margin: 1em 1em 0 0;	
}

.img-right {
	float: right;
	margin: 1em 0 0 1em;
}

.img img {
	margin: 0 5px 5px;
}

.img-left img,
.img-right img {
	margin: 0;
}

.img .alt,
.img-left .alt,
.img-right .alt {
	margin: 0;
	font-style: italic;
	text-align: center;
}

/**
 *  Separators
 */
.hr {
	margin: 10px 0;
	height: 1px;
	background: #999;
	font-size: 0;
}

.hr hr {
	display: none;
}

/**
 *  Lists
 */
ul,
ol {
	margin: 1em 0 1em 2em;
	list-style: disc outside;
}

ol {
	list-style-type: decimal;
}

ul.list-disc {
	list-style-type: disc;
}

ul.list-circle {
	list-style-type: circle;
}

ul.list-square {
	list-style-type: square;
}

ul.nobullet {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

ol.list-decimal {
	list-style-type: decimal;
}

ol.list-lower {
	list-style-type: lower-alpha;
}

ol.list-upper {
	list-style-type: upper-alpha;
}

ol.list-lower-roman {
	list-style-type: lower-roman;
}

ol.list-upper-roman {
	list-style-type: upper-roman;
}

ul ul,
ol ol {
	margin-bottom: 0.5em;
}

ul.menu,
ul.menu ul {
	margin: 0;
	padding: 0;
	list-style: none outside;
}

ul.menu ul {
	margin-left: 2em;
}

dl {
	margin: 1em 0;
}

dt {
	margin: 0.3em 0;
	font-weight: bold;
}

dd {
	margin: 0.3em 0 0.3em 2em;
}

/**
 *  Forms
 */
form {
	margin: 1em 0;
}

fieldset {
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #666;
}

form table.noborder {
	margin: 0;
}

legend {
	margin: 0 0 0.5em;
	padding: 0 0.5em;
	font-size: 125%;
}

input,
button,
select,
textarea {
	padding: 3px;
	border: 1px solid #aaa;
	background: #fff;
	color: #000;
	font: normal 100% Verdana, Geneva, Arial, Helvetica, sans-serif;
}

select {
	padding: 0;
}

input:focus,
select:focus,
textarea:focus {
	border-color: #000;
	color: #000;
}

input.noborder {
	background: transparent;
}

input.disabled {
	background: #eee;
	color: #999;
}

button {
  margin: 10px 0;
	padding: 3px 7px;
	border: 1px solid #d23834;
	background: #c50601;
	color: #FFF;
	font-weight: normal;
	cursor: pointer;
}

button:hover {
	border: 1px solid #b00502;
	background: #d21810;
}       