/* CSS Document */

/* Stylesheet for Experience Martial Arts.com */

/* Import Homepage Style Sheet */

@import url("homepage2.css");

* {
	margin:0;
	padding:0;
}

body {
background-color:#e5e5e5;
background-image:url(../images/wrap.gif);
background-position:center;
background-repeat:repeat-y;
color:#697C83;
font-family:'Trebuchet MS','Lucida Grande', Arial, sans-serif;
font-size:small;
font-weight:400;
text-align:left;
margin:0;
padding:0;
}

body,html,ul {
color:#333333;
margin:0;
padding:0;
}

ul {
  padding: 0 0 0 0;
  margin-left: 7px 0;
}

li {
	list-style: none;
	padding-bottom: 5px;
}

.utw {
text-transform:lowercase;
}

#learnref {
	padding-left:10px;
	padding-right:10px;
	position:relative;
	width:770px;
	margin:0 auto;
	color: #333333;
	height: auto;
	margin-top: -10px;
	text-align: center;
}

#wrap a:hover {
	background-color: #721e1e;
	}

#header {
background-image:url(../images/top.gif);
background-position:top;
background-repeat:repeat-x;
height:115px;
margin:0;
padding:0;
}

#logo {
height:100px;
width:770px;
margin:0 auto;
}

#title {
height:30px;
padding-left:22px;
padding-top:28px;
text-align:left;
}

#title h1 a {
color:#FFF;
font-size:36px;
font-weight:400;
text-decoration: none;
}

#heading {
	width: 735px;
	height: 95px;
	text-align:center;
	}
	
#heading h1{
	text-align: center;
	font-size: 1.5em;
	margin-top: 10px;
	margin-bottom: 5px;
}

#heading h1.sub{
	text-align: center;
	font-size: 1.2em;
	color: #666;
	font-weight: normal;
}

.description {
color:#CAE972;
font-size:1em;
font-style:italic;
font-weight:400;
height:24px;
padding-right:20px;
text-align:right;
}

#content {
color:#656565;
display:inline;
float:left;
font-size:100%;
line-height:1.6em;
text-align:left;
width:500px;
margin:15px 0 0 20px;
padding:5px 0 15px;
}

#footer {
	background-image:url(../images/top.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	height:auto;
	padding-bottom:10px;
	padding-top:25px;
	text-align:center;
	width:770px;
	margin:0 auto;
	color: #CAE972;
}

#footer p {
	color:CAE972;
	}

#footer a {
	color: #999;
	text-decoration: underline;
	}

#footer a:hover{
color: #CAE972;
background-color: none;
}

h2 {
font-size:150%;
}

h4 {
font-size:130%;
}

a img {
border:0;
}

code {
background-color:#eee;
border:1px solid #CCC;
padding:5px;
}

table {
margin:10px;
}

td,th {
	font-weight:400;
	padding:3px;
	color: #333333;
}

.navigation {
clear:both;
height:24px;
width:729px;
margin:0 auto;
}

.navigation a:link,.navigation a:visited {
background:#FFF url(../images/active1.gif) left bottom no-repeat;
color:#787878;
height:24px;
margin-right:2px;
padding-left:12px;
text-decoration:none;
}

.navigation a:link,.navigation a:link span,.navigation a:visited,.navigation a:visited span {
cursor:pointer;
display:block;
float:left;
}

.navigation li {
line-height:23px;
float:left;
list-style:none;
margin:0;
}

.navigation a:hover {
background:url(../images/active1.gif) left bottom no-repeat;
color:#253C4E;
height:24px;
padding-left:12px;
text-decoration:none;
}

.current_page_item a:link,.current_page_item a:visited {
background:#FFF url(../images/current1.gif) left bottom no-repeat;
color:#AAC8E0;
height:27px;
line-height:24px;
margin-right:2px;
padding-left:15px;
text-decoration:none;
}

.current_page_item a:hover {
background:#FFF url(../images/current1.gif) left bottom no-repeat;
color:#AAC8E0;
height:27px;
margin-right:2px;
padding-left:15px;
text-decoration:none;
}

.navigation ul {
list-style:none;
margin:0;
padding:0;
}

a { 
	color:#721e1e;
	text-decoration: none;
	}

a:visited {
	text-decoration: none;
	color: #721e1e;
	}

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

.navigation a:link span,.navigation a:visited span,.navigation a:hover span {
background:url(../images/active2.gif) right bottom no-repeat;
height:24px;
padding-right:12px;
}

.current_page_item a:link span,.current_page_item a:visited span,.current_page_item a:hover span {
background:url(../images/current2.gif) right bottom no-repeat;
height:27px;
padding-right:15px;
}

/* Features Page */

/*Features Page */

#center.features{
	width:750px;
	}
	
table#features {
	width: 95%;
	}

table#features h3, h3 a {
	padding: 0 0 5px 0;
	font-weight: bold;
	}

table#features h3.left, h3.left a {
	text-align:left;
	}

table#features p.left {
	text-align:left;
	}
	
table#features td {
	vertical-align:top;
	}

table#features ul {
	margin: 0 0 20px -5px;
	}
	
table#features li {
	font-size:0.8em;
	padding-left:3px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
	}	
	
table#features h1 {
	color:#721E1E;
	size:1.5em;
	text-align:center;
	padding-top: 15px;
	padding-bottom: 0px;
	font-size: 2.8em;
}

table#features bordercolor {
	border: thin solid #ccc;
	}
	
.border {
 border: #999 thin solid;
 }

