/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;			/* width of page */
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
					only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
}
/* 3 Column settings */
.threecol {
			/* right column background colour */
}
.threecol .colmid {
	right:37%;			/* width of the right column */
		/* center column background colour */
}
.threecol .colleft {
	right:33%;			/* width of the middle column */
		/* left column background colour */
}
.threecol .col1 {
	width:26%;			/* width of center column content (column width minus padding on either side) */
	left:102%;			/* 100% plus left padding of center column */
}
.threecol .col2 {
	width:24%;			/* Width of left column content (column width minus padding on either side) */
	left:44%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.threecol .col3 {
	width:27%;			/* Width of right column content (column width minus padding on either side) */
	left:85%;			/* Please make note of the brackets here:
					(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}


.header
{
position:relative; /* This fixes ie overflow*/

	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}

 

#header-right 
{
font-family: arial, verdana;
font-size:8pt;
height:90px;
float:left;
width:500px;
padding:0px;
margin-bottom:20px;
}

#header-left  
{
font-family: tahoma, arial, verdana;
font-size:10pt;
height:90px;
float:right;
width:340px;
padding:10px;
background-color: #E3e3df;
border-top:1px solid #999;
border-bottom:1px solid #999;
border-right:1px solid #999;
border-left:1px solid #999;
padding-top:20px;
}

#header-left .form
{
margin-top:4px;
padding-top:2px;
}

ul
{
float:left;
width:860px;
display:inline;
text-align: left;
background-color: #5e5085;
position:relative;
margin-top:10px;
margin-bottom:10px;
padding-top:5px;
padding-bottom:5px;
}

li
{
list-style-type:none;
display:inline;
text-align: left;
list-style:none;
padding-left:14px;
padding-right:14px;
border-left: 1px solid #FFF;
list-style-type:none;
}




li.selected
{
border-left: 0px solid #5E5085;
margin-left:-40px;
}

#menu a
{
background-color: #5e5085;
color:#FFF;
}


#raise-image

{
height:210px;
width:500px;
background-image:url('http://dotukdirectory.co.uk/images/redesign/raiseyourhead.jpg');
background-repeat:no-repeat;
} 


#categoriescontainer h2
{
font-family:Tahoma; 
color:#003DB1;
font-size:10pt;
font-weight:bold;
}

#locationcontainer h2
{
font-family:Tahoma; 
color:#CC0099;
font-size:10pt;
font-weight:bold;
}

body 
{
margin: 0px;
background-color: #EEE;
}

#pagecontainer 
{
max-width: 900px;
margin: 0px auto 0 auto;
margin-top: 0px;  
padding: 20px;
background-color: #FFF;
}

.editors{
font-family: arial, verdana;
font-size:8pt;
}

#body-left 
{
float:left;
max-width: 500px;
margin: 0px auto 0 auto;
margin-top: 0px;  
padding: 0px;
}

#body-right 
{
float:right;
max-width: 200px;
margin: 0px auto 0 auto;
margin-top: 0px;  
padding: 10px;
}
#categoriescontainer 
{
float:left;
max-width: 500px;
margin: 0px auto 0 auto;
margin-top: 0px;  
padding: 0px;
}


#locationcontainer 
{
float:right;
max-width: 350px;
margin: 0px auto 0 auto;
margin-top: 0px;  
padding: 10px;
}

a.link-title
{
	font-family: sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}




.subcategories {padding-left:0;}

.subcategories li {
	list-style-image: url(http://www.dotukdirectory.co.uk/images/categories-bullet.gif);
	padding: 0px;
	}

.syndicate:visited {
	font-family: sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;	
}
.syndicate {
	font-family: sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;	
}
.form {
	font-family: sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;	
}
.black {
	font-family: sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-align: justify;
}
a:link {
	font-family: sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
a:active {
	font-family: sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a:visited {
	font-family: sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-family: sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}

#category_vertical ul { list-style-type: none; }
#category_vertical li { list-style-type: none; }




a.minus_button {
	font-family: arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #660000;
}

a.minus_button:hover {
	font-family: arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #660000;
}

a.minus_button:visited {
	font-family: arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #660000;
}

a.minus_button:active {
	font-family: arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #660000;
}



a.plus_button {
	font-family: arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #000066;
}

a.plus_button:active {
	font-family: arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #000066;
}

a.plus_button:visited {
	font-family: arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #000066;
}

a.plus_button:hover {
	font-family: arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #000066;
}


.breadcrumbs
{
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.breadcrumbs:visited
{
	font-family: sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.breadcrumbs:active
{
	font-family: sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.breadcrumbs:hover
{
	font-family: sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}


.metaresults:link {
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #000066;
}

.metaresults:active {
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #000066;
}

.metaresults:visited {
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #000066;
}

.metaresults:hover {
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	color: #003DB1;
}


.footer-links:link {
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

.footer-links:active {
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

.footer-links:visited {
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

.footer-links:hover {
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}


.local-title:link {
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #CC0099;
}

.local-title:active {
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #CC0099;
}

.local-title:visited {
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #CC0099;
}

.local-title:hover {
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #CC0099;
}



.link10:link {
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #000066;
}

.link10:active {
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #000066;
}

.link10:visited {
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #000066;
}

.link10:hover {
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	color: #CC0099;
}


.related_search_list:link {
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #000066;
}

.related_search_list:active {
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #000066;
}

.related_search_list:visited {
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #000066;
}

.related_search_list:hover {
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	color: #003DB1;
}


.category_vertical_list:link {
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #000066;
}

.category_vertical_list:active {
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #000066;
}

.category_vertical_list:visited {
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #000066;
}

.category_vertical_list:hover {
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	color: #003DB1;
}



.ukwebguide:link {
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;

}

.ukwebguide:active {
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;

}

.ukwebguide:visited {
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;

}

.ukwebguide:hover {
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;

}



.ukwebsites:link {
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

.ukwebsites:active {
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

.ukwebsites:visited {
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

.ukwebsites:hover {
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	color: #000000;
}


.ukdirectory:link {
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #000066;
}

.ukdirectory:active {
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #000066;
}

.ukdirectory:visited {
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #000066;
}

.ukdirectory:hover {
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	color: #003DB1;
}


.ukwebsitesguide:link {
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #000066;
}

.ukwebsitesguide:active {
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #000066;
}

.ukwebsitesguide:visited {
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #000066;
}

.ukwebsitesguide:hover {
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	color: #CC0099;
}





.b:link {
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.b:active {
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #E9C31D;	
}
.b:visited {
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.b:hover {
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #E9C31D;
}
.humanedited {
	font-family: sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}
.black-b {
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
.email:link {
	font-family: sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.email:active {
	font-family: sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FF0000;
}
.email:visited {
	font-family: sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CC6600;
}
.email:hover {
	font-family: sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}
.t-main {
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #FFFF00;
}
.yellow:link {
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.yellow:active {
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
.yellow:visited {
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC6600;
}
.yellow:hover {
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}
.title-search {
	font-family: sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
}
.title-search2 {
	font-family: sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #F19D0E;
	text-transform: none;
}
.yb:link {
	font-family: sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
.yb:active {
	font-family: sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #F19D0E;
}
.yb:visited {
	font-family: sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #F19D0E;
}
.yb:hover {
	font-family: sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}
.bbottom:link {
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.bbottom:active {
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;

}
.bbottom:visited {
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.bbottom:hover {
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
#footer li {
	display: inline;
        padding: 5px;
	border-right: 1px solid #000000;
	}
H1 {
        
	font-size: 14px;
        
	font-weight: bold;
        
	COLOR: #808000; 
	FONT-FAMILY: verdana, Helvetica;
	margin-top:2px; 
	margin-bottom:0;
}
td.titlebar {
	font-family: verdana,arial;
	font-size: 11px;
	font-weight: normal;
	color: #808000;
	text-align: justify;
}

td.link_title
{
        padding: 0px;
}

span.link_title_text
{
	font-family: verdana;
	font-size: 11px;
        font-weight: bold;}

a.freeads
{
	font-family: verdana;
	font-size: 11px;
        font-weight:normal;}

a.freeads:hover
{
	font-family: verdana;
	font-size: 11px;
        font-weight:normal;}

a.freeads:visited
{
	font-family: verdana;
	font-size: 11px;
        font-weight:normal;}

td.link_image
{
        padding: 0px
}

/* Footer styles */
#footer {
	clear:both;
        text-align:center;
	width:900px;
	border-top:1px dashed #000;
}
#footer p {
	padding-top:40px;
	padding-bottom:40px;
	margin:0;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
}