html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: Arial;
	font-size: 12px;
	color: #282828;
}

a img {
	border: none;
}

/* ul  
ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

*/

h1, h2, p {
	margin: 0;
	padding: 0;
}

div.clearer {
	clear: both;
}

/* HEADER */
div.header-container{
	width: 100%;
	border-bottom: 9px solid #b8b8b8;
	text-align: center;
	margin: 0;
}

#header-container-index {
	height: 440px;
	background: url('../images/index-bkg.jpg') no-repeat center left;
}

#header-container-kitchen {
	height: 440px;
	background: url('../images/kitchen-bkg.jpg') no-repeat center left;
}

#header-container-bathroom {
	height: 440px;
	background: url('../images/bathroom-bkg.jpg') no-repeat center left;
}

#header-container-interior {
	height: 440px;
	background: url('../images/interior-bkg.jpg') no-repeat center left;
}

#header-container-commercial {
	height: 440px;
	background: url('../images/commercialapp-bkg.jpg') no-repeat center left;
}

#header-container-lacobel {
	height: 440px;
	background: url('../images/lacobel-bkg.jpg') no-repeat center left;
}

#header-container-faq {
	height: 440px;
	background: url('../images/faq-bkg.jpg') no-repeat center left;
}


#header-container-payments {
	height: 440px;
	background: url('../images/payments-bkg.jpg') no-repeat center left;
}

#header-container-delivery {
	height: 440px;
	background: url('../images/delivery-bkg.jpg') no-repeat center left;
}

#header-container-policy {
	height: 440px;
	background: url('../images/privacy-policy-bkg.jpg') no-repeat center left;
}

#header-container-contacts {
	height: 440px;
	background: url('../images/contacts-bkg.jpg') no-repeat center left;
}

#header-container-main {
	height: 100px;
	background: url('../images/main-bkg.jpg') no-repeat center left;
}

#header-container-main1 {
	height: 100px;
	background: url('../images/main1-bkg.jpg') no-repeat center left;
}

div.header {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}

div#top-header {
	width: 980px;
	height: 84px;
	margin: 0 0 6px 0;
}

#logo {
	float: left;
}


div#menu {
	margin: 20px 0 0 60px;
	float: left;
	height: 16px;
	line-height: 16px;
}

div#menu a {
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

div#menu a:hover {
	text-decoration: underline;
}

div#menu a.diff {
	color: #32ccfe;
}

div#menu span {
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	margin: 0 4px 0 7px;
}


div.banner {
	width: 200px;/* 320px - 2x10px*/
	height: 100px;/* 150px - 2x10px*/
	background: url('/images/banner-bkg.png') no-repeat center center;
	margin: 10px 10px 0 0;
	padding: 10px;
}

div.banner img {
	float: left;
}

div.bbanner {
	float: left;
}

div.last {
	margin-right: 0;
}

div.banner p {
	width: 180px; /* 300px - 35px */
	height: 29px;
	float: left;
	background: #ffffff url('/images/arrow-white.gif') no-repeat center left;
	line-height: 29px;
	color: #3a74c5;
	font-size: 12px;
	padding: 0 0 0 35px;
	margin: 0;
	cursor: pointer;
}

div.banner a {
	text-decoration: none;
	color: #3a74c5;
	font-weight: bold;
}

div.banner a:hover {
	text-decoration: underline;
}

/* END HEADER */

/* MAIN */



div#main-container {
	width: 100%;
	background: #ffffff url('../images/main-bkg.gif') repeat-x top;
	text-align: center;
}

div#main {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	padding: 10px 0 50px 0;
}

div.main-left {
	float: left;
	width: 640px;
	margin: 0 30px 0 0;
}

div.main-right {
	float: left;
	width: 310px;
	margin: 0;
}

h1.title {
	color: #282828;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: -1px;	
	margin: 20px 0 0 0;
}


h2.title {
	font-size: 14px;
	color: #e62899;
	font-weight: normal;	
	margin: 0;
	padding: 0;
}

h3.title {
	color:#272727;
	font-size:18px;
	margin: 30px 0 10px 0;
	padding: 0;
	font-weight: normal;	
}

div#main ul.list {
	margin: 10px 0 0 0;
}

div#main ul.list li{
	background: url('../images/bullet.gif') no-repeat left top;
	padding: 0 0 0 10px;
}

div#main ul.pointlist {
	margin: 10px 0 0 0;
}

div#main ul.pointlist li{
	background: url('../images/point.gif') no-repeat left center;
	padding: 0 0 0 13px;
}

div#main p {
	margin: 20px 0 0 0;
}

div#main p.nom {
	margin: 0;
}

div#main p.q {
	color:#272727;
	font-size:18px;
	margin: 30px 0 0 0;
	padding: 0;
	font-weight: normal;	
}

div#main p.em {
	color: #e62899;
}

div#main p.emb {
	color: #e62899;
	font-size: 14px;
}

div#main p.b {
	font-size: 16px;
}

div#main p.sp {
	color: #000000;
}

div#main p.sbp {
	font-weight: bold;
}

