@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	}

body {
	font-size: 62.5%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}

#header_extend {
	background:url(/img/bg_header_x.jpg) #330066 repeat-x;
	height:110px;
	}

#header {
	position:relative;
	height:110px;
	width:915px;
	margin:0 auto 0 auto;
	padding:0 20px 0 20px;
	}
	
#header_basket {
	line-height:1.3em;
	color:#FFFFFF;
	padding:5px;
	text-align:center;
	border:1px solid #999999;
	border-top:none;
	border-bottom:none;
	border-left:none;
	position:absolute;
	right:10px;
	top:30px;
	height:40px;
	width:120px;
	}
	
#header_login {
	line-height:1.3em;
	color:#FFFFFF;
	padding:5px;
	text-align:center;
	border:1px solid #999999;
	border-top:none;
	border-bottom:none;
	position:absolute;
	right:140px;
	top:30px;
	height:40px;
	width:130px;
	}

	
#sub_header {
	position:relative;
	background:#c1c1e0 url(/img/bg_sub_header.jpg) repeat-x bottom;
	height:42px;
	width:955px;
	margin:0 auto 0 auto;
	}
	
#sub_header_title {
	position:relative;
	float:left;
	width:260px;
	height:34px;
	padding:8px 0 0 20px;
	background:#CC6600 url(/img/bg_sub_header_title_corner.jpg) no-repeat right top;
	}
	
#nav_stretch {
	background:#330066 url(img/bg_nav.jpg) repeat-x 50% 50%;
	padding:10px;
	}
	
#nav {
	position:relative;
	width:900px;
	margin:0 auto 0 auto;
	}

#main {
	background:url(/img/bg_main_y.jpg) #FFFFFF repeat-y;
	width:955px;
	margin:0 auto 0 auto;
	}
	
#main_stretch {
	background-color:#FFFFFF;
	padding:10px;
	}
	
#main_left_col {
	float:left;
	width:260px;
	padding:10px;
	}
	
#main_centre_col {
	float:left;
	width:365px;
	padding:15px;
	}
	
#main_col {
	position:relative;
	float:left;
	padding:15px;
	width:645px;
	}
	
#main_right_col {
	float:left;
	text-align:center;
	background:#c1c1e0 url(/img/bg_main_right_bottom.jpg) no-repeat bottom;
	width:260px;
	padding:10px;
	}

#advertisement {
	float:right;
	width:655px;
	padding:10px;
	text-align:center;
	}

#bottom {
	background-color:#cc6600;
	height:67px;
	width:955px;
	margin:0 auto 0 auto;
	}
	
#bottom_nav {
	height:41px;
	padding:15px 20px 0 20px;
	}
	
#bottom_extend {
	background:#FFFFFF url(/img/bg_bottom_x.jpg) repeat-x;
	}
	
#footer {
	width:915px;
	margin:0 auto 0 auto;
	padding:10px 20px 0 20px;
	}
	
.v {
	vertical-align:middle;
	}
	
/***********************************************************************
font
***********************************************************************/

p {
	font-size:1.0em;
	line-height:1.4em;
	color:#333333;
	margin-bottom:15px;
	}
	
a {
	color:#000000;
	}
	
a:hover{
	color:#cc6600;
	}

h1 {
	font-size:1.6em;
	font-weight:normal;
	color:#FFFFFF;
	}
	
h2 {
	font-size:1.5em;
	font-weight:normal;
	color:#FFFFFF;
	margin-bottom:15px;
	}
	
h3 {
	font-size:1.6em;
	font-weight:normal;
	color:#cc6600;
	margin-bottom:15px;
	}
	
.large {
	font-size:1.4em;
	}
	
.light_grey {
	color:#999999;
	}
	
.light_grey_small {
	color:#999999;
	font-size:0.9em;
	line-height:1.3em;
	}
	
.black {
	color:#000000;
	font-size:0.9em;
	}
	
.red {
	color:#FF0000;
	}
	
.white {
	color:#FFFFFF;
	}
	
.purple {
	color:#330066;
	}
	
.orange {
	color:#cc6600;
	}
	
.list ul {
	list-style:square;
	}
	
.list li {
	margin-left:25px;
	list-style:square;
	font-size:1.0em;
	line-height:1.6em;
	color:#333333;
	}
	
.ticklist ul {
	list-style:none;
	}

.ticklist li {
	list-style:none;
	background-image: url(/img/icon_tick.gif);
	background-repeat: no-repeat;
	padding-left:25px;
	font-size:1.0em;
	line-height:1.8em;
	color:#333333;
	}


.finder_list ul {
	list-style:none;
	}
	
