/* @group Static */

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */

/* @group Links */

a {
	color: #f6921e;
	text-decoration: underline;
	padding: 1px 2px;
}
a:hover {
	color: #FFF;
	background: #555;
}

a.email {
	text-indent: -10000em;
	width: 320px; height: 85px;
	background: none;
	display: block;
}

/* @end */

/* @group Primary */

body {
	color: #234B46;
	background: #333333 url(../img/scenic_bg.jpg) no-repeat fixed 50% 50%;
	text-align: left;
	font: 62.5%/1.2em Georgia, "Times New Roman", Times, serif;
}
#wrap {
	background-color: transparent;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -75px;
	text-align: center;
	min-width: 425px; 
}
#content {
	margin: 0px auto;	
	position: relative;
	text-align: left;
	width: 320px;
	height: 85px;
	background: transparent
}

/* @end */

/* @group Content */

#company {
	position: absolute;
	top: 130px;
	left: 170px;
	width: 365px;
	background: #333333;
}

#company p {
	color: #ffdab4;
	font-size: 1.35em;
	letter-spacing: -0.02em;
	line-height: 1.5em;
	font-style: italic;
	margin: -15px 0 0 0;
	padding: 34px 20px 20px 25px;
	background: url(../img/corner.png) no-repeat 0 0;
}

/* @group Popup */

        .bubbleInfo {

        }
        .trigger {
            position: absolute;
        }

        .popup {
        	position: absolute;
        	display: none;
        	z-index: 50;
        	border-collapse: collapse;
        }

        .popup td.corner {
        	height: 15px;
        	width: 19px;
        }

        .popup td#topleft { background-image: url(../img/bubble-1.png); }
        .popup td.top { background-image: url(../img/bubble-2.png); }
        .popup td#topright { background-image: url(../img/bubble-3.png); }
        .popup td.left { background-image: url(../img/bubble-4.png); }
        .popup td.right { background-image: url(../img/bubble-5.png); }
        .popup td#bottomleft { background-image: url(../img/bubble-6.png); }
        .popup td.bottom { background-image: url(../img/bubble-7.png); text-align: center;}
        .popup td.bottom img { display: block; margin: 0 auto; }
        .popup td#bottomright { background-image: url(../img/bubble-8.png); }

        .popup table.popup-contents {
        	background-color: #fff;
        	color: #333333;
			letter-spacing: -0.02em;
			font-style: italic;
	font-size: 1.2em;
	line-height: 1.3em;
}

        table.popup-contents th {
        	text-align: right;
        	text-transform: lowercase;
        	}

        table.popup-contents td {
        	text-align: left;
        	}


/* @end */

/* @end */