﻿html{
	height: 100%;
}
body {
	background-color: #595959;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
}
form {
	display: inline;
}
a, a:visited{
	color: #ffffff;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
input[type="submit"], input[type="button"]
{
	background-image: url('../images/theme2/linkBackground.jpg');
	border: solid 1px #535152;
	color: #ffffff;
}

.errorIcon{
	background-image: url("images/ui-icons_cc0000_256x240.png");
	background-position: 0px -144px;
	width: 16px;
	height: 16px;
	margin-right: 8px;
}

.alertIcon{
	float: left; 
	margin-left: 20px; 
	margin-right: 10px;
}
.alertMessage{
	margin-bottom: 15px;
	padding: 10px;
}


.contentWrapper {
	width: 1064px;
	clear: both;
	margin: auto;
	padding: 0px;
	height: 100%;

}
.gradLeft {
	float: left;
	width: 57px;
	background-image: url('../images/theme2/gradLeft.jpg');
}
.gradRight {
	float: right;
	width: 57px;
	background-image: url('../images/theme2/gradRight.jpg');
}
.centerContent {
	float: left;
	width: 950px;
	background-color: #2e2a2b;
}

.gradLeft, .gradRight, .centerContent
{
	/*height: 1000px;*/
	height: 100%;
	top: 0px;
	bottom: 0px;

}


.centerContentWrapper{
	float: left;
}

.linkWrapper{
	/*border: 1px solid #0000FF;*/
	width: 950px;
	height: 49px;
	/*float: left;*/
	margin-left: auto;
	margin-right: auto;
	background-image: url('../images/theme2/linkBackground.jpg');
}
.pageLinkSeperator{
	height: 49px;
	width: 2px;
	float: left;
	background-image: url('../images/theme2/linkSeperator.jpg');
	margin: 0px;
	padding: 0px;
}
.pageLink{
	background-image: url('../images/theme2/linkBackground.jpg');
	background-color: #2e2a2b;
	height: 49px;
	/*width: 125px;*/
	padding-left: 16px;
	padding-right: 17px;
	color: #ffffff;
	font-size: 15px;
	font-weight: normal;
	text-align: center;
	float: left;
	cursor: pointer;
	border: 0px;
	margin: 0px;
}

.pageLinkText{
	padding-top: 19px;
	margin: 0px;
}
.pageLinkTextLink, .pageLinkTextLink:visited{
	color: #ffffff;
	text-decoration: none;
}
.pageLinkText:hover{
	text-decoration: none;
}
.pageLinkTextLink:hover{
	text-decoration: none;
}


#homeLink{
	margin-left: 20px
}

.linkBorder
{
	width: 950px;
	height: 1px;
	background-color: #6c6a6b;
}



.titleWrapper{
	/*border: 1px solid #0000FF;*/
	margin-top: 10px;
	height: 90px;
	width: 692px;
	float: left;
	margin-left: 15px;
}

.titleLogo{
	margin-left: 15px;
	/*border: 1px solid #00ff00;*/
	width: 325px;
	float: left;
}
.mainLogo{
	border: 0px;
}
.titleSubtext{
	display: none;
	color: #b2d234;
	font-size: 20px;
	letter-spacing: 1px;
	font-weight: bold;
	margin: 0px;
}

.titleAboutService{
	/*border: 1px solid #ff0000;*/
	width: 367px;
	float: left;
}
.aboutServicePoint{
	color: #b2d234;
	font-size: 16px;
	margin-bottom: 3px;
	margin-top: 3px;
	margin-left: 60px;
	letter-spacing: 1px;
	font-weight: normal;
	padding-left: 5px;
}
.aboutServicePoint:before{
	content: url('../images/theme2/bullet.jpg');
	padding: 0px;
	margin: 0px;
}


.bodyWrapper{
	margin-left: 15px;
	/*margin-right: 15px;*/
	/*border: solid 1px #ff0000;*/
	float: left;
	width: 692px;
}


.contentBoxesWrapper{
	float: right;
	width: 214px; /*228*/
	/*height: 527px;*/
	margin-right: 15px;
	margin-top: 10px;
	
}

.contentBoxHeader, .contentBoxBody{
	border: solid 1px #535152;
	/*margin-left: 10px;*/
}


.contentBoxHeader{
	background-color: #686868;
	color: #ffffff;
	padding: 5px;
	font-size: 13px;
	background-image: url('../images/theme2/linkBackground.jpg');
	border-bottom: 0px;
}
.contentBoxBody
{
	border-top: 0px;
	margin-bottom: 20px;
	color: #ffffff;
	font-size: 12px;
	padding: 5px;
}