.finder_list li {
	list-style:none;
	font-size:1.0em;
	line-height:1.6em;
	color:#333333;
	border:1px solid #CCCCCC;
	padding:10px;
	margin-bottom:3px;
	border-left-width:10px;
	background-color:#FFFFFF;
	}
	
#privacy_policy {
	margin:10px 0px 0px 0px;
	clear:both;
	}
	
hr {
	border:0;
	color:#CCCCCC;
	background-color:#CCCCCC;
	height:1px;
	margin:3px 0px 10px 0px;;
	}
	
/***********************************************************************
nav
***********************************************************************/

#nav_main ul {
	list-style:none;
	}
	
#nav_main li {
	color:#FFFFFF;
	display:inline;
	font-size:1.0em;
	}
	
#nav_main a, #header_login a, #header_basket a {
	text-decoration:underline;
	color:#FFFFFF;
	}
	
#nav_main a {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	}
	
#nav_main a:hover, #header_login a:hover, #header_basket a:hover {
	text-decoration:underline;
	color:#cc6600;
	}
	
#nav_bottom ul {
	list-style:none;
	}
	
#nav_bottom li {
	color:#FFFFFF;
	display:inline;
	font-size:1.0em;
	}
	
#nav_bottom a {
	text-decoration:underline;
	color:#FFFFFF;
	}
	
#nav_bottom a:hover {
	text-decoration:underline;
	color:#000000;
	}
	
a.white_link {
	text-decoration:underline;
	color:#FFFFFF;
	}

a:hover.white_link {
	text-decoration:underline;
	color:#000000;
	}

#logged_in {
	font-size:1.0em;
	position:absolute;
	text-align:right;
	right:20px;
	bottom:8px;
	color:#FFFFFF;
	}
	
#logged_in a {
	text-decoration:underline;
	color:#FFFFFF;
	}
	
#logged_in a:hover {
	text-decoration:underline;
	color:#cc6600;
	}
	
/***********************************************************************
forms
***********************************************************************/

fieldset {
	border:1px #CCCCCC solid;
	padding:10px;
	background:#FFFFFF url(/img/bg_fieldset_x.jpg) repeat-x bottom;
	}
	
fieldset.admin {
	border:1px #CCCCCC solid;
	padding:10px;
	background-color:#FFFFFF;
	background-image:none;
	}
	
legend {
	padding:3px;
	color:#cc6600;
	}
	
label {
	line-height:1.4em;
	color:#000000;
	font-weight:bold;
	display:block;
	}
	
input {
	margin-bottom:5px;
	background-color:#f9f0e9;
	}
	
input.purple_button {
	font-weight:bold;
	border:2px solid #CCCCCC;
	padding:10px;
	color:#FFFFFF;
	background:url(/img/bg_header_x.jpg) #330066 repeat-x;
	cursor:pointer;
	}
	
label.inline {
	display:inline;
	}
	
input.orange_button {
	font-weight:bold;
	border:2px solid #CCCCCC;
	padding:1px 15px 1px 15px;
	color:#FFFFFF;
	background-color:#cc6600;
	cursor:pointer;
	}

/*input.orange_button {
	padding:1px 15px 1px 15px;
	background-color:#cc6600;
	color:#FFFFFF;
	}*/
	
.search_box {
	padding:5px;
	width:210px;
	font-size:1.4em;
	border:3px solid #CCCCCC;
	color:#333333;
	}
	
.search_button {
	font-weight:bold;
	width:180px;
	border:3px solid #CCCCCC;
	padding:10px;
	color:#FFFFFF;
	background:url(/img/bg_header_x.jpg) #330066 repeat-x;
	cursor:pointer;
	}
	
/***********************************************************************
sites
***********************************************************************/

#site_description {
	background-color:#c1c1e0;
	padding:5px 10px;
	clear:both;
	}
	
#site_images {
	position:relative;
	float:left;
	width:300px;
	}

#site_info {
	margin-left:10px;
	float:right;
	width:335px;
	}

.site_data {
	display:block;
	padding:3px;
	border-bottom:1px solid #CCCCCC;
	}
	
.button {
	display:block;
	width:100px;
	height:25px;
	text-align:center;
	background:#CC6600 url(/img/button_large.jpg);
	text-decoration:none;
	padding:5px;
	color:#FFFFFF;
	}
	
.button:hover {
	color:#000000;
	}

/***********************************************************************
results
***********************************************************************/
	
.result_table {
	border-collapse: collapse;
	width:100%;
	}
	
.result_table td {
	padding:8px;
	}
	
.next_prev {
	font-size:1.2em;
	}