/* ============================== */
/* ! Layout for desktop version   */
/* ============================== */
/* font-size: 0.8em; font-family: sans-serif; */

body {
	font-size: 0.8em; 
	font-family: Arial,Helvetica,sans-serif;;
	color: #363636;
	line-height: 1.8em;
}

h1, h2, h3, h4, h5, h6 {
    color: #363636;
    font-style: normal;
    font-weight: bold;
    line-height: 1.3em;
    margin: 0 0 0.3em;
}
h1 { font-size: 2.57143em; }
h2 { font-size: 1.71429em; }
h3 { font-size: 1.42857em; }
h4 { font-size: 1.28571em; }
h5 { font-size: 1.14286em; }
h6 {
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
}

hr { border:0; background: transparent url(/tpl/cozy/img/h_line.png) top repeat-x; }
ul { margin:2em 0 2em 3em; }

.clear { clear:both; }
.minH { min-height:600px; }
a { color: #333333; text-decoration: none; }
a:hover { color: #CC3300; text-decoration: none; }

p { border:0; margin:0; padding:0;}
.text { padding-bottom:0.5em; }

header { background-color: #363636; width:100%; height:100%; margin-bottom:2em;}

footer { 
	clear:both !important;
	height: 1em;
	padding: 1em;
	margin:2em 0;
}
