
/* CSS Document */

body {
	background-color:#fff;
	background-image:url(../images/css-images/body.jpg);
	background-position:top;
	background-repeat:repeat-x;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;	
	font-size:12px;
	margin:0px;
}

span.imgtxt {
	display:none;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}	

form {
	margin:0;
	padding:0;
}

p {
	padding:7px 0;
	margin:0;
}

h1 {
	font-size:18px;
	padding:0;
	margin:0;
	margin-bottom:5px;
	margin-top:10px;
	text-align:left;	
}

h2 {
	font-size:14px;
	margin:0;
	padding:0;
	padding-top:15px;
	text-align:center;
}

h3 {
	color:#333;
	font-size:14px;
	margin:0;
	padding:5px;
	text-align:center;
}

h4 {
	font-size:12px;
	margin:0;
	padding:0;
}

h5 {
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:5px 0;
	text-align:center;
}

form, input, select, ul, li {
	margin:0;
	padding:0;
}

fieldset {
	background-color:#fff;
	border:1px solid #00aeef;
	font-size:.97em;
	margin:0;
	margin:20px 0;
	overflow:hidden;
	padding:10px;
}

legend {
	color:#00aeef;
	font-size:14px;
	font-weight:bold;
	position:relative;
	top:-17px;
	text-transform:uppercase;
}

ul.list {
	list-style-type:square;
	margin:0;
	margin-left:25px;
	position:relative;
	top:-6px;
}

ul.list li {
	margin:0;
	padding:5px 0;
}

#wrapper {
background-image:url('https://www.triswimmingcoach.com/images/css-images/wrapper.png');
	background-repeat:repeat-y;
	margin:0 auto;
	min-height:800px;
	position:relative;
	width:825px;
}





#header {
	background-image:url(../images/css-images/header.jpg);
	height:110px;
	margin:0 auto;
	position:relative;
	width:800px;
}

#triathlon {
background-image:url('https://www.triswimmingcoach.com/images/css-images/triathlon.png');
	
	height:80px;
	left:9px;
	position:absolute;
	top:30px;
	width:455px;
	z-index:20;
}

#swim_training {
background-image:url('https://www.triswimmingcoach.com/images/css-images/swim-training.png');
	
	height:31px;
	position:absolute;
	right:16px;
	top:60px;
	width:307px;
}

#beta {
background-image:url('https://www.triswimmingcoach.com/images/css-images/beta.png');
	height:17px;
	position:absolute;
	right:284px;
	top:30px;
	width:56px;
}

#flash {
	background-color:#00aeef;
	background-image:url(../images/css-images/openwaterrunswim.jpg);
	border-bottom:1px solid #fff;
	border-left:1px solid #00aeef;
	border-right:1px solid #00aeef;
	height:260px;
	position:relative;
	margin:0 auto;
	width:788px;
}

#sitemap {
	background-color:#00aeef;
	color:#c7eafb;
	font-size:20px;
	height:48px;
	line-height:48px;
	margin:0 auto;
	position:relative;
	text-align:center;
	width:790px;
	z-index:40;
}

#sitemap a {
	color:#c7eafb;
	font-size:20px;
	font-weight:bold;
	padding:0 10px;
	position:relative;
	text-transform:uppercase;
	z-index:50;
}

#sitemap a:hover {
	color:#6e6a78;
	text-decoration:none;
}

#tagline {
	background-color:#6e6a78;
	color:#fff;
	font-size:14px;
	font-style:italic;
	height:30px;
	margin:0 auto;
	line-height:30px;
	padding-right:10px;
	position:relative;
	text-align:right;
	width:780px;
}

#mycart {
	height:50px;
	position:absolute;
	right:5px;
	top:-8px;
	width:159px;
}
#mycart a {
	color:#fff;
	font-style:normal;
}

#sidebar1 {

}

#sidebar2 {

}

#content {
	padding-bottom:20px;
	margin:10px 20px 0 30px;
	position:relative;
	width:765px;
}

.home #content {
	min-height:1000px;
}

#left {
	float:left;
	width:445px;
}

#right {
	background-color:#c7eafb;
	float:right;
	padding:10px 15px;
	width:265px;
}

#footer-shading {
	background-image:url(../images/css-images/footer-shading.jpg);
	height:11px;
	margin:0 auto;
	position:relative;
	width:823px;
}

#footer {
	color:#6e6a78;
	position:relative;
	height:25px;
	margin:0px auto;
	padding:10px 0;
	width:800px;
}

#copyright {
	float:left;
	padding:0px 5px;
	width:270px;
}

#poweredby {
	float:right;
	padding-right:5px;
	text-align:right;
	width:270px;
}

#poweredby a {
	color:#6e6a78;
}


.events h1 {
	text-align:center;U
}

.events h3 {
	background-color:#ccc;
	margin-bottom:5px;
	margin-top:5px;
	text-align:left;
	text-transform:uppercase;
}