body {
	margin: 0px;
	background-image: url(../images_site/bgbody.jpg);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
}

* {margin:0px; padding:0px;}

div#toparea {
	width: 100%;
	background-image: url(../images_site/bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	display: table;
}

div#mainwrap {
	width: 930px;
	padding-top: 105px;
	margin-left: auto;
	margin-right: auto;
}

/*Begin home page layout*/

div#leftcolumn {
	width: 930px;
	height: 390px;
	float: left;
	background-image: url(../images_site/homeimage.jpg);
}

div#homemessage {
	width: 300px;
	margin-top: 25px;
	margin-left: 25px;
}

div#imageholder {
}

div#homemessage p {
	font-size: .9em;
	line-height: 1.6em;
	text-align: center;
	margin-top: 10px;
	color: #666;
}

div#homemessage img {
	margin-left: 100px;
}

/*End home page layout*/

/*Begin subpage layout*/

div#contentarea {
	width: 100%;
	padding-bottom: 10px;
	background-image: url(../images_site/contentbg.jpg);
	background-repeat: repeat;
}

div#leftcolumnsub {
	width: 215px;
	float: left;
}

div#brochureholder {
	margin-top: 15px;
	margin-left: 10px;
}

div#brochureholder img {
	border: none;
}

div#brochuretag {
	font-size: .8em;
	text-align: center;
	color: #333;
	margin-top: 5px;
}

div#rightcolumnsub {
	width: 705px;
	border-left: 1px solid #999;
	float: left;
	margin-top: 10px;
	margin-left: 0px;
}

div#pageheader {
	width: 695px;
	margin-left: 10px;
	margin-bottom: 7px;
	border-bottom: 1px solid #999;
}

div#content {
	width: 100%;
}

.productbox {
	float: left;
	height: 365px;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #000;
	background-image: url(../images_site/productsbg.jpg);
}

.productbox img {
	border: none;
}

div#linkbox {
	margin-left: 10px;
	background-color: #CCC;
}

.colorsholder {
	width: 337px;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	border: 1px solid #000;
	background-image: url(../images_site/productsbg.jpg);
}

.holderinfo {
	margin: 10px;
}

.holderinfo p {
	color: #FFFFFF;
}

.glazesholder {
	width: 695px;
	float: left;
	margin-left: 10px;
	border: 1px solid #000;
	background-image: url(../images_site/productsbg.jpg);
}

.glazesholder img {
	float: left;
}

.glazesinfo {
	margin-top: 150px;
	margin-left: 10px;
	float: left;
}

.glazesinfo p {
	color: #FFFFFF;
}

.portbox {
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #000;
}

.portbox img {
	border: none;
}

div#disclaimer {
	margin: 10px;
	padding: 5px;
	float: left;
}

div#disclaimer p {
	font-size: .8em;
}

/*End subpage layout*/

div#bottomarea {
	width: 100%;
	float: left;
	border-top: 1px solid #000;
}

div#footer {
	width: 930px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images_site/logofooter.png);
	background-position: center;
	background-repeat: no-repeat;
}

div#info {
	font-size: .8em;
	line-height: 1.4em;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #333;
	text-align: center;
}

div#footer a {
	color: #333;
}

div#footer a:hover {
	color: #003399;
}

div.clearfloats {clear:both;}

/* Text stylings */

h1 {
	font-size: 1.0em;
	color: #666666;
	margin-bottom: 3px;
}

h2 {
	margin-left: 10px;
	padding: 0px;
	font-size: 1em;
	color: #000;
}

h3 {
	font-size: 1.3em;
	color: #FFF;
	padding: 5px 5px 5px 10px;
	background-image: url(../images_site/bgbody.jpg);
	background-repeat: repeat;
}

div#content p {
	font-size: .9em;
	text-align: left;
	line-height: 1.5em;
	margin-left: 10px;
	margin-top: 10px;
}

div#content p img {
	margin-bottom: 10px;
}

div#contact p{
	font-size: .9em;
	line-height: 1.5em;
	margin-left: 10px;
	margin-bottom: 10px;
}

.salesrep {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #333;
}

.salesrep a {
	text-decoration: none;
	color: #333;
}

.salesrep a:hover {
	text-decoration: none;
	color: #999;
}
