@charset "UTF-8";

/*Reset and common styles*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,label,select,textarea,p,blockquote,th,td
{ 
	margin:0;
	padding:0;
}
a:focus {
	outline: none;
}
ul,li
{
list-style:none;	
}


img,fieldset
{
	border:none;
}

.clear
{
	clear:both;
}


/*text styles*/

body {
	font-family: Arial, helvetica, sans serif;
	font-size: 10pt;
	line-height: 1.2;

}

p { margin-top: 5px;} 

h2 {

	font-family: Arial, helvetica, sans serif;
	font-size: 45px;
	color: #33CCFF;
}



h1 {

	font-family: Arial, helvetica, sans serif;
	font-size: 60px;
	color: #FF00CC;
	margin: 20px 0;
}

h3 {

	font-family: Arial, helvetica, sans serif;
	font-size: 20px;
	color: #33CCFF;
	display:inline;
}
h6 {

	font-family: Arial, helvetica, sans serif;
	font-size: 25px;
	color: #FF00CC;
	display:inline;
}

H4 { font-family: Arial, helvetica, sans serif; font-size: 16px; font-weight: bold;  text-align: left; letter-spacing: -0.2pt; line-height: 1.1; color:#00CCFF; } 


.box_text {
	font-family: Arial, helvetica, sans serif;
	font-size: 11px;
	line-height: 1.1;

}



.areas {
	margin-top: -1px;
	color: black;
	border: none;
	list-style:  disc;
	margin-left: 20px;
}



.white a:link, .white a:visited:active, .white a:visited {
color: white;
text-decoration: none;
}

.white  a:hover, .white a:visited:hover {
color: white;
text-decoration: underline;
}


.small{
	font-size: 10px;

}



.bold_head {font-weight:100; color: #999999; line-height: 23px; }


a:link {text-decoration: none; color: #00CCFF;}

a:visited {text-decoration: none; color: #00CCFF;}

a:hover {text-decoration:underline; color: #0099FF;}

a:active {text-decoration: none; color: #00CCFF;}


/*hidden numbers*/


#numbers {
	display: none;
    position: absolute;
    background: #F1FCFF;
    border-style: solid;
border-color: #33CCFF;
border-width: thin;
    padding: 20px;
    z-index: 10;
    max-height: 300px;
    width: 600px;
	-moz-border-radius:10px 10px 10px 10px;
	-webkit-border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;

}
#background{
    display: none;
    position: absolute;
    height: 875px;
    width: 100%;
    top: 0;
    left: 0;
    background: #000000;
    z-index: 1;
}


/*tooltip and news*/

.tooltip {
padding-top: 7px;
}

.tool {
	padding: 0;
	list-style: none;
}
.tool li {
	float: left;
	position: relative;
}
.tool a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.tool li em {
	background: url(http://www.cool-info.org.uk/images/hover.png) no-repeat;
	width: 180px;
	height: 45px;
	position: absolute;
	top: -85px;
	left: -90px;
	text-align: center;
	padding: 20px 12px 10px;
	font-style: normal;
	color: black;
	font-size: 80%
	z-index: 2;
	display: none;
}

#news_wrap {
clear: both;
height:160px;
width: 620px;
}



#slider-wrap {
width: 590px;
height: 80px;
background-color: #FFF3FB;
border-style: solid;
border-color: #F0027F;
border-width: thin;
-moz-box-shadow:#666 2px 0px 3px;
-webkit-box-shadow:#666 2px 0px 3px;
-webkit-border-radius: 5px; /* Safari prototype */
-moz-border-radius:5px; /* Gecko browsers */
border-radius: 5px;
clear: both;
padding: 10px;



#slider {
width:550px;
	overflow:hidden;
}


}
.news {
font-weight: bold;
font-size:125%;
padding: 0 0 10px 5px;
margin-bottom: 5px;
}

#slider ul{
	margin:0px;
	list-style:none;
	}
	
#slider li{ 
	width:550px;
	height:70px;
		list-style:none;

	}
	
span#prevBtn a{	color: #F0027F; }
span#nextBtn a{	color: #F0027F;
}


/*main layout*/

#nudge {
	height: 10px;
	}


#main_cont {
	width: 960px;
	margin: 0 auto 0 auto;
	}

#scroll{
	width:100%; 
	height:40px; 
	margin-top:40px;
	padding-top:6px; 
	background-image:url(../images/bar.gif); 
	background-repeat:repeat-x; 
	clear: both;
	position: relative;
}

/*footer*/

#footer {
	width: 100%;
	height: 150px;
	clear: both;
	color: white;
	font-size: 75%;
	text-align: center;
	padding-top: 20px;
}


/* inside header */

#header {
	height:100px;
	padding: 0 0 25px 0; 
}

#logo {
	float: left; 
	width: 90px; 
	padding-top: 20px; 

}

#logo_text {
	float: left; 
	width: 400px;
	padding-top: 20px; 
}

#strapline {
	font-family: Arial, helvetica, sans serif;
	font-size: 15px;
	padding-left: 5px;
	}

.cool_blue {
	color: #33CCFF;
	}
	
