﻿body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #660000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
}
a {
	text-decoration: none;
	color: #FFFFFF;
}
a img { 
	border-style:none; 
} 
a:hover {
	color: #FFFFCC;
	}
.style1 {
	font-size: x-small;
	font-style: italic;
}
.style2 {
	font-size: 12px;
	color: #000000;
}
.style3 {
	font-size: 14px;
}
.style4 {
	color: #000066;
}
a.style4:hover {
	color: #000066;
}
.style5 {
	color: #006633;
}
.style6 {
	color: #000000;
}
#topBar {
	height: 53px;
	position: relative;
	background-color: #660000;
	width: 750px;
	margin-left: 50%;
	left: -375px;
	overflow: hidden;
}
#navBar {
	height: 27px;
	position: relative;
	background-color: #339966;
	width: 750px;
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	margin-left: 50%;
	left: -375px;
}
#logoFloat1 {
	height: 27px;
	width: 200px;
	position: relative;
	float: left;
	overflow: hidden;
}
#navLinks {
	position: relative;
	float: right;
	width: 550px;
	color: #FFFFFF;
	font-size: 13px;
	padding-top: 3px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
#navBarExtend {
	width: 100%;
	background-color: #339966;
}
#borderTop {
	width: 750px;
	height: 2px;
	position: relative;
	background-color: #003300;
	margin-left: 50%;
	left: -375px;
	overflow: hidden;
}
#borderTopExtend {
	width: 100%;
	height: 2px;
	background-color: #003300;
	overflow: hidden;
}
#borderBottom {
	position: relative;
	background-color: #666666;
	margin-left: 50%;
	left: -375px;
	height: 2px;
	width: 750px;
	overflow: hidden;
}
#borderBottomExtend {
	width: 100%;
	height: 2px;
	background-color: #666666;
	overflow: hidden;
}
#borderTop img, #borderBottom img, bottomBorder img {
	display: block;
	}
#content {
	position: relative;
	margin-left: 50%;
	left: -375px;
	width: 750px;
	overflow: hidden;
}
#otherContent {
	position: relative;
	margin-left: 50%;
	left: -375px;
	width: 750px;
	overflow: hidden;
	background: url(images/columnStretch.gif) repeat-y scroll left top #FFFFFF ;
}

#contentExtend {
	width: 100%;
	background-color: #FFFFFF;
	overflow: hidden;
}
#content1 {
	height: 360px;
	width: 453px;
	position: relative;
	float: left;
}
#gallery {
	width: 453px;
	height: 320px;
}
#content2 {
	position: relative;
	float: right;
	width: 277px;
	font-family: Arial, Helvetica, sans-serif;
	color: #660000;
	margin: 25px 10px 0px 10px;
	height: 45px;
	font-size:18px;
}
#content3 {
	position: relative;
	float: right;
	height: 146px;
	width: 297px;
}
#text {
	position: relative;
	float: left;
	font-size: 12px;
	width: 277px;
	height: 285px;
	background-color: #FFFFFF;
	margin: 10px 10px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}
#bottomLogo img {
	display: block;
}
#contactContent1 {
	float: left;
	position: relative;
	width: 192px;
	}
#contactContent2 {
	width: 541px;
	position: relative;
	float:right;
	padding-left: 15px;
}
#infoBox {
	position:relative;
	width:541px;
}
#info1 {
	width:191px;
	position:relative;
	float:left;
	height:160px;
}
#info2 {
	width:240px;
	float:left;
	position:relative;
	height:160px;
}
#info3 {
	width:110px;
	float:left;
	position:relative;
	height:160px;
}
.header {
	font-size: 24px;
	color:#660000;
	font-weight: bold;
	margin:10px 10px 10px 0px;
}
#contact-area {
	width: 520px;
	margin-top: 15px;
	padding: 10px 0px 0px 0px;
}
#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 410px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0px 0px 5px 0px;
	border: 2px solid #ccc;
	float:right;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}
