/* iMax Web Solutions CSS */
/* Styled by Marcus Bruzzese */
/* Gwen Lawson */



body {
	margin: 0 auto;	
}



#fadeshow1 { 
    z-index: 1;
}



/* GENERIC CLASSES */

.imax-sitepage-container p, h1, h2, h3, h4, h5, h6 {
	text-align: left;
}

.imax-sitepage-container p, h1, h2, h4, h5, ul, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.imax-sitepage-container h3, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

.imax-sitepage-container h1 {
	color: #111111;
	font-size: 1.5em;
	font-weight: 100;
	margin: 10px;
	text-shadow: 2px 2px 3px #CCC;
	-moz-text-shadow: 2px 2px 3px #CCC;
	-webkit-text-shadow: 2px 2px 3px #CCC;
}

.imax-sitepage-container h2 {
	color: #333;
	font-size: 1.5em;
	margin: 10px 0 10px 10px;
	text-shadow: 2px 2px 3px #CCC;
	-moz-text-shadow: 2px 2px 3px #CCC;
	-webkit-text-shadow: 2px 2px 3px #CCC;
}

.imax-sitepage-container h3 {
	background-color: #212f45;
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 5px;
	padding: 5px;
	text-align: center;
	width: 410px;
}

.imax-sitepage-container h4 {
	color: #111;
	font-size: 1em;
	font-weight: 300;
	margin: 10px;
	text-shadow: 2px 2px 3px #CCC;
	-moz-text-shadow: 2px 2px 3px #CCC;
	-webkit-text-shadow: 2px 2px 3px #CCC;
}

.imax-sitepage-container h5 {
	color: #656565;
	font-size: 1.15em;
	margin: 5px 0 0 10px;
	text-shadow: 2px 2px 3px #CCC;
	-moz-text-shadow: 2px 2px 3px #CCC;
	-webkit-text-shadow: 2px 2px 3px #CCC;
}

.imax-sitepage-container h6 {
	color: #656565;
	font-size: 1.15em;
	margin: 2px 0 2px 10px;
}

.imax-sitepage-container p {
	color: #676767;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	margin: 5px 10px;
}

.imax-sitepage-container a {
	color: #eb2525;
}


.imax-sitepage-container a:link {
	text-decoration: none;
}

.imax-sitepage-container a:visited {
	color: #eb2525;
	text-decoration: none;
}

.imax-sitepage-container a:hover {
	color: #121212;
	text-decoration: none;
}

.imax-sitepage-container a:active {
	color: #eb2525;
	text-decoration: none;
}

.imax-sitepage-container ul {
	color: #444444;
	list-style-type: square;
	margin: 5px 10px 5px 30px;
	text-align: left;
}

.imax-sitepage-container li {
	text-align: left;
}






/* HEADER */

#imax-site-header
{ 
	clear: both;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 980px;
}


#imax-sys-header
{
	background-color: #ffffff;
	clear: both;
	margin: 0 auto; 
	padding: 0;
	text-align: center;
	width: 980px;
}

/* END HEADER */



/* MAIN CONTENT */

#imax-main-content { 
	background-color: #FFF; 
	margin: 0 auto;
	padding: 0;
	width: 980px;
}


/* END MAIN CONTENT  */




/* FOOTER */

#imax-sys-footer {
	clear: both;
	margin: 0 auto;
	padding: 10px 0px 10px 0px;
	text-align: center;
	width: 980px; 
	position: relative;
	bottom: 75px;
	color: #000000;
	background-color: #faf7f2;
}

#imax-sys-footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
}

#imax-sys-footer a:link {
	text-decoration: underline;
	color: #000000;
}
#imax-sys-footer a:visited {
	text-decoration: underline;
	color: #000000;
}
#imax-sys-footer a:hover {
	text-decoration: none;
	color: #000000;
}
#imax-sys-footer a:active {
	text-decoration: underline;
	color: #000000;
}




#imax-site-footer {
	clear: both;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 980px;
	position: relative;
}

#imax-site-footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
}


#imax-site-footer a {
	color: #0000FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.25em;
}


#imax-site-footer a:link {
	text-decoration: underline;
}


#imax-site-footer a:visited {
	color: 0000FF;
	text-decoration: underline;
}


#imax-site-footer a:hover {
	color: #0000FF;
	text-decoration: none;
}


#imax-site-footer a:active {
	color: #0000FF;
	text-decoration: underline;
}

/* END FOOTER */



