html, body {
    height: 100%;
}
body {
    margin: 0px;
    padding: 0px;
    background: #DEDEDE url(images/img01.png) repeat;
    font-family: sans-serif;
    font-size: 15px;
    color: #8F8F8F;
}
h1, h2, h3 {
    margin: 0px;
    padding: 0px;
    font-weight: 300;
}
h2 {
    margin-bottom: 20px;
    padding: 0px 0px 10px 0px;
    border-bottom: 1px solid #DEDEDE;
    color: #303030;
}
p, ol, ul {
    margin-top: 0px;
}
p {
    line-height: 180%;
}
strong {
}
a {
    color: #2B2B2B;
}
a:hover {
    text-decoration: none;
}
a img {
    border: none;
}
img.border {
}
img.alignleft {
    float: left;
}
img.alignright {
    float: right;
}
img.aligncenter {
    margin: 0px auto;
}
hr {
    display: none;
}
h2.entry{
    margin-bottom: 20px;
    padding: 0px 0px 10px 0px;
    border-bottom: 1px solid #DEDEDE;
    color: #303030;
}
#check{
    position: fixed;
    width: 123px;
    left: 0px;
    top: 105px;
    background: #831804;
    padding: 10px;
}
#offers{
    position: fixed;
    width: 87px;
    left: 0px;
    top: 198px;
    background: #ff9100;
    padding: 10px;
}
#offers a, #check a{
    color: whitesmoke;
    text-decoration: none;
    font-weight: bold;
    font-style: italic;
}
/** WRAPPER */
#wrapper {
    overflow: hidden;
    padding: 0px 0px 10px 0px;
    background: #FFFFFF;
    min-height: 560px;
}

.container {
    width: 940px;
    margin: 0px auto;
}

.clearfix {
    clear: both;
}

/** HEADER */
#header-wrapper {
    overflow: hidden;
    height: 100px;
    margin-bottom: 30px;
    background: url(images/img01.png) repeat;
    border-bottom: 1px solid #DAD8D8;
}


#header {
    margin: 10px auto;
}

/** LOGO */
#logo {
    position: relative;
    float: left;
    width: 287px;
    height: 80px;
    background: url(images/logo.jpg) no-repeat center;
}

#logo h1, #logo p {
    margin: 0px;
    line-height: normal;
}

#logo h1 a {
    display: block;
    padding: 10px 0px 0px 0px;
    text-decoration: none;
    color: #2B2B2B;
}

#logo p {
    margin-top: -5px;
    text-decoration: none;
    color: #5C5C5C;
}
#logo p a {
    color: #5C5C5C;
}
/** MENU */
#menu {
    float: right;
}
#menu ul {
    margin: 0px;
    padding: 20px 0px 0px 0px;
    list-style: none;
    line-height: normal;
}
#menu li {
    float: left;
    margin: 0px 0px 0px 10px;
}
#menu a {
    display: block;
    text-decoration: none;
    padding: 5px 10px;
    font-size: 16px;
    color: #2B2B2B;
}
#menu a:hover {
    text-decoration: underline;
}
#menu .active a {
    border-radius: 5px;
    background: #2B2B2B;
    color: #FFFFFF;
}

/** PAGE */
#page {
}

/** CONTENT */
#content {
    float: left;
    width: 400px;
}
#content h2 {
    margin-bottom: 20px;
    padding: 0px 0px 10px 0px;
    border-bottom: 1px solid #DEDEDE;
    color: #303030;
}

/** SIDEBAR */
#sidebar {
    float: right;
    width: 400px;
}
#sidebar h2 {
    margin-bottom: 20px;
    padding: 0px 0px 10px 0px;
    border-bottom: 1px solid #DEDEDE;
    color: #303030;
}

/** THREE COLUMNS */
#three-column {
    overflow: hidden;
    margin-bottom: 30px;
    padding: 0px 0px 30px 0px;
    border-bottom: 1px solid #DEDEDE;
}

