﻿/* -----------------------------
	KELOWNA CARPET ONE CSS3
	WRITTEN BY: CHRIS STEPHENS
	http://www.aciddesign.ca
------------------------------*/

/* -----------------------------
		MAIN STYLE SETUP
------------------------------*/

body {
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	background-color: #000000;
	color: #999999;
	margin: 0px;
	margin-top: 15px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	padding: 0px;
}

a {
	color: #CCCCCC;
}

a:visited {
	color: #CCCCCC;
}

a:active {
	color: #FFFFFF;
}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

img {
	border: 0px;
}

ul {
	list-style-type: none;
	line-height: 1.5em;
	font-weight: normal;
}

ol {
	position: relative;
	line-height: 1.5em;
	font-weight: normal;
	list-style-type: none;
}

li {
	font-weight: normal;
}

p {
	padding-left: 10px;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	font-size: 1.0em;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #CCCCCC;
}

img#kelownacarpetonelogo {
	width: 614px;
	height: 100px;
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	top: 250px;
	z-index: 3;
}

div#logobackground {
	width: 940px;
	height: 590px;
	position: absolute;
	display: block;
	z-index: 0;
}

.titles {
	z-index: 2;
}

.products {
	width: 400px;
	padding: 10px;
	display: block;
	position: relative;
	float: left;
	z-index: 1;
}

.thumbnails {
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.thumbnails img {
	width: 125px;
	height: 125px;
}

nav a {
	text-decoration: none;
}

/* -----------------------------
		LAYOUT STYLES
------------------------------*/

#layout {
	display: table;
	width: 940px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#content {
	display: table-cell;
	position: relative;
	float: right;
	width: 740px;
	margin: 0px;
	padding: 250px 0px 100px 0px;
}

aside {
	display: table-cell;
	position: relative;
	float: left;
	width: 185px;
	margin: 0px;
	padding: 288px 15px 0px 0px;
	text-align: right;
	vertical-align: top;
}

/* -----------------------------
		FOOTER STYLES
------------------------------*/

footer {
	width: 940px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	vertical-align: top;
}

footer p {
	text-align: center;
	font-size: small;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;

}