/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
html 
{
	margin: 0;
	padding: 0;
	background: url('/images/bg.jpg') top left repeat-x;
}
body {
	font-size: 68.5%; /* Resets 1em to 10px */
	font-family: Arial, Sans-Serif;
	background: #FFFFFF url('images/bg.jpg') top left repeat-x; 
	color: #333;
	text-align: left;
	
	
	}

#page {
	background-color: white;
	border: 1px solid #000;
	text-align: left;
	width: 950px;
	}

#header {
	background: #FFFFFF  no-repeat bottom center;
	}

#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	}

#content {
	font-size: 1.2em;
	width: 670px;
        border-left: 1px solid #979797;
        border-top: 0px solid #979797;
        border-right: 1px solid #979797;
        border-bottom: 1px solid #979797;
        margin-top: 0px;
        margin-left: 10px;
        margin-bottom: 10px;
	}

.contentheader {
        margin-left: 10px;
        margin-top: 20px;
        margin-bottom: -15px;
        }

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.2em;
        margin-top:-15px;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
        font-size: 0.8em;
        margin-bottom: -25px;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	background: #eee url('images/kubrickfooter.jpg') no-repeat top;
	border: 1px;
        border-left: 0px solid #606367;
        margin:0;
	}

#navbar ul {
    margin: 0;
    padding: 5px;
    list-style-type: none;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #979797;
    }

#navbar ul a {  
    display: inline;
    }

#navbar ul a {
    text-decoration: none;
    font-weight: normal;
    padding: .2em 0.4em;
    color: #000;
    background-color: #ffffff;
    border-bottom: 0px dotted #cccccc;
    }

#navbar ul a:hover {
    color: #ffffff;
    background-color: #cccccc;
    }


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 2.0em;
        line-height: 1.0em;
	text-align: left;
        color: #000;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h3.newsbarbmi {
        font-family: times, sans-serif;
        font-weight: bold;
        text-align: left;
        margin-top: 1px;
        margin-bottom: -20px;
        font-size : 11px;
        color: #666666; 
        }

h2.pagetitle {
	font-size: 1.6em;
	}

h3.newsbar {
        font-family: times, sans-serif;
        font-weight: bold;
        text-align: left;
        margin-top: 1px;
        margin-bottom: 0px;
        font-size : 11px;
        color: #666666; 
        }

h3.newslist {
        font-family: times, sans-serif;
        font-weight: bold;
        text-align: left;
        margin-left: 2px;
        margin-top: 1px;
        margin-bottom: -30px;
        font-size : 12px;
        color: #666;
        }

h3.newslist2 {
        font-family: times, sans-serif;
        font-weight: bold;
        text-align: left;
        margin-left: 2px;
        margin-top: 1px;
        margin-bottom: -30px;
        font-size : 12px;
        color: #ffffff;
        }

a.newslist3 {
        color: #ffffff; 
        }

a.ultra {
        font-weight:bold;
        font-size:9pt;
	color: #FFFFFF;
	text-decoration: none;
        margin-left:0px;
        }

a.ultra:hover {
        color: #FFFFFF; 
        text-decoration: underline; 
        }


p.newsbar {
        font-family: arial, sans-serif;
        font-weight: normal;
        text-align: left;
        line-height: 1.1em;
        margin-top: 4px;
        margin-bottom: 0px;

        font-size : 0.9em;
        color: #666666; 
        }

a.newsbar {
        font-family: times, sans-serif;
        font-weight: bold;
        line-height: 0.9em;
        text-align: left;
        margin-top: 1px;
        margin-bottom: 0px;
        font-size : 17px;
        color: #b85b5a; 
        }

h4.newstitle {
        font-size : 14px; 
        } 

h4.newstitle2 {
        font-size : 16px;
        color: #FFFFFF;
        width: auto;
        }

h4.newstitle3 {
        font-size : 16px;
        color: #FFFFFF;
        width: auto;
        margin-top: 2px;
        margin-bottom: 10px; 
        }

h4.newstitle4 {
        font-size : 14px;
        color: #FFFFFF;
        width: auto;
        margin-top: 2px;
        margin-bottom: 10px; 
        }

.newsbox {
        border-bottom: 1px dotted #cccccc;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 10px;
        background-color: #ffffff;
         }

.newsbox2 {
        border-bottom: 1px dotted #cccccc;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: 10px;
        background-color: #ffffff;
         }  

.wordbox {
        border: 1px solid #060;
        background-color: #eeeeee;
         }

a.srssfetcher-link {
        font-size: x-small;
        }

