/*
This file is for anything that you could/would use in an iframe or a popup
*/

/* HTML Tags */
/* Do NOT replace this with the star(*) selector as it 
 * will break elements like the <select> tag  */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0 auto;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	color: #fff;
	font-family: inherit;
	vertical-align: baseline;
}

body { font-family: Arial, Helvetica; font-size: small; padding: 0px 0px 0px 0px; margin: 0px auto 0px auto;}
* html body { font-size: x-small; f\ont-size: small; }
table { border-collapse: collapse; }
th { text-align: left; font-weight: normal; }
html {background: #000; }
a { color: #fff; text-decoration: none; cursor: pointer; }
a:hover { text-decoration: underline; color: #fdf14b; } 
a:focus { outline-style: none; }
a:active { outline: none; }
:-moz-any-link:focus { outline: none; }
ul { list-style-type: none; }
a img { border: none; }
p { margin: 0px; padding: 0px; }
h1, h2, h3, h4, h5 { margin: 0px; padding: 0px; }

/* Float Container */
.flc { clear:both; }
.flc:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
/* IE6 work-around \*/
* html .flc { height: 1%; }
/* IE7 work-around */
html > body .flc { height: auto; max-height: 120000px; }

.frame { width: 1024px;}
#header { }
#header .frame {  }
#logo {margin: 0px 0px 0px 85px; }

#nav { float: left; width: 1024px; height: 41px; background-image: url("images/bars.png"); margin: 50px; } 
.nav_home { background-position:  0px -130px } 
.nav_gallery { background-position:  0px -89px } 
.nav_about { background-position:  0px -48px } 
.nav_contact { background-position:  0px 0px }

#nav li { float: left; padding: 40px 0px 0px 95px; font-size: 16px; }
#nav li a { float: left;  text-align: center; }
#nav li a:hover { font-weight: bold; text-decoration: none; }

/* 0, 48, 89, 130 */

#nav #nav_home a { width: 157px; }
#nav #nav_gallery a { width: 75px; }
#nav #nav_about a { width: 220px; 
#nav #nav_contact a { width: 115px; }

