@charset "utf-8";
/* CSS Document */

body {
	background-color: #eeeac8;
	background-image: url(images/mainBg.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#wrapper {
	background-color: #FFFFFF;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	height: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

#header {
	height: auto;
	background-color: #FFFFFF;
}
#headerA {
	background-color: #000000;
	height: 30px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #D1A941;
	padding-left: 800px;
}
#headerA ul {
	margin: 0px;
	list-style-image: none;
	list-style-type: none;
}
#headerA li {
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	padding-right: 2px;
	padding-left: 2px;
}

.rssFeedLink {
	float: left;
	height: 30px;
	width: 30px;
	background-image: url(images/rssOver.png);
	text-indent: -9999px;
}
.facebookLink {
	float: left;
	height: 30px;
	width: 30px;
	background-image: url(images/icon-fb.png);
	text-indent: -9999px;
}
.twitterLink {
	float: left;
	height: 30px;
	width: 30px;
	background-image: url(images/icon-twitter.png);
	text-indent: -9999px;
}

.instagramLink {
	float: left;
	height: 30px;
	width: 30px;
	background-image: url(images/icon-ig.png);
	text-indent: -9999px;
}


#headerB {
	float: left;
	height: 80px;
	width: 200px;
	margin-top: 10px;
	margin-left: 30px;
}


#headerC {
	float: right;
	height: 80px;
	width: 675px;
	margin-right: 55px;
	margin-top: 10px;
	text-align: right;
}
#genBookReview {
	float: right;
	height: 60px;
	width: 178px;
	padding-top: 8px;
}

#headerC img {
	margin-left: 10px;
}
#headerNav {
	background-color: #000000;
	height: 35px;
	width: 955px;
	margin-top: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #d1a941;
	border-bottom-color: #d1a941;
	padding-left: 5px;
}


.mainLogo {
	background-image: url(images/mainLogo.png);
	background-repeat: no-repeat;
	display: block;
	height: 80px;
	width: 200px;
	text-indent: -9999px;
}


/* Navigation List & Link Classes */
#headerNav ul {
	list-style-type: none;
	margin: 0px;
}
#headerNav li {
	display: block;
	list-style-type: none;
	float: left;
	height: 35px;
	padding-right: 22px;
	padding-left: 22px;
}
#headerNav a {
	display: block;
	text-transform: capitalize;
	height: 35px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
#page {
	float: left;
	width: 500px;
	margin-left: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
}
#page2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	width: 600px;
}
#footer {
	background-image: url(images/footerBG.jpg);
	background-color: #000000;
	height: 145px;
	width: 960px;
	margin-top: 10px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #d1a941;
	background-repeat: no-repeat;
}
#footerLogo {
	float: left;
	height: 90px;
	width: 170px;
	margin-left: 160px;
	background-repeat: no-repeat;
	margin-top: 14px;
	display: block;
}
.footerLogo {
	text-indent: -9999px;
	display: block;
	background-image: url(images/footerLogo.png);
	height: 90px;
	width: 170px;
}
.footerIndique {
	display: block;
	height: 104px;
	width: 166px;
	float: right;
	margin-right: 4px;
	margin-top: 4px;
	background-image: url(images/footerIndiqueLogo.png);
	text-indent: -9999px;
}



#sidebar {
	float: right;
	width: 340px;
	margin-right: 30px;
	margin-top: 5px;
	height: auto;
}
#sidebarMap {
	float: right;
	width: 340px;
	margin-right: 30px;
	margin-top: 5px;
	height: auto;
}
#sidebar2  p {
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	background-repeat: no-repeat;
	background-position: left top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-image: url(images/sdbrBG3.png);
	border-right-style: solid;
	border-left-style: solid;
	padding-bottom: 20px;
}

#sidebar1 {
	height: auto;
	width: 340px;
}



