html {
    height: 100%;
}

body {
    background-color: #202020;
    height: 100%;
        font-family:  arial, helvetica, sans-serif;

}


p {
    font-family:  arial, helvetica, sans-serif;
    font-size: 75%;
    line-height: 1.3em;
    color: #282828;
}

.site_wrapper {
	width: 970px;
    top: 0;
   margin:0 auto;
    background-color: #ffffff;
    border: 0px solid #000000;
    
} 

.error-message {
position: relative;
top: -10px;
font-size: .7em;
color: red;
margin-bottom: 10px;


}


/* Header panel elements */

.header_panel {
	position: relative;
	width: 970px;
	height: 35px;
	background-color: #000000;
}

.find_retail_button {
	position: absolute;
	display: block;
	right: 14px;
	top: 13px;
}

.retailer_link:link, .retailer_link:visited, .retailer_link:active{
    font-family: arial, helvetica, sans-serif;
    font-weight : bold;
    font-size: 70%;
    text-decoration : none;
    color: #ffffff;
    background: transparent;
    padding: 1px;
    text-align: right;
}


.retailer_link:hover {
    font-family: arial, helvetica, sans-serif;
    background: #ffffff;
    font-size: 70%;
   font-weight : bold;
    text-decoration : none;
    color: #000000;
    padding: 1px;
    text-align: right;
}

/* Logo and Navigation panel elements */

.navigation_panel{
	position: relative;
	width: 970px;
	height: 140px;
	background-color: #ffffff;
}

.main_logo{
	position: absolute;
	top: 25px;
	left: 20px;
	background-color: #ffffff;
}

.navigation {
	position: absolute;
	right: 0px;
	top: 95px;
}

a.homeNav {
background: url('../img/assets/navigation_home.gif') no-repeat;
display: block;
width: 54px;
height: 40px;
}

a.homeNav:hover {
background: url('../img/assets/navigation_home-over.gif') no-repeat;
}

a.aboutNav {
background: url('../img/assets/navigation_about_us.gif') no-repeat;
display: block;
width: 72px;
height: 40px;
}

a.aboutNav:hover {
background: url('../img/assets/navigation_about_us-over.gif') no-repeat;
}

a.classicNav {
background: url('../img/assets/navigation_classic.gif') no-repeat;
display: block;
width: 59px;
height: 40px;
}

a.classicNav:hover {
background: url('../img/assets/navigation_classic-over.gif') no-repeat;
}

a.designNav {
background: url('../img/assets/navigation_designer.gif') no-repeat;
display: block;
width: 71px;
height: 40px;
}

a.designNav:hover {
background: url('../img/assets/navigation_designer-over.gif') no-repeat;
}

a.sampleNav {
background: url('../img/assets/navigation_samples.gif') no-repeat;
display: block;
width: 70px;
height: 40px;
}

a.sampleNav:hover {
background: url('../img/assets/navigation_samples-over.gif') no-repeat;
}



a.sustainNav {
background: url('../img/assets/navigation_sustainability.gif') no-repeat;
display: block;
width: 103px;
height: 40px;
}

a.sustainNav:hover {
background: url('../img/assets/navigation_sustainability-over.gif') no-repeat;
}

a.newsNav {
background: url('../img/assets/navigation_news.gif') no-repeat;
display: block;
width: 45px;
height: 40px;
}

a.newsNav:hover {
background: url('../img/assets/navigation_news-over.gif') no-repeat;
}

a.contactNav {
background: url('../img/assets/navigation_contact.gif') no-repeat;
display: block;
width: 74px;
height: 40px;
}

a.contactNav:hover {
background: url('../img/assets/navigation_contact-over.gif') no-repeat;
}

/* Main buttons and image panel elements */

.image_panel{
	position: relative;
	width: 970px;
	height: 370px;
	background-color: #000000;
	z-index: 5;
}

.flash_panel{
	position: absolute;
	width: 702px;
	height: 342px;
	top: 14px;
	left: 254px;
	background-color: #000000;
}

.designer_collection_button{
	position: absolute;
	left: 14px;
	top: 14px;
}

.designer_collection_button a {
background: url(../img/assets/designer_collection_double.gif) no-repeat;
background-position-y: 0px;
width: 170px;
height: 72px;
display: block;
}


.designer_collection_button a:hover {
background-position-y: -72px;
}

.classic_collection_button {
	position: absolute;
	left: 14px;
	top: 94px;
}

.classic_collection_button a {
background: url(../img/assets/classic_collection_double.gif) no-repeat;
background-position-y: 0px;
width: 170px;
height: 72px;
display: block;
}


.classic_collection_button a:hover {
background-position-y: -72px;
}

.carpet_image {
 	float: left;
 	width: 345px;
}
.detail_panel {
	position: relative;
	float: right;
	top: 0px;
	width: 344px;
	height: 343px;
	border: 0px solid #ffffff;
}

