﻿/*----------------------------------General: body, links, fonts-------------------------------*/
body, html{ height: 100%; }
body{ background-color: #a84719; background-image: url(images/bg_pg.png); background-repeat: repeat-x; color: #665c48; font-family: Calibri,"Trebuchet MS", Tahoma, Geneva, "Luxi Sans", "Bitstream Vera Sans",Arial, Helvetica,  sans-serif; font-size: 13px; margin: 0; padding: 0; }
/*-------------------- safari hack---------------------*/ 
 body:last-child:not(:root:root) .btnlink{ font-size: 12px; border:1px solid red; }
 p, td, input, select, textarea, option{ color: #665c48; font-family: Calibri,"Trebuchet MS", Tahoma, Geneva, "Luxi Sans","Bitstream Vera Sans",Arial, Helvetica,  sans-serif; font-size: 12px; }
a, a:link{ color: #c6592b; outline: 0; text-decoration: none; }
a:visited{ color: #9a4723; text-decoration: none; }
a:hover{ color: #7e3617; text-decoration: underline; }
a:visited:hover{ color: #8c4120; text-decoration: none; }
h1{ color: #cf3a05; font-size: 24px; font-weight: normal; margin: 15px 15px 5px 15px !important; padding: 0; }
h2{ color: #8c4120; font-size: 22px; margin: 5px 15px; padding: 0; }
h3{ color: #cf3a05; font-size: 20px; font-weight: normal; margin: 25px 15px 10px 15px !important; padding: 0; }
h4{ font-size: 16px; line-height: 120%; margin: 5px 15px !important; padding: 0 !important; text-align: left; }
.static h4{ margin: 5px 15px !important; }
.static h3{ margin: 10px 15px 0px 15px !important; }
.clear{ clear: both; }
ul li{ list-style: none; }
p{ margin: 0; padding: 5px 20px !important; }
.static p{ padding: 5px 15px !important; }
.static div{ margin: 0; padding: 0; }
/*----------------------------------Redundant styles-------------------------------*/
#container{ width: 960px; }
/*-------------------- lalala---------------------*/
#tooltip { background-color: #f7f6f1; border: 1px solid #b0a691; color: #b0a691; font-size: 11px; opacity: 0.85; padding: 5px; }
#tooltip h3, #tooltip p { font-size: 11px; margin: 0; padding: 0; }
.static ul, .homeblock ul{ margin: 0; padding: 5px 15px; }
.static li, .homeblock li{ background-image: url(images/gr_bullet.gif); background-position: 0 6px; background-repeat: no-repeat; margin: 0 0 0 10px; padding: 2px 10px 2px 15px; }
