	/* hide from ie on mac \*/
#flashcontent {
		height: 100%;
	}
	/* end hide */

html, body {
		margin: 0; padding: 0;
		overflow: hidden;
		}

	body {
		background: url('http://www.perezgraphics.com/img/background.jpg') repeat-x;
		width: 100%; max-width: 100%;
		background-color: #222222;
		font: 400 0.8em 'century gothic', 'trebuchet ms', arial, sans-serif;
		color: #ccc;	
		line-height: 1.4em;
		}

	input, textarea, select {
		margin-bottom: 5px;
		background-color: #414141;
		border: 0px solid #222222;
		font-family: 'century gothic', 'trebuchet ms', arial, sans-serif;
		color: #FFFFFF;
		} 
		
	hr {
 		border: 0;
		width: 90%;
		color: #222222;
		background-color: #555;
		height: 1px;
		}

	a {
		text-decoration: none;
		color: #999999;
		}

	a:hover {
		text-decoration: underline;
		color: #FFFFFF;
		}

	#left {
		position: absolute; top: 0; left: 0; 
		overflow: hidden; 
		height: 100%; width: 100%;
		text-align: center;
		}

	#outer {
	position: absolute;
	top: 0;
	top: 80px;
	width:100%;
	height: 80px;
	margin-top: -60px;
	left: 9px;
		}

	body > #left {
		position:fixed;
		}

	#main {
		height: 100%;
		margin: 20px 10% 20px 10%;
		padding-top: 0px;
		padding-top: 15px;
		overflow: visible;
		}

	h1 {
		display: inline;
		margin-right: 30px;
		font: 800 24px 'century gothic', 'trebuchet ms', arial, sans-serif;
		color: #fff;
		text-align: right;
		}

	span.title {
		display: block;
		margin: 0 0 5px 0;
		font: 600 1.2em 'century gothic', 'trebuchet ms', arial, sans-serif;
		color: #fff;
		}

	div.main {
		margin-left: 3em;
		margin-bottom: 5px;
		border-left: solid 0px;
			padding: 10px 10px 10px 5px;

		}

	img {
		border: solid 0px #222222;
		}

	a img:hover {
		border: solid 1px #FFFFFF;
		}

	p.comment {
		font-size: 0.9em;
		font-family: 'century gothic', 'trebuchet ms', arial, sans-serif;
		}

	span.credit {
		display: block;
		text-align: center;
		color: #555;
		margin: 15px 0 20px 0;
		font: 400 0.9em 'century gothic', 'trebuchet ms', arial, sans-serif;
		}

/* START JAVA MENU */
	
.jqueryslidemenu{
font: bold 12px 'century gothic', 'trebuchet ms', arial, sans-serif;
background: #414141;
width: 100%;
}

.jqueryslidemenu ul{
margin: inherit;
padding: 0;
list-style-type: none; 
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
    margin-left: auto;
    margin-right: auto;
background: #414141; /*background of tabs (default state)*/
color: white;
padding: 8px 10px;
border-right: 0px solid gray;
color: #2d2b2b;
text-decoration: none;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
color: white;
}

.jqueryslidemenu ul li a:hover{
background: black; /*tab link background during hover state*/
color: white;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
font: normal 12px 'century gothic', 'trebuchet ms', arial, sans-serif;
width: 100px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 0px solid gray;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background: #eff9ff;
color: black;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