div#main p span {
	color: #3a74c5;
}

div#main p span.em {
	color: #e628b5;
}

div#main p span.promotion {
	color: #e628b5;
	font-size: 16px;
}

div#main a {
	color: #3a74c5;
	text-decoration: none;
}

div#main a:hover {
	text-decoration: underline;
}

.mdiv {
	width: 980px;
	clear: both;
}

.mldiv {
	float: left;
	width: 100px;
	margin: 30px 30px 0 0;
}

.mrdiv {
	margin: 30px 0 0 0;
	float: left;
	width: 434px;
}

.mldiv h2, .mrdiv h2 {
	font-size: 18px;
	color: #000000;
	font-weight: normal;
	margin: 0 0 5px 0;
}

p.attention {
	background: url('../images/icon-attention.gif') no-repeat top left;
	padding: 8px 0 0 69px;
	margin: 10px 0 0 0;
	min-height: 61px;
	*height: 61px;
}


p.copy {
	padding: 8px 0 0 69px;
	margin: 10px 0 0 0;
	min-height: 61px;
	*height: 61px;
}

p.attention span {
	font-size: 16px;
	color: #ee7d2c !important;
}

p.copy span {
	font-size: 16px;
	color: #ee7d2c !important;
}

div.colour-small {
	float: left;
	width: 65px;/* 79px - 2x7px*/
	height: 63px;/* 79px - 2x8px*/
	background: url('../images/colour-table-small-bkg.gif') no-repeat center;
	padding: 8px 7px 8px 7px;
	margin: 25px 9px 0 0;
}

div.last {
	margin-right: 0;
}

div.colour-small img {
	float: left;
}


p.attention1 {
	background: url('../images/icon-attention1.jpg') no-repeat top left;
	padding: 8px 0 0 69px;
	margin: 10px 0 0 0;
	min-height: 61px;
	*height: 61px;
}

p.attention1 span {
	font-size: 16px;
	color: #5e5e5e !important;
}

p.attention1 a {
	display: block;
	float: left;
	background: url('../images/arrow.jpg') no-repeat center left;
	height: 20px;
	line-height: 20px;
	padding: 0 0 0 29px;
	font-size: 12px;
	font-weight: bold;
	color: #3a74c5;
	margin-top: 5px;
}
/**/
/*div.media-container {*/
/*	background: url('../images/media-container-top.png') no-repeat top center;*/
/*	padding: 11px 0 0 0;*/
/*	width: 310px;*/
/*}*/
/**/
/*div.media-container-inner {*/
/*	width: 290px;/* 310px - 2x10px*/
/*	padding: 0 10px;*/
/*	background: url('../images/media-container-bottom.gif') no-repeat bottom center;*/
/*}*/

div.media-container {
	margin: 20px 0 0 0;
	width: 290px;/* 310px - 2x10px*/
	height: 339px;/* 350px - 11px */
	background: url('../images/media-container-bkg.png') no-repeat;
	padding: 11px 10px 0 10px;
}

div.video-container {
	margin: 20px 0 0 0;
	width: 300px;/* 310px - 2x5px*/
	height: 299px;/* 310px - 11px */
	background: url('../images/video-container-bkg.png') no-repeat;
	padding: 11px 5px 0 5px;
}

div.video-container p {
	color: #ffffff;
	text-align: center;
	margin: 15px 0 0 0!important;
}


div.download-div {
	width: 257px; /* 310px - 53px */
	height: 32px; /* 52px - 20px */
	background: url('../images/pdf-icon-bkg.png') no-repeat;
	margin: 20px 0 0 0;
	padding: 20px 0 0 53px;
}

div.download-div a {
	color: #fefefe !important;
}

table.sprice-table {
	font-size:16px;
	color: #272727;
	margin: 0;
}

table.sprice-table tr {
	height: 25px;
}

table.sprice-table tr td.first-cell {
	width: 360px;
}

table.sprice-table tr td a {
	display: block;
	margin: 0 0 0 10px;
	background: url('../images/arrow.jpg') no-repeat center left;
	line-height: 25px;
	padding: 0 0 0 25px;
	font-size: 12px;
	font-weight: bold;
	color: #3a74c5;
}

.c2a-div-container {
	width: 310px;
	background: url('../images/c2a-top.gif') no-repeat top center;
	margin: 20px 0 0 0;
}

.c2a-div {
	width: 310px;
	background: url('../images/c2a-bottom.gif') no-repeat bottom center;
}

.c2a-div span {
	display: block;
	width: 290px; /* 310px - 20px */
	height: 37px;
	line-height: 37px;
	border-bottom: 1px solid #b8b8b8;
	padding: 0 0 0 20px;
}

.c2a-div span.last {
	border: none;
}

/** standard products **/
.standard-product {
	float: left;
	clear: both;
	margin: 20px 0 0 0;
	width: 640px;
	
}

.color-div {
	width: 147px;/* 169px - 2x11px */
	height: 147px;/* 169px - 2x11px */
	background: url('../images/colour-bkg.gif') no-repeat center center;
	float: left;
	padding: 11px;
	margin: 0 20px 0 0;
}

