﻿/*
@font-face {
	font-family: FairfaxStationNF;
	src: url('../fonts/FairfaxStationNF.ttf');
}
*/

* {
	margin: 0;
}
html, body {
	height: 100%;
}
body 
{
	/*font-family: FairfaxStationNF, Serif;*/
	font-family: Times New Roman, Serif;
	font-size: 12pt;
	background: #6b6653 url(../images/bg_constantinople_brown.jpg) repeat left top;
}
a 
{
	color: #ff9600;
}
a:hover 
{
	color: #ff5800;
	text-decoration: none;
}
p 
{
	margin: 10px 0px;
}
.bigger 
{
	font-size: 1.2em;
}
#blackout 
{
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #000000;
	height: 100%;
	width: 100%;
	z-index: 1;
}
.blackout 
{
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #000000;
	-moz-opacity:.50;
	filter:alpha(opacity=50);
	opacity:.50;
	height: 100%;
	width: 100%;
	z-index: 1;
}

.blurb_blackout
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background-color: #000000;
	-moz-opacity: .75;
	filter: alpha(opacity=75);
	opacity: .75;
	z-index: 2;
}
.blurb_overlay_thumb
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 3;
	width: 100%;
}
.blurb_text
{
	margin: 0px;
	position: relative;
	z-index: 3;
	padding: 10px;
	color: #ffffff;
}
.blurb_text_thumb
{
	margin: 0px;
	position: relative;
	z-index: 3;
	padding: 5px;
	color: #ffffff;
	font-size: .9em;
}
	
.clearline 
{
	clear:both;
}
.col_left 
{
	float: left;
	clear: none;
	width: 275px;
}
.col_right 
{
	float: left;
	clear: none;
	width: 575px;
}
.col_half 
{
	float: left;
	clear: none;
	width: 425px;
}
.col_3 
{
	float: left;
	clear: none;
	width: 280px;
	margin: 0px 10px 10px 0px;
}
.column3 
{
	float: left;
	clear: none;
	width: 275px;
	margin: 15px 0px;	
	text-align: center;
	overflow: hidden;
}
.column3.middle 
{
	margin: 15px;
}
.column3 h2 
{
	font-size: 1em;
	text-transform: uppercase;
}
.column3 p 
{
	text-align: left;
	font-size: .8em;
	color: #5e481a;
	font-weight: normal;
}
.content 
{
	margin: 10px;
	padding: 10px;
}
.content h1
{
	text-align: right;
	margin: 0px 20px 15px 0px;
}
.content h1.section_head 
{
	color: #ff5800;
	text-align: left;
	font-weight: normal;
	font-size: 16pt;
}
.content p 
{
	margin: 15px;
}
.date 
{
	color: #375d81;
	font-weight: bold;
}
.filmstrip
{
	border-bottom: solid 3px #ffffff;
	width: 870px;
	overflow: hidden;
}
.filmstrip_item
{
	position: relative;
	width: 174px;
	height: 147px;	
	background-color: #291e0d;
	float: left;
	clear: none;
	margin: 0px;
	overflow: hidden;
}
.filmstrip_item img
{
	border-right: solid 3px #fff;
}
.filmstrip_item a img
{
	border-right: solid 3px #fff;
}
.filmstrip_item a:hover .thumb_highlight
{
	visibility: hidden;
}
.footer, .push {
	height: 44px; /* .push must be the same height as .footer */
}
.footer 
{
	background-color: #291e0d;
	color: #ffffff;
	font-size: .9em;
}
.form_btn 
{
	display: block;
	line-height: 30px;
	vertical-align: middle;
	background: #736c59;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	padding: 10px;
	margin: 0px;
}
a.form_btn:hover 
{
	background: #c8dfe9;
	color: #00344c;
}
.formLabel 
{
	width: 150px;
	background-color: #cfcfcf;
	text-align: right;
	font-weight: bold;
	padding-right: 10px;
}
.formInput 
{
	width: 200px;
}
input:focus, select:focus, textarea:focus
{
	background-color: #ffff77;
}
#header 
{
	position: relative;
	background: #736c59 url(../images/header_bg.gif) repeat-x top left;
	height: 100px;
}
#imgContactImage 
{
	float: right;
	clear: none;
	margin: 10px;
}

