@charset "utf-8";
/* CSS Document */
/* ------------------------------------------------- */
/* ------------------------------------------------- */

/* _________Save as desktop.css______________________*/

/*             This is  NOT Responsive CSS code           */
/* ------------------------------------------------- */
/* ------------------------------------------------- */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*                                                   */
/* ------------------------------------------------- */
/* end css reset */
/* ------------------------------------------------- */
/*                                                   */
/* ------------------------------------------------- */
/* Site Wide */
/* ------------------------------------------------- */
/*                                                   */
body {
	/*  default font for h1, p, ol, ul, etc */
	font-family: Verdana, Geneva, sans-serif;
	line-height: 120%;
	/*background-color: #CCC;*/
	background-color: #272727;
}
#header {
	font-family: "Arial Black", Verdana, sans-serif;
}
#nav {
	font-family: "Geometr212 BkCn BT", Verdana, sans-serif;
}
#wrapper {
	width:1200px;
	margin-left: auto; 
	margin-right: auto;
	background-color: #ccc;
}
#content {
	/*  This causes the div to expand to the height of the tallest interior div */
	overflow: hidden;
}
#content h1,
#content h2,
#content h3,
#color-names p.caption,
#product-names p.caption {
	font-family:"Segoe Print", "Comic Sans MS", sans-serif;
}
h1, h2, h3, p, ul {
	/*	default margin-bottom, reset below individually as needed */
	margin-bottom:0.625em;/* 10px / 16px */
/*	margin-top:20px;
*/}
/*h1:first-child {
	margin-top:0px;
}*/
h1 {
	font-size:1.625em;/* 26px / 16px */
	font-style: italic;
}
h2 {
	font-size: 1.25em;/* 23px / 16px */
}
h3 {
	font-size: 1.25em;/* 20px / 16px */
}
p {
	font-size:1.0em;/* 16px / 16px */
}
table {
	margin-top:1.25em;/* 20px / 16px */
}
img {
	/*	this code makes the images responsive */
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}
img {
	margin-top: 8px;
	margin-bottom: 8px;
}
a  {
	text-decoration: none;
}
ul {
	text-align: left;
	list-style-type: square;
	padding-left: 40px;
	padding-bottom:10px;
}
ul ul {
	padding-left: 90px;
	list-style-type: none;
	padding-bottom: 0px;
}
ol {
	list-style-position:outside;
}
#sidebar-left li {
	font-size:0.9em;
}
.arial-font {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.bold {
	font-weight: bold;
}
.borders {
	border: 2px solid #F60;	
}
.clear-both {
	clear:both;
}
.clear-left {
	clear:left;
}
.clear-right {
	clear:right;
}
.clear-none {
	clear:none;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.fontColor {
	color: #FE9613;
	font-weight: bold;
}
.gradients {
/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(left, #777777 0%, #FFFFFF 20%, #FFFFFF 80%, #777777 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(left, #777777 0%, #FFFFFF 20%, #FFFFFF 80%, #777777 100%);

/* Opera */ 
background-image: -o-linear-gradient(left, #777777 0%, #FFFFFF 20%, #FFFFFF 80%, #777777 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #777777), color-stop(0.20, #FFFFFF), color-stop(0.80, #FFFFFF), color-stop(1, #777777));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(left, #777777 0%, #FFFFFF 20%, #FFFFFF 80%, #777777 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to right, #777777 0%, #FFFFFF 20%, #FFFFFF 80%, #777777 100%);
}
.italics {
	font-style: italic;
}
.leftAlign {
	text-align: left;
}
.no-display {
	/*display: none;*/
	visibility:hidden;
}
.picture-frame {/* this is the picture frame */
	 /* put here only if it is different from .border; 
	otherwise just assign it the .border class */
	/*border: 1px solid #ed1e26;*/
}
.shadows {
	box-shadow:-10px 10px 10px #888888;
	-moz-box-shadow:-10px 10px 10px #888888;
/*	need to add safari, opera and IE code */
}
.transparent-background {
	background-color: #5E2F00;
	opacity: 0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
}
/*                                                   */
/* ------------------------------------------------- */
/* Header */
/* ------------------------------------------------- */
/*                                                   */
#header {
	height: 128px;/* 128px / 16px */
	position: relative;
	background-image: url(../graphics/rock068.jpg);
	width:100%;
}
#header #logo {
	/*width: 363px;
	height: 64px;*/	
	width: 600px;
	height: 128px;
	/*background-color: #000;*/
	background-color: #231f20;
	float:left;
}
#header #logo img {
	margin-left: 29px;
	margin-top: 16px;
	width: 545px;
	height: 96px;
}
#header #name {
	position: absolute;
	left: 383px;/* 108+40px / 1024px */
	top: 20px;/;* convert to EM */
}
#header #phone {
	font-size: 1.7em;
	float: left;
	width: 300px;
	text-align: center;
	padding-top: 50px;
}
#header #address {
	font-size: 1.2em;
	text-align: right;
	float: left;
	width: 300px;
	text-align: center;
	padding-top: 45px;
}
/*                                                   */
/* ------------------------------------------------- */
/* Footer */
/* ------------------------------------------------- */
/*                                                   */
#footer {
	font-size: 0.7em;
	/*	background-image: url(graphics/footer.jpg);
	background-repeat: no-repeat;*/
	background-color:#999;
	clear: both;
	height: 2.375em;/* 38px / 16px */
	width: 100%;
	color: #FFC;
	text-align: center;
}
#footer p {
	margin-bottom:0px;
	padding-top:0.4375em;/* 7px / 16px */
	color: #FFF;
}
/*                                                   */
/* ------------------------------------------------- */
/* Content all pages  */
/* ------------------------------------------------- */
/*                                                   */

