﻿/* CSS layout */
/* COPYRIGHTNOTICE {Copyright of and designed by Brad Edwards - www.BradEdwardsDesigns.com} */

/* >>>>>  General Page Elements
------------------------------------------------------------------------*/
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #990000;
	margin: 0 auto; 
/*	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px; */
}
.alignCenter {
	text-align: center;
}
.alignLeft {
	text-align: left;
}
.alignRight {
	text-align: right;
}
.alignJustified {
	text-align: justify;
}
.fontBold {
	font-weight: 700;
}
.fontItalic {
	font-style: italic;
}
.fontUnderline {
	text-decoration: underline;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.fontColor { /* Color Matched to Main Website BG color */
	color: #990000;
}
h2 {
	
}
h3 {
	
}
h4 {
	
}
h5 {
	
}
h6 {
	
}

/* >>>>>  Page Container Elements (Full Width)
------------------------------------------------------------------------*/
#homeContainer {
	width: 100%;
	background-position: 0 -3px;
	background-image: url('../images/pageBGtop.03.png');
	background-repeat: repeat-x;
}
#container {
	width: 100%;
	background-position: 0 0px;
	background-image: url('../images/pageBGtop.02.png');
	background-repeat: repeat-x;
}

/* >>>>>  Main Site Container Elements
------------------------------------------------------------------------*/
#wrapper {
	width: 950px;
	margin: auto;
}

/* >>>>>  Header Elements
------------------------------------------------------------------------*/
#header {
	height: 150px;
}
#icLogo {
	height: 150px;
	width: 317px;
	border-width: 0px;
}
#menu {
	color: #ffffff;
	width: 100%;
}
#menu h1 {
	text-align: center;
}

/* >>>>>  Image Window Elements
------------------------------------------------------------------------*/
#imgWindow {
	height: 350px;
}
#imgWindowInside {
	height: 203px;
}

/* >>>>>  Granite Image Elements
------------------------------------------------------------------------*/
.imgSmall {
	text-align: center;
	width: 600px;
	height: 100px;
}
.imgCaption {
	font-size: x-small;
	font-weight: bold;
}

/* >>>>>  Page Content Area Elements
------------------------------------------------------------------------*/
#content {
	background-image: url('../images/imgContentBG.png');
	background-repeat: repeat-y;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	margin: auto;
	vertical-align: top;
}
#content h3 {
	
}
.services {
	font-size: 17pt;
}
#content a:link,
#content a:visited {
	color: #990000;
	text-decoration: none;
}
#content a:hover {
	color: #333;
	text-decoration: underline;
}
.col {
	font-size: small;
	width: 250px;
	height: 380px;
	margin-left: 15px;
	background-color: #cecece;
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
}
.col h3 {
	font-weight: bold;
	font-style: italic;
	color: #990000;
}

/* >>>>>  Kitchen Cabinet Sample Page Elements
------------------------------------------------------------------------*/
#imgSample {
	width: 750px;
	min-height: 480px;
	margin: auto;
	background-position: center;
	background-repeat: no-repeat;
}
#layer1 {
	position: absolute;
	width: 100%;
	height: 225px;
	z-index: 1;
	top: 804px;
	left: 225px;
}
/* >>>>>  Gallery Page Elements
------------------------------------------------------------------------*/
#imgallery {
	width: 750px;
	padding: 0;
	margin: auto;
}

.caption {
	padding: 0 0 5px 0;
	width: 700px;	 
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

.th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(images/bg_header.jpg) no-repeat;
}

.thnobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

.td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}


td.alt {
	background: #C0C0C0;
	color: #797268;
}

tr.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(images/bullet1.gif) no-repeat;
}

tr.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	color: #ffffff;
	/* color: #797268; */
	background-color: #990000;
}

/* >>>>>  Copyright Elements
------------------------------------------------------------------------*/
#copyright {
	font-size: small;
	color: #cecece;
	padding-top: 15px;
}
#copyright a:link, a:visited {
	color: #cecece;
}#copyright a:hover {
	color: #C0C0C0;
}

