/*
Theme Name: Howard Mayes
Theme URI: http://wordpress.org/
Description: A WordPress theme for Howard Mayes.
Version: 1.0
Author: Alphanet Media
Author URI: http://www.alpha-net.co.uk/
Tags: custom design, basic

	Mayes v1.0
	 http://www.alpha-net.co.uk/

	This theme was designed and built by Alphanet Media,
	whose site you will find at http://www.alpha-net.co.uk/

*/
/* CSS Document */
body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#383D44;
        line-height:1.7em;
	background:#f1eee7;
}

p {margin-bottom: 15px;

}

h1, h1 a, h2, h3, h4 {margin:0;padding:0;font-family:arial,helvetica,verdana,sans-serif;font-size:18px;color:#C00000;text-decoration:none;}
h2 {font-size:12px;}
h3 {font-size:14px;font-weight:normal;margin-bottom: 10px;}
h4 {font-size:12px;font-weight:bold;background:#f1eee7;margin-bottom: 5px;padding:3px;}

#banner{
	background:url(images/banner.png);
	background-position:center;
	background-repeat:no-repeat;
	position:absolute;
	top:5px;
	height:334px;
	width:100%;
}

#header{
	background:url(images/header-bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	height:296px;
}

#nav{
	background:url(images/nav-bg.jpg);
	height:38px;
}

#bodybg{
	background:url(images/body-bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	width:100%;
}

#contenttop{
	background:url(images/contentmiddle-bg.png);
	background-repeat:repeat;
	width:939px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	top:42px;
}

#contentmiddle{
	background:url(images/contenttop-bg.png);
	background-position:top;
	background-repeat:no-repeat;
}

#contentbottom{
	background:url(images/contentbottom-bg.png);
	background-position:bottom;
	background-repeat:no-repeat;
	padding-bottom:45px;
	padding-top:35px;
	padding-left:45px;
	padding-right:45px;
}



#leftbar {
	position: relative;
	float:left;
	width:540px;
	text-align:justify;
	padding-right: 10px;
	padding-left: 10px;

}

#rightbar {
	position: relative;
	float:right;
	width:250px;
	text-align:justify;
	border: #cccccc 1px dotted;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 6px;
	padding-bottom: 6px;
	
}

#footer{
	width:885px;
	height:75px;
	margin-right:auto;
	margin-left:auto;
	margin-top:55px;
        font-size:11px;

}

#footerleft{
	float:left;

}

#footerright{
	float:right;

}


a {color:#19719E;text-decoration:none;}
a:hover {color:#C00000;text-decoration:underline;}

a.navig {
	color: #4c4c4c;
	text-decoration: none;
}

a.navig:hover
{
	color: #FF3333;
	text-decoration: underline;
}

#nav2 {
	height: 38px;
	position: absolute;
	width:715px;
	top: 294px;
	margin-left:50%;
	margin-top:2px;
	left:-258px;
	margin-right:auto;
	
}

ul.nav2 li {
	list-style-type: none;
	float: left;

}
ul.nav2 li a {
	height: 38px;
	display: block;
	float: left;	
}
ul.nav2 li a:hover {
	background-position: 0px -38px;
}





li.aboutus a {
	width: 59px;
	background-image: url(images/menu1_01.png);
	background-repeat: no-repeat;
}
li.aboutus a span {
	display: none;
}	


li.taekwondo a {
	width: 175px;
	background-image: url(images/menu1_02.png);
	background-repeat: no-repeat;
}
li.taekwondo a span {
	display: none;
}	



li.training a {
	width: 214px;
	background-image: url(images/menu1_03.png);
	background-repeat: no-repeat;
}
li.training a span {
	display: none;
}


li.fees a {
	width: 60px;
	background-image: url(images/menu1_04.png);
	background-repeat: no-repeat;
}
li.fees a span {
	display: none;
}	


li.locations a {
	width: 95px;
	background-image: url(images/menu1_05.png);
	background-repeat: no-repeat;
}
li.locations a span {
	display: none;
}	



li.contactus a {
	width: 107px;
	background-image: url(images/menu1_06.png);
	background-repeat: no-repeat;
}
li.contactus a span {
	display: none;
}

img.floatLeft { 
    float: left; 
    margin-top: 6px; 
margin-left: 6px; 
margin-right: 14px; 
margin-bottom: 6px; 
	background-color: #FFFFFF;
	padding: 3px;
	border: 1px solid #CCCCCC;
}

img.floatRight { 
    float: right; 
margin-top: 6px; 
margin-left: 14px; 
margin-right: 6px; 
margin-bottom: 6px; 
	background-color: #FFFFFF;
	padding: 3px;
	border: 1px solid #CCCCCC;
}


#customlist {
	list-style-type: square;
	list-style-image: none;
	list-style-position: inside;
}

.boldclass{
	font-weight:bold;
}