/* GLOBAL ELEMENTS */
* 
	{	
	margin				: 0px; 
	padding				: 0px; 
	}

html 
	{

	}

body 
	{
	text-align 			: center;
	background-color 	: #B0B2B6;
	}
body  a:focus
	{
	outline				: none; 
	}

img
	{
	border 				: 0px;
	}

.clear
	{
	clear 				: both;
	}

.introTxt
	{
	display 			: none;
	}
	
/* WRAPPERS */	
.container
	{
	display 			: table;
	width 				: 800px;
	margin 				: 10px auto 5px auto;
	background-color 	: #FFFFFF;
	text-align 			: left;
	}
	
.containerInner
	{
	margin 				: 20px 20px 10px 20px;
	}

.content
	{
	margin				: 0px 0px 30px 0px;
	}

/* GLOBAL ELEMENTS */	
#hdr
	{
	height 				: 55px;
	margin 				: 0px 0px 0px 0px;
	}	
#hdr .logo
	{
	float 				: left;
	}

#breadCrumb
	{
	height 				: 28px;
	list-style			: none;
	}
#breadCrumb li
	{
	float 				: left;
	padding 			: 0px 10px 0px 10px;
	color 				: #9B9C9F;
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 11px;
	font-style			: italic;
	background 			: url(../imgs/breadcrumb-arr.jpg) no-repeat 0px 5px;
	}
#breadCrumb li a
	{
	color 				: #9B9C9F;
	text-decoration		: underline;
	}
#breadCrumb li a:hover
	{
	color 				: #9B9C9F;
	text-decoration		: none;
	}

#ftr
	{
	margin 				: 0px 0px 0px 0px;
	padding 			: 12px 0px 0px 0px;
	border 				: solid #DEE2E4;
	border-width		: 1px 0px 0px 0px;
	}
#ftr .nav
	{
	float 				: left;
	color 				: #9B9C9F;
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 11px;
	}
#ftr .nav ul
	{
	margin 				: 0px 0px 0px 0px;
	padding 			: 0px 0px 8px 0px;
	list-style			: none;
	}
#ftr .nav li
	{
	float 				: left;
	margin 				: 0px 10px 0px 0px;
	padding				: 0px 10px 0px 0px;
	border 				: solid #992137;
	border-width		: 0px 1px 0px 0px;
	color 				: #992137;
	}	
#ftr .nav li a
	{
	color 				: #992137;
	text-decoration 	: underline;
	}
#ftr .nav li a:hover
	{
	color 				: #992137;
	text-decoration 	: none;
	}	
#ftr .logo
	{
	float 				: right;
	margin 				: 25px 0px 0px 0px;
	}
	
	
/* CONTENT */
#navSecondary
	{
	float 				: left;
	margin 				: 0px 10px 0px 0px;
	width 				: 120px;
	color 				: #9B9C9F;
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 11px;
	}
#navSecondary .level1
	{
	list-style 			: none;
	}
#navSecondary .level1 li
	{
	margin				: 10px 0px 0px 0px;
	padding				: 0px 0px 0px 0px;
	background-image	: url(../imgs/nav-secondary-bullet.png);
	background-repeat	: no-repeat;
	background-position	: 0px 5px;
	color 				: #9B9C9F;
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 11px;
	}
#navSecondary .level1 li a
	{
	display 			: block;
	margin				: 0px 0px 0px 12px;
	padding				: 0px 0px 0px 0px;
	color 				: #9B9C9F;
	text-decoration 	: none;
	}
#navSecondary .level1 li a:hover
	{
	color 				: #992137;
	text-decoration 	: none;
	}
#navSecondary .level1 .active a
	{
	color 				: #992137;
	}
	
	
#navSecondary .level2
	{
	margin 				: 0px 0px 0px 2px;
	padding				: 0px 0px 0px 9px;
	list-style 			: none;
	border 				: solid #DEE2E4;
	border-width		: 0px 0px 0px 1px;
	}
