@charset "utf-8";
/* CSS Document */

html, body, div, a, img, map {
	border: 0;
	margin: 0;
	padding: 0;
	}
body {
	background: url(/images/Blue_Background.jpg) #1159A3 repeat-x;
	border-top: 4px solid black;
	font-family: Droid Sans, sans-serif;
	}
a, a:hover {
	text-decoration: none;
	}
.shell {
	width: 940px;
	display: block;
	margin: auto;
	position: relative;
	}
.light_source {
	background: url(/images/light_source.png);
	width: 940px;
	height:200px;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	}
	
/* OPTION 1 */
.logo {
	background: url(/images/logo.png);
	width: 232px;
	height: 180px;
	display: block;
	position: absolute;
	top: 10px;
	left: 20px;
	}
.product {
	width: 551px;
	height: 241px;
	display: block;
	position: absolute;
	top: 0px;
	left: 380px;
	z-index: 10;
	}

	
/* OPTION 2 
.logo {
	background: url(/images/logo.png);
	width: 232px;
	height: 180px;
	display: block;
	position: absolute;
	top: 10px;
	left: 354px;
	}
.product1, .product2 {
	width: 350px;
	height: 100px;
	display: block;
	position: absolute;
	top: 50px;
	z-index: 10;
	}
.product1 {
	background: url(/images/Super%20Ropes%20Twist%20Reverse.png);
	left: 0px;
	}
.product2 {
	background: url(/images/Super%20Ropes%20Twist.png);
	left: 590px;
	}
*/

/* OPTION 3 
.logo {
	background: url(/images/logo.png);
	width: 232px;
	height: 180px;
	display: block;
	position: absolute;
	top: 10px;
	left: 354px;
	z-index: 11;
	}
.product {
	background: url(/images/Super%20Ropes%20Large.png);
	width: 690px;
	height: 200px;
	display: block;
	position: absolute;
	top: 0px;
	left: 125px;
	z-index: 10;
	}
*/

.header_under {
	background: url(/images/header_red.png);
	width: 940px;
	height: 60px;
	display: block;
	position: absolute;
	top: 200px;
	left: 0px;
	z-index: 3;
	}
.button {
	width: 187px;
	height: 60px;
	display: block;
	float: left;
	border-right: 1px solid #DDDDDD;
	text-align: center;
	font-size: 20px;
	line-height: 60px;
	color: #0C2577;
	z-index: 4;
	}
.header_over {
	width: 940px;
	height: 60px;
	display: block;
	position: absolute;
	top: 200px;
	left: 0px;
	z-index: 5;
	}
.button_left, .button_middle, .button_right {
	width: 187px;
	height: 60px;
	display: block;
	float: left;
	border-right: 1px solid #DDDDDD;
	text-align: center;
	font-size: 20px;
	line-height: 60px;
	color: #0C2577;
	cursor: pointer;
	z-index: 6;
	opacity: 1;
	filter: alpha(opacity=100);
	}
.button_left { background: url(/images/button_left.png); }
.button_middle { background: url(/images/button_middle.png); }
.button_right { 
	background: url(/images/button_right.png);
	border-right: none;
	width: 188px;
	}
.main {
	background: #FFFFFF;
	width: 900px;
	height: 460px;
	display: block;
	position: absolute;
	top: 260px;
	left: 0px;
	padding: 20px;
	}
.content {
	width: 850px;
	margin-left: 25px;
	margin-right: 25px;
	display: block;
	}
.footer {
	background: url(/images/footer.png);
	background-repeat: no-repeat;
	width: 940px;
	height:60px;
	display: block;
	position: absolute;
	top: 760px;
	left: 0px;
	}
.copyright {
	width: 940px;
	height: 14px;
	display: block;
	position: absolute;
	top: 830px;
	left: 0px;
	padding-bottom: 50px;
	font-size: 12px;
	text-align: center;
	}




















