/* H & J turkey website : Village */


body {
margin:10px 10px 10px 10px;
background: #bbb3ae;
color: #000000;
font-family: arial, verdana, helvetica, sans-serif;
font-size: 12px;
}

/* bg colour for nav */
.colour_1 {
background: #E3DFD6;
color: #000000;
}

/* bg colour below nav */
.colour_2 {
background: #D3CDBB;
color: #000000;
}

/* ----------- main content area ----------- */

/* cell to right of nav */
.main_td {
background: #FEF8E8;
background-image: url('../assets/book_bg.jpg');
background-repeat: no-repeat;
}

/* title - over bg img */
.strapline {
background-color: transparent;
color: #ffffff;
font-size: 25px;
/* t r b l */
padding: 130px 0px 0px 35px;
}

/* titles */
.strapline2 {
background-color: transparent;
color: #000000;
font-size: 18px;
}

/* titles */
.strapline3 {
background-color: transparent;
color: #89494D;
font-size: 14px;
font-weight: bold;
}

/* main text area */
.main_txt {
line-height: 20px;
/* t r b l */
padding: 20px 35px 0px 35px;
}

/* price table - border */
.price_table {
border: 1px 1px 1px 1px;
border-style: solid;
line-height: 13px;
font-size: 11px;
}

/* price table - cell 1 */
.pt_cell_1 {
background: #39496B;
color: #FFCF9C;
/* t r b l */
padding: 5px 5px 5px 5px;
}

/* price table - cell 2 */
.pt_cell_2 {
background: #D6CFBD;
color: #293063;
/* t r b l */
padding: 5px 5px 5px 5px;
}

/* price table - cell 3 */
.pt_cell_3 {
background: #DEDFEF;
color: #000000;
/* t r b l */
padding: 5px 5px 5px 5px;
}

/* price table - cell 4 */
.pt_cell_4 {
background: #9C8A73;
color: #ffffff;
/* t r b l */
padding: 5px 5px 5px 5px;
}

/* price table - cell 5 */
.pt_cell_5 {
background: #D6CFBD;
color: #000000;
/* t r b l */
padding: 5px 5px 5px 5px;
}

/* contact text */
.large_txt {
font-size: 14px;
font-weight: bold;
}

/* ----------- links ----------- */

/* normal link */
a.hj_link:link {
background: none;
color: #686ca2;
text-decoration: none;
font-weight: bold;
}
a.hj_link:visited {
background: none;
color: #686ca2;
text-decoration: none;
font-weight: bold;
}
a.hj_link:hover {
background: none;
color: #686ca2;
text-decoration: none;
font-weight: bold;
}
a.hj_link:active {
background: none;
color: #89494d;
text-decoration: none;
font-weight: bold;
}

/* white link - bottom nav */
a.bot_nav_link:link {
background: none;
color: #ffffff;
text-decoration: none;
font-weight: bold;
}
a.bot_nav_link:visited {
background: none;
color: #ffffff;
text-decoration: none;
font-weight: bold;
}
a.bot_nav_link:hover {
background: none;
color: #cc9999;
text-decoration: none;
font-weight: bold;
}
a.bot_nav_link:active {
background: none;
color: #ffffff;
text-decoration: none;
font-weight: bold;
}



/* ----------- navigation ----------- */


/* cell for bottom nav */
.foot {
/* t r b l */
padding: 5px 0px 5px 25px;
background: #3D4A69;
color: #ffffff;
}

/* text under nav */
.left_col_txt {
/* t r b l */
padding: 0px 0px 0px 25px;
}

/* cell dividing nav items */
.white_line {
background: #ffffff;
color: #ffffff;
}

/* sub nav cells */
.sub_n_over {
background-color: #89494d;
color: #000000;
/* t r b l */
padding: 4px 0px 4px 40px;
}

.sub_n_off {
background-color: transparent;
color: #000000;
/* t r b l */
padding: 4px 0px 4px 40px;
}

.sub_n_selected {
background-color: #cc9999;
color: #ffffff;
/* t r b l */
padding: 4px 0px 4px 40px;
}

/* nav cells */
.n_over {
background-color: #89494d;
color: #000000;
/* t r b l */
padding: 4px 0px 4px 25px;
}

.n_off {
background-color: transparent;
color: #000000;
/* t r b l */
padding: 4px 0px 4px 25px;
}

.n_selected {
background-color: #cc9999;
color: #ffffff;
/* t r b l */
padding: 4px 0px 4px 25px;
}

/* nav links */
.n_link_over {
background-color: transparent;
color: #ffffff;
text-decoration: none;
font-weight: bold;
} 

.n_link_off {
background-color: transparent;
color: #000000;
text-decoration: none;
font-weight: bold;
}

.n_link_selected {
background-color: transparent;
color: #000000;
text-decoration: none;
font-weight: bold;
}



.credits {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #333333}

