/* CSS Document */

body {
	margin: 0px auto;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.5em;
	color: #070707;
	background-color: #EBEBEB; }
	
h1 {
	color: #86C458;
	font-style: italic;
	font-weight: bold;
	font-size: 1.6em; }

h2 {
	color: #86C458;
	font-weight: bold;
	font-size: 1.4em; }
	
h3 {
	font-weight: normal;
	font-size: 1.5em;
	line-height: 1.4em; }
	
h4 {
	font-size: 1.3em;
	display: inline;
	color: #ED008C; }
	
h4 a { color: #ED008C; }
	
h5 {
	font-size: 1.6em;
	display: inline;
	color: #FFF; }
	
h6 {
	font-weight: normal;
	font-size: 3em;
	line-height: 1.4em; }
	
.pink { color: #ED008C; }
	
.big { font-size: 1.5em; }

.big a { color: #000; font-weight: normal; }

a {
	color: #86C458;
	text-decoration: none;
	font-weight: bold; }

a:hover { text-decoration: underline; }
	
#specialoffer a { color: #FFF; }
	
#master {
	width: 980px;
	margin: 0px auto;
	text-align: justify;
	background-color: #FFF;
	background-image: url(../images/template/footerback.gif);
	background-position: left;
	background-repeat: repeat-y; }
	
#topstrip {
	width: 980px;
	height: 100px; /*total=120px*/
	padding-top: 20px;
	background-image: url(../images/template/topstrip.gif);
	background-repeat: no-repeat;
	float: left; }

#topright {
	width: 172px;
	height: 78px;
	background-image:  url("../images/template/topright.jpg");
	float: right; }
	
#topmid {
	width: 158px;
	height: 78px;
	background-image:  url("../images/template/topmid.jpg");
	float: right;
	margin-right: 11px; }
	
#topleft {
	width: 173px;
	height: 78px;
	background-image:  url("../images/template/topleft.jpg");
	float: right; 
	margin-right: 11px; }
	
#stripe {
	height: 30px;
	width: 980px;
	float: left;
	background-image: url(../images/template/stripeback.gif);
	background-repeat: repeat-x;
	text-align: left;
	color: #FFF; }

#navigation {
	width: 192px; /*total=210px*/
	text-align: right;
	float: left;
	padding: 30px 18px 30px 0; 
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: bold;
	list-style: none;
	background-image: url(../images/template/navback.gif);
	background-repeat: no-repeat;
	background-color: #636467; }
	
.navnormal a {
	color: #FFF; }
	
.navnormal a current {
	color: #FFF; }
	
.navnormal a:hover {
	color: #86C458;
	font-style: italic;
	text-decoration: none; }	

.current {
	color: #86C458;
	font-style: italic; }
	
.subnav {
	font-size: 0.8em;
	font-style: italic;
	margin-right: 10px; }
	
.subnav a {
	color: #86C458;
	text-decoration: none; }

.subnav a:hover {
	color: #ADFE71;
	text-decoration: none; }
	
.active {
	color: #ADFE71; }
	
#page {
	width: 690px; /*total=770px*/
	padding: 30px 50px 30px 30px;
	background-color: #FFF;
	background-image: url(../images/template/shadow.gif);
	background-repeat: repeat-x;
	background-position: top;
	float: right; }
	
#footer {
	width: 950px; /*total=980px*/
	padding: 5px 30px 5px 0;
	clear: both;
	background-color: #FFF;
	background-image: url(../images/template/footerback.gif);
	background-position: left;
	background-repeat: repeat-y;
	border-top: 3px solid #636467;
	text-align: right; }
	
.full {
	width: 690px;
	margin-bottom: 5px;
	float: left; }
	
	
/* --- CONTENT PAGE STYLES --- */

#contentleft { 
	width: 310px;
	float: left; }

#contentright {
	width: 350px;
	margin-left: 30px;
	float: left; }
	
.textfield {
	border: 1px solid #7EC04D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	padding: 2px;
	margin-bottom: 2px;
	width: 200px; }
	
.textarea {
	border: 1px solid #7EC04D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	padding: 2px;
	width: 200px;
	height: 75px; }
	
.contactcell {
	padding: 4px 0; }
	
.button {
	background-color: #7EC04D;
	color: #FFF;
	font-weight: bold; }
	
	
/* --- NEW HOME PAGE LAYOUT --- */

div#homegroup {
	float: right;
	width: 252px;
	margin-left: 25px; }
	
div#intro {
	float: left;
	width: 400px;
	margin-bottom: 25px; }
	
div#baby {
	float: left;
	wifth: 170px; }
	
div#oval {
	float: left;
	width: 210px;
	text-align: center;
	margin-left: 25px;
	margin-top: 10px;
	margin-bottom: 25px; }

