@charset "utf-8";
/* CSS Document */

/*
Orange: #F37736
Grey: #717174
*/
		
body {
	background-image: url(images/quartz_background.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

#wraper {
	width: 912px;
	padding: 0px;
	margin: 0 auto;
	margin-top: 30px;
	height: 100%;		
	}

#logo
{
	width: 265px;
	height: 75px;
	float: left;
	margin: 0px;
	background-image: url(images/difiniti_logo.gif);
	background-repeat: no-repeat;
}

.navtopline
{
	width: 912px;
	height: 1px;
	float: left;
	margin-top: 20px;
	margin-bottom: 2px;
	background-color: #F37736;
	background-position: center;
}

.imgrightalign {
	float: right;
}

.orangeoutline {
	border: 1px solid #F37736;
	height: 20px;
}

.navbottomline
{
	width: 912px;
	height: 1px;
	float: left;
	margin-top: 2px;
	margin-bottom: 2px;
	background-color: #F37736;
	background-position: center;
}

.line432
{
	width: 400px;
	height: 1px;
	margin-top: 2px;
	margin-bottom: 10px;
	background-color: #F37736;
	background-position: center;
}


.gallery {
	border: 1px solid #747473;
}

.gallery:hover {
	border: 1px solid #F37736;
}

.bottomline
{
	width: 912px;
	height: 1px;
	float: left;
	margin-top: 10px;
	margin-bottom: 2px;
	background-color: #F37736;
	background-position: center;
}

.h1
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #F37736;
	letter-spacing: 1px;
}

.body
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #717174;
	letter-spacing: 1px;
	line-height: 20px;
}

.bodybold
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #717174;
	letter-spacing: 1px;
	line-height: 20px;
}

.bodyunderline
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #717174;
	letter-spacing: 1px;
	line-height: 20px;
	text-decoration: underline;
}

.bodygreen
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #78c020;
	letter-spacing: 1px;
	line-height: 20px;
}

.largegreen
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #78c020;
	letter-spacing: 1px;
	line-height: 20px;
}


.bodybrown
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #804405;
	letter-spacing: 1px;
	line-height: 20px;
}

.bodylink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	text-align: left;
}
.bodylink a:link,
.bodylink a:visited { color: #F37736; text-decoration: none; }
.bodylink a:hover { color: #717174; text-decoration: none; }
.bodylink a:active { color: #717174; }


.tinytext
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #717174;
	line-height: 14px;
}

.tinytextlink a:link,
.tinytextlink a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #717174;
	line-height: 14px;
	text-decoration: underline;
}
.tinytextlink a:hoover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #F37736;
	line-height: 14px;
}
.tinytextlink a:hoover {
	color: #F37736;
}



.materiallarge
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #717174;
}

.materialname
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #717174;
	letter-spacing: 1px;
	line-height: 20px;
}

.table1
{
	width: 912px;
	padding: 0px;
	margin-top: 0;
	margin-bottom: 0;
	table-layout: auto;
	float: left;
}

.padded
{
	padding: 20px;
}

.button1 {
	margin-top: 20px;
}

.button1 a:link,
.button1 a:visited{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	width: 150px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	background-color: 717174;
	background-position: 100% 50%;
	height: 30px;
	position: absolute;
	visibility: visible;
}
.button1 a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #F37736;
	letter-spacing: 1px;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 20px;
	border: 2px solid #F37736;
	width: auto;
	text-align: center;
	text-decoration: none;
}
.button1 a:active {
	color: #F37736;
}

.greyoutline
{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #717174;
}

.headerlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	text-align: center;
	float: right;
}
.headerlink a:link,
.headerlink a:visited { color: #717174; text-decoration: none; }
.headerlink a:hover { color: #F37736; text-decoration: none; }
.headerlink a:active { color: #F37736; }


.footerlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	text-align: center;
}
.footerlinks a:link,
.footerlinks a:visited { color: #717174; text-decoration: none; }
.footerlinks a:hover { color: #F37736; text-decoration: none; }
.footerlinks a:active { color: #F37736; }

.footerbullet {
	padding-right: 10px;
	padding-left: 10px;
}

.preview {
	overflow: hidden;
	width: 126px;
	height: 126px;
	margin: 0px;
	float: left;
}

.preview:hover {
	}
	
.space {
	height: 20px;
	clear: both;
}	
	