/*
	Stylesheet for birthingdoula.co.uk
*/

body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #000; font-size:100%;
	background: url(images/bg.gif);
	background-repeat: repeat;
	padding: 10px;
}

a {color: #000;target-new: tab ! important ;
	target-blank: tab ! important;
}

* { target-new: tab ! important }

#links {
	margin-left: 220px;
} /*-- Align Links.jpg - */

.imgborder {
	border: 1px solid #000;
}

a img {
	border: none;
}
a:link img { border: none; }

a:hover img { border: none; }

h1 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	color:#fff; 
	background: #4b86d7; 
	text-align: center; 
	font-size: 40px;
	margin: 2px;
	padding: 0px 0px 7px 0px;
}

h2 {
	font-family: bold 14px "Trebuchet MS", Arial, sans-serif;        color: #000;
	margin: 0px;
	padding: 0px 0px 0px 15px;
}

#right {
	float: right;
	/* padding: 10px 10px 10px 10px; */
	margin: 10px;
}

.clear {
	clear: both;
}

#containertop {
	width:750px;
	background:#4b86d7;
	height:10%;
	padding: 0px 0px 5px 0px;
	/* z-index: 0; */
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #000; font-size:8px;
}

#container {
	width: 100%;
	margin:0 auto;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fff;
}

#maintext {
	margin-left:10px;
	margin-right:10px;
}

#shader {
	width:750px;
	margin: 2px auto;
	background: url(images/dot.gif);
	background-repeat: repeat;
	padding: 0px 3px 0px 0px;
}

#footer {
	width:751px;
	height:25px;
	margin: 0px auto;
	background: url(images/footer.gif);
	z-index:2;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #fff; font-size:80%;
	text-decoration: none;
	text-align:center;
}

#footer a {
	text-decoration: none; color: #fff;
}

#footer a:hover {
	/* text-decoration: none; color: #8aff92; */
	text-decoration: none; color: #f0afcc;
}

#small {
	display: inline;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #fff; font-size:80%;
	text-decoration: none;
	text-align: right;
	margin-left: 80px;
}

#small a {
	text-decoration: none;
	color: #fff;
	text-align: center;
}

#small a:hover {
	text-decoration: none; color: #f0afcc;
}

#logo {
	top: 40px;
	right: 290px;
	height: 120px;
	width: 120px;
	/* Bill top:27px; */
}

#header {
	margin-left:270px;
	margin-left:20px;
}

#topleft {background: url(images/topleft.gif) 0 0 no-repeat;},

#leftmenu ul {
  list-style:none;
 }

#leftmenu a {
color: #fff;
text-decoration: none;
}
#leftmenu a:hover {
	color: #8aff92;
}

#tabsF {
	display:inline;
	width: 100%;
	float: right;
	margin-top:0px;
	background:#4b86d7;
	font-size:17px;
	line-height:normal;
	border-bottom:0px solid #666;
}
    #tabsF ul {
        margin:0;
        padding:10px 10px 0 35px;
        list-style:none;
      }
    #tabsF li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsF a {
      float:left;
      background:url("images/tableftF.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      z-index:3;
      }
    #tabsF a span {
      float:left;
      display:block;
      background:url("images/tabrightF.gif") no-repeat right top;
      padding:5px 14px 4px 6px;
      color:#666;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsF a span {float:none;}
    /* End IE5-Mac hack */

    #tabsF a:hover span {
      color:#FFF;
      }

    #tabsF a:hover {
      background-position:0% -42px;
      }

    #tabsF a:hover span {
      background-position:100% -42px;
      }

        #tabsF #current a {
                background-position:0% -42px;
        }
        #tabsF #current a span {
                background-position:100% -42px;
        }
/* - End Tabs menu - */

.quote blockquote {
	font-style: italic;
}

.centre {
	text-align: center;
}

.right {
	float: right;
}

.left {
	float: left;
}

.italic {
	font-style: italic;
}

#left {
	float: left;
	margin: 10px;
}
