@CHARSET "UTF-8";

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,del,dfn,font,img,ins,kbd,q,s,samp,strike,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
	{
	margin: 0px;
	padding: 0px;
	border: 0;
	font-weight: inherit;
	font-family: 'Istok Web', Arial, Helvetica, sans-serif;
	vertical-align: baseline;
	line-height: 1.5em;
	font-variant: inherit;
	font-style: inherit;
	outline: 0;
	color: #000;
}

*:focus {
	outline: 0;
}

body {
	background-color: #e60000;
	background-image: url(../media/background2.jpg);
	font-size: 62.5%;
}

a {
	text-decoration: none;
	color: #e60000;
}

a:hover {
	color: #787878;
}

a>img {
	vertical-align: middle;
}

h1,h2,h3,h4,h5,h6,p,ol,ul {
	margin: 0.5em 0;
}

h1 {
	display: block;
	background: #fff url(../media/arrow.gif) 90% center no-repeat;
	padding: 8px 30px;
	color: #000;
	margin: 2px 0;
	width: 240px;
	cursor: pointer;
}

h2 {
	font-size: 1.3em;
	color: #e60000;
	font-weight: 700;
}

h3 {
	font-size: 1.3em;
	color: #e60000;
	font-weight: 700;
	text-transform: uppercase;
}

p {
	font-size: 1.3em;
}

ul,ol {
	padding: 0 1.5em;
	font-size: 1.3em;
}

ul {
	list-style-image: url(../media/bullet.png);
}

/* CLASSES */

.logo {
	text-align: center;
}

.content {
	background: #fff;
	display: none;
	margin: 10px 20px;
	padding: 20px;
}

.footer {
	background: #e60000;
	padding: 0 10px;
	margin-top: 10px;
}

.footer * {
	color: #fff;
	font-size: 1em;
	margin: 0;
	padding: 0;
}

.footer > p {
	display: inline-block;
}

.flags {
	display: inline-block;
	margin-left: 5px;
}

.flags > a {
	display: inline-block;
	margin: 0 2px;
}

.flags > a:first-child {
	margin-left: 0;
}

.flags > a:last-child {
	margin-right: 0;
}

/* OVERRIDES */

a.callButton {
	background: #e60000;
	font-size: 3em;
	line-height: 1em;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0.2em 0 0.1em 0;
	margin: 10px 20px;
	display: block;
	text-align: center;
	vertical-align: middle;
}