/* Site design and coding by Dean Lawrence
	e-mail: deanlawrence@gmail.com
	web: 	http://deanlawrence.darksquall.com */

/* general */

body {
	background-image:url(resources/design/background.gif);
	background-attachment:fixed;
	background-color:#FFFFFF; 
}

img {
	border: 0;
}

/* layout elements */

div#header {
	margin: 0 auto;
	width: 650px;
	text-align: center;
}

a.pay-fees img {
	margin: 35px 0 30px 0;
}

div#content {
	float:left;
}

div#wrapper {
	margin: 0 auto;
	width: 825px;
}

div#active-surrey {
	float:left;
	margin: 30px 0 30px 100px;
}
	div#active-surrey a img {
		float:left;
		padding: 20px 10px 10px 0;
	}
	div#active-surrey p {
		float: left;
		width: 420px;
		margin-top: 20px;
	}
	
div#clothing-bottoms {
	float:left;
	width: 254px;
	margin-top: 20px;
}
	div#clothing-bottoms a.club-clothing {
		font-size: 24px;
		margin-left: 50px;
	}
	div#clothing-bottoms a img {
		float:left;
		margin-top: 30px;
	}
	
div#clothing-tops {
	float:left;
	width: 551px;
	margin-left: 10px;
}

div#affiliates {
	float:left; clear:left;
	width: 825px;
	margin-top: 55px;
}
	div#affiliates img.rebound-therapy {
		margin-left: 160px;
	}
	div#affiliates img.trampolining-online {
		margin: 30px 0 0 264px;
	}
p.keywords {
	float:left;
	margin: 70px 0 50px 0;
	font-size: 9px;
}

div.clothing-img {
	float: left;
	clear: left;
	width: 140px;
	padding-bottom: 4px;
}
div.clothing-desc {
	float:left;
	margin-left: 40px;
}
	div.clothing-desc form {
		float:left;
		clear: left;
		width: 200px;
	}
		div.clothing-desc form input.add-cart {
			float:left;
			padding-top: 10px;
		}
		div.clothing-desc form.view-cart {
			float:left;
			clear:left;
			padding: -22px 0 0 95px;
			margin: -22px 0 0 95px;
		}
	div.clothing-desc a img {
		float:left; clear:left;
		margin-top: 8px;
	}

.site_title { text-align:center; }

.site_nav { text-align:center; }

.banner_ad { text-align:center; }

.page_title {
	text-align:center;
	font-size:xx-large;
	font-weight:bold;
	color:#000066; }

.footer {
	font-size: small;
	clear: left;
	padding-top: 70px;
}

div#video-player {
	float: left;
	width: 340px;
}

div#video-list {
	float: left;
	border: 1px solid #000000; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	padding: 15px;
	text-align: left;
}
	div#video-list a {
        color: #006600;
        font-weight: bold;
        text-decoration: none; 
	}
    
    div#video-list a:hover { text-decoration: underline; }
    
    div#video-list a:visited { color: #009900; }

/* textual tag redefinitions */

a {
	color:#006600;
	font-weight:bold;
	text-decoration:none; }
a:hover { text-decoration:underline; }
a:visited { color:#009900; }

h1,h2,h3,h4,h5,h6 { color:#000066; }

h1 { 
	font-size: 32px; 
	text-align: center;
	padding-bottom: 8px;
}

h2 { font-size: 16px; }

h3 {
	color: #000000;
	font-size: 18px;
}

ul.venues li a {
	font-size: 19px;
	font-weight: bold;
}
	
/* textual custom styles */

.v_significant {
	font-weight:bold;
	color:#FF0000; }

.significant { font-weight:bold; }

.style2 {
	color: #006600;
	font-weight: bold;
}

/* image custom styles */

.img_border {
	border: 1px solid #444444;
}

/* product styles */

.description {
	margin-top:10px;
	float:left;
	width: 400px;
	text-align: justify;
	clear:left;
}
.product_img {
	float:left;
	clear:left;

}
.product_details {
	float:left;
	width:200px;
	clear:right;
	margin-left: 20px;
}
.product {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
