@charset "UTF-8";
/* CSS 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,
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! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #FFFFFF;
	background: #000000;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
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: "" "";
}


/* CSS */
body {
	background:#000000 url("images/bg.jpg") repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#wrap {
	background:#000000 url("images/page.jpg") no-repeat;
	width:1052px;
	height:725px;
	position:absolute;
	left:10px;
}
#sections {
	width:976px;
}
#sections li {
	background: url("images/window.jpg") no-repeat;
	width:240px;
	height:335px;
	position:absolute;
}
#graphic {
	top:160px;
	left:38px;
}
#web {
	top:160px;
	left:283px;
}
#photo {
	top:160px;
	left:528px;
}
#video {
	top:160px;
	left:773px;
}
#info {
	background: url("images/botBg.jpg") no-repeat top center;
	min-height:169px;
	width:976px;
	top:510px;
	left:38px;
	position:absolute;
}
.headerClass {
	position:absolute;
	top:8px;
	left:6px;
}
.cover {
	position:absolute;
	top:48px;
	left:9px;
}
#sections p {
	position:absolute;
	top:200px;
	left:9px;
	width:221px;
}
#sections a:link, #sections a:visited {
	background: url("images/btnSamples.jpg") no-repeat;
	width:125px;
	height:35px;
	position:absolute;
	top:290px;
	left:105px;
}
#sections a:hover, #sections a:active {
	background: url("images/btnSamplesRoll.jpg") no-repeat;
	width:125px;
	height:35px;
	position:absolute;
	top:290px;
	left:105px;
}
#quoteform {
	position:absolute;
	top:8px;
	left:8px;
}
#quoteform input {
	padding:0 0 0 1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#quoteform textarea {
	margin:4px 0 0 0;
	padding:2px 0;
	width:295px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#about {
	position:absolute;
	top:8px;
	left:323px;
}
#about img {
	float:left;
	padding:0 5px 0 0;
}
#about p {
	width:415px;
}
#legal {
	position:absolute;
	top:22px;
	left:755px;
}
#legal img {
	position:absolute;
	top:70px;
	left:10px;
}
h1 {
	font-weight:bold;
	font-size:14px;
}
a:link, a:visited {
	color:#FFFFFF;
}
a:hover, a:active {
	color:#2eb6e3;
}
