body {
	background-color: #f5f2df;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0;
}

a { color : #790000; text-decoration: none; }
a:hover { text-decoration : underline; }
a:visted { color : #790000; }

.clear {
	clear: both;
}

.finishContainer {
	height: 125px;
	width: 830px;
	margin-left: 35px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.finishContainer .finish {
	float: left;
	height: 125px;
	width: 125px;
	text-align: center;
	margin: auto;
}

.footer {
	margin: auto;
	text-align: center;
	font-size: 11px;
	padding-bottom: 10px;
}

.glassGalleryContainer {
	border: 1px solid #585858;
	margin-left: 17px;
	background-color: #ffffff;
}

.glassGallery {
	height: 225px;
	width: 800px;
	margin-top: 10px;
	margin-bottom: 30px;
}

.glassGallery .glass {
	float: left;
	height: 225px;
	width: 200px;
	text-align: center;
	margin: auto;
	padding-top: 8px;
	padding-bottom: 8px;
}

h1.pageHeader  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 23px;
	font-weight:normal;
	letter-spacing:-1px;
	color: #522200;
	line-height:normal;
	margin: 0 0 0 0;
	padding-bottom: 15px;
}

h1.pageHeader a {
	color: #522200;
}

h2.pageSubHeader {
	font-family:Georgia,Palatino,Palatino Linotype,serif;
	font-size:19px;
	font-weight:normal;
	letter-spacing:-1px;
	color:#585858;
	margin: 0 0 15px 0;
}

h2.pageSubHeader a {
	color: #585858;
	text-decoration: none;
}

h2.pageSubHeader a:hover {
	color: #585858;
	text-decoration: underline;
}

h2.pageSubHeader a:visited {
	color: #585858;
	text-decoration: none;
}

/* using this for anchor links */
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	color: #635233;
	margin: 0px;
	
}

h3 a {
	color: #635233;
	text-decoration: none;
}

h3 a:hover {
	color: #635233;
	text-decoration: underline;
}

h3 a:visited {
	color: #635233;
	text-decoration: none;
}

.header {
	height: 158px;
	width: 100%;
	background-image: url(images/header-background.gif);
}

.header .logo {
	margin: auto;
	text-align: center;
}

.hline {
	height: 18px;
	width: 100%;
	background-image: url(images/hline.gif);
	background-repeat: repeat-x;
	clear: both;
}

img.redBorder {
	border: #522200 1px solid;
}

.main {
	margin: auto;
	text-align: center;
	display: block;
	width: 835px;
	padding-top: 25px;
	padding-bottom: 15px;
}

.main .leftCon {
	float: left;
	width: 500px;
	margin-right: 20px;
	text-align: left;
}
.main .rightCon {
	float: right;
	width: 300px;
}

.main .fullCon {
	width: 835px;
	text-align: left;
	float: left;
}

.nav {
	height: 43px;
	background-image: url(images/navigation/navigation_01.gif);
	background-repeat: repeat-x;
}

.nav .navButtons {
	margin: auto;
	text-align: center;
	width: 855px;
}

.optionBoxLeft {
	width: 375px; 
	float: left; 
	padding-top: 15px; 
	/*border: dotted thin #666666;*/
	padding: 10px;
}

.optionBoxRight {
	width: 375px; 
	float: right; 
	padding-top:15px;
	/* border: dotted thin #666666; */
	padding: 10px;
}

p.landingPages {
	margin: 0px;
}

.smallText {
	font-size: 9px;
}

.styleContainer {
	float: left;
	width: 100px;
	height:  225px;
	padding-left: 19px;
	padding-right: 19px;
	padding-bottom: 25px;
}

.styleContainer .caption {
	font-size: 11px;
	text-align: center;
	margin: auto;
}

ul {
	padding-left: 0px;
	margin-left: 50px;
	margin-top: 4px;
}

ul li {
	list-style: url(images/li.gif);
	display : list-item;
	padding-bottom: 5px;
	margin: 0 0 0 0;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 0px;
}