.product_details {
	color: #ffffff;
	font-family:  arial, helvetica, sans-serif;
    font-size: 70%;
    line-height: 1.3em;
    font-weight: bold;
	border: 0px solid #ffffff;
}

.details_divider {
	width: 345px;
	height: 1px;
	background-color: #666666;
	padding-top: 0px;
	padding-bottom: 0px;
}

.product_details_left {
	text-align: left;
	padding-top: 4px;
	padding-bottom: 4px;
}

.product_details_right {
	text-align: right;
	padding-top: 4px;
	padding-bottom: 4px;
}

.cutting_link {
	position: absolute;
	bottom: 0px;
  
}


.orderBut {
position: relative; 
float:left; 
clear: both
	
}

.cutting_link input {

    font-family: arial, helvetica, sans-serif;
    font-weight : bold;
    font-size: 70%;
    text-decoration : none;
    color: #ffffff;
    background: transparent;
    padding: 1px;
    text-align: right;
    border: 0px;
}


.cutting_link input:hover {

    font-family: arial, helvetica, sans-serif;
    background: #ffffff;
    font-size: 70%;
   font-weight : bold;
    text-decoration : none;
    color: #000000;
    padding: 1px;
    text-align: right;
}


/* Main content panel elements */

.range_title{
font-weight: bolder;


	font-size: 11px;
	position:relative;
	float: left; width: 100%; 
	display: block; 
	margin-bottom:0px; 
	margin-top: 30px;
	text-transform: uppercase;
	}

.main_content{
	display: block;
	position: relative;
	width: 970px;
	background-color: #ffffff;
	margin-bottom: 45px;
}

.first_column {
	float: left;
	display: block;
	width: 175px;
	padding-left: 14px;
	padding-top: 30px;
}

.first_column ul li {

font-size: 75%;
line-height: 1.3em;
}

.second_column ul li {

font-size: 75%;
line-height: 1.3em;
}


.right_2_columns_container{
	position: relative;
	float: right;
	width: 718px;
	border: 0px solid #000000;
}

.top30 {
padding-top: 30px;

}

.second_column {
	float: left;
	display: block;
	padding-top: 30px;
	width: 335px;
	left: 0px;
	padding-left: 0px;
	border: 0px solid #000000;
}

.third_column {
	float: right;
	display: block;
	top: 0px;
		padding-top: 30px;

	width: 345px;
	padding-right: 20px;
	border: 0px solid #000000;
}


.contact_col_1 {
	float: left;
	display: block;
	padding-top: 30px;
	width:200px;
	left: 0px;
	padding-left: 0px;
	border: 0px solid #000000;
}

.contact_col_2 {
	float: left;
	display: block;
	top: 0px;
		padding-top: 30px;

	width: 400px;
	padding-right: 20px;
	border: 0px solid #000000;
}



/* Left colum bits */
.news_sub {
	color: #333333;
	font-weight: bold;
}

.dropDown {
	width: 170px;
	margin-top: 5px;
}

/* Main content panel text stylings */




.contentLink:link, .contentLink:visited, .contentLink:active {
    font-family: arial, helvetica, sans-serif;
    font-weight : bold;
    font-size: 70%;
    line-height: 1.3em;
    text-decoration : none;
    color: #333333;
    background: transparent;
}


.contentLink:hover {
    font-family: arial, helvetica, sans-serif;
    font-weight : bold;
    text-decoration : underline;
    color: #000000;
}








/* Carpet table  stylings */

.carpet_table{
	font-family: arial, helvetica, sans-serif;
	width: 702px;
   /* padding-top: 14px;*/
    margin-top: 14px;
    border: 0px solid #000000;
}

.thumb {
	padding-right: 20px;
	padding-top: 5px;
}

.thumb_end{
	padding-right: 0px;
	padding-top: 5px;
}

.ref{
	font-family: arial, helvetica, sans-serif;
	color: #666666;
	padding-top: 5px;
	font-size: 70%;
    line-height: 1.3em;
    font-weight: bold;
}

.colour{
	font-family: arial, helvetica, sans-serif;
	color: #999999;
	padding-top: 0px;
	font-size: 70%;
    line-height: 1.3em;
    font-weight: normal;
}


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



/* Footer panel stylings */

.footer {
    width: 970px;
    text-align: left;
    color: #3c3c3c;
    font-family:  arial, helvetica, sans-serif;
    font-weight: normal;
    line-height: 12px;
    padding-left: 14px;
    padding-top: 8px;
    padding-bottom: 5px;
  	border: 0px solid #000000;
	  
} 




.footer ul{
	display:inline;
}

.footer li{
	display:inline;
	margin-right: 10px;
}

.footer li a{
font-size: .7em;
}

.designfoot {
padding-top: 20px;


}


.designfoot li a {

	color: #808286;
}

.footer li a {

	color: #999999;
}

.footer li a:link, a:visited, a:active{
	font-size: .7em;
	font-family:  arial, helvetica, sans-serif;
	color: #999999;
	font-weight: bold;
	text-decoration:none;
}