#navSecondary .level2 li
	{
	margin				: 0px 0px 0px 0px;
	padding				: 10px 0px 10px 0px;
	list-style 			: none;
	background-image	: none;
	border 				: solid #DEE2E4;
	border-width		: 0px 0px 1px 0px;
	}
#navSecondary .level2 li a,
#navSecondary .active .level2 li a
	{
	margin				: 0px 0px 0px 0px;
	padding				: 0px 0px 0px 0px;
	color 				: #000000;
	text-decoration 	: none;
	}
#navSecondary .level2 li a:hover
	{
	color 				: #992137;
	text-decoration 	: none;
	}

.formatTxt,
.formatTxt tbody,
.formatTxt pre,	
.formatTxt h1, 
.formatTxt h2, 
.formatTxt h3, 
.formatTxt h4, 
.formatTxt h5, 
.formatTxt h6
	{
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 12px;
	text-align 			: left;
	}
.formatTxt h1, 
.formatTxt h2, 
.formatTxt h3, 
.formatTxt h4, 
.formatTxt h5, 
.formatTxt h6
	{
	margin				: 0px 0px 0px 0px;
	padding				: 0px 0px 10px 0px;
	}
.formatTxt a,
.formatTxt pre a, 
.formatTxt tbody a
	{
	text-decoration		: underline;
	}
.formatTxt a:hover,
.formatTxt pre a:hover,  
.formatTxt tbody a:hover
	{
	text-decoration		: none;
	}
.formatTxt p
	{
	margin				: 0px 0px 0px 0px;
	padding				: 0px 0px 10px 0px;
	}
.formatTxt ul
	{
	list-style-type		: disc;
	list-style-position : inside;
	margin				: 0px 0px 0px 0px;
	padding				: 0px 0px 10px 0px;
	}
.formatTxt ol
	{
	list-style-type		: decimal;
	list-style-position : inside;
	margin				: 0px 0px 0px 0px;
	padding				: 0px 0px 10px 0px;
	}
.formatTxt li
	{
	padding				: 0px 0px 10px 10px;
	}
	

/* TEMPLATE */	
#template
	{
	}	
#template .col1
	{
	float 				: left;
	margin 				: 0px 0px 0px 0px;
	width 				: 280px;
	height 				: 375px;
	
	border 				: solid #B0B2B6;
	border-width		: 0px 0px 0px 0px;
	background-color 	: #D5D6D9;
	background-image	: url(../imgs/col-1-curve.png);
	background-repeat	: no-repeat;
	background-position	: bottom left;
	
	text-align 			: center;
	}
#template .col2
	{
	float 				: right;
	width 				: 340px;
	height 				: 375px;
	
	border 				: solid #B0B2B6;
	border-width		: 0px 0px 0px 0px;
	background-color 	: #D5D6D9;
	background-image	: url(../imgs/col-2-curve.png);
	background-repeat	: no-repeat;
	background-position	: bottom left;
	
	text-align 			: center;
	}
#template .header
	{
	background-color 	: #B0B2B6;
	height				: 70px;
	text-align 			: left;
	}
#template .scroll
	{
	scrollbar-3d-light-color	: #C7C8CD;
    scrollbar-base-color		: #C7C8CD;
    scrollbar-dark-shadow-color	: #C7C8CD;
    scrollbar-face-color		: #C7C8CD;
	scrollbar-shadow-color		: #C7C8CD;
	scrollbar-arrow-color		: #FFFFFF;
	scrollbar-highlight-color	: #FFFFFF;
	
	background-color 	: #D5D6D9;
	border 				: solid #FFFFFF;
	border-width		: 1px 0px 0px 0px;
	padding 			: 10px 10px 10px 10px;
	height				: 216px; 
	overflow			: auto;
	
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 12px;
	color 				: #000000;
	text-align 			: left;
	}
#template .scroll a
	{
	color 						: #000000;
	text-decoration 			: underline;
	}
#template .scroll a:hover
	{
	color 						: #000000;
	text-decoration 			: none;
	}
