﻿/* ------------------------------------------------------------
Title:     Master CSS file for americandistco.com
Author:    Crytech - levi@crytech.com
Updated:   May 30 2007
 ------------------------------------------------------------ */

* {
	margin:0;
	padding:0;
	padding:1px;
}

body {
background:#fff url(/images/design/background.gif) repeat-x;
font:76%/1.4 Arial, Helvetica, sans-serif;
color:#313131;
}

a {
color:#c66118;
text-decoration:none;
}

#wrapper {
width:780px;
margin:0 auto;
}

#menu {
float:right;
margin-top:80px;
}

#menu li {
display: inline;
list-style-type: none;
}

#menu a {
color:#fff;
border-right:1px solid #fff;
padding:0 10px;
}
#menu a.last {
color:#fff;
border-right:none;
padding-left:10px;
padding-right:0;
}



#content {
clear:both;
background-color:#fff;
padding:18px;
min-height:400px;
}

#header h1 {
background:url(/images/design/adc_logo.gif) no-repeat center center;
text-indent:-5000px;
width:166px;
height:72px;
padding:22px 0;
float:left;
}

#content h2 {
background:#fff url(/images/design/welcome.gif) no-repeat center center;
text-indent:-5000px;
height:79px;
margin-bottom:18px;
}

#left {
	width:359px;
	float:left;
	margin-bottom:50px;
}
#right {
	width:359px;
	float:right;
	margin-bottom:50px;
}

#left h3 {
	background: url(images/design/cabinets_appliances_counter.gif) no-repeat;
	height: 27px;
	text-indent: -5000px;
	margin-top:20px;
	margin-bottom:5px;
}
#right h3 {
	background: url(images/design/fireplaces_stoves_barbeques.gif) no-repeat;
	height: 27px;
	text-indent: -5000px;
	margin-top:20px;
	margin-bottom:5px;
}

#left a,#right a{
	display:block;
	border-top:1px solid #c66118;
	padding-top:8px;
	margin-top:20px;
	font-weight:700;
	text-align:right;
}

#footer p {
	margin-bottom:20px;
	}

#footer {
	width:100%;
	margin-top:25px;
	color: #0d3658;
	font-size:11px;
}


#footer p.phone {
	border-right: 1px solid #0d3658;
	width: 240px;
	float: left;
	line-height:20px;
}

#footer p.phone span {
	font-weight: 700;
	font-size: 23px;
	
}

#footer p.address {
	border-right: 1px solid #0d3658;
	width: 195px;
	margin-left: 35px;
	float:left;
}
#footer p.info {
	margin-left: 35px;
	width: 225px;
	float:left;
}

#manufacturers {

}

#manufacturers h3 {
	clear:both;
	background: url(images/design/represent_header.gif) no-repeat;
	text-indent: -5000px;
	border-bottom:1px solid #0d3658;
	padding-bottom:8px;
}

#manufacturers ul.left {
	float:left;
	width:359px;
}
#manufacturers ul.right {
	float:right;
	width:359px;
}
#manufacturers li {
list-style-type: none;
border-bottom:1px solid #bebebe;
padding:5px 0;
}

.clear {
clear:both;
}




