

.clear_containers_float {
float: none;
clear: both;
width: 0px;
height: 0px;
padding: 0px;
margin: 0px;
}

a {
color: #496711;
text-decoration: underline;
}

a:hover {
color: #496711;
text-decoration: none;
}

a.reversed {
color: #496711;
text-decoration: none;
}

a.reversed_hig {
color: #000000;
text-decoration: none;
}

a.reversed:hover {
color: #496711;
text-decoration: underline;
}

a.black {
color: #000000;
text-decoration: none;
}

a.black:hover {
text-decoration: underline;
}

a.black_reversed {
color: #000000;
text-decoration: underline;
}

a.black_reversed:hover {
text-decoration: none;
}

a.white {
color: #ffffff;
text-decoration: none;
}

a.white:hover {
text-decoration: underline;
}

img {
border: none;
}

img.bordered_img {
padding: 6px;
border: 1px solid #e3e3e3;
}

img.teaser_img_small {
float: left;
padding: 4px;
border: 1px solid #e3e3e3;
margin-right: 4px;
}

img.teaser_img_small_last {
float: left;
padding: 4px;
border: 1px solid #e3e3e3;
}

img.promotion_thumb {
float: left;
padding: 3px;
border: 1px solid #e3e3e3;
margin-right: 6px;
cursor: pointer;
}

img.promotion_thumb_last {
float: left;
padding: 3px;
border: 1px solid #e3e3e3;
cursor: pointer;
}

img.gallery_thumb {
float: left;
padding: 4px;
border: 1px solid #e3e3e3;
margin-right: 8px;
margin-bottom: 4px;
cursor: pointer;
}

img.gallery_thumb_last {
float: left;
padding: 4px;
border: 1px solid #e3e3e3;
margin-bottom: 4px;
cursor: pointer;
}

img.gallery_thumb_bottom_row {
float: left;
padding: 4px;
border: 1px solid #e3e3e3;
margin-right: 8px;
cursor: pointer;
}

img.gallery_thumb_bottom_row_last {
float: left;
padding: 4px;
border: 1px solid #e3e3e3;
cursor: pointer;
}

img.smallthumb {
padding: 2px;
border: 1px solid #cdcdcd;
}

img.large_thumb {
border: none;
padding: 1px;
border: 1px solid #e3e3e3;
}

.main_title {
font-family: tahoma;
font-size: 14px;
color: #000000; 
}

h1 {
font-family: tahoma;
font-size: 14px;
color: #000000;
font-weight: normal;
}

h1.hig {
width: 629px;
font-family: tahoma;
font-size: 16px;
color: #000000;
font-weight: normal;
background: #009de0;
color: #ffffff;
padding: 10px;
padding-top: 5px;
padding-bottom: 5px;
margin-top: 0px;
}

p {
clear: both;
/*margin-top: 10px;*/
margin-bottom: 10px;
}

p.align_right {
margin-top: 10px;
margin-bottom: 10px;
text-align: right;
}

p.align_center {
margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}

p.single {
margin-top: 5px;
margin-bottom: 5px;
}

p.single_centre {
width: 100%;
margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}

p.double {
margin-top: 5px;
margin-bottom: 20px;
}

p.main_title {
font-family: tahoma;
font-size: 16px;
}

p.form {
clear: both;
float: none;
margin-top: 5px;
margin-bottom: 5px;
}

hr {
clear: both;

border: none;
border-bottom: 1px solid #dfd49e;
height: 1px;
padding-top: 10px;
padding-bottom: 10px;
margin-bottom: 10px;

}

hr.light {
border: 0;
height: 1px;
color: #e3e3e3;
background-color: #e3e3e3;
margin: 5px 0 0 0;
}

.large_copy {
font-size: 14px;
}

.strong_copy {
font-weight: bold;
}

.italic_copy {
font-style: italic;
}

.underline_copy {
text-decoration: underline;
}

.error_copy {
color: #ff0000;
}

.small_arrows {
font-family: arial;
font-size: 9px;
font-style: italic;
}

ul {
padding-left: 20px;
}

ol {
padding-left: 20px;
}



/*FORM STYLES*/
.form {
clear: both;
margin-bottom: 15px;
}

.form_sm {
clear: both;
margin-bottom: 5px;
}

.form_nm {
clear: both;
margin-bottom: 0px;
}

fieldset {
border: 1px solid #043E54;
padding: 10px;
}

legend {
font-weight: normal;
color: #384e76;
margin-bottom: 10px;
padding: 0px 5px;
}

.form_label {
color: #496711;
}

/*INPUT*/
input {
font-family: tahoma;
font-size: 14px;
padding: 2px;
}

.subbut {
font-size: 12px;
padding: 4px;
}

/*TEXTAREA*/
textarea {
font-family: tahoma;
font-size: 14px;
padding: 2px;
}

.textarea_large {
width: 350px;
height: 100px;
}

/*SELECT*/
select {
padding: 2px;
}