/*
Theme Name: Archie's Auto Recyclers
Theme URI: http://archiesautorecyclers.com/
Description: Archie's Auto Recyclers Inc.
Version: 1.0
Author: bugdown
Author URI: http://dopplerinternet.com/
*/

* {
	padding:0;
	margin:0;
}

body {
	background:black;
	color:white;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	line-height:20px;
}

#top {
	height:453px;
	background-image:url(images/top-bg.png);
	background-repeat:repeat-x;
}

#wrapper {
	overflow:hidden;
	width:999px;
	margin:0 auto;
}

#wrapper h1 {
	color:#990;
	font-family:Myriad Pro, Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	line-height:30px;
	padding-bottom:8px;
	border-bottom:solid 1px #aaa;
	margin-bottom:16px;
}

#wrapper a,
#wrapper a:link {
	color:#666;
	text-decoration:underline;
}

#wrapper a:hover {
	color:#f00;
	text-decoration:none;
}

#wrapper a:visited {
	color:#30598a;
}

#header {
	height:450px;
	background-image:url(images/aar-header.jpg);
	background-repeat:no-repeat;
	padding-bottom:3px;
}

#nav {
	width:372px;
	height:34px;
	padding-top:380px;
	padding-left:14px;
}

#nav ul {
	list-style:none;
	text-indent:-9999%;
}

#nav ul li {
	float:left;
}

.home { display:block; width:55px; height:34px; background-image:url(images/home.jpg); }

.part { display:block; width:90px; height:34px; background-image:url(images/part.jpg); }

.cut { display:block; width:76px; height:34px; background-image:url(images/cut.jpg); }

.insurance { display:block; width:77px; height:34px; background-image:url(images/insurance.jpg); }

.contact { display:block; width:74px; height:34px; background-image:url(images/contact.jpg); }

#main {
	float:left;
	width:614px;
	padding:10px 46px;
}

#main p {
	margin-bottom:16px;
}

#main ul,
#main ol {
	margin-left:32px;
}

#sidebar {
	float:right;
	width:213px;
	background-color:#d8d8d8;
	padding:56px 50px 30px 30px;
}

#sidebar p {
	margin-bottom:20px;
}

#widget h2 {
	color:#990;
	font-family:Myriad Pro, Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	line-height:30px;
	padding-bottom:8px;
	border-bottom:solid 1px #aaa;
	margin-bottom:16px;
}

#widget {
	margin-top:40px;
	color:#555;
	font-size:14px;
}

#widget > ul {
	list-style:none;
}

#widget > ul > li {
	margin-bottom:24px;
}

#widget ul > li > ul {
	list-style:disc;
	margin-left:24px;
	margin-bottom:14px;
}

.clear {
	clear:both;
}

#footnav {
	height:44px;
	background-image:url(images/footer.gif);
	background-repeat:repeat-x;
	font-size:11px;
	padding-top:28px;
	padding-left:80px;
}

#footnav ul {
	list-style:none;
}

#footnav ul li {
	float:left;
	padding-right:10px;
	border-right:solid 1px #e1e1e1;
	margin-right:10px;
}

#footnav a,
#footnav a:link {
	color:white;
}

#footnav a:hover {
	color:#e1e1e1;
}

#footer {
	text-align:center;
	margin:8px 0;
	font-size:10px;
	line-height:13px;
}