.footer li a:hover{
	font-size: .7em;
	font-family:  arial, helvetica, sans-serif;
	color: #666666;
	font-weight: bold;
	text-decoration:none;
}




.footer b{
	padding-right: 2px;
    padding-left: 2px;
    color: #3c3c3c;
}



.address_container {
	background-color: #000000;
    padding-bottom: 15px;
}

.address {
	background-color: #000000;
	font-family: arial, helvetica, sans-serif;
    font-weight : normal;
font-size: .70em;
	color: #ffffff;
	position: relative;
	padding-left: 14px;
	padding-top: 10px;
	padding-bottom: 14px;
	border-top: 1px solid #666666;
	border-bottom: 0px solid #666666;
}


a.addressLink, a.addressLink:link, a.addressLink:visited {
color: #ffffff;
font-weight: normal;
font-size: 11px;
}

a, a:link, a:visited {
    font-family:  arial, helvetica, sans-serif;
    font-size: 9pt;
    line-height: 1.4em;
    color: #484646;
    text-decoration: none;
    font-weight: bold;
}

a:hover, a:active {
    text-decoration: underline;
}

.white_link:link, .white_link:visited, .white_link:active{
    font-family: arial, helvetica, sans-serif;
    font-weight : bold;
    font-size: 70%;
    text-decoration : none;
    color: #ffffff;
    background: transparent;
    padding: 1px;
    text-align: right;
}


.white_link:hover {
    font-family: arial, helvetica, sans-serif;
    background: #ffffff;
    font-size: 70%;
   font-weight : bold;
    text-decoration : none;
    color: #000000;
    padding: 1px;
    text-align: right;
}

h1 {
    font-family: arial, helvetica, sans-serif;
    font-weight: normal;
    line-height: 15px;
    font-size: 22px;
    color: #6699cc;
    margin-bottom: 4px;
    margin-left: 18px;
}

h2 {
	font-family: arial, helvetica, sans-serif;
    font-size: 13px;
    line-height: 15px;
    font-weight : bold;
    text-decoration : none;
    margin-left: 18px;
    margin-bottom: 10px;
    color: #7c7c7c;
}

h3 {
    font-family: Georgia;
    font-weight: normal;
    line-height: 16px;
    font-size: 20px;
    color: #9d9b9b;
    margin-bottom: 20px;
    margin-top: 1px;
    margin-left: 10px;
}

/* cart */

.cartCount {
font-family: Arial, Helvetica, sans-serif;
position: relative;
float: right;
top:15px;
right:15px;
background-color: #e1e1e1;
padding: 10px;
color: gray;
line-height: 1.2em;
font-size: .7em;

}

.cartCount span a {
padding-left: 10px;
}

/* form */
legend {
	font-weight: bold;
color: black;
font-family: arial, helvetica, sans-serif;
font-size: .75em;
}

.contact_form label {
position: relative;
float: left;
display: block;
width: 200px;
font-size: 75%;
margin-top: 5px;

}


.contact_form input.contForm {
width: 500px;
text-align: left;
background-color: #dfe1e2;
border: 1px solid #aeb0b0;
}

.contact_form textarea.contForm {
width: 500px;
background-color: #dfe1e2;
border: 1px solid #aeb0b0;
}

.submit_button {
	cursor: pointer;
	margin: 0px;
	border: 0px;
	padding: 0px;
	color: black;
	font-family: arial, helvetica, sans-serif;
	border-style: none;
	background-image: none;
	background-color: transparent;
	font-weight: bold;



}

.postcode_form label {
position: relative;
float: left;
width: 150px;
font-size: 75%;
margin-top: 5px;
line-height:1.3em;


}

.postcode_form input.contForm {
width: 200px;
text-align: left;
background-color: #dfe1e2;
border: 1px solid #aeb0b0;
}

.postcode_form input {
	float: left;
	
}


.checkbox {
/* background: blue; */
}

.submit_button:hover {

	text-decoration: underline;

}


input[type=text], input[type=password],
input.text, input.title, 
textarea, select { 
  background-color:#fff; 
  border:1px solid #bbb; 
}
input[type=text]:focus, input[type=password]:focus, 
input.text:focus, input.title:focus, 
textarea:focus, select:focus { 
  border-color:#666; 
}

input[type=text], input[type=password],
input.text, input.title,
textarea, select {
  margin:0.5em 0;
}



input[type=checkbox], input[type=radio], 
input.checkbox, input.radio { 
  position:relative; top:.25em; 
  background-color: #dfe1e2;
border: 1px solid #aeb0b0;
  
}

form.inline { line-height:3; }
form.inline p { margin-bottom:0; }


div.areYouA{}
div.areYouA input{position:absolute;left:200px;}
div.areYouA label{float:left;}
div.areYouA div.checkbox{position:relative;clear:both;}

#flashMessage{line-height:1.75em;}