#template .tab a
	{
	display 			: block;
	margin 				: 0px 0px 0px 0px;
	padding 			: 4px 0px 4px 25px;
	border 				: solid #FFFFFF;
	border-width		: 1px 0px 0px 0px;
	background-color 	: #B0B2B6;
	background-image	: url(../imgs/tab-bullet.png);
	background-repeat	: no-repeat;
	background-position	: 8px 6px;
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 11px;
	font-weight 		: bold;
	color 				: #FFFFFF;
	text-decoration 	: none;
	text-align 			: left;
	}
#template .tab a:hover
	{
	color 				: #000000;
	text-decoration 	: none;
	}

#template .field
	{
	clear 				: both;
	margin 				: 0px 0px 0px 0px;
	padding				: 5px 0px 0px 0px;
	}
#template .field label
	{
	float 				: left;
	width 				: 90px;
	color				: #82868C;
	}
#template .field input,
#template .field select
	{
	float 				: left;
	}
		

/* SPECIFIC STYLES */

/* HOME PAGE */
#latestNews .pager
	{
	float 				: right;
	padding 			: 4px 8px 0px 0px;
	background-color 	: #B0B2B6;
	}
#latestNews .pager a
	{
	float				: left;
	display 			: block;
	width 				: 7px;
	height 				: 7px;
	margin 				: 0px 0px 0px 5px;
	background			: #FFFFFF;
	text-indent			: -1000000px;
	overflow			: hidden;
	}
#latestNews .pager a.activeSlide
	{
	background			: #666666;
	}
#latestNews .hdr
	{
	display 			: block;
	margin 				: 0px 0px 0px 0px;
	padding 			: 4px 0px 4px 10px;
	background-color 	: #B0B2B6;
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 11px;
	font-weight 		: bold;
	color 				: #FFFFFF;
	text-align 			: left;
	}
#latestNews .articles ul
	{
	width 				: 375px;
	background-color 	: #E6E6E8;
	}
#latestNews .articles li
	{
	display				: inline-block;
	display 			: block;
	list-style			: none;
	height 				: 96px;
	padding 			: 6px 6px 6px 6px;
	border-top			: solid 1px #FFFFFF;
	text-align 			: left;
	}	
#latestNews .articles .img
	{
	float				: right;
	width 				: 95px;
	height 				: 95px;
	background-color 	: #FFFFFF;
	background-position : center center;
	background-repeat 	: no-repeat;
	}
#latestNews .articles .date
	{
	margin 				: 0px 0px 3px 0px;
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 11px;
	color 				: #A70129;
	font-weight 		: bold;
	}
#latestNews .articles .title
	{
	margin 				: 0px 0px 3px 0px;
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 11px;
	color 				: #000000;
	font-weight 		: bold;
	}
#latestNews .articles .title a
	{
	color 				: #000000;
	text-decoration 	: none;
	}
#latestNews .articles .title a:hover
	{
	color 				: #000000;
	text-decoration 	: underline;
	}
#latestNews .articles .desc
	{
	margin 				: 0px 0px 5px 0px;
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 10px;
	color 				: #000000;
	}
#latestNews .articles .more a
	{
	margin 				: 0px 0px 0px 0px;
	padding 			: 0px 0px 0px 15px;
	background-image	: url(../imgs/tab-bullet.png);
	background-repeat	: no-repeat;
	background-position	: left center;
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 11px;
	font-weight 		: bold;
	color 				: #000000;
	text-decoration 	: underline;
	text-align 			: left;
	}
#latestNews .articles .more a:hover
	{
	color 				: #000000;
	text-decoration 	: none;
	}
#seo
	{
	padding 			: 5px 5px 0px 5px;
	text-align			: left; 
	height				: 265px;
	background-image	: url(../imgs/img-home-seo-bottom.png);
	background-color 	: #992137;
	background-repeat	: no-repeat;
	background-position	: left bottom;
	}
#seoInner
	{
	height				: 244px;
	overflow			: auto;
	}
#seo h1
	{
	padding 			: 10px 15px 10px 10px;
	color 				: #FFFFFF;
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 15px;
	font-weight 		: bold;
	}