.loginLabel
{
	width: 70px;
	float: left;
	height: 28px;
	line-height: 22px;
}
.loginInput
{
	float: right;
	height: 28px;
}
.loginInputText{
	width: 120px;
}
.loginSubmit
{
	width: 100%;
	margin-top: 60px;
	text-align: center;
}
#loginSubmitButton
{
	background-image: url('../images/theme2/linkBackground.jpg');
	border: 0px;
	border: solid 1px #535152;
	color: #ffffff;
	height: 25px;
}
.loginForgotPassword{
	width: 100%;
	text-align: center;
	margin-top: 5px;
	font-weight: bold;
	margin-bottom: 5px;
}

#clientReviewBox{
	cursor: pointer;
}
#clientReviewBoxBody
{
	border: 0px;
	/*height: 200px;*/
	/*overflow: hidden;*/
}
.clientReviewList{
	/*margin-top: 150px;*/
}
.reviewName
{
	margin-top: 10px;
	margin-bottom: 20px;
	margin-right: 20px;
	text-align: right;	
	font-style: italic;
}
.clientReview{
	display: none;
}
.clientReviewStarRating{
	text-align: right;
	/*margin-bottom: 5px;*/
	margin-top: 5px;
	font-size: 12px;
}


#specialOfferBox{
	cursor: pointer;
}
#specialOfferBox .contentBoxHeader{
	background-image: url('../images/theme2/specialbackground.jpg');
	
}
#specialOfferBox .contentBoxBody, #specialOfferBox .contentBoxHeader{
	border-color: #c47f00;
}
.freeOffer1, .freeOffer2, .freeOffer3
{
	margin-top: 5px;
	text-align: center;
}
.freeOffer1{
	font-weight: bold;
	font-size: 18px;
}

.freeOffer3{
	font-size: 8px;
}

#facebookBox
{
	text-align: center;
	margin-bottom: 20px;
}
#facebookLogo
{
	border: 0px;
	/*margin-left: 30px;*/
}


.footerText
{
	text-align: center;
	font-size: 12px;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #ffffff;
	letter-spacing: 1px;
	width: 950px;
	float: left;
}





/* ### index.php ### */

.briefCompanyDescription
{
	float: left;
	margin-bottom: 10px;
	margin-top: 5px;
}
.companyDescription
{
	color: #ffffff;
	font-size: 14px;
	margin: 0px;
	font-weight: normal;

}
.mainImageWrapper{
	float: left;
	width: 692px;
	height: 527px;
}
.adImage{
	display: none;
}

/*##################*/


/* ### photogallery.php ### */

.galleryPageWrapper{
	background-color: #ffffff;
	padding: 15px;
	float: left;
}
.retouchTypeWrapper{
	width: 662px;
	float: left;
	margin-bottom: 20px;
}
.retouchTypeTitle{
	width: 662px;
	float: left;
	margin-bottom: 10px;
}
.retouchTypeTitleH2
{
	font-size: 30px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
.retouchTypeDollarSign{
	
}
.retouchTypeDollarSign, .retouchTypeCents{

	font-size: 20px;
	font-weight: normal;
	vertical-align:text-top;
}

.retouchTypeImageWrapper{
	float: left;
	width: 360px;
}
.retouchTypeImageBefore, .retouchTypeImageAfter{
	width: 180px;
	height: 180px;

}
.retouchTypeImageBefore{
	background-color:#C7C7C7;
	float: left;
}
.retouchTypeImageAfter{
	background-color:#D7D7D7;
	float: right;
}
.gallerySampleImageBefore{
	margin-left: 5px;
	margin-top: 5px;
}
.gallerySampleImageAfter{
	margin-left: 5px;
	margin-top: 5px;
}


.retouchTypeDescription{
	float: right;
	width: 287px;
}
.retouchTypeDescriptionList{
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}
.retouchTypeDescriptionTitle{
	list-style:none;
	margin-bottom: 4px;
}
.retouchTypeDescriptionItem{
	margin-left: 12px;
	margin-bottom: 3px;
}

.retouchTypeGalleryLink{
	/*float: right;*/
	width: 287px;
	margin-top: 20px;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
}


/*##################*/


/* ### contactus.php ### */

.contactPageWrapper{
	background-color: #ffffff;
	padding: 15px;
	float: left;
	width: 662px;
	height: 350px;
	font-size: 14px;
}
.contactContentWrapper{
	float: left;
	width: 280px;
	margin-bottom: 20px;
}

.contactContentTitle{
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
	
}

.contactDetailsWrapper{
	float: left;
	width: 280px;
	text-align: center;
}
.contactTitle{
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
	text-align: center;
}
.contactEmail{
	margin-bottom: 10px;
}
.contactEmail a{
	color: #000000;
}
.contactURL{
	font-weight: bold;
}
.contactHours{
	margin-top: 15px;
}


.contactImageWrapper{
	float: right;
	margin-top: 40px;
}


/*##################*/


/* ### aboutus.php ### */

.aboutPageWrapper{
	background-color: #ffffff;
	padding: 15px;
	float: left;
	width: 662px;
	font-size: 14px;
}

.aboutTitle{
	font-weight: bold;
	font-size: 22px;
	text-align: center;
}

.aboutContentWrapper p{
	text-indent: 20px;
}

.aboutPoint{
	margin-bottom: 15px;
}
.aboutPointTopic{
	font-weight: bold;
}
.aboutPointsList{
	float: right;
	width: 460px;
	padding-left: 0px;
	margin-left: 0px;
}

#aboutImage1{
	float: right;
	margin-top: 20px;
	margin-left: 10px;
	border: solid 2px #000000;
}
#aboutImage2{
	float: left;
	display: inline;
	border: solid 2px #000000;
	margin-top: 120px;
}

