/* CSS Stylesheet for www.kentflooring.co.uk */

body {
    background-color: #0051BA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center; 
	font-size: 12px;
}



/* general link styles*/
a:link{
	color: #0051BA;
	text-decoration: underline;
	font-weight: normal;
}

a:visited{
	color: #0051BA;
	text-decoration: underline;
	font-weight: normal;
}

a:hover{
    color: gray;
	text-decoration: underline;
	font-weight: normal;
}

a:active{
    color: gray;
	text-decoration: underline;
	font-weight: normal;
}



/* general text styles*/
.heading{
    text-align: left;
	font-size: 16px;
	font-weight: bold;
	color: #0051BA;
}

.heading_white{
    text-align: left;
	font-size: 16px;
	font-weight: bold;
	color: white;
}

.subheading{
    text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #0051BA;
}

.man_link{
    text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #447823;
	padding-left: 12px;
	background: url("images/faq_arrow.gif") left center no-repeat;
	position: relative;
	left: 0px;
}

.normal{
    text-align: left;
	font-size: 12px;
	font-weight: normal;
	color: #0051BA;
	z-index: 100;
}

.normal_white{
    text-align: left;
	font-size: 12px;
	font-weight: normal;
	color: white;
}

.warning{
    text-align: left;
	font-size: 12px;
	font-weight: normal;
	color: red;

}

.smallprint{
	font-size: 10px;
	font-weight: normal;
	color: #0051BA;
}

.smallprint_white{
	font-size: 10px;
	font-weight: normal;
	color: white;
}

.error_message{
    text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: red;
}



/* layout stuff */

#wrapper {
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	background-color: white;
	border: 0px;
	padding: 0px;
	width: 758px;
	height: 100%;
}

#header{
    text-align: center;
	padding: 0px;
	margin: 0px;
	border: 0px;
	position: relative;
}

#main_menu{
    width: 758px;
    padding-top: 5px;
	padding-bottom: 5px;
	height: 20px;
	border: 0px;
	margin: 0px;
	text-align: center;

}

#product_menu{
    width: 758px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 20px;
	border: 0px;
	margin: 0px;
	text-align: center;
	position: relative;
	top: 1px;
	font-size: 6px;
}

#seperator_bar{
    background-color: #0051BA;
    width: 758px;
	height: 8px;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

#content{
    width: 748px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 0px;
	border: 0px;
	margin: 0px;
	text-align: left;
	position: relative;
	min-height:500px;
	height:100%;

}

#footer{
	margin: 0 auto;   /* align for good browsers */
	padding: 5px;
	border: 0px;
	width: 758px;
	height: 25px;
}

#bottom_left_corner{
    position: absolute;
	bottom: 0px;
	left: 0px;
}


#bottom_right_corner{
    position: absolute;
	bottom: 0px;
	right: 0px;
}


/* Main menu link styles*/

#main_menu a:link { 
    font-size: 15px;
	color: #0051BA;
	text-decoration: none;
	font-weight: normal;
}

#main_menu a:visited{
    font-size: 15px;
    color: #0051BA;
	text-decoration: none;
	font-weight: normal;
}

#main_menu a:hover{
    font-size: 15px;
    color: gray;
	text-decoration: none;
	font-weight: normal;
}

#main_menu a:active{
    font-size: 15px;
    color: gray;
	text-decoration: none;
	font-weight: normal;
}


/* Products menu link styles*/

#product_menu a:link { 
    font-size: 15px;
	color: #0051BA;
	text-decoration: none;
	font-weight: normal;
}

#product_menu a:visited{
    font-size: 15px;
    color: #0051BA;
	text-decoration: none;
	font-weight: normal;
}

#product_menu a:hover{
    font-size: 15px;
    color: gray;
	text-decoration: none;
	font-weight: normal;
}

#product_menu a:active{
    font-size: 15px;
    color: gray;
	text-decoration: none;
	font-weight: normal;
}



/* footer link styles*/

#footer a:link { 
    font-size: 10px;
	color: white;
	text-decoration: underline;
	font-weight: normal;
}

#footer a:visited{
    font-size: 10px;
    color: white;
	text-decoration: underline;
	font-weight: normal;
}

