﻿@import url("layout.css");
body {
	font-family: cambria;
	font-size: 0.8em;
	background-color: none;
	background-position: center;
	background-image: url('../images/custom-cabinets-burst-bg.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
}
#container {
	width: 900px;
	margin: 10px auto;
	margin-top: 10px;
}
#masthead {
	text-align: center;
	width: 898px;
	height:  150px;
	border: 0px;
	background-color: transparent;
}
#navigation {
	position: relative;
	float: left;
	width: 148px;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
}
#content {
	float: left;
	width: 508px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 5px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
}

#right-gallery {
	float: right;
	width: 165px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;

}

#footer {
	text-align: center;
	clear: both;
	width: 898px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fefeff;
}
/* Masthead Styles */
#masthead h1 {
	color: #3d6c87;
}
#masthead h3 {
	color: #5f8ea9;
}

#masthead img {
	padding: 0px;
	border: 0px;
}

/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	font-weight: bold;
	padding: 5px;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	padding: 0px;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	font-weight: bold;

	border: 1px solid #5f8ea9;
	background-color: #21aee9;
}

#navigation h1; {
	font-size:x-large;
	color: black;
}

#navigation h2 {
	font-size: large;
	color: #1494CB;
}

#navigation h3 {
	font-size:14px;
	color: #1494CB;
}



/* Content Styles */
#content h1; {
	font-size:x-large;
	color: black;
}

#content h2 {
	font-size:large;
	color: black;
}

#content h2 a {
	font-size:large;
	color: black;
	text-decoration:none;
}


#content h3 {
	font-size:medium;
	color: #1494CB;
}

#content h4 {
	font-size:small;
	color: black;
}

#content h5 {
	font-size:x-small;
	color: black;
}

#content h6 {
	font-size: xx-small;
	color: black;
}

#content p {
	font-size: 12px;
	font-family: Cambria;
}

#content img {
	padding: 1px;
	border: 0px;
}
/* Footer Styles */
#footer p {
	color: #808080;
	margin-top: 5px;
}
#footer a {
	color: #3333FF;
	text-decoration: underline;
}
#footer a:hover {
	color: #33627d;
	text-decoration: none;
}
a {
	color: #0F719B;
	text-decoration: underline;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

/* righ-gallery styles */
#right-gallery h1; {
	font-size:x-large;
	color: black;
}

#right-gallery h2 {
	font-size: large;
	color: #1494CB;
}

#right-gallery h3 {
	font-size:medium;
	color: black;
}

#right-gallery h4 {
	font-size:small;
	color: black;
}

#right-gallery h5 {
	font-size:x-small;
	color: black;
}

#right-gallery h6 {
	font-size: xx-small;
	color: black;
}


#right-gallery img {
	padding: 1px;
	border: 0px;
}