#seo p
	{
	padding 			: 0px 15px 15px 10px;
	color 				: #FFFFFF;
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 12px;
	}
#seo p a
	{
	color 				: #FFFFFF;
	text-decoration 	: underline;
	}
#seo p a:hover
	{
	color 				: #FFFFFF;
	text-decoration 	: none;
	}

/* PRODUCTS */
#productNavLft .name
	{
	margin 				: 0px 0px 5px 0px;
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 12px;
	color 				: #FFFFFF;
	}
#productNavLft .name a
	{
	font-size			: 13px;
	color 				: #FFFFFF;
	font-weight 		: bold;
	text-decoration 	: none;
	}
#productNavLft .name a:hover
	{
	color 				: #000000;
	}
#productNavLft .desc
	{
	margin 				: 0px 0px 20px 0px;
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 12px;
	color 				: #FFFFFF;
	}
	
#productNavRgt
	{
	scrollbar-3d-light-color	: #C0C0C0;
    scrollbar-base-color		: #C0C0C0;
    scrollbar-dark-shadow-color	: #C0C0C0;
    scrollbar-face-color		: #C0C0C0;
	scrollbar-shadow-color		: #C0C0C0;
	scrollbar-arrow-color		: #FFFFFF;
	scrollbar-highlight-color	: #FFFFFF;
	
	background-color 	: #FFFFFF;
	border 				: solid #DEE2E4;
	border-width		: 1px 0px 0px 0px;
	padding 			: 5px 0px 0px 0px;
	height				: 225px; 
	overflow			: auto;
	overflow-x			: auto;
	overflow-y 			: hidden;
	
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 12px;
	color 				: #000000;
	text-align 			: left;
	}
#productNavRgt a 
	{
	display 			: block;
	cursor				: pointer;
	width 				: 100px;
	margin 				: 0px 10px 0px 0px;
	padding 			: 10px 0px 10px 0px;
	background-image	: none;
	border 				: solid #FFFFFF;
	border-width		: 1px 1px 1px 1px;
	text-align 			: center;
	text-decoration 	: none;
	}
#productNavRgt a .image
	{
	margin 				: 0px auto 0px auto;
	width 				: 80px;
	height 				: 75px;
	background-position : center top;
	background-repeat	: no-repeat;
	}	
#productNavRgt a .name
	{
	height 				: 45px;
	margin 				: 5px 0px 0px 0px;
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 12px;
	color 				: #000000;
	text-decoration 	: none;
	font-weight 		: bold;
	}
	
#productNavRgt a .model
	{
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 10px;
	color 				: #000000;
	}
#productNavRgt a:hover
	{
	background-image	: url(../imgs/nav-prod-bg.png);
	background-repeat	: repeat-x;
	background-position	: bottom left;
	border 				: solid #DEE2E4;
	border-width		: 1px 1px 1px 1px;
	}
#productNavRgt a:hover .name
	{
	color 				: #992137;
	}

#productDetail .name
	{
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 15px;
	color 				: #000000;
	}
#productDetail .model
	{
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 12px;
	color 				: #000000;
	}
	
#productDetail .download
	{
	margin 				: 0px 0px 5px 0px;
	padding				: 5px 0px 5px 25px;
	background-image	: url(../imgs/icon-download.gif);
	background-repeat	: no-repeat;
	background-position	: center left;
	}
#productDetail .img
	{
	width 				: 300px;
	height 				: 275px;
	background-position : center center;
	background-repeat 	: no-repeat;
	}
	

/* ARCHIVE */	
#archive .download
	{
	margin 				: 0px 0px 5px 0px;
	padding				: 5px 0px 5px 25px;
	background-image	: url(../imgs/icon-download.gif);
	background-repeat	: no-repeat;
	background-position	: center left;
	}
	
	
/* NEWS */
#news .date
	{
	margin 				: 0px 0px 5px 0px;
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 12px;
	color 				: #A70129;
	font-weight 		: bold;
	}