.color-div img {
	float: left;
}

.product-description {
	float: left;
	width: 451px;
	padding: 0;
	margin: 0;
	color: #272727;
}

p.product-description-title {
	margin: 11px 0 11px 0!important;
	padding: 0;
	font-size: 18px;
}

p.product-old-price {
	margin: 0!important;
	padding: 0;
	font-size: 18px;
	text-decoration: line-through;
	color:  #e628b5;
}

.standard-products-table {
	margin: 30px 0 0 0;
}

.standard-products-table tr td.price-cell {
	width: 150px;
}

.standard-products-table tr td.price-cell span {
	font-size: 24px;
}

.standard-products-table tr td.s-cell {
	width: 122px;
}

a.link-arrow {
	color: #3a74c5;
	font-weight: bold;
	background: url('../images/arrow.jpg') no-repeat left center;
	padding: 0 0 0 25px;
	height: 25px;
	line-height: 25px;
	display: block;
	width: auto;
}


a.link-arrow1 {
	color: #3a74c5;
	font-weight: normal;
	background: url('../images/arrow1.jpg') no-repeat left center;
	padding: 0 0 0 25px;
	height: 25px;
	line-height: 25px;
	display: block;
	width: auto;
}


a.link-arrow2 {
	color: #3a74c5;
	font-weight: normal;
	background: url('../images/arrow2.jpg') no-repeat left center;
	padding: 0 0 0 25px;
	height: 25px;
	line-height: 25px;
	display: block;
	width: auto;
}

/** end standard products **/


/** colour table **/
div.colour-table-div {
	width: 312px;
	float: left;
	margin: 30px 22px 0 0;
}

div.colour-table-div-order {
	width: auto;
	margin: 0;
}

div.colour {
	width: 86px; /* 106px - 2x10px */
	height: 85px; /* 105px - 2x10px */
	float: left;
	background: url('../images/colour-table-bkg.gif') no-repeat center;
	padding: 10px;
	margin: 0 10px 0 0;
}

div.last {
	margin-right: 0;
}

div.colour-description {
	float: left;
	width: 196px;
	padding: 10px 0 0 0;
}

div.colour-description p.isnew {
	margin: 0 0 4px 0!important;
	font-size: 15px;
	color: #df2930;
	font-weight: bold;
}

div.colour-description p.colour-name {
	margin: 0 0 5px 0!important;
	font-size: 14px;
}

div.colour-description p.product {
	margin: 0!important;
	font-size: 12px;
	font-weight: bold;
	color: #3a74c5;
	white-space: nowrap;
}


div.colour-description p.sizes {
	margin: 0!important;
	font-size: 12px;
	font-weight: bold;
	color:  #e628b5;
	white-space: nowrap;
}


div.colour-description a.link-arrow {
	margin: 0!important;
}


div.colour-description p.outofstock {
	margin: 0!important;
	color: #e62899 !important;
	font-weight: bold;
	background: url('../images/red_arrow.gif') no-repeat left center;
	padding: 0 0 0 25px;
	height: 25px;
	line-height: 25px;
	width: auto;
}
/** end colour table **/

table.how-install
{
	border-color: #abadb3;
	text-align:center;
    border-width: 0 0 1px 1px;
    border-style: solid;
	margin: 20px 0 0 0;
}
.first
{
	background: #828282;
	color:#ffffff;
	font-weight: bold;
}

table.hos-install tr {
	height:22px;
}

table.how-install tr td
{
	
	border-color: #abadb3;
    border-width: 1px 1px 0 0;
    border-style: solid;
    margin: 0;
    padding: 4px;
}

.old
{
	color: #272727;
	font-weight: bold;
}

table.info-table {
	width: 250px;
	margin: 20px 0 0 0;
}

table.info-table tr {
	height: 20px;
}

table.info-table tr td.first-cell {
	width: 200px;
}

/** navbar **/
div#navbar a {
	text-decoration: underline;
}
/** end navbar **/
/* END MAIN */

/* FOOTER */

div#footer-container {
	width: 100%;
	height: 50px;
	border-top: 9px solid #b8b8b8;
	text-align: center;
}

div#footer {
	width: 980px;
	height: 50px;
	margin: 0 auto;
	text-align: center;
	line-height: 50px;
	font-weight: bold;
	color: #656967;
}

div #footer span {
	float: left;
}

div #footer span a{
	color: #3a74c5;
	text-decoration: none;
}

div #footer span a:hover {
	text-decoration: underline;
}

div#footer span.footer-left {
	float: left;
	margin-right: 55px;
	color: #656967;
}

div#footer a.nustage{
	float: right;
	color: #e62899;
	text-decoration: none;
}

div#footer a.nustage:hover {
	text-decoration: underline;
}

/* END FOOTER */

/* sitemap */
.sitemap-div {
	width: 30%;
	margin: 30px 3% 0 0;
	float: left;
}

.sitemap-div a {
	display: block;
	margin: 10px 0;
}
/* end sitemap */