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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1.4em;
	color: #333333;
	background: #FFFFFF;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

body {
    text-align: center;
    font-family: "ronnia-1","ronnia-2",verdana,sans-serif;
    font-size: .8em;
    line-height: 1.5em;
    padding: 0px 10px;
}

.clearer {
	clear: both;
}

#container {
    width:940px;
    margin:0px auto;
    text-align:left;
}

.header {
    border-top: 4px solid #E30614;
    padding: 4em 0 1em;
}

h1 {
    color: #53879f;
font-family: "ronnia-condensed-1","ronnia-condensed-2", "arial narrow", sans-serif;
margin-bottom: 1em;
}

h1 span {
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.8em;
	letter-spacing: .2em;
	line-height: 1em;
}

h1 .line2 {
	text-transform: none;
	letter-spacing: 0;
	font-family: "bello-pro-1","bello-pro-2",georgia,serif;
	color: #E30614;
	font-size: 3.5em;
	line-height: 1em;
	position: relative;
	top: -.2em;
	padding-bottom: .35em;
	border-bottom: 1px solid #53879f;
	z-index: 5;
}

h1 .line3 {
	font-size: .8em;
	position: relative;
	z-index: 8;
	margin: -1.45em 4em .6em;
	background: white;
}

.wf-active h1 {
    font-size: 1.8em;
}

h2.logo {
	position: absolute;
	top: 10px;
	left: 10px;
}

a {
    color: #E30614;
}

ul, p {
    margin-bottom: .75em;
}

ul {
    list-style: none;
}

li {
    padding-left: 2em;
    margin-bottom: .6em;
}

ul li {
    background: url(../images/bullet.gif) left 1px no-repeat;
}

.col {
    float: left;
    margin-right: 20px;
}

.last {
    margin-right: 0 !important;
}

.header {
    position: relative;
    zoom: 1;
}

.header .content {
margin-left: 540px;
min-height: 380px;
    padding: 0 20px 10px 20px;
    background: #FFFFFF;
    z-index: 5;
}

.header .content .headerimg {
	position: absolute;
	left: -200px;
	top: -60px;
	z-index: -10;
	zoom: .6;
	-webkit-transition: all 1300ms cubic-bezier(0.230, 1.000, 0.320, 1.000); 
   -moz-transition: all 1300ms cubic-bezier(0.230, 1.000, 0.320, 1.000); 
     -o-transition: all 1300ms cubic-bezier(0.230, 1.000, 0.320, 1.000); 
        transition: all 1300ms cubic-bezier(0.230, 1.000, 0.320, 1.000); /* easeOutQuint */
}

html.noscript .header .content .headerimg, html.script .header .content .headerimg {
	left: 0;
	top: 80px;
	zoom: 1;
}

.gallery {
    display: block;
    height: 100px;
    margin: 20px 0px;
}

.gallery li {
    padding-left: 0;
    background: none;
    float: left;
    display: inline;
    margin-right: 35px;
}

.gallery li img {
    width: 160px;
    height: 100px;
    display: block;
    outline: 1px solid #888888;
}

.headerimg {
    bottom: 0px;
    right: 0px;
}

.footer {
min-height: 80px;
margin-top: 2em;
    background: #E30614;
    color: #FFFFFF;
    padding: 20px;
    clear: both;
    position: relative;
    text-align: center;
    -webkit-border-top-left-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

.footer a {
    color: #FFFFFF;
}

.footer .adress {
	float: left;
	width: 320px;
}

.footer .map {
	float: right;
}

.call-to-action {
	background: #fbe927;
	font-size: 1.5em;
	width: 6em;
	height: 6em;
	margin: .5em 0 1em .5em;
	-webkit-border-radius: 3em;
	-moz-border-radius: 3em;
	border-radius: 3em;
	color: #53879f;
	float: right;
	text-align: center;
	font-family: "ronnia-condensed-1","ronnia-condensed-2", "arial narrow", sans-serif;
	-moz-transform: rotate(-13deg);
	-webkit-transform: rotate(-13deg);
	transform: rotate(-13deg);
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	transition: all .4s;
}

.call-to-action span {
	display: block;
margin: 1em 0;
line-height: 1.3em;
}

.call-to-action:hover {
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}