@charset "utf-8";
/* CSS Document */

/*------ Copyright 2008 PBM Fitness Pty. Ltd. ------ */

/*------ Global styles ------*/
* {
	margin: 0px;
	padding: 0px;
}
#main {
	position: relative;
	padding-top: 10px;
}

body {
	background-image: url(../ti_images/bg.gif);
	background-repeat: repeat-x;
}
.subtitle16 {
	font-size: 16px;
}
.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}
.floatLeftRightMar {
	padding: 5px;
	float: left;
	margin-right: 10px;
	border: 1px solid #CCC;
}



.clearFloat {
	clear: both;
}

/*------ End Global ------*/

/*------ Header -------*/
#headerStretch {}
#headerWrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 150px;
}
#headerWrapper #logo {
	margin-top: 25px;
}
#headerWrapper #eliteTitle {
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	color: #919295;
	font-size: 24px;
	font-weight: normal;
	line-height: 80px;
	padding-left: 25px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #919295;
	top: 15px;
	font-style: italic;
	left: 280px;
}

.title {
	position: absolute;
	left: -9000px;
}
/*-- main menu --*/
#headerWrapper #menu {
	position: absolute;
	bottom: 0px;
	width: 900px;
	left: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	line-height: 32px;
	font-weight: bold;
}
#headerWrapper #menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#headerWrapper #menu ul li {
	float: left;
	display: inline;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}
#headerWrapper #menu ul li a {
	padding-right: 15px;
	padding-left: 15px;
	color: #919295;
	text-decoration: none;
}
#headerWrapper #menu ul li a:hover {
	color: #F60;
}
.last {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
/*-- end menu --*/
/*------- end header --------*/

/*------ Content ------*/
#contentWrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	line-height: 24px;
	color: #666;
}
#banner1 {
	height: 300px;
	width: 900px;
	background-image: url(../../delta_series/ti_images/banner1.jpg);
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
}
#banner2 {
	height: 300px;
	width: 900px;
	background-image: url(../ti_images/banner_treadmills.jpg);
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
}
#banner3 {
	height: 300px;
	width: 900px;
	background-image: url(../../Copy%20of%20elite_series/elite_images/banner_elliptical.jpg);
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
}
#banner4 {
	height: 300px;
	width: 900px;
	background-image: url(../../Copy%20of%20elite_series/elite_images/banner_bicycles.jpg);
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
}
.padLeftRight {
	padding-right: 40px;
	padding-left: 40px;
}
#decals {
	position: absolute;
	top: 0px;
	right: 0px;
	visibility: hidden;
}
#brochure_btn {
	position: absolute;
	top: 0px;
	right: 0px;
}




#banner1 h1 {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 32px;
	line-height: 28px;
	position: absolute;
	top: 70px;
	left: 350px;
}
#banner1 h2 {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
	position: absolute;
	top: 120px;
	left: 350px;
}
#main h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: -1px;
	font-size: 28px;
	line-height: 34px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: #999;
}
#main h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 32px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: #999;
}
#main h3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #F60;
	display: block;
	padding-left: 3px;
}
#specs h1 {
	font-size: 13px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#specs h2 {
	font-size: 16px;
	background-image: url(../ti_images/menu_bg.gif);
	border: 1px solid #CCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}



/*------ sub menus ------*/
/*-- IE 6 HACK --*/
* html #main #menu {
	background-image: none;
}
/*-- END IE 6 HACK --*/

#main #menu {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-top: -5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	background-image: url(../ti_images/menu_bg.gif);
	background-repeat: repeat-x;
	z-index: 1;
}
#main #menu ul {
	margin: 0px;
	list-style-type: none;
	line-height: 32px;
	padding: 0px;
}
#main #menu ul li {
	display: block;
	font-size: 14px;
	line-height: 32px;
	float: left;
	z-index: 4;
}
#main #menu ul li a {
	padding-right: 10px;
	padding-left: 10px;
	color: #F30;
	text-decoration: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	font-size: 14px;
	line-height: 32px;
	float: left;
}
#main #menu ul li a:hover {
	color: #FFF;
	background-color: #F60;
}
#main #leftCol {
	width: 250px;
	margin-top: 10px;
	float: left;
}
#main #rightCol {
	float: right;
	width: 640px;
	margin-top: 10px;
	position: relative;
}
.console {
	position: absolute;
	top: 50px;
	right: 0px;
}
.console2 {
	position: absolute;
	top: 163px;
	right: 147px;
}
.console3 {
	position: absolute;
	top: 160px;
	right: 20px;
}



.active                  {
	color: #FFF;
	background-color: #FC9;
}


/*------ end  sub menus ------*/

#main #details {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #999;
	line-height: 22px;
	position: relative;
	background-image: url(../../Copy%20of%20elite_series/elite_images/rings.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#details h1 {
	font-size: 32px;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	line-height: 32px;
}
#details h2 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 14px;
}
#details #driveMotor {
	margin-top: 20px;
}
#details #rapid {
	position: absolute;
	top: 70px;
	left: 215px;
	font-size: 16px;
	width: 200px;
}
#details #rapidText {
	position: absolute;
	left: 220px;
	top: 100px;
	font-size: 12px;
	line-height: 18px;
	width: 600px;
}
#details #inclineMotor {
	margin-top: 14px;
}
#details #inclineTitle {
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	left: 105px;
	top: 243px;
}
#details #inclineText {
	position: absolute;
	left: 110px;
	top: 273px;
}
#details #suspensionImg {
}
#details #comfortTitle {
	position: absolute;
	top: 450px;
	left: 285px;
	font-size: 16px;
	width: 200px;
}
#details #susTitle {
	position: absolute;
	top: 390px;
	left: 165px;
}
#details #comfortText {
	left: 295px;
	position: absolute;
	top: 475px;
	width: 600px;
	line-height: 18px;
}
#details #smartTitle {
	font-size: 16px;
}
#smartText #cons {
	float: right;
}
#details #consTitle {
	position: absolute;
	top: 620px;
	left: 400px;
}
#smartText #safezone {
	font-size: 16px;
	margin-top: 10px;
	position: absolute;
	left: 400px;
	top: 1100px;
}
#smartText #folding  {
	margin-top: 20px;
}
#details #foldText {
	position: absolute;
	top: 1150px;
	left: 410px;
	width: 400px;
}

/*------ End Content -------*/

/*------ Footer -------*/
/*-- menu --*/
#footerStretch #footerWrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#footerStretch {
	height: 150px;
	background-image: url(../ti_images/footer_bg.jpg);
	background-repeat: repeat-x;
}

#footerWrapper #menu {
	width: 900px;
	left: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	line-height: 24px;
	text-align: center;
	padding-top: 35px;
}
#footerWrapper #menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#footerWrapper #menu ul li {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
	display: inline;
}
#footerWrapper #menu ul li a {
	display: inline;
	padding-right: 15px;
	padding-left: 15px;
	color: #666;
	text-decoration: none;
}
#footerWrapper #menu ul li a:hover {
	color: #F60;
}
#footermenu #copy p a {
	color: #F60;
	text-decoration: none;
}
.lastFooter {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
}

#copy {
	color: #666;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	text-align: center;
	margin-top: 25px;
}
.rightButtonPad {
	margin-right: 20px;
}