div#face {
	float: left;
	width: 210px;
	margin-left: 25px; }
	
	
/* --- OLD HOME PAGE LAYOUT --- */
	
#upperleft {
	width: 398px; /*total=400px*/
	height: 207px; /*total=217px*/
	border-right: 2px solid #616065;
	text-align: left;
	background-image: url(../images/pages/homebanner.jpg);
	background-position: center;
	background-repeat: no-repeat;
	padding-bottom: 10px;
	float: left; }
	
#upperright {
	width: 290px; /*total=290px*/
	text-align: center;
	float: left; }
	
#lower {
	width: 690px;
	border-top: 2px solid #616065;
	clear: left; }

#lowerleft {
	width: 398px; /*total=400px*/
	border-right: 2px solid #616065;
	float: left; }
	
#lowerright {
	width: 290px; /*total=290px*/
	text-align: center;
	padding-top: 10px;
	float: left; }
	
#dvdtransfer {
	width: 247px; /*total=290px*/
	border-bottom: 2px solid #616065;
	padding: 0 15px 10px 28px;
	background-image: url(../images/pages/dvdhome.gif);
	background-position: center;
	background-repeat: no-repeat;
	text-align: center; }
	
#additional {
	width: 265px; /*total=290px*/
	padding: 10px 10px 0 15px;
	text-align: left; }
	
#specialoffer {
	width: 178px; /*total=200px*/
	background-color: #8FD25D;
	border-left: 2px solid #616065;
	padding: 10px;
	color: #FFF;
	font-weight: bold;
	float: right;
	text-align: center; }
	
#printing {
	width: 188px; /*total=200px*/ /*2px=lowerleft border*/
	padding: 10px 10px 10px 0;
	text-align: left;
	border-bottom: 2px solid #616065; 
	float: left; }
	
#idphotos {
	width: 188px; /*total=200px*/ /*2px=lowerleft border*/
	padding: 10px 10px 0 0;
	text-align: left;
	float: left; }
	
/* ---- face page ---- */

.facetitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 4em;
	padding-top: 20px; }

div#facetext {
	width: 348px;
	float: right;
	padding-top: 20px; }
	
div#face_text {
	width: 360px;
	float: right;
	margin-top: 10px; }
	
div#facebaby {
	width: 306px;
	float: left;
	margin-top: 80px;
	margin-right: 20px;
	position: relative; }
	
/* ---- gallery ---- */

div#imageArea {
	width: 518px;
	float: left;
}
div#imageArea div#topCap {
	width: 506px;
	height: 13px;
	background: url(../images/template/gallery_image_top_wide.gif) no-repeat;
}
div#imageArea div#photo {
	background: url(../images/template/gallery_image_bg_wide.gif) repeat-y;
	padding: 8px 0 13px 17px;

}
div#imageArea div#botCap {
	width: 506px;
	height: 15px;
	background: url(../images/template/gallery_image_bot_wide.gif) no-repeat;
}

div#imageList {
	width: 172px;
	float: left;
	padding-top: 5px;
}
div#imageList img {
	float: left;
	border: 2px solid #ccc;
	margin-right: 9px;
	margin-bottom: 9px;
	width: 47px;
	height: 47px;
}


.nomarginright { margin-right: 0 !important; }


/**
 * New Styles
 */
#page {
	position: relative;
}
#canvas img, #specialOffers img, #face2009 img {
	border: 0;
}
#canvas {}
#specialOffers {
	position: absolute;
	top: 265px;
	left: 320px;
}
#face2009 {
	position: absolute;
	top: 366px; left: 264px;
}

h1.offer {
	margin: 0; padding: 0;
	font-family: Arial;
	font-size: 4.4em;
	color: red;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	line-height: normal;
	text-align: left;

	margin-top: -20px;
}
h2.offer {
	margin: 0;
	margin-top: 5px;
	font-family: Arial;
	font-size: 2.8em;
	color: red;
	font-weight: normal;
}

h1.special {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 7em;
	color: #ec008c;
	font-style: normal;
	font-weight: normal;
}
h2.special {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 2.5em;
	color: black;
	font-weight: normal;
}
h2.special em {
	font-style: normal;
	font-weight; bold;
	color: #00aaee;
	text-transform: uppercase;
}
#offerImage {
	position: relative;
	right: -25px;
	width: 716px; height: 343px;
	background: transparent url('../images/offers/sep2009.jpg') no-repeat;
}
#offerImage span { display: none;}

ul.offerList {
	float: left;
	width: 40%;
	text-align: left;
}
ul.offerList li {
	padding: 5px 0;
}

ul.offerList em {
	font-style: normal;
	font-weight: bold;
	color: #ec008c;
}

#cinefilm {
	vertical-align: top;
	padding-top: 30px;
	padding-left: 50px;
}
#slides {
	padding-left: 80px;
}
