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, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles!, tables still need 'cellspacing="0"' in the markup
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
 
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
} */



#container {
	padding: 13% 0 0 8%;
	color: #ffa800;
}


a {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-shadow: 0px -1px 1px rgba(0, 0, 0, .5);
}

a:hover {
	color: #555;
	text-decoration: none;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .5);
}


h1 {
	text-transform:uppercase;
	color: #333;
	font-size: 60px;
	font-weight: bold;
	text-shadow: 0px -1px 1px rgba(0, 0, 0, 1.0);
}

h2 {
	color: #000;
	letter-spacing:6px;
	font-size: 11px;
	text-transform:uppercase;
	font-weight: normal;
	text-shadow: 0px -1px 1px rgba(0, 0, 0, .4);
}

h3 {
	color: #333;
	font-size: 60px;
	font-weight: bold;
	text-shadow: 0px -1px 1px rgba(0, 0, 0, 1.0);
}

p {
font-size:12px;
padding:40px 0;
text-shadow: 0px -1px 1px rgba(0, 0, 0, .4);
}

.gray999 {
	padding-left: 7px;
	color: #999;
}

.gray333 {
	color: #333;
}

#logo {
	padding-top:200px;
	width: 200px;
	margin:auto;
}


ul.hover_block li{
			list-style:none;
			float:left;
			background: #fff;
			padding-top:10px;
			background-image: url(../images/bubble.png);	
			width:200px; 
			overflow:hidden;
			position: relative;
			}

		ul.hover_block li a {
			text-align:center;
			display: block;
			position: relative;
			overflow: hidden;
			height: 110px;
			width: 200px;
			padding-top: 90px;
			color: #000;
			font: 1.6em/1.3 Helvetica, Arial, sans-serif;
		}

		ul.hover_block li a { text-decoration: none; }

		ul.hover_block li img {
			position: absolute;
			top: 0;
			left: 0;
			border: 0;
		}

.footer {
	color:#CCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	text-align:center;
	height: 20px;	
}




.popup {
    margin: 10px auto;
    padding: 0;
    width: 120px;
    position: relative;
}
 
div.popup em {
	color: #999;
	letter-spacing:0px;
	font-size: 10px;
	text-transform:uppercase;
	font-weight: normal;
	text-shadow: 0px -1px 1px rgba(0, 0, 0, .4);
	line-height: 48px;
    background: url(../images/smallbubble.png) no-repeat;
    width: 120px;
    height: 49px;
    position: absolute;
    top: -70px;
    left: -0px;
    text-align: center;
     z-index: 2;
    display: none;
}
 
