/* 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: #EFE9E2;
color: #000000;
}

/* bg colour below nav */
.colour_2 {
background: #D3CDBB;
color: #000000;
}

/* ----------- main content area ----------- */

/* cell to right of nav */
.main_td {
background: #ffffff;
}

/* title - over bg img */
.strapline {
background-color: transparent;
color: #473A2F;
font-size: 20px;
font-weight: normal;
/* t r b l */
padding: 30px 0px 0px 0px;
}

/* titles */
.strapline2 {
background-color: transparent;
color: #473A2F;
font-size: 13px;
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 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;
}

/* cell to right of main text */
.main_img_td {
background: #ffffff;
}

/* padding for images */
.main_img_padding {
/* t r b l */
padding: 80px 5px 0px 5px;
}

/* ----------- 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 { background: none; color: #89494d; text-decoration: none; font-weight: bold; }
.credits {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #333333}