#sidebar-left,
#sidebar-right {
	float: left;
	width:270px;
	padding-right: 15px; 
	padding-left: 15px;
	padding-top: 20px;/* 20px / 16px */
	padding-bottom: 15px;
	display: inline;
	text-align: center;
}
#sidebar-right {
	width: 280px;
	padding-right: 10px; 
	padding-left: 10px;
}
#main-content {
	width: 570px;
	padding-right: 15px;/* 15px / 1024px */
	padding-left: 15px;/* 15px / 1024px */
	padding-top: 20px;/* 20px / 16px */
	padding-bottom: 15px;/* 15px / 16px */
	float: left;
	display: inline;
}
#tag-line {
	/*font-size:1.0em;*/
	text-align: center;
	padding-bottom: 30px;
}
#sidebar-left img {
	width: 227px;
}
#sidebar-left p{
	text-align:left;
	font-size:0.9em;
}
#sidebar-left a,
#sidebar-left a:link,
#sidebar-left a:visited {
	color: #190000;
}
#sidebar-left a:hover,
#sidebar-left a:focus,
#sidebar-left a:active {
	color: #ed1e21;
}
#color-names,
#product-names {
	float: left;
	text-align:center;
}
#color-names {
	margin-right:10px;
}
#color-names img {
	width: 130px;
	height: 173px;
	margin-bottom: 0px;
}
#product-names img {
	width:272px;
	height: 204px;
	margin-bottom:0px;
}
#color-names p,
#product-names p {
	text-align:center;
	font-size: 0.9em;
}
#color-names p.caption,
#product-names p.caption {
	font-size:0.8em;
}
#our-products,
#our-services {
	float: left;
	width: 280px;
}
#our-products ul ul,
#our-services ul ul {
	padding-left: 20px;
}
#product-image-list {
	list-style-type: none;
	padding-left: 0px;
	font-size: 1.1em;
	text-align: center;
}
div .picture-caption {
	text-align: center;
	width: 48%;
	float: left;
	margin-top: 15px;
}
div .picture-caption:nth-child(2) {
	float: right;
}
#sidebar-left #about-us-image {
	height: 191px;
	width: 272px;
}
#map-directions {
	margin-top: 20px;
}
#map-directions h2 {
	text-align: center;
	margin-top: 30px;
}



/*                                                   */
/* ------------------------------------------------- */
/* Contact Form  */
/* ------------------------------------------------- */
/*                                                   */
#contactform {
	margin-top: 0.3125em;/* 5px / 16px */
	margin-left: 0.9375em;/* 15px / 16px */
	display: inline-block;
	position: relative;
	z-index: 1;
	width: 280px;
	/*	background-color: #FFFFFF;*/
	padding: 0px;
	text-align: left;
	float: left;
	margin-bottom: 1.25em;/* 20px / 16px */
}
#sendClear {
	float:right;
	margin-right:25px;
	margin-top:10px;
}
input.invalid {
	background-color: #FF9;
	border: 2px red inset;
}
#required-font-color {
	color:#ed1e21;
	/*font-weight:bold;*/
}
#google-map {
	margin-top: 20px;
}
#map-directions .n-s-e-w-directions p .smaller-font {
	font-size: 0.9em;
}
#map-directions .n-s-e-w-directions {
	margin-left: 20px;
}
#main-content .center-image {
	margin-left: 10px;
	margin-top: 30px;
}