#contact-area form {
	overflow: hidden;
}
label {
	float: left;
	text-align: left;
	font-weight: bold;
	padding-bottom: 15px;
	font-size: 16px;
	padding-top:4px;
}
#successfulEmail{
	font-size: 18px;
	font-weight: bold;
	padding: 15px 10px 15px 10px;
	background-color: #FFFFCC;
	width: 310px;
}
#bottomLogo1 {
	height:40px;
}
#andFurniture {
	font-family: Arial, Helvetica, sans-serif;
	color: #2a712e;
	font-size: 22px;
	width:200px;
	text-align:center;
}
#bottomLogo {
	width: 750px;
	position: relative;
	float:left;
}
#productsContent1 {
	position: relative;
	float:left;
}
#productMenu img {
	padding-top:5px;
	padding-bottom:5px;
}
.gallery {
	margin-top: 15px;
	margin-bottom: 25px;
	font-size: 14px;
	font-weight: bold;
}
.galleryTitle {
	padding-bottom:10px;
}
.gallery img {
	border: 1px solid black;
}
#newportBox {
	font-weight: normal;
	font-size: 12px;
	margin: 5px;
}
#directionsContent1 {
	float: left;
	position: relative;
	width: 192px;
	background-color: #FFFFCC;
	}
#directionsContent1 img {
	padding-top: 15px;
}
.directionsContent1a {
	background-color: #FFFFCC;
	font-size: 12px;
	line-height: 15px;
	margin-left: 10px;
	margin-right: 10px;
}
#directionsContent2 {
	padding-left: 15px;
	width: 541px;
	position: relative;
	float: right;
}
#directionsContent2a {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 10px;
}
#aboutContent1 img {
	padding-top: 15px;
}
#aboutContent1a {
	background-color: #FFFFCC;
	text-align: center;
	font-size: 11px;
	line-height: 15px;
	margin-left: 10px;
	margin-right: 10px;
}
#aboutContent2 {
	width: 750px;
	position: relative;
	float:left;
}
#aboutus {
	float:right; 
	padding:0px 5px 5px 5px; 
	height:100%; 
	width:350px;
}
#aboutus img {
	border:1px solid black;
}
#cushionsContent1 {
	float: left;
	position: relative;
	width: 192px;
	background-color: #FFFFCC;
	}
#cushionsContent1 img {
	padding-top: 15px;
}
#cushionsContent2 {
	width: 541px;
	position: relative;
	float: right;
	padding-left: 15px;
}
#cushionsContent3 {
	margin:10px 10px 10px 0px;
}
#bottomBorder {
	height: 2px;
	width: 750px;
	position: relative;
	background-color: #666666;
	margin-left: 50%;
	left: -375px;
}
#bottomBorder2 {
	height: 2px;
	width: 100%;
	background-color: #666666;
	overflow: hidden;
}
#bottomBorderExtend {
	height: 2px;
	width: 100%;
	background-color: #666666;
	overflow: hidden;
}
#footer1 {
	position: absolute;
	margin-left: 50%;
	left: -375px;
	background-color: #339966;
	width: 750px;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	height: 44px;
	overflow: hidden;
	
}
#bottomFloat1 {
	margin-top: 6px;
	position: relative;
	float: left;
}

#bottomFloat2 {
	width: 297px;
	height: 44px;
	position: relative;
	float: right;
}
#finalBorder {
	width: 100%;
	background-color: #003300;
	height: 2px;
	overflow: hidden;
}
#footer1Extend {
	width: 100%;
	background-color: #339966;
	height: 44px;
}
#footer2 {
	position: absolute;
	margin-left: 50%;
	left: -375px;
	width: 750px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFCC;
}
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../lightbox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../lightbox/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


#menu {
	margin: 0;
	height: 1em; 
	position: absolute;
	padding-top:2px}
#menu li {
	list-style: none;
	float: left;}
#menu li a {
	display: block;
	padding: 1px 6px;
	background-color: #339966;
	color: #fff;
	text-decoration: none; }
#menu li a:hover {
	color: #FFFFCC
}
#menu li ul {
	display: none; 
	width: 10em; /* Width to help Opera out */
	background-color: #339966;
	z-index:100;}
#menu li:hover ul {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0; }
#menu li:hover li {
	float: none; }
#menu li:hover li a {
	background-color: #339966;
	border-bottom: 1px solid #fff;
	color: #ffffff; }
#menu li li a:hover {
	background-color: #3ab075; }
#menu li ul li a {
	padding:2px 6px;
}

