/* 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.5;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
	background-color: #a40001;
}

#overall_wrapper {
	width: 1000px;
	margin: 0 auto;
	background-image: url(../images/page-content-repeat.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

#content_container {
	width: 1000px;
	min-height: 850px;
	margin: 0 auto;
	background-image: url(../images/page-content-top.jpg);
	background-repeat: no-repeat;
}

#header {
	width: 1000px;
	margin: 0 auto;
}

#navigation {
	float: right;
	width: 590px;
	margin: 115px 0 0 0;
	height: 30px;
}

#content {
	width: 800px;
	margin: 0 auto;
	clear: both;
}


#content-bottom {
	width: 1000px;
	height: 147px;
	margin: 0 auto;
	background-image: url(../images/page-content-bottom.jpg);
	background-repeat: no-repeat;
}

#footer {
	width: 850px;
	height: 20px;
	margin: 0 auto;
	padding-top: 85px;
	clear: both;
}

.logo {
	margin-left: 33px;
	float: left;
}

/* 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;
	padding-bottom: 10px;
}

.page-title {
	margin-bottom: 40px;
}

p {
	padding-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;
}

.small-ten {
	font-size: 10px;
	color: #5e4b3d;
}

blockquote {
	display: block;
	width: 250px;
	float: right;
	background-color: #ecdac2;
	border: 5px solid #dcc8ae;
	padding: 15px;
	font-family: "lucida sans unicode", lucida sans, arial, verdana;
	font-size: 23px;
	color: #b82025;
	line-height: 24px;
	margin: 0 0 10px 10px;
}

.picture-box {
	width: 388px;
	height: 291px;
	float: right;
	margin: 20px 0 10px 10px;
	background-image:url(../images/picture_bg.jpg);
}

.picture-box-left {
	width: 388px;
	height: 291px;
	float: left;
	margin: 20px 10px 10px 0;
	background-image:url(../images/picture_bg.jpg);
}

.contact-box {
	width: 320px;
	float: right;
	margin: 15px 0 20px 20px;
	padding: 15px;
	background-color: #ecdac2;
	border: 5px solid #dcc8ae;
}

.submit {
	margin-top: 15px;
	text-align: center;
}	

.formstyle {
	width: 300px;
	border: 1px solid #dcc8ae;
	background-color: #f6ebde;
	padding: 3px;
}

.validation-advice {
	width: 300px;
	margin-top: 5px;
	padding: 5px;
	background-color: #a40001;
	color : #FFF;
	font-weight: bold;
}

.contact-box input {
	width: 300px;
	border: 1px solid #dcc8ae;
	background-color: #f6ebde;
	padding: 3px;
}

.feature-pic {
	margin: 37px 0 0 60px;
	border: 8px solid #fff;
}

.feature-pic-left {
	margin: 37px 0 0 45px;
	border: 8px solid #fff;
}

.pic-left {
	float: left;
	margin: 10px 10px 10px 0;
	border: 8px solid #fff;
}

.pic-right {
	float: right;
	margin: 10px 0 10px 10px;
	border: 8px solid #fff;
}

.price-table {
	border: 5px solid #dcc8ae;
	background-color: #ecdac2;
	text-align: center;
}

.price-table tr td{
	border: 1px solid #dcc8ae;
}

.table-small {
	font-size: 10px;
	color: #5e4b3d;
}

.table-prices {
	font-family: "lucida sans unicode", lucida sans, lucida grande, trebuchet ms, arial, verdana;
	font-size: 20px;
	color: #b82025;
}

.contact-image {
	border: 3px solid #9f8972;
}

.float_box_a {
	width: 350px;
	float: left;
	margin-left: 50px;
}
.float_box_b {
	width: 350px;
	float: left;
	margin-left: 10px;
}

.speclist {
	list-style-type: circle;
	list-style-position: inside;
	margin-bottom: 15px;
}

.carpics {
	border: 3px solid #9f8972;
	margin: 3px;
}
	
.pass-plus {
	float: right;
}
	
.student-price {
	margin-bottom: 15px;
	font-size: 10px;
	color: #5e4b3d;
}