/* Basic styles */
body {
	padding-top:0;
	margin: 0;
	font-family: Georgia;
	font-size: 13px;
	color: #525558;
	background-image:url('../images/page-background-light.gif');
}
div {
	margin:0;
	padding:0;
	position:relative;
}
/* reddish border */
#contentContainer,
#menu {
	border-width:1px;
	border-color:#300;
	border-style:solid;
}
/* Text */
p, h1, h2, h3, h4, h5, h6, li {
	color:#000;
}

a {
	color: #621A2B;
}
a img {
	border:0;
	margin-top:30px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	margin-top:15px;
	margin-bottom:5px;
	font-family:verdana,helvetica,sans-serif;
}
p, li {
	font-size:14px;
	font-family:georgia;
	padding-bottom:4px;
	line-height: 1.5em;
}
h1 {
	font-size:25px;
}
h2 {
	font-size:20px;
	color: #621A2B;
}
h3 {
	font-size:18px;
}
h4 {
	font-size:16px;
}
h5 {
	font-size:14px;
}
h6 {
	font-size:12px;
}
.smRed {
	color:#621a2b;
}
.smGray {
	color:#525558;
}

/*block items*/
#contentContainer {	
	width: 900px;
	background-color: #fff;
	margin-left:auto;
	margin-right:auto;
}
	#header {
		margin:0;
		padding:0;
		font-size:1px;
		color:#fff;
		height: 95px;
		width: 900px;
		background: #fff url('../images/saratoga-masonry-logo.jpg') no-repeat 5px 2px;
	}
		.headerLink {
			color:#fff;
		}
	#contact {
		position:absolute;
		right:0px;
		top:12px;
		width:300px;
	}
		#contact p,
		#contact h2 {
			font-size:10px;
			font-family:verdana,helvetica,sans-serif;
			padding:0px;
			margin:0px;
			line-height:14px;
		}
	#menu {	
		height: 24px;
		width: 900px;
		background-color: #621a2b;
		/*background: url('../images/menu-background.gif') repeat-x;	color: #ffffff;*/ 
		font-size: 13px; 
		border-right:0;
		border-left:0;
	}
		#menuitems {
			padding-top: 3px;
		}
		#menuitems a {
			/*font-family: Georgia;*/
			font-family:verdana,helvetica,sans-serif;
			font-weight: bold;
			color: #fff;
			font-size: 12px;
			text-decoration: none;
			margin: 0 10px;	
		}	
		#menuitems a:hover {
			text-decoration: underline;
		}
		
	#innerContent {
		width: 900px;
		/*height: 300px;*/
		background: #fff;
		padding-bottom:15px;
	}
		#innerContent p, 
		#innerContent h1, 
		#innerContent h2, 
		#innerContent h3, 
		#innerContent h4, 
		#innerContent h5, 
		#innerContent h6 {
			padding-left:15px;
			padding-right:15px;
		}
		.clearer {
			clear:both;
			font-size:1px;
			height:1px;
		}
		.leftCol {
			float:left;
			width:490px;
			margin-left: 50px;
		}
		.rightCol {
			float:right;
			width:350px;
			text-align:center;
		}
			.rightCol p {
				margin-top:0;
				padding:3px;
				font-family:verdana,helvetica,sans-serif;
				width:150px;
				margin-bottom:10px;
				margin-left:auto;
				margin-right:auto;
			}
			
/* PRODUCT HEADERS */
#products {
	width: 775px;
	margin: 0 auto;
}

#products div {
	float: left;
	text-align: center;
	margin: 15px 0 15px;
	width: 160px;
}

#products h1 {
	text-indent: -100em;
	overflow: hidden;
	height: 41px;
	width: 775px;	
	margin-top: 25px;
}

h1.retaining-walls { background: url(../images/product-headers/retaining-walls.gif) no-repeat; }
h1.paving-brick { background: url(../images/product-headers/paving-brick.gif) no-repeat; }
h1.patio-block { background: url(../images/product-headers/patio-block.gif) no-repeat; }
h1.natural-stone { background: url(../images/product-headers/natural-stone.gif) no-repeat; }
h1.landscaping-supplies { background: url(../images/product-headers/landscaping-supplies.gif) no-repeat; }
h1.masonry-supplies { background: url(../images/product-headers/masonry-supplies.gif) no-repeat; }
h1.manufactured-thin-stone { background: url(../images/product-headers/manufactured-thin-stone.gif) no-repeat; }
h1.real-thin-stone { background: url(../images/product-headers/real-thin-stone.gif) no-repeat; }
h1.fountains-statuary { background: url(../images/product-headers/fountains-statuary.gif) no-repeat; }


#img-scroll img {
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -425px;
	display: none;
}