p.srssfetcher-message {
        margin-bottom: -6px;
        }

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.0em;
        text-align: center;
	}


h3 {
	font-size: 1.3em;
	}

h4 {
        font-size: 1.2em;
        }

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {

	color: ;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

.newssidebar {
        }


#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin-left:770;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;

	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a {
font-weight:bold;
	
	color: #006600 ;
	text-decoration: none;
	}
	
h2  {
	text-decoration: none;
	margin:0;
width:auto;
height:47px;
line-height:1.5em;
background: url("http://www.gotosee.co.uk/GTS_Images/Blogimages/post-headerblog.jpg") no-repeat 0px .1em;

display:block;
border:0px solid #bbbbbb;
border-width:0px 0px 0px;
padding-top:7px;
padding-right:14px;
padding-bottom:2px;
padding-left:65px;
color: #333333;
font:normal bold 135% Arial, sans-serif;
	}
	
	h2 a:hover, h3 a:hover {

	
	
	}

a:hover {









	color: #CC0000;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {






	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
















	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 0px 0;
	padding: 0;
	
	}

#page {
	background-color: white;
	margin: 0px auto;
	padding: 0;
	width: 950px;
	border: 1px solid #959596;
	}

#header {
	background-color: #FFFFFF;
	margin: 0 0 0 1px;
	padding: 0;
	height: 200px;
	width: 758px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 20px;
	margin: 0 0 0 0px;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 50px;
	width: 450px;
	}

.post {
	margin: -5px 3px -5px 3px;
	text-align: left;
	width:auto;
	
	}

.post hr {
	display: block;
	}

.postthumbnail {
        margin: -60px 0px 0px 85px;
	text-align: left;
	width:auto;
        height:auto;
        }

.postthumbnail2 {
        margin: -56px 0px 0px 75px;
        float: right;
        }

.postIE {
        margin: 0px 0 0px 0px;
        float: right;
        }

.postthumbnailnews {
        margin: -80px 0px 40px 65px;
	text-align: left;
	width:auto;
        height:auto;
        }

.postthumbnailside {
        margin: 0px 0px 20px 20px;
        text-align: left;
        border:1px solid #000;
        width:auto;
        height:auto;
        }

.postthumbtitle2 {
        margin-left: 85px;
        margin-top: -45px;
	text-align: left;
	width:auto;
        height:auto;
        font-size: 12px;
        }

.postthumbnailexcerpt {
        margin: -10px 0px 0px 85px;
	text-align: left;
	width:auto;
        height:auto;
        font-size: 10px;
        }	

.widecolumn .post {
	margin:0;
	}

.narrowcolumn .postmetadata {
	padding-top: 10px;
	}

.widecolumn .postmetadata {
	margin: 30px 0px;
	}

.widecolumn .smallattachment {
	text-align: center;

	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 950px;
	height:80px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 20px;
	margin: 0px;
        color: #000;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin-bottom: 10px;
	padding-top: -10px;
        padding-left: 10px;
        padding-bottom: 0px; 
        background: #fff url(http://www.gotosee.co.uk/GTS_Images/sidebartop.gif) no-repeat;
        height:15px;
        width: 186px;
	}

h3 {
	padding: 0;
	margin: 20px 0 -20px 0;
	width:auto;
height:44px;
line-height:1.5em;


display:block;
border:0px solid #bbbbbb;
border-width:0px 0px 0px;
padding-top:0px;
padding-right:0px;
padding-bottom:0px;
padding-left:0px;
color: #333333;
font:normal bold 145% Arial, sans-serif;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	width:auto;
height:44px;
line-height:1.5em;
background: url("http://www.gotosee.co.uk/GTS_Images/Blogimages/leaf-corner03.gif") no-repeat 0px -.1em;
background-color: #A8D856;
display:block;
border:0px solid #bbbbbb;
border-width:0px 0px 0px;
padding-top:2px;
padding-right:14px;







padding-bottom:2px;
padding-left:65px;
color: #333333;
font:normal bold 145% Arial, sans-serif;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0px;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding-left: 10px;
	margin: 0px 7px 2px 0;
        display: inline;
	}

img.alignleft {
	padding-right: 10px;
	margin: 0px 7px 2px 0px;
	display: inline;
	}


img.thumbnailimgleft {
        padding-right: 10px;
        margin: 0px 7px 2px 0;
        display: inline;
        }

img.thumbnailimgleft2 {
        padding-right: 10px;
        margin: 0px 7px 2px 0;
        display: inline;
        }

img.thumbnailimgnews {
        padding-right: 0px;
        margin: 0px 0px 2px 0;
        display: ;
        }

