@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
body {
	min-width: 760px;
	background-color: #757575;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 62.5%;
	color: #FFFFFF;
}
#inner_wrapper {
	width: 740px;
	margin: 0 auto;
	float: left;
}
#branding {
	background-color: #CCCCCC;
	background-image: url(images/logo_gray.gif);
	background-repeat: no-repeat;
	height: 95px;
	background-position: 5px 5px;
}
#mainNav {
	color: #9A2D9D;
	background-color: #CCCCCC;
	background-image: url(images/border.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 50px;
}

#content {
	float: right;
	width: 375px;
	padding: 1em 0 1em 0;
}
#extra {
	float: left;
	width: 350px;
	background-color: #757575;
}
#footer {
	clear: both;
	background-color: #666666;
	font-size: 1.2em;
	height: 25px;
	padding: 1em 0 0 2em;
}
p {
	padding: 1em 0 1em 0;
	line-height: 1.5em;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
}

h1 {
	font-size: 2em;
	color: #FFFFFF;
}

h2 {
	color: #C1BC81;
	font-size: 2em;
}
h3 {
	font-size: 1.3em;
	color: #BEBA87;
}

#mainNav p {
	font-size: 1.3em;
	font-weight: bold;
	padding: .5em 0 0 2em;
}

#extra ul {
	list-style: none;
	margin: 0;
}

#extra li {

}
#extra li a, #extra li a:link, #extra li a:visited {
	text-align: left;
	display: block;
	text-decoration: none;
	font-size: 2em;
	padding: 1em 1em 1em 4em;
	font-weight: bold;
	margin: .5em 0 .5em 0;
}
#extra li a:hover {
	text-decoration: underline;

}
#extra #fabricsLink   {
	background-image: url(images/purple_pillow.gif);
	background-repeat: no-repeat;
	background-position: 10px;
}
#extra #fabricsLink a       {
	color: #C7A6CE;
}
#extra #pickupLink {
	background-image: url(images/green_pillow.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}
#extra #pickupLink a {
	color: #96B879;
}
#extra #estimatesLink {
	background-image: url(images/bluepillow.gif);
	background-repeat: no-repeat;
	background-position: 10px;
}
#extra #estimatesLink a {
	color: #7C96C0;
}
#extra #contactLink {
	background-image: url(images/redpillow.gif);
	background-repeat: no-repeat;
	background-position: 10px;
}
#extra #contactLink a {
	color: #A32C34;
}
#mainNav a, #mainNav a:link, #mainNav a:visited {
	color: #9A2D9D;
	text-decoration: none;
}
#mainNav a:hover {
	color: #FEFF9B;
}
#peacefuldriver   {
	color: #FFFFFF;
	padding: 1em 0 0 2.5em;
}
#peacefuldriver a {
	color: #FFFFFF;
}
#peacefuldriver a:hover {
	color: #FEFF9B;
}
