@charset "utf-8";
/* CSS Document */

/* RESET */
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;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* END RESET */




body {
	font:15px/20px Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	height:1200px;
	background:url('/images/bgSlice.jpg') repeat-x 0 0; 
	text-align:center; 
	color:#29334c;
}

h2{
	font:22px/30px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#335668;
	margin:0 0 16px 0;
}
h4{
	margin:0 0 16px 0;
}
p{
	padding:0px;
	margin:0 0 16px 0;
}

img, 
img a, 
img a:hover {
	border:0;
}

div#allWrap {
	width:1285px;
	margin:0 auto;
}

/* NAV STYLES */
ul#nav{
	display:block;
	width:228px;
	float:left;
	margin:90px 0 0 0;
}
ul#nav li{
	display:block;
	width:228px;
	height:85px;
	float:left;
}
ul#nav li.aps{
	height:102px;
}
ul#nav li a{
	display:block;
	width:228px;
	height:85px;
	text-indent:-9999px;
}

ul#nav li a.aps{
	height:102px;
	background:url('/images/btn-logo.png') no-repeat 0 0;
}
ul#nav li a.about{
	background:url('/images/btn-about.png') no-repeat 0 0;
}
ul#nav li a.feedback{
	background:url('/images/btn-feedback.png') no-repeat 0 0;
}
ul#nav li a.home{
	background:url('/images/btn-home.png') no-repeat 0 0;
}


/* MAIN CONTENT */
div#picFrame {
	display:block;
	float:left;
	width:1053px;
	height:906px;
	text-align:left;
	background:url('/images/frame.png') no-repeat 0 0;
}

#flashcontent {
	width:800px;
	position:relative;
	top:167px;
	left:111px; 
}

div#textcontent{
	display:block;
	float:left;
	width:728px;
	height:546px;
	padding:200px 180px 160px 145px;
	text-align:left;
}

/********* CONTACT FORM ********************/

input.contact, textarea.contact{
	font:12px/18px Arial, Helvetica, sans-serif;
	border:1px solid #59b;
	width:340px;
}
textarea.contact{
	font:12px/18px Arial, Helvetica, sans-serif;
	height:160px;
	overflow-x:hidden;
	overflow-y:auto;
}
div.w-340{
	width:340px;
}
div.f-left{
	float:left;
}
div.f-right{
	float:right;
}
div.response{
	font:12px/18px Arial, Helvetica, sans-serif;
	border:1px solid #59b;
	background:#e7e7e7;
	padding:5px 10px;
	margin:0 0 20px 0;
}
div.error{
	border:1px solid #c00;
	background:#fffafa;
	color:#c00;
}
div.ok{
	border:1px solid #2a2;
	background:#f5fff5;
	color:#2a2;
}

/* ABOUT */
div#about p{
	margin:20px 0;
}