#logo 
{
	position: absolute;
	left: 32px;
	top: 3px;
}
#logo_head 
{
	position: absolute;
	top: 5px;
	right: 20px;
	z-index: 2;
	color: #c8dfe9;
	text-align: right;
}
#logo_head h3 
{
	font-size: 1.4em;
	color: #00344c;	
}
#logo_head a 
{
	color: #00344c;
}
.main_content 
{
	padding: 15px;
}
#main_img 
{
	position: relative;
	margin: 12px;
	width: 856px;
	height: 247px;	
	overflow: hidden;
}
#main_img_gallery
{
	position: relative;
	border-bottom: solid 3px #ffffff;
	width: 870px;
	height: 400px;
	overflow: hidden;
}
.main_internal 
{
	margin: 0px 10px 10px;
}
.main_internal h1
{
	margin: 0px 0px 15px;
	text-transform: uppercase;
}
.main_internal_img 
{
	display: block;
	clear: both;
	margin: 10px 0px;
}
#menu 
{
	position: relative;
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	z-index: 99;
}
#menu li 
{
	position: relative;
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
}
#menu li a 
{
	display: block;
	height: 40px;
	width: 110px;
	background-color: #291e0d;
	line-height: 40px;
	vertical-align: middle;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	font-size: 19px;
	padding: 0px;
	text-align: center;
}
#menu li a:hover 
{
	background-color: #948f86;
}
#menu li a.on 
{
	background-color: #736c59;
}
#menu li .nav_arrow 
{
	float: right;
	clear: none;
	border-left: solid 1px #ffffff;
}
#menu #li_home .nav_arrow 
{
	border-top: solid 1px #ffffff;
}
#menu li #nav_wallcovering 
{
	width: 130px;
}
#menu .sub
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 212px;
}
#menu .sub li 
{
	position: relative;
	margin: 0px;
	padding: 0px;
}
#menu .sub li a 
{
	display: block;
	width: 170px;
	height: 40px;
	background-color: #a8c5d9;
	line-height: 40px;
	vertical-align: middle;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	padding: 0px;
	text-indent: 20px;
	border-bottom: solid 1px #ffffff;
}
#menu .sub li a:hover 
{
	background-color: #799db6;
}
.modal 
{
	position: fixed;
	top:0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 999;
}
.modal_content 
{
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -150px 0px 0px -225px;
	width: 450px;
	height: 300px;	
	background-color: White;
	padding: 20px;
	overflow: auto;
	z-index: 2;
}
.modal_title 
{
	float: left;
	clear: none;
	line-height: 35px;
	vertical-align: middle;
}
.news_title 
{
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: underline;
}
.news_date 
{
	color: #bbbbbb;
}
.paddiv 
{
	padding: 10px;
}
.page 
{
	width: 900px;
	margin: 0px auto;
}
#prevnext a
{
	color: #000;
	text-transform: uppercase;
	font-size: .9em;
	text-decoration: none;
	margin: 10px;
}
#prevnext a img 
{
	border: none;
	text-decoration: none;
}
#prevnext #prev 
{
	float: left;
	clear: none;
}
#prevnext #next 
{
	float: right;
	clear: none;
	text-align: right;
}
#slides 
{
	position: relative;
	height: 365px;
}
#swatch_preview 
{
	display: none;
	position: absolute;
	/*
	top: 20px;
	left: 50%;
	width: 220px;
	margin-left: -110px;
	*/
	height: 100%;
	z-index: 2;
	background-color: #fff;
}
#swatch_preview img 
{
	margin: 0px;
}
#swatch_preview #preview_text 
{
	margin: 0px 15px 5px;
	font-size: 1.2em;
}
#swatch_preview #preview_close 
{
	margin: 0px 15px 15px;
	font-size: 0.7em;
	color: #ababab;
}
#swatch_category 
{
	width: 100%;
}
#swatch_category a
{
	display: block;
	width: 100%;
	line-height: 25px;
	vertical-align: middle;
	background-color: #291E0D;
	color: #fff;	
	border: solid 1px #291E0D;
	text-align: center;
	text-decoration: none;
}
#swatch_category a:hover, #swatch_category a.on:hover
{
	background-color: #736c59;
	border: solid 1px #291E0D;
	text-align: center;
	text-decoration: none;
}
#swatch_category a.on
{
	background-color: #736c59;
	border: solid 1px #291E0D;
	text-align: center;
	text-decoration: none;
}
.swatches 
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.swatches li 
{
	float: left;
	clear: none;
}
.swatches li a 
{
}
.swatches li a img 
{
	margin: 1px;
	display: block;
	border: solid 3px #fff;
}
.swatches li a:hover img 
{
	border: solid 3px #ff9600;
}

.swatches
{
	cursor: default;
	list-style: none;
}

.swatches a
{
	cursor: pointer;
}

.swatches a .preview
{
	display: none;
}

/*
.swatches a:hover .preview
{
	display: block;
	position: absolute;
	top: -25px;
	left: -25px;
	border: #aaa solid 2px;
	background: #fff;
	padding: 5px;
	text-align: center;
	color: Black;
	z-index: 1;
}
.swatches a:hover .preview img 
{
	display:block;
	width: 124px;
	height: 124px;
	border: none;
	margin: 0px;
}
*/
.swatches img
{
	color: inherit;
	padding: 0px;
	vertical-align: top;
}

.swatches li
{
	color: inherit;
	display: inline;
	position: relative;
}

.swatches .preview
{
}

#tagline 
{
	position: absolute;
	top: 40px;
	right: 40px;
	z-index: 3;
}

.thumb_highlight
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 174px;
	background-color: #ffffff;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
	opacity: .4;
	z-index: 2; /*	visibility: hidden;	*/
}
.vendors_list 
{
	padding-left: 25px;	
}
.vendors_list a
{
	display: block;
	float: left;
	clear: none;
	width: 200px;
	height: 40px;
	line-height: 40px;
	margin: 1px;
	background-color: #736c59;
	color: #fff;
	border: solid 1px #736c59;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
.vendors_list a:hover 
{
	background-color: #fff;
	color: #291E0D;
	border: solid 1px #291E0D;
}
	
.vendors_list a img 
{
	border: solid 2px #dcdcdc;
}
.wrapper 
{
	margin: 0px auto -44px;
	width: 926px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: transparent url(../images/bg_white_shad.png) repeat-y left top;
}