#news .title
	{
	margin 				: 0px 0px 10px 0px;
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 12px;
	color 				: #000000;
	font-weight 		: bold;
	}
#news .title a
	{
	color 				: #000000;
	text-decoration 	: none;
	}
#news .title a:hover
	{
	color 				: #000000;
	text-decoration 	: underline;
	}
#news .img
	{
	width				: 340px; 
	height				: 270px; 
	border 				: solid 0px #FFFFFF;
	border-width 		: 0px 0px 10px 0px;
	background-color 	: #FFFFFF;
	background-position : center center;
	background-repeat 	: no-repeat;
	}

/* SERVICES */
#servicing .name a
	{
	padding 			: 0px 0px 0px 15px;
	background-image	: url(../imgs/tab-bullet.png);
	background-repeat	: no-repeat;
	background-position	: left center;
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 11px;
	font-weight 		: bold;
	color 				: #000000;
	text-decoration 	: underline;
	text-align 			: left;
	}
#servicing .dist
	{
	clear 				: both;
	margin 				: 5px 0px 15px 0px;
	}
#servicing .detail .name
	{
	margin				: 0px 0px 20px 0px;
	font-size			: 20px;
	}
#servicing .detail .info
	{
	clear 				: both;
	padding				: 0px 0px 0px 0px;
	}	
#servicing .detail .info label
	{
	float 				: left;
	width 				: 100px;
	color 				: #992137;
	font-weight 		: bold;
	}
#servicing .detail .info p
	{
	float 				: left;
	}
	
/* TRAINING */
#training th
	{
	padding 			: 7px 5px 7px 5px;
	background-color 	: #992137;
	color 				: #FFFFFF;
	}
#training td
	{
	padding 			: 7px 5px 7px 5px;
	background-color 	: #EAEBEC;
	color 				: #000000;
	border 				: solid #D5D6D9;
	border-width 		: 1px 0px 0px 0px;
	}
	
	
/* LINKS */
#links .detail
	{
	margin 				: 0px 0px 0px 180px;
	}
#links .img
	{
	float				: left;
	width 				: 160px;
	height 				: 80px;
	margin 				: 0px 0px 0px 0px;
	padding				: 0px 0px 0px 0px;
	background-color 	: #FFFFFF;
	background-position	: center center;
	background-repeat	: no-repeat;
	text-align 			: center;
	}
#links .name
	{
	margin 				: 0px 0px 10px 0px;
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 12px;
	color 				: #000000;
	font-weight 		: bold;
	}
#links .name a
	{
	color 				: #000000;
	text-decoration 	: none;
	}
#links .name a:hover
	{
	color 				: #992137;
	text-decoration 	: none;
	}
#links .desc
	{
	margin 				: 0px 0px 10px 0px;
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 12px;
	color 				: #000000;
	}
#links .link a
	{
	margin 				: 0px 0px 0px 0px;
	padding 			: 0px 0px 0px 15px;
	background-image	: url(../imgs/tab-bullet.png);
	background-repeat	: no-repeat;
	background-position	: left center;
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 12px;
	font-weight 		: bold;
	color 				: #000000;
	text-decoration 	: underline;
	text-align 			: left;
	}
#links .link a:hover
	{
	color 				: #000000;
	text-decoration 	: none;
	}
#links .divider
	{
	margin 				: 25px 0px 0px 0px;
	padding 			: 0px 0px 25px 0px;
	border-top 			: solid 1px #FFFFFF;
	}

/* WHERE TO FIND */
#whereToFind .detail
	{
	margin 				: 20px 0px 20px 0px;
	}	
#whereToFind .img
	{
	width 				: 160px;
	height 				: 80px;
	margin 				: 0px 0px 0px 0px;
	padding				: 0px 0px 0px 0px;
	background-color 	: #FFFFFF;
	background-position	: center center;
	background-repeat	: no-repeat;
	text-align 			: center;
	}
#whereToFind .name
	{
	margin 				: 0px 0px 10px 0px;
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 12px;
	color 				: #000000;
	font-weight 		: bold;
	}
