/**********************************************************
*  CSS file for www.flirtdesigns.ca               		  *
**********************************************************/
html {
	overflow: -moz-scrollbars-vertical;
}
	
#main {
	min-width: 1050px;
	max-width: 1180px;
	margin: 10px auto;
	text-align: left;
	padding: 10px;
	background: url(../images/background/default.jpg) no-repeat right 120px;
	min-height: 100%;
	}
	
#contentFrame {
	width: 475px;
	_width: 485px; /* ie6 hack */
	background: url(../images/background/line.gif) no-repeat -10px top;
	float: left;
	padding: 25px 5px;
	margin-left: 40px;
	}
	
.divisor {
	border-top: 5px double;
	margin-top: 10px;
	} 	
	
	
/**** MAIN MENU *******************************************/
#mainMenu {
	width: 160px;
	float: left;
	background: url(../images/background/line.gif) no-repeat -30px top;
	padding: 25px 5px;
	}
	
#mainMenu ul {
	list-style: none;
	line-height: 1em;
	}	
	
#mainMenu li {
	padding: 6px 0;
	}	
	
#mainMenu a {
	text-decoration: none;
	display: block;
	font-weight: bold;
	}	
	
#mainMenu a p {
	clear: both;
	padding: 0;
	margin: 0;
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size: 0.85em;
	}	
	
#mainMenu .submenu {
	list-style: square;
	list-style-position: outside;
	padding-left: 14px;
	}	
	
#mainMenu .submenu a {
	font-weight: normal;
	}	
	
	
/**** HEADER ******************************************/
#header {
	clear: both;
	}
	
#header img {
	margin-right: 40px;
	height: 74px;
	}
	
	
#header .h2 {
	background: url(../images/background/bracketL.gif) no-repeat center left;
	}	
	
#header .rightBracket {
	background: url(../images/background/bracketR.gif) no-repeat center right;
	padding: 0 15px;
	}
	
	
/**** FOOTER ******************************************/
#footer {
	display: block;
	clear: both;
	margin-top: 80px;
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size: 0.85em;
	}

/**** ALBUM *******************************************/
#album img {
	margin: 5px 6px;
	}
	
/**** MODAL *******************************************/
#modal-overlay {
	display: none;
	position: fixed;
	_position:absolute; /* hack for internet explorer 6*/
	background:#000000;
	z-index: 998;	
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
	}
	
#modal-window {
	display:none;
	top:40%;
	left:40%;
	position: fixed;
	_position: absolute; /* ie6 fixed */
	z-index:1001;
	}	
	

#modal-window img 
{
	border: 5px solid #ffffff;
}

#modal-image {
	display: block;
	}
	
#modal-load{
    position: fixed;
    height:31px;
    width:31px;
    background: url(../images/background/loadingAnimation.gif) no-repeat;
    z-index:1005;
    top: 40%;
    left: 40%;
    margin: -15px 0 0 15px;
   /* margin: -6px 0 0 -104px;*/ /* -height/2 0 0 -width/2 */
}

#modal-buttons {
	display: none;
	text-align: center;
	background-color: #ffffff;
	padding-bottom: 5px;
	}
	
#modal-buttons img {
	border: 1px solid #777777;
	}	

#modal-nextButton, #modal-prevButton {
	cursor: pointer;
	margin: 0 5px;
	padding: 3px;
	}	

	
	