/* general styles */
body {
margin: 0;
padding: 30px 0 0 0;
text-align: center;
background-color: #000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: small;
}

h2 {
color: #ee3a2f;
font-size: large;
}

h3 {
color: #ee3a2f;
font-size: medium;
}

h4 {
color: #ee3a2f;
font-size: small;
}

blockquote {
font-family: "Courier New", Courier, serif;
font-weight: bold;
color: #333333;
background-color:#FFFFFF;
}

.tour img {
float: left;
margin: 5px;
}

/* layout styles */

#wrap {
background: url(../img/style/contentbgtop2.gif) top center no-repeat #fff;
text-align: left;
width: 780px;
margin: 0 auto;
border: 1px solid #000;
padding-top: 30px;
}

#nav {
background-color: #fff;
text-align: left;
float: left;
width: 145px;
margin: 0 0 0 10px;
padding: 0;
}

/* optional side bar

#sidebar {
background-color: #fff;
float: right;
width: 110px;
margin: 100px 10px 0 0;
text-align: center;
}
*/

#content {
background: url(../img/style/botcorner.gif) bottom right no-repeat transparent;
margin: 0 10px 0 10px;
padding: 30px 0 0 0;
float: right;
width: 550px;
}

#footer {
background: url(../img/style/contentbgbot2.gif) bottom center no-repeat #fff;
clear: both;
padding: 0 20px 10px 0;
margin: 0 20px 0 20px;
}

/* content styles */

#content a:link {
text-decoration: none;
color: #ee3a2f;
}

#content a:visited {
text-decoration: none;
color: #ee3a2f;
}

#content a:hover {
text-decoration: underline;
color: #000;
}

.first {
background: url(../img/style/topcorner.gif) top left no-repeat;
padding: 3px 0 0 10px;
}

img {
border: 0;
}

/* main logo swap */

#logo span {
display: none;
}

#logo {
background: url(../img/logos/textremesml.gif) center no-repeat;
width: 150px;
height: 70px;
}

/* main menu and sidebar styles */

#sidebar img {
display: block;
margin: 10px 0 0 0;
}

#nav li em {
text-decoration: underline;
font-style: normal;
}

#nav ul {
list-style: none;
background: url(../img/style/botleftcorner.gif) bottom left no-repeat;
padding: 0 0 0 8px;
line-height: 1.5;
margin: 0;
font-size: small;
}

#nav ul li {
padding: 0 0 0 15px;
margin: 0;
background: url(../img/style/blob.gif) left 50% no-repeat transparent;
text-align: left;
width: 100%;
line-height: 1.5;
}

#nav a:link {
color: #000;
text-decoration: none;
font-weight: bold;
}

#nav a:visited {
color: #000;
text-decoration: none;
font-weight: bold;
}

#nav a:hover {
color: #ee3a2f;
text-decoration: none;
font-weight: bold;
}

/* menu text swaps */

#coachmen span {
display: none;
}

#coachmen {
background: url(../img/style/coachmenu.gif) no-repeat;
width: 107px;
height: 30px;
margin: 10px 0 0 0;
padding: 0;
}

#aboutmen span {
display: none;
}

#aboutmen {
background: url(../img/style/aboutmenu.gif) no-repeat;
width: 107px;
height: 30px;
margin: 10px 0 0 0;
padding: 0;
}

#promen span {
display: none;
}

#promen {
background: url(../img/style/shopmenu.gif) no-repeat;
width: 107px;
height: 30px;
margin: 10px 0 0 0;
padding: 0;
}

#link span {
display: none;
}

#link {
background: url(../img/style/linksmenu.gif) no-repeat;
width: 107px;
height: 30px;
margin: 10px 0 0 0;
padding: 0;
}

#clubs {
background: url(../img/style/clubmenu.gif) no-repeat;
width: 107px;
height: 30px;
margin: 10px 0 0 0;
padding: 0;
}

#clubs span {
display: none;
}

/* footer styles */

#footer ul {
text-align: right;
}

#footer ul li {
display: inline;
padding: 0 10px 0 15px;
background: url(../img/style/blob.gif) left centre no-repeat;
font-size: x-small;
}

#footer li em {
text-decoration: underline;
font-style: normal;
}

#footer li a:link {
text-decoration: none;
font-weight: bold;
color: #000;
}

#footer li a:visited {
text-decoration: none;
font-weight: bold;
color: #000;
}

#footer li a:hover {
text-decoration: underline;
font-weight: bold;
color: #ee3a2f;
}

/* coaches syles */

#content .coaches img {
float: left;
margin: 10px;
}


/* form styles */

#contact {
width: 400px;
border: 1px solid #000;
background: #ccc;
padding: 10px;
}

#contact input {
margin: 0 0 10px 0;
background: #eee;
color: #000;
}

#contact textarea {
margin: 0 0 10px 0;
background: #eee;
color: #000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: small;
}

#contact label {
vertical-align: top;
}

#contact .button {
background: #bbb;
color: #ee3a2f;
}

/* table styles */

#content table caption {
font-weight: bold;
text-align: right;
}

#content table {
width: 100%;
border: 2px solid #000;
background: #ccc;
margin: 0;
padding: 0;
border-collapse: collapse;
}

#content tr, #content td {
border-bottom: 1px solid #000;
border-right: 2px solid #000;
padding: 3px;
}

#content th {
background: #777;
color: #fff;
font-weight: bold;
margin: 0;
padding: 3px;
border-right: 2px solid #000;
text-align: left;
vertical-align: top;
}

#topheader th {
border-bottom: 2px solid #000;
}

.rowheader {
border-right: 2px solid #fff;
}

/* clearer */

.clearer {
clear: both;
padding: 0;
margin: 0;
font-size: 0px;
}

/* coach photo */

.coachphoto {
float: left;
width: 150px;
height: 180px;
padding: 0;
margin: 0;
background: url(../img/style/coachframe.gif) top left no-repeat;
}