/* 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: #ffffff;
background-image: url('../assets/sailing_bg.jpg');
background-repeat: no-repeat;
}

/* cell holding main text */
.main_txt_td {
/* t r b l */
padding: 170px 0px 0px 0px;
}

/* bottom bg img and contact text */
.bottom_txt_td {
background-image: url('../assets/sailing_img_7.jpg');
background-repeat: no-repeat;
}

/* title - over bg img */
.strapline {
/* t r b l */
padding: 0px 30px 0px 35px;
background-color: transparent;
color: #89494D;
font-size: 23px;
}

/* main text */
.main_txt {
/* t r b l */
padding: 0px 30px 0px 35px;
line-height: 20px;
}

/* cell next to main text - holds images */
.main_img_td {
background: #FEF8E8;
color: #000000;
/* t r b l */
padding: 0px;
vertical-align: top;
}

/* padding/font size for contact text */
.contact_text {
/* t r b l */
padding: 40px 60px 0px 35px;
font-size: 14px;
font-weight: bold;
}

/* padding under back to top link */
.btt_link {
/* t r b l */
padding: 0px 0px 25px 0px;
}


/* ----------- 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;
}

/* 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;
}



.credit {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #333333}