#three-column h2 {
    padding: 0px 0px 10px 0px;
    color: #303030;
}

#three-column #column1 {
    float: left;
    width: 300px;
}

#three-column .column {
    float: left;
    width: 237px;
    margin-right: 28px;
    margin-left: 28px;
    padding: 10px;        
    background: #F0F0F0;
}
a.main-button {
    float: right;     
    display: block; 
    width: 181px;
    height: 40px; 
    background: url(images/prosfora.png) no-repeat 0 0;
    font-family: Helvetica, arial, sans-serif;
    font-size: 15px; 
    color: #fff;
    text-shadow: 0 -1px #8a3900;
    padding-left: 47px;
    margin-right: -39px;
    margin-top: -15px;
    line-height: 28px;
    cursor: pointer;
    text-decoration: none;
}
a.main-button:hover { text-decoration: none; }

/***************************** history ****************************************/
#history{
    float: right;
    background: url(images/history.jpg) center no-repeat;
    width: 398px;
    height: 575px;
    margin-left: 20px;
}
#history_txt{
    text-align: justify;
    border-bottom: 1px solid #dedede;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
#history_txt blockquote{
    font-style: italic;
}

/** LIST STYLE 1 */
ul.style1 {
    margin: 0px;
    padding: 0px 0px 0px 0px;
    list-style: none;
}

ul.style1 li {
    line-height: 160%;
}

ul.style1 a {
    padding: 0px 0px 0px 0px;
    text-decoration: none;
    color: #525252;
}

ul.style1 a:hover {
    text-decoration: underline;
}

ul.style1 .first {
    padding-top: 0px;
}
iframe{
    width: 350px; 
    height:200px;
    text-align: center;
    margin: 0px 22px;
    border: 1px solid skyblue;
}
.bottomLine{
    width: 940px;
    height: 150px;
    border-bottom: 1px solid #dedede;
    margin: 0px auto 30px auto;
}
/******************************* table ****************************************/
.gen_table{
    display: table;
    border-bottom: 1px solid #dedede;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.gen_tableR{
    border: dotted 1px skyblue;
    margin-bottom: 10px;
}
.gen_tableC{
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
}
/******************************* contact **************************************/
#contact_form { 
    padding: 0px 22px; 
    width: 300px 
}
#contact_form form {
    margin: 0px;
    padding: 0px;
}
#contact_form form .input_field { 
    width: 290px;
    padding: 2px 0;
    color: #666; 
    border: 1px solid skyblue;
    background: #DEDEDE; 
}
#contact_form form label { 
    display: block; 
    width: 100px; 
    margin-right: 10px; 
    font-size: 14px 
}
#contact_form form textarea { 
    width: 280px;
    height: 150px;
    padding: 5px;
    color: #666; 
    border: 1px solid skyblue;
    background: #DEDEDE; 
}
#contact_form form .submit_btn {
    padding: 5px;
    border: 1px solid skyblue; 
    background: #DEDEDE; 
}
.cleaner{
    clear: both;
}
.float_l{
    float: left;
    margin-left: 0px;
}
.float_r{
    float: right;
    margin-right: 8px;
}
/*******************************footer*****************************************/
#footer p {
    margin: 0px;
    text-align: center;
}

#footer a {
    color: #303030;
}

#footer{
    overflow: hidden;
    height: 80px;
    border-top: 1px solid #DAD8D8;
    width:750px;
    margin-left:auto;
    margin-right: auto;
    display: table;
    clear: both;
}
#topline{       
    display: table-row;
}
#topline div{
    display: table-cell;
    vertical-align: middle;
}
#master{
    height:0px;
    width:90px;
}
#masterlink {
    display:block;   
}
#foottext{
    width:270px;
    font-style: italic;
    text-align:center;
    font-size:12px;
    color:#636466;    
}
#espa {
    height:38px;
    width:280px; 
}