/* CSS Document */

html, body {
	height:				100%;	
	min-height:			100%;
}

body { 
	background: url(../images/bk.png);
	margin:				0; 
	padding:			0; 
	font-family: 		Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: 		center;
	color:				#727779;
	font-size:			8pt;
	font-size-adjust:	none;
	font-stretch:		normal;
	font-variant:		normal;
	font-weight:		normal;
	line-height:		12pt;
	background-color:	#FFF;
} 


a {text-decoration:none; color:#686d6f;}
a:hover { text-decoration:none; color:#40474b;}

html>body #wrap{
	height:				100%;	
} 

div.clearBoth{
	clear:				both;
	font-size:			1px;
}

div#center-frame{
	width: 925px;
	margin: 0 auto;
}
div#top-bar{
	margin: 10px 0 0 0; 
	clear:both;
	float:left;
	height:70px;	
	width:856px;
}
#text-frame, #photo-frame, #payment-page-frame {
	background: url(../images/frame.png);
	margin: 0 0 0 15px;
	width:856px;
	height:510px;	
	float:left;
	clear:both;
	padding:0;
}
#photo-frame {
	background: none;
}

#payment-page-frame {
	background: none;
	height: 690px;
}

#photo-frame-inner{
	margin: 40px 0 0 20px;
	width:870px;
	height:490px;	
	float:left;
	clear:both;
}
div#bottom-footer{
	margin: 0;
	float:left;
	width:856px;
	height:45px;	
}

div#top-logo{
	float:left;
	margin: 15px 0 15px 0;
	width: 168px;
	height: 50px;
	background: url(../images/logo.png) no-repeat;
}

div#top-nav{
	float:right;
	margin-top:40px;
	width:365px;
}

div#bottom-nav{
	margin: 0 100px 0 0;
	width: 500px;
}
div#bottom-copyright{
	margin: 0 20px 0 0;
	float:right;
	font-family: 	Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	text-align: right;
}
#img-frame{
	background: url(../images/splash.png) no-repeat;
	margin: 0 0 0 15px;
	width:856px;
	height:510px;	
	float:left;
	clear:both;
	padding:0;
}

/* START ------- Menu Styles ------ */

#nav_base {
 width: 365px;
 height: 17px;
 background: url(../images/nav.png);
 margin: 0; 
 padding: 0;
 position: relative;
}

#bottom_nav_base {
 margin:0;
 height: 15px;
 background: url(../images/nav.png) -266px 0px no-repeat;;
 padding: 0;
 position: relative;
}

#nav_base li {margin: 0; padding: 0; list-style: none; position: absolute; top: 0;}
#bottom_nav_base li {margin: 0; padding: 0; list-style: none; position: absolute; top: 0;}
#nav_base li, #nav_base a, #bottom_nav_base li, #bottom_nav_base a {height: 17px; display: block;}

#nav_about {left: 0px; width: 55px;}
#nav_makeup {left: 55px; width: 83px;}
#nav_photography {left: 137px; width: 114px;}
#nav_hair {left: 250px; width: 54px;}
#nav_events {left: 303px; width: 62px;}
 
#nav_about a:hover {background: transparent url(../images/nav.png) -0px -17px no-repeat;}
#nav_makeup a:hover {background: transparent url(../images/nav.png) -55px -17px no-repeat;}
#nav_photography a:hover {background: transparent url(../images/nav.png) -137px -17px no-repeat;}
#nav_hair a:hover {background: transparent url(../images/nav.png) -250px -17px no-repeat;} 
#nav_events a:hover {background: transparent url(../images/nav.png) -303px -17px no-repeat;}

#nav_about_selected {left: 0px; width: 55px;}
#nav_makeup_selected {left: 55px; width: 83px;}
#nav_photography_selected {left: 137px; width: 114px;}
#nav_hair_selected {left: 250px; width: 54px;}
#nav_events_selected {left: 303px; width: 62px;}

#nav_about_selected a {background: transparent url(../images/nav.png) -0px -34px no-repeat;}
#nav_makeup_selected a {background: transparent url(../images/nav.png) -55px -34px no-repeat;}
#nav_photography_selected a {background: transparent url(../images/nav.png) -137px -34px no-repeat;}
#nav_hair_selected a {background: transparent url(../images/nav.png) -250px -34px no-repeat;} 
#nav_events_selected a {background: transparent url(../images/nav.png) -303px -34px no-repeat;}

#nav_about_selected a:hover {background: transparent url(../images/nav.png) -0px -17px no-repeat;}
#nav_makeup_selected a:hover {background: transparent url(../images/nav.png) -55px -17px no-repeat;}
#nav_photography_selected a:hover {background: transparent url(../images/nav.png) -137px -17px no-repeat;}
#nav_hair_selected a:hover {background: transparent url(../images/nav.png) -250px -17px no-repeat;} 
#nav_events_selected a:hover {background: transparent url(../images/nav.png) -303px -17px no-repeat;}

/* ------- Menu Styles ------ END */

/* START ------- About Styles ------ */

#about-img {
	float: left;
	margin: 40px 0px 20px 30px;
	background: url(../images/pic02.jpg) no-repeat;
	width: 266px;
	height: 400px;
}

#about-text, #contact-text, #mini-contact-text  {
	text-align: left;
	float: left;
	margin: 0;
	padding: 30px;
	width: 450px;
	color: #343434;
}
#contact-text p, #mini-contact-text p{
	padding: 3px 0 0 0;	
}
#mini-contact-text {
	padding: 3px 0 0 0;	
}
#mini-contact-text .indent {
	padding-left: 30px;	
}
.partners {	
	text-align:center;
}
.partners a {
	color: #666;
	font-weight: bold;
	text-decoration:none;
}
.partners a:hover {
	color: #343434;
	font-weight: bold;
	text-decoration:none;
}
/* ------- About Styles ------ END */

/* START ------- Photography Styles ------ */

#album_nav_base li {margin: 0; padding: 5px 0; list-style: none; }
#album_nav_base li, #album_nav_base a {height: 17px; display: block; text-decoration:none; color:#686d6f;}
#album_nav_base a:hover { text-decoration:none; color:#40474b;}

#album-nav{
	position: absolute;
	top: 95px;
	right: 70px;
	width: 150px;
	height: 100px;
	text-align:left;
}
/* ------- Photography Styles ------ END */

/* START ------- Clients Styles ------ */
#payment-img {
	float: left;
	margin: 40px 0px 20px 30px;
	background: url(../images/JCportfolio.jpg) no-repeat;
	width: 266px;
	height: 400px;
}

#payment-text {
	text-align: left;
	float: left;
	margin: 0;
	height: 380px;
	padding: 30px;
	width: 450px;
	color: #343434;
}

#payment-frame {
	text-align: right;
	float: left;
	margin: 0;
	height: 32px;
	padding: 0px;
	width: 450px;
	color: #343434;		
}

/* ------- Clients Styles ------ END */