#aboutText5{
	width: 662px;
	float: right;
	margin-top: -10px;
}

/*##################*/


/* ### signup.php ### */

.signupPageWrapper{
	background-color: #ffffff;
	padding: 15px;
	float: left;
	width: 662px;
	font-size: 14px;
}

.signupPageTitle{
	font-weight: bold;
	font-size: 22px;
	text-align: center;
	margin-bottom: 20px;
}

.signupFormError{
	background-color:#fef8f6;
	border: solid 1px #cc0a0c;
	font-size: 12px;
	color: #cc0a0c;
	margin-bottom: 15px;
	padding: 10px;
}
.errorTitle{
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}


.signupCategoryWrapper{
	width: 320px;
	border: solid 1px #000000;
	margin-bottom: 15px;
	/*float: left;
	clear: left;*/
}
.signupFormCategoryTitle{
	background-color: #000000;
	background-image: url('../images/theme2/linkBackground.jpg');
	background-position: center bottom;
	color: #b2d234;
	text-align: center;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}
.signupFormCategorySubtitle{
	font-size: 10px;
	background-color: #646464;
	color: #ffffff;
	padding: 5px;
	text-align: center;
}

#signupBillingInfoWrapper, #signupSurveyInfoWrapper, #signupTOSWrapper {

	/*float: right;
	clear: right;*/
	/*margin-top: -500px;*/
}


.signupFormCol{
	width: 322px;
	float: left;
}
#signupFormCol2{
	margin-left: 15px;
}

.signupFieldLabelRequired, .signupFieldLabel{
	font-size: 12px;
	float: left;
	height: 25px;
	width: 140px;
	margin-left: 5px;
	margin-top: 5px;
}
.signupFieldTextAreaLabel{
	width: 310px;
	float: none;
}

.signupFieldLabelRequired:after{
	content: " * ";
	font-size: 16px;
	color: #ff0000;
}


.signupFieldInput{
	float: right;
	height: 25px;
	width: 170px;
	margin-left: 5px;
	margin-top: 5px;
	font-size: 12px;
}
.signupFieldTextAreaInput{
	width: 310px;
	float: none;
	margin-left: 5px;
	font-size: 12px;
	margin-top: 5px;
}

.signupFormTextInput{
	width: 160px;
}
.signupFormDropdown{
	width: 165px;
}
.signupFormTextArea{
	width: 300px;
	height: 60px;
}

#signupFormState{
	width: 30px;
}
#signupFormZipcode{
	width: 80px;
}

.signupFormAuthorizeNet{
	text-align: center;
	margin-bottom: 10px;
}
#AuthorizeNetImage{
	border: 0px;
}
#AuthorizeNetText{
	color: #000000;
	font-size: 12px;
}
#signupFormTermsAndConditions{
	height: 195px;
}
.signupCategorySpacer{
	height: 25px;
	clear: both;
}
.signupCategoryFooter{
	height: 1px;
	clear: both;
}
.signupFormFooter{
	text-align: center;
}
.signupFormSubmit{
	width: 380px;
	height: 40px;
	font-size: 18px;
}

#recaptchaIframe{
	margin-left: auto;
	margin-right: auto;
}

/*##################*/






/* ### freeoffer.php ### */
.freeOfferPageWrapper{
	background-color: #ffffff;
	padding: 15px;
	float: left;
	width: 662px;
	height: 400px;
	font-size: 14px;
}

.freeOfferTitle{
	font-weight: bold;
	font-size: 22px;
	text-align: center;
	margin-bottom: 20px;
}

