﻿/* CSS Layout
===================================
Site:		RockPointCabinets.ca
Author:		Max Low
Updated:	July 2010
Updated by:	Max Low
Website:	Mavaron.com
=================================== */
/* Reset
=================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border-style: none;
	border-color: inherit;
	border-width: 0;
	margin: 0 0 0 4;
	padding: 0;
	font-size: 14px;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: middle;
}
/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* General Styles */
/*=================================== */
html {
	height: 100%;
}
body {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background-color: #000000;
	background-image: url('../images/bkg_gradient.jpg');
	background-position: top;
	background-repeat: repeat-x;
	background-attachment: fixed;
}
/* Page Structure */
/*=================================== */
.clear {
	clear: both;
}
#header {
	margin-top: 0px;
	height: 182px;
	text-align: left;
	background-image:url('../images/Slice_01_01.jpg');
}

#container {
	margin-left: auto;
	margin-right: auto;
	min-height: 100%;
	position:relative;
	width: 980px;
	margin-top: 0px;
	background-color: #FFFFFF;
	background-image: url('../images/Slice_02_02.jpg');
}
#logo {
	width: 430px;
	height: 53px;
	margin-left: 17px;
	margin-top: 24px;
	position: absolute;
}
#info {
	width: 400px;
	margin-left: 540px;
	margin-top: 46px;
	text-align: right;
	font-size:16px;
	color: #253D55;
	font-weight: bold;
	position: absolute;
}
#menu {
	width: 675px;
	margin-left: 75px;
	margin-top: 106px;
	text-align: left;
	position: absolute;
}
#navlist li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}
#body {
	clear: both;
	text-align: left;
	margin-left: 85px;
	margin-right: 85px;
	padding-top: 20px;
	padding-bottom:237px;	/* Height of the footer */
}
#pageTitle {
	color: #8c6239;
	font-size: 19px;
	font-weight: bold;
	letter-spacing: -0.4pt;
	word-spacing: 0pt;
	text-align: left;
	padding-bottom: 20px;
}
#bodySplash {
	clear: both;
	text-align: center;
	margin-left: 0px;
	margin-right: 0px;
/*	min-height: 500px; */
	padding-top: 4px;
	padding-bottom: 4px;
}
#footer {
	margin-left: auto;
	margin-right: auto;
	bottom: 0;
	background-image: url('../images/Slice_03_03.jpg');
	position: absolute;
	width: 980px;
	height: 237px; /* Height of the footer */;
	text-align: center;
	font-size: 12px;
	color: #000000;
	left: 0px;
}
#copyright {
	margin-top: 168px;
	font-size:12px;
	color:gray;
}
/*=================================== */
p {
	color: #000000;
	font-weight: normal;
	letter-sp;acing: normal;
	font-size: 14px;
	text-align: left;
}
.boldColored {
	color: #55622A;
	font-weight: bold;
	letter-spacing: normal;
	font-size: 16px;
}
.splashText {
	color: #FFFFFF;
	font-size: 16px;
	text-align: left;
}
.underlineBold {
	color: #F9A25E;
	font-weight: bold;
	font-size: 16px;
	text-decoration: underline;
}
/* Hyperlink Classes */
/*=================================== */
a.menuLinks {
	font-size: 13px;
	color: #55622A;
	font-weight: bold;
	text-decoration: none;
}
a:link.menuLinks {
	color: #55622A;
	font-weight: bold;
	text-decoration: none;
}
a:hover.menuLinks {
	color: #55622a;
	font-weight: bold;
	text-decoration: underline;
	
}
a.bodyLinks {
	color: #000000;
	text-decoration: underline;
}
a:link.bodyLinks {
	color: #000000;
	text-decoration: underline;
}
a:hover.bodyLinks {
	color: #55622A;
	text-decoration: underline;
}
a.boldLinks {
	color: #FF0000;
	text-decoration: underline;
}
a:link.boldLinks {
	color: #FF0000;
	text-decoration: underline;
}
a:hover.boldLinks {
	color: #25A2DC;
	text-decoration: underline;
}
a.footerLinks {
	font-size: 12px;
	color: #253d55;
	font-weight: normal;
	text-decoration: none;
}
a:link.footerLinks {
	font-weight: normal;
	text-decoration: none;
	color: #253D55;
}
a:hover.footerLinks {
	color: #BACBDB;
	font-weight: normal;
	text-decoration: none;
}
/* Helper Styles - Forms - Notifications - Errors */
/*=================================== */
/* Success, notice and error boxes
/*=================================== */
/* Overrides */
/*=================================== */
	<!--[if lt IE 7]>
	#container {
		height:100%;
	}
	<![endif]-->

