@charset "UTF-8";
/* CSS Document */

/* BASE STYLES */

.title-big { position:relative;top:-1px;height:30px;background-color: transparent;background-repeat:repeat-x;line-height:30px;padding-left:10px; }
.title-big .title-border-right,
.title-big .title-border-left { height:30px;width:6px;position:absolute;overflow:hidden;background-color: transparent;background-repeat: no-repeat;background-position: 0 0; }
.title-big .title-border-left { top:0;left:-1px; }
.title-big .title-border-right { background-position:-6px 0;top:0;right:-1px; }

.title-small { position:relative; top:-1px; height:25px; line-height:25px; padding-left:10px; background-color: transparent;	background-repeat: repeat-x; }
.title-small .title-border-right,
.title-small .title-border-left{ height:25px; width:6px; position:absolute; overflow:hidden; background-color: transparent;	background-repeat: no-repeat; background-position: 0 0; }
.title-small .title-border-left{ top:0;left:-1px; }
.title-small .title-border-right{ background-position:-6px 0;top:0;right:-1px; }

/* CUSTOM COLORS */

.title-orange-big { background-image: url(../images/titles/title-orange-bg.jpg); }
.title-orange-big,
.title-orange-big h2 { color:#6d481d; }
.title-orange-big .title-border-right,
.title-orange-big .title-border-left { background-image: url(../images/titles/title-orange-borders.jpg); }
.title-orange-big a{ color:#4F330F; }

.title-grey-big { background-image: url(../images/titles/title-grey-bg.jpg); }
.title-grey-big,
.title-grey-big h2 { color:#fff; }
.title-grey-big .title-border-right,
.title-grey-big .title-border-left { background-image: url(../images/titles/title-grey-borders.jpg); }

.title-grey-big { background-image: url(../images/titles/title-green-bg.jpg); }
.title-grey-big,
.title-grey-big h2 { color:#fff; }
.title-grey-big .title-border-right,
.title-grey-big .title-border-left { background-image: url(../images/titles/title-green-borders.jpg); }

.title-orange-small{ background-image: url(../images/titles/title-orange-small-bg.jpg); }
.title-orange-small,
.title-orange-small h3 { color:#6d481d; }
.title-orange-small .title-border-right,
.title-orange-small .title-border-left{ background-image: url(../images/titles/title-orange-small-borders.jpg); }

.title-grey-small{ background-image: url(../images/titles/title-grey-small-bg.jpg); }
.title-grey-small,
.title-grey-small h3 { color:#fff; }
.title-grey-small .title-border-right,
.title-grey-small .title-border-left{ background-image: url(../images/titles/title-grey-small-borders.jpg); }

.title-green-small{ background-image: url(../images/titles/title-green-small-bg.jpg); }
.title-green-small,
.title-green-small h3 { color:#fff; }
.title-green-small .title-border-right,
.title-green-small .title-border-left{ background-image: url(../images/titles/title-green-small-borders.jpg); }