img.newsbarpicbmi {
        padding-right: 5px;
        }

.alignright {
	float: right !important; margin:0px 5px 10px 0px !important;
	}

.alignleft {
	float: left !important; margin:0px 0px 10px 0px !important;
	}

.newsbarpic {
        float: left !important; margin:-25px 0px 5px 0px !important; 
        }

/* End Images */



/* Begin Lists



	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */


html>body .entry ul {
	margin-left: 5px;
	padding: 0 0 0 30px;
	list-style: disc;
	padding-left: 5px;
	text-indent: 0px;
	}

html>body .entry li {
	margin: 7px 0 8px 15px;
	}



.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin:0px;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
        display: inline;
	list-style-type: none;

	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px 7px;




	}

#sidebar ul ul, #sidebar ul ol {
	margin: -10px 0 0px 0px;
        border-left: 1px solid #979797;
        border-right: 1px solid #979797;
        border-bottom: 1px solid #979797;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 2px;
        padding-right: 2px;
        background-color: #ffffff;
        font-size:0.9em;
	}


#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}





ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 5px 10px 0px;
	padding-left: 2px;
        width:200px;
	}

/* End Entry Lists */




/* Begin Form Elements */
#searchform {


	margin: 10px auto;

	padding: 5px 0px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 187px;
        margin-top: 10px
	padding: 1px;
	}

#sidebar #searchsubmit {
	padding: 1px;
        margin-left: 5px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
        margin-top: 5px;
	width: 192px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 98%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: left;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;

	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 0px 0px 10px 0;
	margin-left: 720px;
	width: 210px;
	margin-top: -51px;
        border-left: 0px solid #eeeeee;
        background: # url() no-repeat;
	}

#sidebar form {
	margin: 0px;
	}

.csstable {
border-left: 1px solid #ffffff;
border-right: 1px solid #ffffff;
border-top: 1px solid #ffffff;
border-bottom: 1px dotted #cccccc;
padding:2px;
margin-left: 5px;
margin-right: 10px;
          }

.cssnav
{
position: relative;
font-family: arial, helvetica, sans-serif;
background: #cccccc url(GTS_Images/navbutton.jpg) no-repeat;
white-space: nowrap;
display: block;
width: 190px;
height: 22px;
margin: 0;
padding: 0;
}

.cssnav a
{
display: block;
color: #000000;
font-size: 12px;
width: 190px;
height: 22px;
display: block;
float: left;
color: black;
text-decoration: none;
font-weight: normal;
}

.cssnav img
{
width: 190px;
height: 22px;
border: 0
}

* html a:hover
{
visibility:visible
}

.cssnav a:hover img
{
visibility:hidden
}

.cssnav span
{
position: absolute;
left: 5px;
top: 4px;
margin: 0px;
padding: 0px;
cursor: pointer;
}

.cssnav a:hover span
{
color:#ffffff;
} 

/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}






#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {







	margin: 15px 30px 0 10px;

	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}




hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {

	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.

	But you'll look sweet upon the seat of a bicycle built for two." */
.copyrt {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;

	font-weight: normal;

}
a.copyrt:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a.copyrt:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;

	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a.copyrt:hover {
	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;
	font-weight: normal;
	color: #04517E;

	text-decoration: none;
}
a.copyrt:active {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;

}

a.foot
{	
	font-size:11px;
	font-weight:bold;
	text-decoration: none;
}

a:hover.foot
{
	font-size:11px;
	font-weight:bold;
	text-decoration: underline;
}

/* This css file serves as a template for styling your kwicks.  Feel free to modify, but please make note of the comments - some of them are important. */

.kwicks {
	/* recommended styles for kwicks ul container */
	list-style: none;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
    width="100%";
	padding: 0;
}
.kwicks li{
	/* these are required, but the values are up to you (must be pixel) */
	width: 70px;
	height: 217px;

	/*do not change these */
	display: block;
	overflow: hidden;
	padding: 0;  /* if you need padding, do so with an inner div (or implement your own box-model hack) */
}
.kwicks.horizontal li {
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-right: 5px; /*Set to same as spacing option. */	
	float: left;
}
.kwicks.vertical  li{
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-bottom: 5px; /*Set to same as spacing option. */	
}

#kwick_1  { 
	background-image:url('http://www.gotosee.co.uk/GTS_Images/Blogimages/kwicks/health-articles-videos.jpg');
}
#kwick_2 {
	background-image:url('http://www.gotosee.co.uk/GTS_Images/Blogimages/kwicks/mens-health.jpg');
}
#kwick_3 {
	background-image:url('http://www.gotosee.co.uk/GTS_Images/Blogimages/kwicks/womens-health.jpg');
}
#kwick_4 { 
	background-image:url('http://www.gotosee.co.uk/GTS_Images/Blogimages/kwicks/childrens-health.jpg');
}
#kwick_5  { 
	background-image:url('http://www.gotosee.co.uk/GTS_Images/Blogimages/kwicks/mental-health.jpg');
}
#kwick_6 {
	background-image:url('http://www.gotosee.co.uk/GTS_Images/Blogimages/kwicks/stress-management.jpg');
}
#kwick_7 {
	background-image:url('http://www.gotosee.co.uk/GTS_Images/Blogimages/kwicks/weight-management.jpg');
}
#kwick_8 {
	background-image:url('http://www.gotosee.co.uk/GTS_Images/Blogimages/kwicks/therapist-marketing.jpg');
}
#kwick_9 {
	background-image:url('http://www.gotosee.co.uk/GTS_Images/Blogimages/kwicks/natural-health-news.jpg');
}
.kwicks.horizontal #kwick_9 {
	margin-right: none; /* cancel margin on last kiwck (if you set a margin above) */
}
.kwicks.vertical #kwick_9 {
	margin-bottom: none; /* cancel margin on last kiwck (if you set a margin above) */
}

