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

.h1 {
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
}

.h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #CC0000;
}

h3 {
	font-size: 1.4em;
	font-weight: bold;
}

h2 {
	font-size: 1.1em;
	font-weight: normal;
}
.footer {
	font-size:0.8em;
	text-decoration: none;
	font-style: normal;
}

/* selectors */
blockquote {
	text-align: left;
}

html, body, #wrapper {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	
	font-size: 1.0em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
}

#wrapper {
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
	/*width: 400px;*/
}

#pr-canvas {
	width: 800px;
	margin: 50px auto;
	text-align: left;
	color: #000;
	background: #e4e3de;
	padding: 10px;
}

a {
	text-decoration: none;
	color: #666666;
	font-size: inherit;
	font-weight: bold;
}

a:hover {
	color: #000000;
}

/* divs */
#home {
	display: block;
	height: 440px;
}

#portfolio {
	display: none;
	height: 440px;
}

#contact {
	display: none;
	height: 440px;
}

#press {
	display: none;
	height: 440px;
}

#ss {
	display: block;
	height: 420px;
}

#pmpdf {
	display: none;
	height: 420px;
}

#table800 {
background-image:url(images/bg.jpg);
height: 500px;
}

/*form*/
#formtext {
	color: #333333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.0em;
	text-transform: uppercase;
}

#sform form {
	text-align: left;
	padding: 0px;
	margin: 0px;
	/*line-height:.7em; Crucial!*/
}

input, textarea {
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #333333;
	/*font-weight: bold;*/
}

/* slideshow */
#slide1 {
	display: none;
	width: 400px;
	height: 380px;
}

#slide2 {
	display: none;
		width: 400px;
	height: 380px;
}

#slide3 {
	display: none;
		width: 400px;
	height: 380px;
}

