/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

@import url(../warp/css/base.css);


/* New style-related Base Values
----------------------------------------------------------------------------------------------------*/

body {
	font: normal 14px/20px Arial, Helvetica, sans-serif;
	color: #444;
        background:url(../images/bgleft.png) left top repeat-y, url(../images/bgright.png) right top repeat-y, url(../images/bgtop.png) top center no-repeat,  url(../images/bgbottom.png) bottom center no-repeat, url(../images/bg.png);
}

h2, h1, h4, h5 {
color: #232323;
}

h3{
color:#A01A0D
}

a:link, a:visited {
color: #A01A0D;
}

a:hover,
em, code { color: #d50; }

a:hover { text-decoration: none; }

ins, mark { background-color: #ffa; }
mark { color: #444; }

hr { border-top-color: #ddd; }

pre {
	border: 1px solid #ddd;
	background: #fafafa;
}

::-moz-selection { background: #39f; color: #fff; }
::selection { background: #39f; color: #fff; }


/* Useful Snippets
----------------------------------------------------------------------------------------------------*/

a:not([class]):active,
a:not([class]):focus {
	position: relative;
	top: 1px;
}

a:not([class]):active > *,
a:not([class]):focus > * {
	position: relative;
	top: -1px;
}