#kwick_link_1 {
	background-image:url('http://www.gotosee.co.uk/GTS_Images/Blogimages/kwicks/health-articles-videos.jpg');
	display:block;
	height:217px;
	text-indent:-9999px;
	width:260px;
}

#kwick_link_2 {
	background-image:url('http://www.gotosee.co.uk/GTS_Images/Blogimages/kwicks/mens-health.jpg');
	display:block;
	height:217px;
	text-indent:-9999px;
	width:260px;
}

#kwick_link_3 {
	background-image:url('http://www.gotosee.co.uk/GTS_Images/Blogimages/kwicks/womens-health.jpg');
	display:block;
	height:217px;
	text-indent:-9999px;
	width:260px;
}

#kwick_link_4 {
	background-image:url('http://www.gotosee.co.uk/GTS_Images/Blogimages/kwicks/childrens-health.jpg');
	display:block;
	height:217px;
	text-indent:-9999px;
	width:260px;
}

#kwick_link_5 {
	background-image:url('http://www.gotosee.co.uk/GTS_Images/Blogimages/kwicks/mental-health.jpg');
	display:block;
	height:217px;
	text-indent:-9999px;
	width:260px;
}

#kwick_link_6 {
	background-image:url('http://www.gotosee.co.uk/GTS_Images/Blogimages/kwicks/stress-management.jpg');
	display:block;
	height:217px;
	text-indent:-9999px;
	width:260px;
}

#kwick_link_7 {
	background-image:url('http://www.gotosee.co.uk/GTS_Images/Blogimages/kwicks/weight-management.jpg');
	display:block;
	height:217px;
	text-indent:-9999px;
	width:260px;
}

#kwick_link_8 {
	background-image:url('http://www.gotosee.co.uk/GTS_Images/Blogimages/kwicks/therapist-marketing.jpg');
	display:block;
	height:217px;
	text-indent:-9999px;
	width:260px;
}
#kwick_link_9 {
	background-image:url('http://www.gotosee.co.uk/GTS_Images/Blogimages/kwicks/natural-health-news.jpg');
	display:block;
	height:217px;
	text-indent:-9999px;
	width:260px;
}

/*
HEALTH NEWS NAVIGATION
*/

.roundedcornr_box_734856 {
	background: url('http://www.gotosee.co.uk/GTS_Images/Blogimages/roundedcorners/articles/roundedcornr_734856_tl.png') no-repeat top left;
}
.roundedcornr_top_734856 {
	background: url('http://www.gotosee.co.uk/GTS_Images/Blogimages/roundedcorners/articles/roundedcornr_734856_tr.png') no-repeat top right;
}
.roundedcornr_bottom_734856 {
	background: url('http://www.gotosee.co.uk/GTS_Images/Blogimages/roundedcorners/articles/roundedcornr_734856_bl.png') no-repeat bottom left;
}
.roundedcornr_bottom_734856 div {
	background: url('http://www.gotosee.co.uk/GTS_Images/Blogimages/roundedcorners/articles/roundedcornr_734856_br.png') no-repeat bottom right;
}
.roundedcornr_content_734856 {
	background: url('http://www.gotosee.co.uk/GTS_Images/Blogimages/roundedcorners/articles/roundedcornr_734856_r.png') top right repeat-y;
}

