@charset "utf-8";
/* SignatureN Admin suite styles */

html {
	height:101%;
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #a3a2a2;
	font-size: .75em;
	background-color:#fff;
	margin: 0px;
	padding:0px;
}

	
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #a3a2a2;
	}
	
a:link {
	color: #d0170c;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #d0170c;
}
a:hover {
	text-decoration: none;
	color: #d0170c;
}
a:active {
	text-decoration: none;
	color: #d0170c;
}

	
	
a:link img, a:visited img, a:hover img, a:active img {
	border:none;
	}
	
#wrapper {
	position:relative;
	background-color:#fff;
	width:864px;
	min-height:600px;
	height:auto !important;
	height:600px;
	margin:10px auto;
	}
	

#logo {
	height:88px;
	width:100%;
	}

	
#copy_home p{
	margin-bottom:0;
	padding-top:20px;
	}

#copy, .copy {
	padding-top:20px;

	}
	
#content {
	padding-top:98px;
	min-height:502px;
	height:auto !important;
	height:502px;
	}
	
#content_catalogue {
	padding-top:50px;
	min-height:550px;
	height:auto !important;
	height:550px;
	}
	
#column_left {
	float:left;
	width:372px;
	}
	
#column_right {
	margin-left:372px;
	}
.indent {
	padding:50px;
	}
	
#catalogue {
	width:100%;
	clear:both;

	}
	
.thumb_container {
	float:left;
	width:288px;
	height:auto;
	padding-bottom: 15px;
}

.thumb {
	width:288px;
	height:190px;
	}
	
.thumb_copy {
	width:288px;
	height:auto;
	text-align:center;
	}
	
#pages {
	text-align:right;
	color:#d0170c;
	position:absolute;
	right:0;
	bottom:20px;
	}
	
#menu_pic {
	width:492px;
	height:432px;
	}
	
#menu_pic ul {
	padding:0;
	margin:0;
	list-style:none;
	}
	
#menu_pic li a{
	width:246px;
	height:144px;
	float:left;
	background-repeat:no-repeat;
	}
	
.glass a{
	background-image:url(images/menu_glass1.jpg);
	}
	
.glass a:hover {
	background-image:url(images/menu_glass2.jpg);
	}
	
.perspex a{
	background-image:url(images/menu_perspex1.jpg);
	}
	
.perspex a:hover {
	background-image:url(images/menu_perspex2.jpg);
	}
	
.ss a{
	background-image:url(images/menu_ss1.jpg);
	}
	
.ss a:hover {
	background-image:url(images/menu_ss2.jpg);
	}
	
.lb a{
	background-image:url(images/menu_lb1.jpg);
	}
	
.lb a:hover {
	background-image:url(images/menu_lb2.jpg);
	}
	
.wood a{
	background-image:url(images/menu_wood1.jpg);
	}
	
.wood a:hover {
	background-image:url(images/menu_wood2.jpg);
	}
	
.new a{
	background-image:url(images/menu_new1.jpg);
	}
	
.new a:hover {
	background-image:url(images/menu_new2.jpg);
	}
	
#home_hero {
	width:372px;
	height:212px;
	}
	
.links_red a:link, .links_red a:visited, .links_red a:active {
	text-decoration: none;
	color: #d0170c;
}

.links_red a:hover {
	color:#000000;
	}

/*--NAV STYLES--*/

#links {
	position:absolute;
	top:10px;
	right:10px;
	color:#a3a2a2;
	font-stretch:extra-expanded;
	}
	
#links a:link, #links a:visited, #links a:active {
	color: #d0170c;
	text-decoration:none;
	}
	
#links a:hover {
	color:#000;
	text-decoration:none;
	}

/*--END NAV STYLES--*/




#footer {
/*	position:absolute;
	bottom:0px;*/
	width:100%;
	padding-top:20px;
	text-align:left;
	color:#999;
	font-size:90%;
	height: 17px;
	clear:both;
	}

#footer ul {
	list-style-type: none;
	display: inline;
}

#footer ul li {
	display:inline;
	padding-right:20px;
	list-style-type: none;
}
#footer a {
	text-decoration: none;
	color: #999;
}
#footer a:hover {
	color: #666;
}

/*	GENERAL CLASSES*/

.clearboth {
	clear:both;
	}
	
.clearleft {
	clear:left;}
	
.clearright {
	clear:right;
	}
	
.floatleft {
	float:left;
	}
	
.floatright {
	float:right;
	}
	
.columnright {
	width:492px;
	float:right;
	}
	
.columnleft {
	width:372px;
	float:left;
	}
	
.paddingtop {
	padding-top:15px;
	}
	
.red {
	color:#d0170c;
	}


	