#footer a:hover{
    font-size: 10px;
    color: #D0D1D2;
	text-decoration: none;
	font-weight: normal;
}

#footer a:active{
    font-size: 10px;
    color: #D0D1D2;
	text-decoration: none;
	font-weight: normal;
}


#menu_seperator{
    background-color: #0051BA;
	height: 1px;
	max-height: 1px;
	width: 706px;
	text-align: center;
	position: relative;
	border: 0px;
	top: 0px;
	margin: 0 auto; 
	line-height: 0;
	font-size: 0;
}

.menu_pixels{
    position: relative;
	top: -2px;
}

.footer_pixels{
    position: relative;
	top: 0px;
}

#header_text{
    position: absolute;
	top:25px;
	right: 25px;
	color: white;
	font-size: 22px;
	font-weight: normal;
	text-align: right;
}



/* footer link styles*/

#header_text a:link { 
    font-size: 22px;
	color: white;
	text-decoration: none;
	font-weight: normal;
}

#header_text a:visited{
    font-size: 22px;
    color: white;
	text-decoration: none;
	font-weight: normal;
}

#header_text a:hover{
    font-size: 22px;
    color: #D0D1D2;
	text-decoration: none;
	font-weight: normal;
}

#header_text a:active{
    font-size: 22px;
    color: #D0D1D2;
	text-decoration: none;
	font-weight: normal;
}



/*Home page*/

#reps{
    width: 714px;
	height: 177px;
	border: 0px;
	padding: 12px;
	position: relative;
	background-color: #0051BA;
	margin-top: 10px;
	margin-bottom: 10px;
}


#rep_left{
	position: absolute;
	left: 0px;
	top: 0px;
}

#rep_right{
	position: absolute;
	right: 0px;
	top: 0px;
}

#rep_other{
	position: absolute;
	right: 7px;
	top: 8px;
	background-color: white;
	height: 175px;
	width: 190px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	margin: 0px;
	border: 0px;
}

#rep_other_right{
    position: absolute;
	right: 0px;
	top: 0px;
}

#rep_other_left{
    position: absolute;
	left: 0px;
	top: 0px;
}

#rep_map{
    position: relative;
	top: -32px;
	left: 0px;
}

#repdetails{
    position: absolute;
	top: 70px;
	left: 210px;
	color: white;
	font-size: 10pt;
	font-weight: normal;
}


#repdetails a:link { 
    font-size: 12px;
	color: white;
	text-decoration: underline;
	font-weight: normal;
}

#repdetails a:visited{
    font-size: 12px;
    color: white;
	text-decoration: underline;
	font-weight: normal;
}

#repdetails a:hover{
    font-size: 12px;
    color: #D0D1D2;
	text-decoration: none;
	font-weight: normal;
}

#repdetails a:active{
    font-size: 12px;
    color: #D0D1D2;
	text-decoration: none;
	font-weight: normal;
}



#rep_photo{
    position: absolute;
	top: 45px;
	left: 213px;
}

#text{
    position: relative;
	top: 0px;
	left: 0px;
	width: 425px;
	height: 100%;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-right: 0px;
}


#logos{
    position: relative;
	top: 0px;
	left: 70px;
	width: 300px;
	height: 100%;
	text-align: left;
	padding-top: 15px;
	padding-bottom: 5px;
}

#promotion{
    position: absolute;
	top: 220px;
	right: 11px;
	border: 1px solid #0051BA;
	width: 255px;
	height: 80px;
	padding: 10px;
	text-align: center;
}

#basmat{
    position: absolute;
	top: 340px;
	right: 11px;
	border: 1px solid #0051BA;
	width: 255px;
	height: 100px;
	padding: 10px;
	text-align: center;
}

#elastilon{
    position: absolute;
	top: 480px;
	right: 11px;
	border: 1px solid #0051BA;
	width: 255px;
	height: 110px;
	padding: 10px;
	text-align: center;
}

#cfj{
    position: absolute;
	top: 340px;
	width: 255px;
	right: 22px;
	padding: 0px;
	text-align: center;
}

#prom_top_left{
	position: absolute;
	top: -1px;
	left: -1px;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

