/* ----- import styles ----- */
@import url("header.css"); 
@import url("content.css"); 
@import url("footer.css");
@import url("comfort.css");
/* ----- all defaults ----- */
* { margin: 0; padding: 0; }
*:focus { outline: 0; }

/* -------------------- html & body styles -------------------- */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, em, img, strong, sub, sup, strong, em, ins, dl, dt, dd, ol, ul, li, form, label, table, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; border-width: 0; outline: 0; vertical-align: baseline; background: transparent; }
h1{
	margin: 30px 0 0 0; 	
}
h2{
	margin: 20px 0 0 0; 	
}

html, body { width: 100%; height: 100%; }
body { font: 12px/18px 'Arial', sans-serif; color: #666; background: #fff1e7 url(../images/page-bg.png) 0 -68px repeat-x; text-align: left; }

table { border-collapse: collapse; border-spacing: 0; border-width: 0; }
caption, td, th { vertical-align: top;}

dl, ul, ol { margin: 0 0 16px 0; padding: 0 0 0 16px; }
ol { list-style-type: decimal; }
ul { list-style-type: disc; }

img { border: 0; border-width: 0; vertical-align: top; }

ins { text-decoration: underline; }
del { text-decoration: line-through; }
strong { font-weight: bold; }
em { font-style: italic; }

input, button { overflow: visible; }
input, button, select { vertical-align: middle; }
textarea { vertical-align: top; }

blockquote { quotes: none; }
blockquote:before, blockquote:after { content: ''; content: none; }
q { quotes: '\00AB' '\00BB' '\201E' '\201C'; }
q:before { content: '\00AB'; }
q:after { content: '\00BB'; }
q q:before { content: '\201E'; }
q q:after { content: '\201C'; }

a { text-decoration: underline; }
a:hover, a:active { text-decoration: none; }

/* ----- global ----- */
a { color: #f09a07; }
h1 { font: 22px/30px 'Arial'; color: #a80000; }
h2 {font: 18px 'Arial'; color: #a80000;}
h3 {font: 16px 'Arial'; color: #a80000;}

/* ----- clear ----- */
.clear { clear: both; height: 0; visibility: hidden; overflow: hidden; }
.clearfix:after { content: ""; display: block; clear: both; visibility: hidden; height: 0; font: 0/0 'Tahoma'; }
.nobg { background: none !important; }
.nobd { border: 0 !important; }
.nom { margin: 0 !important; }
.nop { padding: 0 !important; }

/* -------------------- MAIN -------------------- */
#page { width: 100%; min-height: 100%; position: relative; }
.p-einner { width: 100%; min-width: 998px; max-width: 1298px; margin: 0 auto; position: relative; }
.p-iinner { padding: 0 21px; position: relative; }





.left_menu {
color:#A80000;
font:22px/30px 'Arial';
margin:30px 0 0;
}