.roundedcornr_top_734856 div,.roundedcornr_top_734856,
.roundedcornr_bottom_734856 div, .roundedcornr_bottom_734856 {
	width: 100%;
	height: 15px;
	font-size: 1px;
}
.roundedcornr_content_734856, .roundedcornr_bottom_734856 {
	margin-top: -19px;
}
.roundedcornr_content_734856 { padding: 0 15px; }

/*
HEALTH NEWS SIDEBAR
*/

.roundedcornr_box_mental {
	background: url('http://www.gotosee.co.uk/GTS_Images/Blogimages/roundedcorners/MentalHealth/roundedcornr_mental_tl.png') no-repeat top left;
}
.roundedcornr_top_mental {
	background: url('http://www.gotosee.co.uk/GTS_Images/Blogimages/roundedcorners/MentalHealth/roundedcornr_mental_tr.png') no-repeat top right;
}
.roundedcornr_bottom_mental {
	background: url('http://www.gotosee.co.uk/GTS_Images/Blogimages/roundedcorners/MentalHealth/roundedcornr_mental_bl.png') no-repeat bottom left;
}
.roundedcornr_bottom_mental div {
	background: url('http://www.gotosee.co.uk/GTS_Images/Blogimages/roundedcorners/MentalHealth/roundedcornr_mental_br.png') no-repeat bottom right;
}
.roundedcornr_content_mental {
	background: url('http://www.gotosee.co.uk/GTS_Images/Blogimages/roundedcorners/MentalHealth/roundedcornr_mental_r.png') top right repeat-y;
}

.roundedcornr_top_mental div,.roundedcornr_top_mental,
.roundedcornr_bottom_mental div, .roundedcornr_bottom_mental {
	width: 100%;
	height: 30px;
	font-size: 1px;
}
.roundedcornr_content_mental, .roundedcornr_bottom_mental {
	margin-top: -19px;
}
.roundedcornr_content_mental { padding: 0 15px 0 10px; }


/*
SEARCH FORM
*/

#menleft {
float: left;
width: 70%;
}

#menright {
float: right;
width: 30%;
}

.mentalbar {
        margin: 15px 0px 20px 0px;
        padding: 5px 7px 5px 12px;
        height: 100%;
}

form#searchform2
                    {
                    display:block;
                    width:255px;
                    height:20px;
                    position:absolute;
                    margin-left: 170px;
                    font-color: #000000;
                    
                    }

.searchbutton2
                    {
                    color: #ffffff;
                    border: 0px solid;
                    display:block;
                    width:60px;
                    height:25px;
                    background: #97C44D;
                    position:absolute;
                    top:0px;
                    left:252px;
                    font-size: 12px;
                    font-weight: bold;
                    padding-bottom: 2px;
                    cursor:pointer;
                    }

.searchbutton2:hover
                    {
                    background: #ff00ff0;
                    color: #000000;
                    font-size: 12px;
                    font-weight: bold;
                    }

.searchfield2
                    {
                    background:url() top left repeat-x #eeeeee;
                    font-color: #eeeeee;
                    text-indent: 5px;
                    border: 0px solid;
                    position: absolute;
                    top:0px;
                    left:0px;
                    display:block;
                    width:250px;
                    height:20px;
                    font-size: 15px;
                    font-weight: bold;
                    padding-top:4px;
                    }



#webcontent {
	padding: 15px;
	background: url('http://www.internetmarketingteam.co.uk/images/img10.gif') no-repeat;
	width: 350px;
        float: left;
}

#features {
float: right;
background: url('http://www.gotosee.co.uk/GTS_Images/Blogimages/features.png') no-repeat;
width: 237px;
height: 420px;
}

.clear {
clear: both;
}

#container {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 20px;
    }

#list {
    padding: 0px 0 0 30px;
    margin: 110px 0 0 0;
    line-height: 1em;
}


#list li { 
list-style-type:none;
list-style-image: url('http://www.gotosee.co.uk/GTS_Images/Blogimages/tick.png');
} 

.searchfreelistmidcolor {

	background-color: #F3F3F3;
}
.searchfreelistltborder {
	background-color: #F3F3F3;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #C2C2C2;


}
.searchfreelistrtborder {
	background-color: #F3F3F3;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C2C2C2;

}

.midtble-botbg {

	background-image: url('http://www.gotosee.co.uk/images/midtable-botmid-bg.gif');
	background-repeat: repeat-x;
}

.textwhite {
   color: #ffffff;
}

#container2 {
    width: 100%;
    float: left;
    }