#whereToFind .name a
	{
	color 				: #000000;
	text-decoration 	: none;
	}
#whereToFind .name a:hover
	{
	color 				: #992137;
	text-decoration 	: none;
	}
#whereToFind .desc
	{
	margin 				: 0px 0px 10px 0px;
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 12px;
	color 				: #000000;
	}
#whereToFind .link a
	{
	margin 				: 0px 0px 0px 0px;
	padding 			: 0px 0px 0px 15px;
	background-image	: url(../imgs/tab-bullet.png);
	background-repeat	: no-repeat;
	background-position	: left center;
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 12px;
	font-weight 		: bold;
	color 				: #000000;
	text-decoration 	: underline;
	text-align 			: left;
	}
#whereToFind .link a:hover
	{
	color 				: #000000;
	text-decoration 	: none;
	}
	
/* SITE MAP */
#sitemap .level1
	{
	margin 				: 0px 0px 10px 0px;
	float 				: left;
	list-style			: none;
	width 				: 180px;
	}
#sitemap .level1 li
	{
	color 				: #FFFFFF;
	font-weight 		: bold;
	}
#sitemap .level2
	{
	margin 				: 0px 0px 0px 30px;
	}
#sitemap .level2 li
	{
	margin 				: 3px 0px 0px 0px;
	color 				: #333333;
	font-size 			: 11px;
	}
#sitemap .level2 a
	{
	color 				: #333333;
	font-weight 		: bold;
	text-decoration		: none;
	}
#sitemap .level2 a:hover
	{
	color 				: #000000;
	font-weight 		: bold;
	text-decoration		: underline;
	}


/* FAQ's */
#faq .list
	{
	padding 			: 0px 0px 15px 25px;
	background-image 	: url(../imgs/faq-q.png);
	background-position	: 0px 0px;
	background-repeat	: no-repeat;
	color 				: #992137;
	font-weight 		: bold;
	}
#faq .list a
	{
	color 				: #000000;
	}
#faq .list a:hover
	{
	color 				: #000000;
	}	
#faq .q
	{
	margin 				: 0px 0px 10px 0px;
	color 				: #992137;
	}
#faq .a
	{
	margin 				: 0px 0px 10px 0px;
	color 				: #000000;
	}


/* REGISTER APPLIANCE */
#registerAppliance .error
	{
	margin				: 10px 10px 10px 10px;
	padding				: 10px 10px 10px 10px;
	border				: solid 1px #992137;
	background			: #FFCCCC;
	color 				: #992137;
	text-align 			: center;
	}
#registerAppliance .copy
	{
	padding				: 10px 10px 10px 10px;
	}
#registerAppliance .subHeader
	{
	color 				: #992137;
	font-weight 		: bold;
	}
#registerAppliance .required
	{
	font-size			: 18px;
	color 				: #992137;
	line-height 		: 1px;
	}
#registerAppliance .field
	{
	clear 				: both;
	margin 				: 0px 0px 0px 0px;
	padding				: 10px 10px 10px 10px;
	}
#registerAppliance .field label
	{
	float 				: none;
	display 			: block;
	width 				: auto;
	padding 			: 0px 0px 5px 0px;
	color				: #82868C;
	}
#registerAppliance .field input,
#registerAppliance .field select
	{
	float 				: none;
	}	
#registerAppliance .next
	{
	/*position			: absolute;
	top					: 300px;
	left				: 10px;
	z-index 			: 100;*/
	padding 			: 10px 15px 0px 10px;
	border-top 			: solid 1px #FFFFFF;
	text-align 			: left;
	}
#registerAppliance .step
	{
	margin	 			: 11px 0px 0px 0px;
	padding 			: 5px 0px 5px 35px;
	font-size 			: 14px;
	text-align 			: left;
	}
#registerAppliance .step a
	{
	color 				: #FFFFFF;
	}
#registerAppliance .step a:hover
	{
	color 				: #FFFFFF;
	}
		
			
	

	
	
	