#prom_top_right{
	position: absolute;
	top: -1px;
	right: -1px;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

#prom_bottom_left{
	position: absolute;
	bottom: -1px;
	left: -1px;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

#prom_bottom_right{
	position: absolute;
	bottom: -1px;
	right: -1px;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

#spacer{
	height: 2px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#map_heading{
	position: relative;
	top: -5px;
	left: 200px;
}

#map_heading2{
	position: relative;
	top: -5px;
	left: 200px;
}

/*Promotions page*/
.promotion_title{
	background-color: #0051BA;
	color: white;
	padding: 5px;
	font-size: 13px;
	font-weight: bold;
	width: 600px;
	margin: 0 auto;
	border: 0px;
}

.promotion_text{
	background-color: #92C9EB;
	color: black;
	padding: 5px;
	font-size: 12px;
	font-weight: normal;
	width: 600px;
	margin: 0 auto;
	border: 0px;
}


/*Contact us page*/

#map_canvas{
    width: 400px;
	height: 350px;
	margin: 0px;
	padding: 0px;
	border: 2px #0051BA solid;	
	position: absolute;
	top: 40px;
	right: 11px;
	z-index: 0;

}

#trade_counter{
    width: 713px;
	border: 2px #0051BA solid;
	margin: 0px;
	padding: 10px;
	position: relative;
	top: -10px;

}



/*Manufacturer A-Z page*/

#manufacturers{
	margin: 0 auto;
	font-size: 12px;
	font-weight: normal;
	border: 0px;
	border-collapse: collapse;
}

#manufacturers td{
    padding: 5px;
}

#manufacturers th{
    padding: 8px;
}

#toprow{
	font-weight: bold;
	background-color: #0051BA;
	color: white;
	font-size: 13px;
}

.row_odd{
	background-color: #92C9EB;
}

.row_even{
	background-color: white;
}



/*About us page*/
#headline1{
	float: right;
	padding: 30px;
	font-size: 18px;
	font-weight: bold;
	width: 200px;
	color: #92C9EB;

}



#manufacturers_table{

	height: 100%;

}




/*Product catalogue pages*/
.product_names{
	font-size: 12px;
	font-weight: bold;
	color: #0051BA;
}

}

.manufacturer_names{
	font-size: 10px;
	font-weight: normal;
	color: #0051BA;
}

.request_link{


}


.request_link a:link { 
    font-size: 10px;
	color: #0051BA;
	text-decoration: underline;
	font-weight: normal;
}

.request_link a:visited{
    font-size: 10px;
    color: #0051BA;
	text-decoration: underline;
	font-weight: normal;
}

.request_link a:hover{
    font-size: 10px;
    color: gray;
	text-decoration: none;
	font-weight: normal;
}

.request_link a:active{
    font-size: 10px;
    color: #0051BA;
	text-decoration: none;
	font-weight: underline;
}

.product{
	position: relative;
    width: 400px;
	height: 400px;
	min-width: 400px;
	border: 1px solid red;
}

#page_footer{
	font-size: 10px;
	text-align: center;
}


#green_menu{

	color: green;

}


#green_menu a:link { 
    font-size: 15px;
	color: green;
	text-decoration: none;
	font-weight: normal;
}

#green_menu a:visited{
    font-size: 15px;
    color: green;
	text-decoration: none;
	font-weight: normal;
}

#green_menu a:hover{
    font-size: 15px;
    color: gray;
	text-decoration: none;
	font-weight: normal;
}

#green_menu a:active{
    font-size: 15px;
    color: gray;
	text-decoration: none;
	font-weight: normal;
}


#trade_photo{
	position: absolute;
	top: 9px;
	right: 9px;
	padding: 0px;
	margin: 0px;
	border: 0px;

}


#photo {
    position: absolute;
	top: 20px;
	right: 12px;
	border: 0px;
	margin:0;
	padding:0;
}



.title_image{
    position: absolute;
	right: 20px;
	bottom: 20px;
	border: 4px solid #92C9EB;
	border-style: outset;
}

.title_image_top{
	border: 4px solid #92C9EB;
	border-style: outset;
	width: 500px;
}





img.floatLeft { 
    float: left; 
    margin: 8px; 
}
