/* http://www.makeupbyjuliecooper.co.uk/makeup-artist.css */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #000000;
	margin-top: 30px;
}

a {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}


h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;padding: 0;
	margin: 0px;
}
h1 {
	font-size: 12px;font-weight: normal;
	color: #000000;
}

.menu-bg-top {
	background-image: url(graphics/menu-bg-top.gif);
	background-repeat: repeat-x;
}
.page-bg {
	background-image: url(graphics/page-bg.gif);
	background-repeat: repeat;
}
.menu-bg-bottom {
	background-image: url(graphics/menu-bg-bottom.gif);
	background-repeat: repeat-x;
}
.bride {
	background-image: url(graphics/bride.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.flower {
	background-image:  url(graphics/makeup.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}


.link:link{
	font-size: 11px;color:#f0f0f0;text-decoration: none;font-family: Arial;font-weight: bold;
}
.link:visited {
	font-size: 11px;color: #f0f0f0;text-decoration: none;font-family: Arial;font-weight: bold;
}
.link:hover {
	font-size: 11px;color: #f0f0f0;text-decoration: underline;font-family: Arial;font-weight: bold;
}
.link:active {
	font-size: 11px;color: #f0f0f0;text-decoration: none;font-family: Arial;font-weight:bold;
}

.style1 {color: #F0f0f0;font-weight:bold;}

.style2 {
	color: #666666;
	font-size: 10px;
}
.style3 {font-size: 10px}

.page:link{
	font-size: 12px;color:#000000;text-decoration: underline;font-family: Verdana;font-weight: normal;
}
.page:visited {
	font-size: 12px;color: #000000;text-decoration: underline;font-family: Verdana;font-weight: normal;
}
.page:hover {
	font-size: 12px;color: #000000;text-decoration: none;font-family: Verdana;font-weight: normal;
}
.page:active {
	font-size: 12px;color: #000000;text-decoration: underline;font-family: Verdana;font-weight:normal;
}


.links:link{
	font-size: 10px;color:#000000;text-decoration: underline;font-family: Verdana;font-weight: bold;
}
.links:visited {
	font-size: 10px;color: #000000;text-decoration: underline;font-family: Verdana;font-weight: bold;
}
.links:hover {
	font-size: 10px;color: #000000;text-decoration: none;font-family: Verdana;font-weight: bold;
}
.links:active {
	font-size: 10px;color: #000000;text-decoration: underline;font-family: Verdana;font-weight:bold;
}





.phpForms_btn
{
    border-top-width    : 1px;
    border-left-width   : 1px;
    border-bottom-width : 1px;
    border-right-width  : 1px;
    border-top-color    : #e4e4e4;
    border-left-color   : #e4e4e4;
    border-right-color  : #c1c1c1;
    border-bottom-color : #c1c1c1;
    font                : Verdana, Arial, Helvetica, sans-serif;
    color               : #f0f0f0;
	font-weight: bold;
}






#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #f0f0f0;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 30px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}

#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
width: 49%;
height: 100%;
background: transparent url(graphics/blank.gif) no-repeat; /* Trick IE into showing hover */
display: block;
}
#prevLink { left: 0; float: left; background: url(graphics/prev.gif) left 0 no-repeat; }
#nextLink { right: 0; float: right; background: url(graphics/next.gif) right 0 no-repeat; }
/*
#prevLink:hover, #prevLink:visited:hover { background: url() left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url() right 15% no-repeat; }
*/ 


#imageDataContainer{
	font: 12px arial; color: #f0f0f0;
	background-color: #f0f0f0;
	margin: 0 auto;
	line-height: 1em;
	}

#imageData{
	padding:5px;padding-bottom: 5px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: center;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 100%;
	background-color: #000000;
	filter:alpha(opacity=40);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	


.page2:link{
	font-size: 12px;color:#000000;text-decoration: none;font-family: Verdana;font-weight: normal;
}
.page2:visited {
	font-size: 12px;color: #000000;text-decoration: none;font-family: Verdana;font-weight: normal;
}
.page2:hover {
	font-size: 12px;color: #000000;text-decoration: none;font-family: Verdana;font-weight: normal;
}
.page2:active {
	font-size: 12px;color: #000000;text-decoration: none;font-family: Verdana;font-weight:normal;
}
