﻿/*---------- General ----------*/
body 
{
	background-image:url('images/layout/background.jpg');
	background-repeat:repeat;
	background-position:top left;
	background-attachment:inherit;
	font-family:Arial; 
	font-size:small;
	text-align:left;
}

.MasterTable
{
	background-color:White;
	border-left-color:Gray; 
	border-left-style:solid; 
	border-left-width: medium; 
	border-right-color:Gray; 
	border-right-style: solid; 
	border-right-width:medium;
	height:100%;
}

/*---------- Menu ----------*/
.navLine
{
	background-color:#7F9DB9;
	font-family:Arial;
	color:White;
}
.navLine a
{
	font-family:Arial; 
	font-size:small;
	color:White;
	text-align:center;
	text-decoration:none;
}
.navLine a:visited
{
	color:White;
	text-decoration:none;
}
.navLine a:hover
{
	color:#C60028;
	text-decoration:none;
}

/*---------- Bottom Address ----------*/
.bottomLine
{
	background-color:#7F9DB9; 
	width:100%; 
	height:19px; 
	text-align:center; 
	vertical-align:middle; 
	font-family:Arial; 
	font-size:small; 
	color:White;
}
.bottomLine a:link
{
	color:White;
	text-decoration:none;
}
.bottomLine a:visited
{
	color:White;
	text-decoration:none;
}
.bottomLine a:hover
{
	color:#C60028;
	text-decoration:underline;
}

/*---------- Gray Lines ----------*/
.borders
{
	background-color:Gray;
}

/*---------- Accent Section ----------*/
.accent
{
	background-color:#D0DBE5;
}

/*---------- Header/Footer ----------*/
.hdrLine
{
	color:#990000;
	width:100%;
	height:1px;
	background-color:#990000;
}

.hdr
{
	font-family:Arial;
	font-size:medium;
	font-weight:bold;
	color:#990000;
	height:10px;
	vertical-align:top;
}

/*---------- Photos ----------*/
.divPhoto1
{
	position:absolute;
	left:583px;
	top:120px;
	width:264px;
	z-index:1;
}

.divPhoto2
{
	position:absolute;
	left:583px;
	top:334px;
	width:264px;
	z-index:1;
}

/* ------ Glass Sample Table ------ */
.GSLine
{
	background-color:White;
	font-family:Arial;
	color:#7F9DB9;
}
.GSLine a
{
	font-family:Arial; 
	font-size:small;
	font-weight:bold;
	color:#7F9DB9;
	text-align:center;
	text-decoration:none;
}
.GSLine a:visited
{
	color:#7F9DB9;
	text-decoration:none;
}
.GSLine a:hover
{
	color:#C60028;
	text-decoration:none;
}