/* CSS - Absolute Commercial Flooring Website */

body {
	margin: 0;
	background-color: #F8F7F0;
	background-image: url(images/bg_tile.gif);
	background-position: center;
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
}

#container {
	
	width: 760px;	
	margin: 0 auto 0 auto;
}

/* // HEADINGS // */

h1 {
	margin: 0;
	padding: 0;
	width: 760px;
	height: 125px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

h1 span {
	display: none;
}

h4 {
	font-size: 12px;
	margin: 0;
	padding: 0 25px 0 25px;
}

/* // HEADER ADDRESS & CONTACT INFORMTION // */

#headerContact {
	position: absolute;
	margin-left: 593px;
	
	top: 57px;
	z-index: 1;
	width: 150px;
	font-size: 10px;
	color: #271B10;
}

#headerContact ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: right;
}

.phoneNumber {
	font-size: 11px;
	font-weight: bold;
	color: #CA0D0D;
}

.imgMargin {
	margin: 25px;
}

/* // NAVIGATION // */

#navigation {
	width: 760px;
	height: 218px;
	background-color: #271B10;
	background-image: url(images/index_picture.jpg);
	background-position: right;
	background-repeat: no-repeat;
	vertical-align: middle;
	color: #E8E6D5;
}

#navList {
	padding-top: 10px;
	width: 198px;
}

#navList ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#navList ul li{
	padding: 0;
	margin: 0;
	height: 25px;
}

#navList a{
	background-repeat: no-repeat;
	display: block;
	height: 25px;
	width: 198px;
	background-position: 0 0;
	text-decoration: none;
}

#navList a:hover{
	background-position: 0 -25px;
}

#navList a span{
	display: none;
}	

#btn_home { background-image: url(images/buttons/btn_home.gif);}
#btn_manufacturers { background-image: url(images/buttons/btn_products.gif);}
#btn_services { background-image: url(images/buttons/btn_services.gif);}
#btn_references { background-image: url(images/buttons/btn_references.gif);}
#btn_gallery { background-image: url(images/buttons/btn_gallery.gif);}
#btn_employment { background-image: url(images/buttons/btn_employment.gif);}
#btn_news { background-image: url(images/buttons/btn_news.gif);}
#btn_contact { background-image: url(images/buttons/btn_contact.gif);}

/* // HEADER BAR // */

#header {
	height: 27px;
	background-color: #E8E6D5;
	margin-bottom: 25px;
}

/* // CONTENT // */

#content {
	width: 760px;
	color: #271B10;
	font-size: 12px;
}

#rightCol {
	margin-bottom: 25px;
	float: right;
	width: 319px;
	color: #4C2F13;
}

#leftCol {
	margin-bottom: 25px;
	line-height: 20px;
	width: 435px;
}

#content p {
	margin: 0;
	padding: 0 25px 18px 25px;
}

#content b, strong {
	color: #574433;
}

#content ul {
	list-style-image: url(images/arrow.gif);
	margin: 0;
	padding: 0 0 0 50px;
	line-height: 20px;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
}


/* // IMAGES & GALLERIES // */

#indexGallery {
	padding: 0;
	border: none;
	line-height: 18px;
}

#indexGallery td {
	padding: 0 10px 20px 10px;
}

#indexGallery img {
	border: 1px solid #271B10;
}


/* // FOOTER // */

#footer {
	margin-top: 25px;
	padding: 10px 0;
	clear: both;
	background-color: #E8E6D5;
	font-size: 10px;
	line-height: 16px;
}

#footer a {
	padding: 0 2px 0 2px;
	font-size: 10px;
	color: #4C2F13;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover {
	text-decoration: underline;
}

#footer ul {
	margin-top: 0;
	list-style-type: none;
}

.companyName {
	font-size: 11px;
	font-weight: bold;
	color: #CA0D0D;
}
	