.cool_pink {
	color: #F0027F;
	}
	
.cool_pink a:link {color: #F0027F; text-decoration: none;}
.cool_pink a:visited {color: #F0027F;  text-decoration: none; }
.cool_pink a:link:hover,.cool_pink a:visited:hover { color: #F0027F; text-decoration:underline; }
.cool_pink a:link:active, .cool_pink a:visited:active { color: #F0027F; text-decoration: none; }

#cont_wrapper {
	width: 960px;
}


#wrap{
width: 250px;
margin: 0 auto 0 auto;
position: fixed;
top:0px;
left: 63%;
}

* html #wrap { /*IE6 only rule, applied on top of the default above*/
position: absolute;
top: expression(document.compatMode=="CSS1Compat"? document.documentElement.scrollTop+0+"px" : body.scrollTop+0+"px");
}

    .slide-out-div {
    
 		padding: 20px;
        width: 250px;
        height: 380px;
        background-color: #F2FCFF;
        border: #0091FA 1px solid;
	-moz-border-radius:0 0 10px 10px;
	-webkit-border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-box-shadow:#666 2px 0px 3px;
	-webkit-box-shadow:#666 2px 0px 3px;
    }


.slide-out-div li{
	margin: 0px 0;
	border-bottom: dotted thin #33CCFF;
	
}

.slide-out-div li a {
line-height: 180%;
	display: block;
	color: #33CCFF;
	font-size: 115%;
	padding: 5px;


}

.slide-out-div li a:hover {
background-color: #33CCFF;
color: white;
text-decoration: none;
}

#sizer {
	height: 50px;
	text-align: right;
	font-size: 100%;
	float:right;
	width: 150px;
	padding: 60px 15px 0 20px;

}

.sizer {
font-size: 10pt;
}

/* tables */



/* content */



#sml_col {
	float: left;
	width: 35%;
	min-width: 300px;
	height: auto;
	padding-top: 100px;
}

#managed{
	width: 180px;
	height:90px;
	float:left;
	background-image: url(../images/sticker.jpg);
	background-repeat:no-repeat;
	margin-top:5px;
}
#lrg_col {
	float: left;
	width: 620px;
	height: auto; 
}


#col {
	width: 300px;;
	padding-right: 10px;
	float: left;
	text-align: left;
	padding-bottom: 20px;
	padding-top: 10px;
	}

#heading {
	width: 100%
	margin-bottom:50px;
	margin-top: 10px;
}

/*main box menu*/



#menu_box {
	height: 120px;
	min-width: 300px;
	clear: both;
	margin:0 0 20px 0;
	background-repeat: no-repeat;
	background-position: right;


}

#menu_inner_box {
position: relative;
width: 170px;
left: 120px;
padding-top: 40px;
} 

.events {

background-image: url(../images/menu-events.gif);
	background-repeat: no-repeat;

}

.res {

background-image: url(../images/menu-res.gif);
	background-repeat: no-repeat;

}

.search {

background-image: url(../images/menu-search.jpg);
	background-repeat: no-repeat;

}


.feed {

background-image: url(../images/menu-feedback.gif);
	background-repeat: no-repeat;

}



#contact_box {

	min-width: 300px;
	clear: both;

}

.top {

	background-image: url(../images/menu-list-top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	
	height:79px;

}
.middle {

	background-image: url(../images/menu-list-middle.gif);
	background-repeat:repeat-y;
	background-position: left top;
	height: 100%;
	}

.bottom {

	background-image: url(../images/menu-list-btm.gif);
	background-repeat:no-repeat;
	background-position: left top;
	height:45px;

}

#works {

position: relative;
width: 150px;
right: 10px;
	min-width: 300px;
	clear: both;
		float:left;


}

#works2 {

position: relative;
left: 10px;
	width:300px;
	clear: both;
	float:left;

}



#menu_inner_listbox {
position: relative;
width: 170px;
right: -50px;
} 

#menu_inner_listbox3 {
position: absolute;
width: 190px;
} 

#menu_inner_listbox2 {

position: absolute;
width: 150px;
} 

.list {
padding-left: 15%;
	font-family: Arial, helvetica, sans serif;
	font-size: 11px;
	line-height: 1.1;
}
w


/*inside footer*/


#footer_wrapper {

width: 80%;
margin: 20px auto 10px auto;
color: white;
clear: both;
text-align: center;
}

#footer_col {

width: 22%;
*width: 18%;
margin: 10px 5% 10px 5%;
float: left;
text-align: center;
display: inline;

}




/*inside header*/

 
#menu_block {
width: 20%;
min-width: 175px;
height: 20px;
float:right;
margin-top:20px;
position: absolute;
top:0px;
right: 7%;
}





/*menu*/

.menu {
	font-family: Arial, helvetica, sans serif;
	font-size: 12px;
	font-weight: 100;
	color: #CCCCCC;
		text-decoration: none;

}

.menu a:link:active, .menu a:visited:active {
	font-family: Arial, helvetica, sans serif;
	font-size: 12px;
	font-weight: 100;
	color: #CCCCCC;
	text-decoration: none;
}