.freeOfferImageWrapper{
	width: 200px;
	height: 178px;
	float: right;
	margin-top: 60px;
	border: solid 1px #000000;
}
.freeOfferImage{
}

.freeOfferText{
	width: 450px;
	margin-bottom: 18px;
	float: left;
}
.freeOfferText a{
	color: #000000;
	font-weight: bold;
}
.freeOfferImportiant{
	font-weight: bold;
}
#freeOfferNotice{
	font-size: 10px;
	font-weight: normal;
}

/*##################*/

/* ### reviews.php ### */
.reviewPageWrapper{
	background-color: #ffffff;
	padding: 15px;
	float: left;
	width: 662px;
	font-size: 14px;
}

.reviewPageTitle{
	font-weight: bold;
	font-size: 22px;
	text-align: center;
	margin-bottom: 20px;
}

.reviewPageReviewWrapper{
	margin-top: 15px;
	border: solid 1px #000000;
	padding: 5px;
	width: 400px;
	background-color: #2E2A2B;
	color: #ffffff;
	margin-left: auto;
	margin-right: auto;
}
.reviewPageReviewText{
	margin-bottom: 15px;
}
.reviewPageReviewName{
	text-align: right;
	font-style: italic;
	background-image: url('../images/theme2/linkBackground.jpg');
	padding: 4px;
	padding-right: 30px;
}
.reviewPageReviewStarRating{
	text-align: right;
	margin-bottom: 5px;
	font-size: 12px;
}
.reviewPageFeedbackResponse{
	border: solid 1px #c47f00;	
	margin-bottom: 15px;
}
.reviewPageFeedbackResponseTitle{
	background-image: url('../images/theme2/specialbackground.jpg');
	padding: 5px;
}
.reviewPageFeedbackResponseText{
	padding: 5px;
}

.reviewPageRefreshWrapper{
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
}
.reviewPageSeeMoreButton{
	width: 220px;
	height: 40px;
	font-size: 16px;
	font-weight: bold;
}
/*##################*/


/* ### forgotpass.php ### */
.forgotPassPageWrapper{
	background-color: #ffffff;
	padding: 15px;
	float: left;
	width: 662px;
	font-size: 14px;
}
.forgotPasswordTitle{
	font-size: 20px;
	text-align: center;
	margin-bottom: 20px;
}
.forgotPassFormWrapper{
	float: left;
	width: 350px;
}
.forgotPassImageWrapper{
	margin-right: 0px;
	margin-left: auto;
	margin-bottom: 15px;
	float: right;
}
.forgotPasswordInstructions p{
	margin-top: 0px;
}
.forgotPassNotice{
	margin-top: 280px;
}
.forgotPassLabel{
	font-weight: bold;
}
#forgotPassEmailInput{
	width: 225px;
	margin-top: 0px;
}
#forgotPassEmailSubmit{
	margin-top: 10px;
	margin-bottom: 15px;
}
.forgotPassNoAccessNotice a{
	color: #000000;
	font-weight: bold;
}

/*##################*/



/* ### privacy.php ### */

.privacyPageWrapper, .termsPageWrapper{
	background-color: #ffffff;
	padding: 15px;
	float: left;
	width: 662px;
	font-size: 14px;

}

/*##################*/


/* ### blog.php ### */

.blogPageWrapper{
	background-color: #ffffff;
	padding: 15px;
	float: left;
	width: 662px;
	font-size: 14px;

}

.blogEntries{
	float: left;
}

.blogEntry{
	border: solid 1px #000000;
	margin-bottom: 15px;
	width: 500px;

}

.blogTitle{
	background-color: #000000;
	background-image: url('../images/theme2/linkBackground.jpg');
	background-position: center bottom;
	color: #b2d234;
	text-align: left;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin: 0px;
}
.blogTimestamp{
	font-size: 10px;
	background-color: #646464;
	color: #ffffff;
	padding: 5px;
	text-align: left;
	padding-left: 20px;
}
.blogContent{
	padding: 5px;
}
.blogContent a, .blogContent a:visited{
	color: #000000;
	text-decoration:underline;
}


.blogLinks{
	width: 150px;
	float: right;
}
.blogLinks h3{
	background-color: #000000;
	background-image: url('../images/theme2/linkBackground.jpg');
	background-position: center bottom;
	color: #b2d234;

	font-size: 14px;
	margin: 0px;
	padding: 5px;
	font-weight: normal;
}
.blogLinks a{
	color: #000000;

}
.blogCategoryList, .blogMonthList{
	margin: 0px;
	padding: 0px;
	margin-bottom: 25px;
}

.blogCategoryList li, .blogMonthList li{
	display: block;
	padding-left: 5px;
	padding-top: 5px;
}


/*##################*/