/* --- Convict Hill Floorcovering --- */

body {
	margin: 5px;
	font-family: "MS Sans Serif", Geneva, sans-serif;
}

#container {
	position: absolute;
	left: 5px;
	top: 5px;
	width: 750px;
	background-color: white;
	z-index: 1;
}

#header {
	position:absolute; 
	left:5px; 
	top:5px; 
	width:750px; 
	height:100px; 
	z-index: 2;
}

#content {
	position:absolute; 
	width: 750px;
	left:5px; 
	top:108px; 
	height:380px; 
	padding: 5px;
	z-index: 2;
	background-color: #FFEFCF;
}

table.contentStuff {
	position:absolute; 
	width: 750px;
	left:5px; 
	top:108px; 
	height:380px; 
	z-index: 2;
}

 td.contentStuff {
	background-color: #FFEFCF;
}

td.thumb {
	padding: 10px 5px 10px 5px;
	text-align: center;
}

#dynloadarea {
	position:absolute; 
	left:5px; 
	top:108px; 
	width:550px; 
	height:380px; 
	padding: 5px;
	z-index: 2;
	background-color: #FFEFCF;
}

#smallPhoto1{
	position:absolute; 
	left:560px; 
	top:108px; 
	width:180px; 
	height:180px; 
	padding: 5px;
	z-index: 2;
	background-color: #FFEFCF;
}

#smallPhoto2{
	 position:absolute; 
	 left:560px; 
	 top:291px; 
	 width:180px; 
	 height:180px; 
	 padding: 5px;
	 z-index: 2;
	 background-color: #FFEFCF;
	 margin-top: 5px;
}

#smallPhoto3{
	 position:absolute; 
	 left:560px; 
	 top:486px; 
	 width:180px; 
	 height:180px; 
	 padding: 5px;
	 z-index: 2;
	 background-color: #FFEFCF;
}

#smallPhoto4{
	 position:absolute; 
	 left:374px; 
	 top:486px; 
	 width:180px; 
	 height:180px; 
	 padding: 5px;
	 z-index: 2;
	 background-color: #FFEFCF;
}

#smallPhoto5{
	 position:absolute; 
	 left:191px; 
	 top:486px; 
	 width:180px; 
	 height:180px; 
	 padding: 5px;
	 z-index: 2;
	 background-color: #FFEFCF;
}

#smallPhoto6{
	 position:absolute; 
	 left:5px; 
	 top:486px; 
	 width:180px; 
	 height:180px; 
	 padding: 5px;
	 z-index: 2;
	 background-color: #FFEFCF;
}

#footer {
	position: absolute; 
	left: 5px; 
	top: 685px; 
	width: 750px; 
	z-index: 9;
	letter-spacing: 2px;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 9px;
	text-align: center;
}

#footer a {
	text-transform: uppercase;
	color: #000033;
}

.footer a {
	text-transform: uppercase;
	color: #000033;
}

.footer {
	letter-spacing: 2px;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 9px;
	text-align: center;
	background-color: white;
}

table.header {
	width: 100%;
}

table.content {
	width: 750px;
	background-color: #FFEFCF;
}

table.brandTypes {
	width: 97%;
	border: 0;
}

td.brandTypes {
	width: 50%;
	vertical-align: top;
}

A {
	color: #000033;
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

A.noscript {
	color: #000033;
	text-decoration: none;
	font-weight: bold;
}

a span {
	border-bottom: 1px #000033 none;
}

INPUT.button {
	color: white;
	background-color: #000033;
	text-align: center;
	font-family : "MS Serif", "New York", serif;
	font-weight: bold;
	padding: 2px;
	border: 1px #000033 solid;
}

H3.contentTitle {
	font-family : "MS Serif", "New York", serif;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

p.content {
	font-family : "MS Serif", "New York", serif;
	font-size : 14px;
	text-align : left;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

p.contentBold {
	font-family : "MS Serif", "New York", serif;
	font-size : 14px;
	text-align : left;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

p.contentSubText {
	font-family: "MS Serif", "New York", serif;
	font-size: 9px;
	border-bottom: 1px black dotted;
	color: black;
}

p.center {
	text-align: center;
}

hr {
	width: 100%;
	height: 1px;
	color: #000033;
}

.image {
	border-top: 1px black solid;
	border-left: 1px black solid;
	border-bottom: 1px black solid;
	padding: 0px;
	margin-top: 10px;
}

.image2 {
	border: 1px #000033 solid;
}

input.textArea {
	color: black;
	background-color: white;
	text-align: left;
	font-family : "MS Serif", "New York", serif;
	padding: 2px;
	border: 1px #000033 solid;
}

textarea.textArea {
	color: black;
	background-color: white;
	text-align: left;
	font-family : "MS Serif", "New York", serif;
	padding: 2px;
	border: 1px #000033 solid;
}

select.textArea {
	color: black;
	background-color: white;
	text-align: left;
	font-family : "MS Serif", "New York", serif;
	padding: 2px;
	border: 1px #000033 solid;
}

a img {
   border: none;

} 