.menu a:hover, .menu a:visited:hover {
	font-family: Arial, helvetica, sans serif;
	font-size: 12px;
	font-weight: 100;
	color: #000000;
	text-decoration:underline;

}

.menu a:visited  {
	font-family: Arial, helvetica, sans serif;
	font-size: 12px;
	font-weight: 100;
	color: #CCCCCC;
	text-decoration: none;
}

/*search*/

#left {
	float: left;
}



.searchpage {
	margin:10px 0 20px 0; border-top:1px dotted #CCCCCC; 
	clear: both;
}





/*results*/

#results {
	float: left;
	width: 100%; 
	margin-top:20px;
}

/*form*/


.pad {
padding: 10px 0 0 0;
}

.input {
background-image: url(../images/table_bkg.gif);
background-repeat: repeat-x;
background-position: bottom;
font-family: Arial, helvetica, sans serif;
font-size: 14px;
width: 240px;
padding-top: 5px;
padding-left: 15px;
padding-right: 5px;
color: #999999;

}

.postcode {
background-image: url(../images/input.gif);
background-repeat: repeat-x;
background-position: bottom;
font-family: Arial, helvetica, sans serif;
font-size: 14px;
padding-top: 5px;
padding-left: 15px;
padding-right: 5px;
color: #999999;

}

.postcode2 {
background-image: url(../images/input.gif);
background-repeat: repeat-x;
background-position: bottom;
font-family: Arial, helvetica, sans serif;
font-size: 30px;
padding: 5px;
margin-top: 50px;
color: #999999;
height: 40px;
width: 85px;

}

.input_error_postcode {
background-color: #ffd6e5;
background-position: bottom;
font-family: Arial, helvetica, sans serif;
font-size: 14px;
padding-top: 5px;
padding-left: 15px;
padding-right: 5px;
border-style: solid;
border-color: #F0027F;
border-width: thin;

}
.buffer{
margin-top: 20px;
}

.input_error {
font-family: Arial, helvetica, sans serif;
font-size: 16px;
width: 240px;
padding-top: 5px;
padding-left: 15px;
padding-right: 5px;
background-color: #FFF3FB;
border-style: solid;
border-color: #F0027F;
border-width: thin;
}

.input_error3 {
background-color: #FFF3FB;
border-style: solid;
border-color: #F0027F;
border-width: thin;
}



.input2 {
background-image: url(../images/input.gif);
background-repeat: repeat-x;
background-position: bottom;
font-family: Arial, helvetica, sans serif;
font-size: 16px;
width: 240px;
color: #999999;
height: 25px;
padding-top: 5px;
padding-left: 15px;
padding-right: 5px;

}

.input3 {
width: 275px;
height: 25px;
}

#form_error {
width:920px;
height: 80px;
background-color: #FFF3FB;
border-style: solid;
border-color: #F0027F;
border-width: thin;
-moz-box-shadow:#666 2px 0px 3px;
-webkit-box-shadow:#666 2px 0px 3px;
clear: both;
padding: 10px;
}

.error_p {
background-color: #FFF3FB;
border-style: solid;
border-color: #F0027F;
border-width: thin;
width: 240px;
padding: 10px;




}

/*sponsors*/

#sponsor {
width: 180px;
height: 200px;
background-color: green;
float: left;
margin-right: 20px;
margin-top: 20px;

}

.sponsor_text {
padding: 70px 15px 10px 25px;
font-size: 0.8em;


}

.s1{
background-image: url(../images/sponsor.gif);
	background-repeat: no-repeat;
}

/*tabs*/

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
	margin: 10px 0 0 0;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #e0e0e0;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}
ul.tabs li a:hover {
	background: #ccc;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
}

.tab_container {
	border: 1px solid #999;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
	background: #fff;
}
.tab_content {
	padding: 20px;
	font-size: 1.2em;
}

//* export *//

#links {
		width: 300px;
		margin: 0 30px 30px 0;
		float: left;

}

#links ul {
        list-style-type: none;
        width: 300px;
		margin: 0 30px 30px 0;
        float: left;
} 

#links li {
        border: 1px dotted #999;
        border-width: 1px 0;
        margin: 5px 0 10px 0;
}

#links li a { 
        color: #F2FCFF;
        display: block;
        font: bold 120% Arial, Helvetica, sans-serif;
        padding: 5px;
        text-decoration: none;
}

 * html #links li a {  /* make hover effect work in IE */
	width: 300px;

}

#links li a:hover {
        background: #F2FCFF;
}

//* results new *//




#output ul {
        list-style-type: none;
        width: 500px;
		margin: 0 30px 30px 0;
        float: left;
} 

#output li {
        border: 1px dotted #999;
        border-width: 0 0 1px 0;
        padding: 5px 5px 10px 5px;
}

#output a { 
        color: #F2FCFF;
        display: block;
        font: bold 120% Arial, Helvetica, sans-serif;
        text-decoration: none;
}

 * html #output a {  /* make hover effect work in IE */
	width: 500px;

}

#output a:hover {
        background: #F2FCFF;
}