/* Navigation Buttons */
#home .home, #story .story, #services .services, #prices .prices, #boutique .boutique, #media .media, #contacts .contacts{
	background-position: 0px -70px;
}
.home {
	display: block;
	height: 35px;
	width: 34px;
	background-image: url(images/btnHome.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
}
.home:hover {
	background-position: 0px -35px;
}
.story {
	display: block;
	height: 35px;
	width: 96px;
	background-image: url(images/btnStory.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
}
.story:hover {
	background-position: 0px -35px;
}
.services {
	display: block;
	height: 35px;
	width: 64px;
	background-image: url(images/btnServices.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
}
.services:hover {
	background-position: 0px -35px;
}
.prices {
	display: block;
	height: 35px;
	width: 50px;
	background-image: url(images/btnPrices.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
}
.prices:hover {
	background-position: 0px -35px;
}
.boutique {
	display: block;
	height: 35px;
	width: 63px;
	background-image: url(images/btnBoutique.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
}
.boutique:hover {
	background-position: 0px -35px;
}
.blog {
	display: block;
	height: 35px;
	width: 43px;
	background-image: url(images/btnBlog.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
}
.blog:hover {
	background-position: 0px -35px;
}
.media {
	display: block;
	height: 35px;
	width: 34px;
	background-image: url(images/btnMedia.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
}
.media:hover {
	background-position: 0px -35px;
}
.appointments {
	display: block;
	height: 35px;
	width: 88px;
	background-image: url(images/btnAppointments.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
}
.appointments:hover {
	background-position: 0px -35px;
}
.contacts {
	display: block;
	height: 35px;
	width: 76px;
	background-image: url(images/btnContacts.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
}
.contacts:hover {
	background-position: 0px -35px;
}

/* Header Classes */
.hdrWelcome {
	background-image: url(images/hdrWelcome.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 390px;
	text-indent: -9999px;
	display: block;
	margin-top: 10px;
}

.hdrWelcomeATL {
	background-image: url(images/hdrWelcomeATL.png);
	background-repeat: no-repeat;
	height: 80px;
	width: 610px;
	text-indent: -9999px;
	display: block;
	margin-top: 10px;
}
.hdrAbout {
	background-image: url(images/hdrAbout.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 390px;
	text-indent: -9999px;
	display: block;
}
.hdrExtensions {
	background-image: url(images/hdrExtensions.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 390px;
	text-indent: -9999px;
	display: block;
}
.hdrPrices {
	background-image: url(images/hdrPriceList.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 390px;
	text-indent: -9999px;
	display: block;
}


/* Custom Classes */
/*#page p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	padding-left: 40px;
	padding-right: 20px;
	margin-bottom: 8px;
	margin-top: 8px;
}*/
.txtIndent {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	padding-left: 40px;
	padding-right: 20px;
	margin-bottom: 8px;
	margin-top: 8px;
}
.jobList {
	list-style-type: square;
	list-style-position: inside;
	list-style-image: url(images/flowerBullet.png);
	padding-left: 50px;
}
.hdrMenuItem {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: italic;
	color: #000000;
}
.txtMenuItem {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	padding-left: 10px;
	padding-right: 25px;
	margin-bottom: 16px;
	font-size: 16px;
	line-height: 20px;
	border-left-width: 3px;
	border-left-style: double;
	border-left-color: #D1A941;
	margin-left: 10px;
}
.style13 {
	color: #D1A941;
	font-weight: bold;
}
.style19 {
	font-size: x-small;
	font-style: italic;
}
.style14 {
	font-style: italic;
	font-weight: bold;
	font-size: 18px;
}
.pricelist {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 25px;
}
.hdrFullServices {
	background-image: url(images/hdrFullServices.png);
	background-repeat: no-repeat;
	height: 36px;
	width: 481px;
	text-indent: -9999px;
	margin-bottom: 15px;
}
.hdrMenuItem3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: italic;
	color: #000000;
	margin-bottom: 5px;
}
#priceShelf {
	height: 280px;
	width: 960px;
	margin-top: 15px;
	margin-bottom: 0px;
	border-bottom-width: 8px;
	border-bottom-style: double;
	border-bottom-color: #EDE8C6;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #000000;
}
#shelfBottom {
	background-image: url(images/priceShelfBG_02.png);
	background-repeat: no-repeat;
	height: 116px;
	width: 730px;
	padding-right: 115px;
	padding-left: 115px;
	font-size: 14px;
	line-height: 18px;
	padding-top: 13px;
	padding-bottom: 0px;
}

#shelfTop {
	background-image: url(images/priceShelfBG_01.png);
	height: 154px;
	width: 775px;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 80px;
	padding-bottom: 0px;
	padding-left: 105px;
}
#retailTable {
	float: right;
	height: 146px;
	width: 290px;
	text-align: center;
	margin-top: 4px;
}
#nuStyle {
	float: left;
	height: auto;
	width: 180px;
	margin-right: 10px;
	padding-bottom: 20px;
	margin-left: 20px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 20px;
}
#nuStyle img {
	margin-top: 5px;
	margin-bottom: 5px;
}

#mediaCenter {
	background-color: #CCCCCC;
	float: left;
	height: 200px;
	width: 340px;
	margin-left: 10px;
	padding-left: 10px;
	margin-right: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	margin-top: 20px;
}
.hdrTalkTown {
	background-image: url(images/hdrMidday.png);
	background-repeat: no-repeat;
	display: block;
	height: 50px;
	width: 294px;
	background-position: top;
	text-indent: -9999px;
	margin: 28px 0 10px 0;
}
.hdrCHSVid {
	background-image: url(images/hdrCHSVid.png);
	background-repeat: no-repeat;
	display: block;
	height: 50px;
	width: 294px;
	background-position: top;
	text-indent: -9999px;
	margin-bottom: 10px;
	margin-top: 25px;
}
.hdrCHSVidGeneric {
	background-image: url(images/hdrCHSVidGeneric.png);
	background-repeat: no-repeat;
	display: block;
	height: 50px;
	width: 294px;
	background-position: top;
	text-indent: -9999px;
	margin-bottom: 10px;
	margin-top: 25px;
}
.hdrLeelaVid {
	background-image: url(images/hdrLeelaVid.png);
	background-repeat: no-repeat;
	display: block;
	height: 50px;
	width: 294px;
	background-position: top;
	text-indent: -9999px;
	margin-bottom: 10px;
	margin-top: 25px;
}
.vidBottom {
    border-bottom: 4px solid red;
}
.hdrCommercial {
	background-image: url(images/hdrCommercial.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 231px;
	text-indent: -9999px;
	margin-top: 20px;
	display: block;
	margin-bottom: 10px;
}
#nuStyle2 {
	height: 200px;
	width: 960px;
	text-align: left;
	border-bottom-width: 20px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#mediaVids2 {
	margin-top: 20px;
	float: right;
	margin-right: 30px;
	width: 560px;
}

#mediaMain {
    float: left;
    width: 300px;
    margin-top: 20px;
    margin-left: 30px;
    margin-bottom: 10px;
    background-color: #000;
	padding: 10px 0 10px 10px;
}


#mediaVids {
	background-color: #FFFFFF;
	float: right;
	height: auto;
	width: 330px;
	margin-right: 10px;
	padding-bottom: 20px;
	text-align: center;
	padding-top: 20px;
}
#mediaVids object {
	margin-top: 10px;
	margin-bottom: 10px;
}
.chsVid {
	height: auto;
	width: 560px;
}
#busAd {
	height: 300px;
	width: 925px;
	margin-top: 0px;
	margin-bottom: 20px;
	border: 1px solid #000000;
}
.clientProfile {
	background-image: url(images/hdrClientProfile.png);
	background-repeat: no-repeat;
	display: block;
	height: 50px;
	width: 180px;
	text-indent: -9999px;
	margin-bottom: 10px;
	margin-top: 10px;
}


#form90 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #D1A941;
	float: right;
	margin-top: 3px;
	margin-right: 30px;
}
#form90 input {
	color: #000000;
	margin-left: 2px;
}
#formConfirm {
	height: 120px;
	width: 900px;
	text-align: center;
	margin-top: 20px;
}
#footerAddress {
	background-color: #D3AA40;
	height: auto;
	width: 960px;
	clear: both;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 12px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.style21 {color: #000000}
.style22 {
	color: #D1A941
}
.styleReversed {
	color: #FFFFFF;
}

#bookATL {
	height: 25px;
	background-color: #ceaa44;
	color: white;
	padding: 5px;
	text-align: center;
}

#bookATL h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	/* font-weight: bold;
	font-style: italic; */
	color: white;
	font-size: 1em;
}
