/* CSS Document */

body {
	font:12px arial, helvetica, sans-serif;
	margin:0px;
	padding:0px;
	color:#FFFFFF;
	background-color:black;
	text-align: center;
}
	
h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:18px;
	line-height:20px;
	font-weight:900;
	color:#EC008C;
}

h2 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:14px;
	line-height:16px;
	font-weight:900;
	color:#EC008C;
}
	
h3 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:12px;
	line-height:14px;
	font-weight:900;
	color:#EC008C;
}

a {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color:#FFFFFF;
}
a:visited {
	color:#FFFFFF;
}
a:hover {
	color:#EC008C;
	text-decoration:underline;
}

a img {
	border: none;
}

.container {
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 600px;
}

.contentBorder {
	border: 1px solid #FFFFFF;
	position: relative;
	height: 430px;
	width: 800px;
	background-color: #000000;
}

.border {
	border: 1px solid #FFFFFF;
}

a.border, a.border:visited {
	border:1px solid #FFFFFF;
}

a.border:active, a.border:hover {
	border:1px solid #EC008C;
}

.noBorder {
	border: none;
}
a .noBorder {
	text-decoration: none;
}

.page_title {
	margin-top: 10px;
	padding-bottom: 0px;
}

ul.noIndent {
	margin-left: .5em;
	padding-left: .5em;
}

ul ul.noIndent {
	margin-top: .3em;
}

ul.square {
	list-style: square outside;
	margin: 0 0 0 16px;
	padding: 0 0 0.5em;
	color: #FFFFFF;
}

ul ul.square {
	margin-top: .3em;
	list-style-type: circle;
}

li {
	padding-bottom: .3em;
}

.fontPink {
	color: #EC008C;
}

.indexTop {
	height: 352px;
	width: 800px;
}

.indexLeft {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 350px;
	width: 598px;
}

.contentMenu {
	height: 54px;
}

.indexRight {
	position: absolute;
	top: 0px;
	left: 600px;
	text-align:left;
	height: 350px;
	width: 198px;
}

.indexBottom {
	height: 95px;
	width: 800px;
	position: relative;
}

.indexBottom2 {
	height: 20px;
	width: 800px;
	position: relative;
}

.indexR1 {
	height: 149px;
	width: 200px;
}

.indexR1_1 {
	position: absolute;
	top: -1px;
	left: 0px;
	height: 88px;
	width: 198px;
}

.indexR1_2 {
	position: absolute;
	top: 85px;
	left: 0px;
	height: 33px;
	width: 198px;
}

.indexR2 {
	position: absolute;
	top: 156px;
	left: 0px;
	height: 62px;
	width: 199px;
	color: ec008c;
}

.indexR2_1 {
	position: absolute;
	top: -36px;
	left: 99px;
	height: 36px;
	width: 100px;
}

.indexR2_2 {
	position: absolute;
	top: -36px;
	left: -1px;
	height: 35px;
	width: 98px;
}

.indexR3 {
	position: absolute;
	top: 148px;
	left: 100px;
	height: 70px;
	width: 98px;
}

.indexR4 {
	position: absolute;
	top: 219px;
	left: 0px;
	height: 200px;
	width: 133px;
}

#optixTextScroller {
	width: 225px;
	height: 310px;
	position: absolute;
	top: 103px;
	left: 560px;
}

#optixTextBox {
	text-align: left;
	width: 225px;
	height: 130px;
	position: absolute;
	top: 80px;
	left: 15px;
	overflow: auto;
}

#optixProduct {
	width: 300px;
	height: 410px;
	position: absolute;
	top: 20px;
	left: 250px;
}

#optixTitle {
	width: 250px;
	height: 60px;
	position: absolute;
	top: 20px;
	left: 0px;
}

#optixAction {
	width: 207px;
	height: 192px;
	position: absolute;
	top: 220px;
	left: 15px;
}

#optixNav {
	margin-top: 152px;
	margin-bottom: 0px;
}

/*a fix to ensure footer/header/menu all appear in the same location as other pages*/
#menuFix {
	margin-top: 3px;
	margin-bottom: 5px;
}
/*left column container (absolute positioning) */
#productLeft {
	position: absolute;
	top: 0px;
	left: 1px;
	width: 260px;
	height: 350px;
}
/*central column container (absolute positioning) */
#productCenter {
	position: absolute;
	top: 0px;
	left: 262px;
	width: 409px;
	height: 350px;
}
/*right column container (absolute positioning) */
#productRight {
	position: absolute;
	top: 0px;
	left: 672px;
	width: 127px;
	height: 350px;
}
/*product image*/
#productTopLeft {
	position: relative;
	width: 258px;
	height: 284px;
	border: #FFFFFF solid 1px;
}
/*product icons*/
#productBottomLeft {
	position: relative;
	width: 258px;
	height: 62px;
	border-top: #FFFFFF solid 1px;
	border-left: #FFFFFF solid 1px;
	border-right: #FFFFFF solid 1px;
}
/*container for product text, before and after image and weather forecast image*/
#productTopCenter {
	position: relative;
	width: 409px;
	height: 214px;
}
/*product text*/
#productTopCenterText {
	text-align: left;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 230px;
	height: 194px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 10px;
}
/*product before and after image*/
#productTopCenterBeforeAfterImage {
	position: absolute;
	top: 12px;
	left: 251px;
	width: 139px;
	height: 99px;
	border: #EC008C solid 1px;
}
/*product weather forecast image*/
#productTopCenterWeatherLink {
	position: absolute;
	top: 125px;
	left: 240px;
	width: 169px;
	height: 65px;
}
/*contains flash content (the flash file uses loader components to load buy now button and suitable for all types rolling image)*/
#productBottomCenter {
	position: relative;
	width: 409px;
	height: 135px;
}
/*"also available in" image*/
#productTopRight {
	position: relative;
	width: 125px;
	height: 130px;
	border-top: #FFFFFF solid 1px;
	border-left: #FFFFFF solid 1px;
	border-right: #FFFFFF solid 1px;
}
/*"tip" image*/
#productCenterRight {
	position: relative;
	width: 125px;
	height: 116px;
	border-top: #FFFFFF solid 1px;
	border-left: #FFFFFF solid 1px;
	border-right: #FFFFFF solid 1px;
}
/*cleaning guide links*/
#productBottomRight {
	position: relative;
	width: 125px;
	height: 100px;
	border-top: #FFFFFF solid 1px;
	border-left: #FFFFFF solid 1px;
	border-right: #FFFFFF solid 1px;
}
.indexR2Copy {
	position: absolute;
	top: 156px;
	left: 0px;
	height: 62px;
	width: 199px;
}
