﻿@charset "utf-8";

@import "main.css";
@import "menu.css";
@import "slider.css";

* { margin: 0px; padding: 0px; outline: none; }

html, body { background: #fff url(../images/background.jpg); font: normal 1em 'Verdana', 'Arial', sans-serif; }

a, a:hover, a:focus, input, input:hover, input:focus {outline:none;}

img { border: 0; display: block; }

p { margin-bottom: 1em; font-size: 1em; }

h1, h2, h3, h4, h5, h6 { display : block; }

h1 { font: normal 1.6em/100% 'Arial', 'Helvetica', sans-serif; color: #000; }
h2 { font: normal 1.4em/100% 'Arial', 'Helvetica', sans-serif; color: #000; }
h3 { font: normal 1.2em/100% 'Arial', 'Helvetica', sans-serif; color : #000; }
h4 { font : normal 1em/100% 'Arial', 'Helvetica', sans-serif; color : #000; }

a { text-decoration : underline; font : normal 1em/100% 'Arial', 'Helvetica', sans-serif; color: #0ea5be; }
a:hover, a:focus { color: #0e759e; }

li { list-style: square; }

label { display: inline; }

.clear { clear: both; padding-bottom: 29px; }
* html .clear { padding-bottom: 8px; }
*:first-child + html .clear { padding-bottom: 8px; }
