/* Papa Joes Barber Shop  */

body, div, h1, h2, h3, h4, p, ul, li, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 1.3;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
	background-color: #a40001;
}

#content_container {
	width: 1000px;
	margin: 0 auto;
	background-image: url(../images/content-top.jpg);
	background-repeat: no-repeat;
}

#content_top {
	height: 626px;
}


#header {
	width: 1000px;
	height: 194px;
	margin: 0 auto;
}

#navigation {
	float: right;
	width: 590px;
	margin: 115px 0 0 0;
	height: 30px;
}

#top-left {
	width: 400px;
	margin: 50px 0 0 95px;
}

#content_bottom_container {
	background-image: url(../images/content-bottom.jpg);
	background-repeat: no-repeat;
	width: 1000px;
	height: 482px;
}

.logo {
	margin-left: 33px;
	float: left;
}

.box-a {
	width:270px;
	height: 350px;
	float: left;
	margin: 30px 0 0 90px;
}

.box-b {
	width: 270px;
	height: 300px;
	float: left;
	margin: 65px 0 0 20px;
}

.box-c {
	width:250px;
	height: 350px;
	float: left;
	margin: 45px 0 0 25px;
}

#footer {
	width: 850px;
	height: 20px;
	margin: 0 auto;
	clear: both;
	padding-top: 40px;
}

/* Top Navigation */


#navigation ul{
	list-style: none;
	text-indent: -3000px;
}

#navigation li{
	float: left;
}

#navigation li a{
	display: block;
	width: 60px;
	height: 20px;
	padding: 10px;
	margin: -10px;
}

#navigation li a:active {
	border: none;
}

.nav-home {
	background-image: url(../images/nav/home.gif);
	background-repeat: no-repeat;
	width: 49px;
	height: 20px;
	margin: 18px 0 0 5px;
}

.nav-home a:hover, .nav-about a:hover, .nav-prices a:hover, .nav-blog a:hover, .nav-contact a:hover {
	background-image: url(../images/nav/home-ro.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
}

.nav-about {
	background-image: url(../images/nav/about.gif);
	background-repeat: no-repeat;
	width: 58px;
	height: 16px;
	margin: 13px 0 0 60px;
}

.nav-prices {
	background-image: url(../images/nav/prices.gif);
	background-repeat: no-repeat;
	width: 60px;
	height: 15px;
	margin: 0 0 0 60px;
}

.nav-blog {
	background-image: url(../images/nav/blog.gif);
	background-repeat: no-repeat;
	width: 44px;
	height: 15px;
	margin: 5px 0 0 60px;
}

.nav-contact {
	background-image: url(../images/nav/contact.gif);
	background-repeat: no-repeat;
	width: 77px;
	height: 23px;
	margin: 18px 0 0 49px;
}

a { 
	outline: none
}

/* Typography */

h1 {
	display: none;
}

h2 {
	font-family: "lucida sans unicode", lucida sans, lucida grande, trebuchet ms, arial, verdana;
	font-size: 23px;
	color: #b82025;
	line-height: 24px;
	margin-bottom: 10px;
}

p {
	margin-bottom: 15px;
}

p a:link, p a:visited {
	color: #b82025;
	text-decoration: none;
	
}

p a:hover, p a:active {
	color: #000;
	border-bottom: 1px #b82025 dashed;
}

#content_bottom_container p {
	margin-bottom: 10px;
}

#footer p {
	font-size: 10px;
	color: #5e4b3d;
}

#footer p a:link,  #footer p a:visited {
	font-size: 10px;
	color: #5e4b3d;
	text-decoration: none;
	border: none;
}
#footer p a:hover, #footer p a:active {
	color: #44362c;
}


/* Images */


.car-pic {
	float: right;
	margin-right: 115px;
}

.home-image {
	border: 3px solid #9f8972;
}
	
