/* CSS Document */

.address, blockquote, caption, center, dd, dir, div, dl, dt, form, menu, li, ol, p, pre, td, ul {
	font-family: Verdana;
	font-size: 9pt;
	color: #3a3a3a;
}

body{
	background-color: #cac0ac;
	background-image: url('http://www.eastmanhardwoodflooring.ca/images/bg_tile.jpg');
	background-position: top;
	background-repeat: repeat-x;
	margin-top: 15px;
}

.error {
	color: red;
	border: 2px solid red;
	background-color: mistyrose;
}

/**General Link Color
************************************/

a:link{ 
	color: #a1785d;
	text-decoration: underline;
} 

a:visited{ 
	color: #a1785d; 
	text-decoration: underline;
}

a:hover{ 
	color: #6f6043; 
	text-decoration: none;
}

a:link img, a:visited img, a:hover img{
	border: 0px;
}

a:link.footerLinks {
	color: #817358;
}

a:visited.footerLinks {
	color: #817358;
}

a:hover.footerLinks {
	color: #6f6043;
}

/**General Text
****************************************/

h1{
	font-size: 14pt;
	padding: 0px;
	margin: 1em 0px 4px 0px;
}

h2{
	font-size: 13pt;
	padding: 0px;
	margin: 1em 0px 4px 0px;
}

h3{
	font-size: 12pt;
	padding: 0px;
	margin: 1em 0px 4px 0px;
}

h4{
	font-size: 11pt;
	padding: 0px;
	margin: 1em 0px 4px 0px;
}

h5{
	font-size: 10pt;
	padding: 0px;
	margin: 1em 0px 4px 0px;
}

h6{
	font-size: 9pt;
	padding: 0px;
	margin: 1em 0px 4px 0px;
}

.redText{
	color: #b3342b;
	font-size: 10pt;
	font-weight: bold;
}

.redTextSm{
	margin-bottom: 10px;
	color: #b3342b;
	font-size: 8pt;
	text-decoration: none;
}

.redTextSm a:link, .redTextSm a:visited{
	margin-left: 155px;
	color: #b3342b;
	font-size: 8pt;
	text-decoration: none;
}

.redTextSm a:hover{
	margin-left: 155px;
	color: #2b2b2b;
}

/**Background Images
********************************/

.shadowTbl {
	background-color: #fff;
	padding: 10px;
}

.bkgTop {
	background: url(../images/shadow_top.png) top left repeat-x;
	height: 8px;
}

.bkgLeft {
	background: url(../images/shadow_left.png) top right repeat-y;
	width: 8px;
}

.bkgRight {
	background: url(../images/shadow_right.png) top left repeat-y;
	width: 8px;
}

.bkgBottom {
	background: url(../images/shadow_bottom.png) bottom left repeat-x;
	height: 8px;
}

.bkgTopLeft {
	background: url(../images/shadow_topleft.png) top right;
	width: 8px;
}

.bkgTopRight {
	background: url(../images/shadow_topright.png) top left;
	width: 8px;
}

.bkgBottomLeft {
	background: url(../images/shadow_bottomleft.png) bottom right;
	width: 8px;
}

.bkgBottomRight {
	background: url(../images/shadow_bottomright.png) bottom left;
	width: 8px;
}

.navBkg{
	background-color: #efebe4;
	width: 223px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

.contentBkg{
	background-color: #FFFFFF;
}

/**Default for Form Elements
***********************************/

input, select, textarea {
	
}

/**Search
***********************************/

#search{
	float: right;
	margin: 0px;
	padding: 0px;
}

#search form{
	margin: 0px;
	padding: 0px;
}

.searchText{
	height: 12px;
	width: 150px;
	font-size: 7pt;
	color: #5b6771;
	margin: 2px 0px 2px 8px;
	padding: 2px 4px;
}

.searchButton{
	height: 20px;
	margin: 2px;
	font-size: 7pt;
}

.searchResult{
	font-size: 12pt;
	font-weight: bold;
}

.searchResult a:link, .searchResult a:visited{
	padding: 0px;
	font-weight: bold;
	text-decoration: none;
	font-size: 9pt;
}

.searchResult a:hover{
	text-decoration: underline;
}

.searchResult table td{
	margin: 0px;
	padding: 5px 0px;
	font-size: 9pt;
	font-weight: normal;
}

/**Breadcrumbs
*************************************/

a.breadCrumb:link, a.breadCrumb:visited{
	padding: 5px 5px;
	font-size: 8pt;
	text-decoration: none;
	color: #202020;
}

a.breadCrumb:hover{
	text-decoration: underline;
	color: #5b6771;
}

/**Sitemap
*******************************************/

.sitemapParent a:link, .sitemapParent a:visited{
	font-size: 11pt;
	text-decoration: none;
	font-weight: bold;
}

.sitemapParent a:hover{
	text-decoration: underline;
}

.sitemapChild a:link, .sitemapChild a:visited{
	display: block;
	margin: 1px 8px;
	font-size: 9pt;
	text-decoration: none;
	font-weight: normal;
}

.sitemapChild a:hover{
	text-decoration: underline;
}

/**pageImage and headerImage td
************************************/

#pageImageContainer{
	margin: 0px;
}

/**TopBar (and Footer bar colour)
********************************/

.rowOne{
	background-color: #3d2e25;
	padding: 5px;
	margin: 0px;
}

.rowFooter{
	background-color: #ADADA5;
}

#rowOne{
	margin: 5px 5px;
	float: right;
	font-size: 8pt;
	color: #ffffff;
}

.rowOneTd {
	text-align: right;
	width: 500px;
}

#rowOne a:link, #rowOne a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

#rowOne a:hover{
	text-decoration: underline;
}

/**first navigation
**************************************/

.firstNavTable{
	border-collapse: collapse;
	margin: 0px 0px 0px 0px;
}

.firstNavTable td{
	padding: 0px;
}

.topNav {
	background-color: #634b3b;
	border-top: 10px solid #fff;
	border-bottom: 10px solid #fff;
}

a.firstNav:link, a.firstNav:visited{
	display: block;
	padding: 8px 20px 8px 20px;
	color: #ffffff;
	text-decoration: none;
	font-size: 8pt;
	text-transform: uppercase;
	border-left: 1px solid #816959;
	border-right: 1px solid #513c2d;
}

a.firstNav:hover{
	background-color: #3d2e25;
}

a.firstNavSelected:link, a.firstNavSelected:visited{
	padding: 8px 20px 8px 20px;
	display: block;
	margin-top: 0px;
	color: #fff; 
	text-decoration: none;
	font-size: 8pt;
	text-transform: uppercase;
	background-color: #3d2e25;
	border-left: 1px solid #816959;
	border-right: 1px solid #513c2d;
}

a.firstNavSelected:hover{
	background-color: #3d2e25;
}

/**second navigatiion
******************************************/

.secondNavTable{
	border-collapse: collapse;
	margin: 0px 0px 0px 0px;
}

.secondNavTable td{
	padding: 0px;
}

a.secondNav:link, a.secondNav:visited{
	display: block;
	width: 190px;
	padding: 8px 8px 8px 25px;
	color: #503929;
	border-bottom: 1px solid #d4cbbc;
	border-top: 1px solid #f2f8fa;
	text-decoration: none;
	font-size: 9pt;
	background-image: url('http://www.eastmanhardwoodflooring.ca/images/arrow_short.gif');
	background-position: left center;
	background-repeat: no-repeat;
}

a.secondNav:hover{
	width: 185px;
	padding: 8px 8px 8px 30px;
	color: #a1785d;
	background-image: url('http://www.eastmanhardwoodflooring.ca/images/arrow_long.gif');
	background-position: left center;
	background-repeat: no-repeat;
	background-color: #e5e0d7;
}

a.secondNavSelected:link, a.secondNavSelected:visited{
	display: block;
	width: 185px;
	padding: 8px 8px 8px 30px;
	color: #a1785d;
	border-bottom: 1px solid #d4cbbc;
	border-top: 1px solid #f2f8fa;
	text-decoration: none;
	font-size: 9pt;
	background-image: url('http://www.eastmanhardwoodflooring.ca/images/arrow_long.gif');
	background-position: left center;
	background-repeat: no-repeat;
	background-color: #e5e0d7;
}

a.secondNavSelected:hover{
	width: 185px;
	padding: 8px 8px 8px 30px;
	color: #a1785d;
	text-decoration: none;
	background-image: url('http://www.eastmanhardwoodflooring.ca/images/arrow_long.gif');
	background-position: left center;
	background-repeat: no-repeat;
	background-color: #e5e0d7;
}

/**third navigation
***********************************/

a.thirdNav:link, a.thirdNav:visited{
	display: block;
	width: 180px;
	padding: 8px 8px 8px 35px;
	color: #503929;
	border-bottom: 1px solid #d4cbbc;
	border-top: 1px solid #f2f8fa;
	text-decoration: none;
	font-size: 9pt;
	background-position: left center;
	background-repeat: no-repeat;
}

a.thirdNav:hover{
	width: 175px;
	padding: 8px 8px 8px 40px;
	color: #a1785d;
	background-position: left center;
	background-repeat: no-repeat;
	background-color: #e5e0d7;
}

a.thirdNavSelected:link, a.thirdNavSelected:visited{
	display: block;
	width: 175px;
	padding: 8px 8px 8px 40px;
	color: #a1785d;
	border-bottom: 1px solid #d4cbbc;
	border-top: 1px solid #f2f8fa;
	text-decoration: none;
	font-size: 9pt;
	background-position: left center;
	background-repeat: no-repeat;
	background-color: #e5e0d7;
}

a.thirdNavSelected:hover{
	width: 175px;
	padding: 8px 8px 8px 40px;
	color: #a1785d;
	text-decoration: none;
	background-position: left center;
	background-repeat: no-repeat;
	background-color: #e5e0d7;
}

/**fourth navigation
*************************************/

a.fourthNav:link, a.fourthNav:visited{
	display: block;
	width: 170px;
	padding: 8px 8px 8px 45px;
	color: #503929;
	border-bottom: 1px solid #d4cbbc;
	border-top: 1px solid #f2f8fa;
	text-decoration: none;
	font-size: 9pt;
	background-position: left center;
	background-repeat: no-repeat;
}

a.fourthNav:hover{
	width: 165px;
	padding: 8px 8px 8px 50px;
	color: #a1785d;
	background-position: left center;
	background-repeat: no-repeat;
	background-color: #e5e0d7;
}

a.fourthNavSelected:link, a.fourthNavSelected:visited{
	display: block;
	width: 165px;
	padding: 8px 8px 8px 50px;
	color: #a1785d;
	border-bottom: 1px solid #d4cbbc;
	border-top: 1px solid #f2f8fa;
	text-decoration: none;
	font-size: 9pt;
	background-position: left center;
	background-repeat: no-repeat;
	background-color: #e5e0d7;
}

a.fourthNavSelected:hover{
	width: 165px;
	padding: 8px 8px 8px 50px;
	color: #a1785d;
	text-decoration: none;
	background-position: left center;
	background-repeat: no-repeat;
	background-color: #e5e0d7;
}

/**fifth navigation
*************************************/

a.fifthNav:link, a.fifthNav:visited{
	display: block;
	width: 160px;
	padding: 8px 8px 8px 55px;
	color: #503929;
	border-bottom: 1px solid #d4cbbc;
	border-top: 1px solid #f2f8fa;
	text-decoration: none;
	font-size: 9pt;
	background-position: left center;
	background-repeat: no-repeat;
}

a.fifthNav:hover{
	width: 155px;
	padding: 8px 8px 8px 60px;
	color: #a1785d;
	background-position: left center;
	background-repeat: no-repeat;
	background-color: #e5e0d7;
}

a.fifthNavSelected:link, a.fifthNavSelected:visited{
	display: block;
	width: 155px;
	padding: 8px 8px 8px 60px;
	color: #a1785d;
	border-bottom: 1px solid #d4cbbc;
	border-top: 1px solid #f2f8fa;
	text-decoration: none;
	font-size: 9pt;
	background-position: left center;
	background-repeat: no-repeat;
	background-color: #e5e0d7;
}

a.fifthNavSelected:hover{
	width: 155px;
	padding: 8px 8px 8px 60px;
	color: #a1785d;
	text-decoration: none;
	background-position: left center;
	background-repeat: no-repeat;
	background-color: #e5e0d7;
}
/************************** Content Containers*********************************/

#contentContainer{
	width: 625px;
	padding: 5px 0px 25px 12px;
}


/**Gallery
********************************************/

.gallery_table{
	padding: 8px;
	margin: 0px;
}

.gallery_table td{
	height: 150px;
	width: 140px;
	background-color: #f8f7f4;
	vertical-align: bottom;
	text-align: center;
}

.gallery_table td img{
	margin: 5px 0px 15px;
	padding: 1px;
	border: solid 1px #cac6b4;
}

.gallery_child_table{
	padding: 8px;
	margin-left: auto;
	margin-right: auto;
}

.gallery_child_table td{
	height: 150px;
	width: 140px;
	background-color: #f8f7f4;
	vertical-align: bottom;
	text-align: center;
}

.gallery_child_table td img{
	margin: 5px 0px 15px;
	padding: 1px; 
	border: solid 1px #cac6b4;
}

.gallery_child_table a:link, .gallery_child_table a:visited{
	font-size: 9pt; 
	color: #a1785d; 
	text-decoration: none;
	font-weight: normal;
}

.gallery_child_table a:hover{
	font-weight: normal;
	text-decoration: none;
	color: #6f6043;
}

/**Newsletter signup
*****************************/

#newsletterOutline{
	width: 45%;
	margin: 10px;
	padding:  15px 15px 15px 15px;
	border: 1px solid #eeeeee;
}

.newsBtn{
	vertical-align: bottom;
}

.newsletterError, #newsletter_err{
	margin-top: 10px;
	font-size: 8pt;
	color: #993300;
}

.newsletterMessage{
	font-size: 8pt;
}


/**News
*********************************/

.newsCategoryTitle{
	font-weight: bold;
	font-size: 12pt;
}

.mainNewsTitle{ /* Controls the modified date on the main news page for some reason as well. . .? */
	color: #2b2b2b;
	font-size: 8pt;
	font-style: italic;
}

a.mainNewsTitle:link, a.mainNewsTitle:visited{
	color: #2b2b2b;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
}

a.mainNewsTitle:hover{
	color: #2b2b2b;
	text-decoration: underline;
}

.newsSummary{
	padding: 3px 0px 2px 5px;
}

.mainNewsMod{
	padding: 3px 0px 2px 5px;
	font-size: 8pt;
	font-style: italic;
}

.mainNewsPic{
	padding: 0px 8px 5px 5px;
}

.signupInfo{
	padding: 0px 8px;
}

.signupInfo .newsBtn{
	position: relative;
	top: 5px
}

.newsItemTitle{
	color: #2b2b2b;
	font-size: 10pt;
	font-weight: bold;
}

.newsItemContent{

}

.newsItemModified{
	font-size: 8pt;
	font-style: italic;
}


/**Singup/login
********************************/

.memberHello{
	font-size: 12pt;
	font-weight: bold;
}

.memberName{
	display: inline;
	font-size: 12pt;
	font-weight: bold;
	color: #a1785d;
}

#signupOutline{
	width: 400px;
	margin: 10px;
	padding:  5px 15px;
	border: 1px solid #eeeeee;
}

#member_submit{
	margin: 0px 0px 0px 200px;
}

#loginOutline{
	width: 225px;
	margin: 10px 10px;
	padding:  10px 15px 35px;
	border: 1px solid #eeeeee;
}

#loginOutline input{
	display: block;
	float: right;
	margin: 0px 11px 0px 0px;
}

#forgotPass{
	clear: both;
	text-align: right;
	margin: 0px 11px 0px 0px;
	padding: 10px 0px 0px 0px;
}

#forgotPassOutline{
	width: 320px;
	margin: 10px;
	padding:  15px 15px 68px 15px;
	border: 1px solid #eeeeee;
}


#forgotPassOutline form{
	display: inline;
	margin-top: 2px;
}

#forgotPassOutline br{
	display: none;
}

#forgotPassOutline table{
	float: left;
	margin: 0px;
	padding: 0px;
}

#forgotPassOutline input{
	margin-top: 0px;
}

/**Client Profile
**************************************/

#profileButtonBkg{
	margin: 0px 5px;
	padding-left: 4px;
	background: url(../images/bkg_client_profile.jpg) top left repeat-x;
	height: 24px;
	border-left: 1px solid #dfe1e9;
	border-right: 1px solid #dfe1e9;
	font-size: 8pt;
}

a.profileButtons:link, a.profileButtons:visited{
	display: inline;
	background: url(../images/bkg_nav_client_profile.jpg) top left repeat-x;
	line-height: 24px;
	border-left: 1px solid #dfe1e9;
	border-right: 1px solid #dfe1e9;
	font-size: 8pt;
	margin: 0px;
	padding: 5px 10px 3px;
	color: #2b2b2b;
	font-weight: normal;
	text-decoration: none;
}

a.profileButtons:hover{
	display: inline;
	background: none;
	line-height: 24px;
	border-left: 1px solid #dfe1e9;
	border-right: 1px solid #dfe1e9;
	font-size: 8pt;
	margin: 0px;
	padding: 5px 10px 3px;
	color: #a1785d;
	font-weight: normal;
	text-decoration: underline;
}

#profileContainer{
	margin: 33px 0px 0px 15px;
}

#profileSection{
	margin: 8px 32px 18px;
}

#profileText{
	font-size: 9pt;
}

#profileImage{
	display: block;
	border: 1px solid #dfe1e9;
	background-color:#f5f5f5;
	width: 120px;
	padding: 10px;
	margin: 8px 40px;
}

#profileTable{
	margin: 15px 5px;
}

.gridDataTableLarge{
	width: 100%;
	border-collapse: collapse;
	border-bottom: 1px solid #e6e8ed;
	border-left: 1px solid #e6e8ed;
}

.gridHeaderRow{
	border-top: 1px solid #e6e8ed;
	border-right: 1px solid #e6e8ed;
	border-bottom: 1px solid #a4a5a9;
	border-left: 0px;
	padding: 5px;
	font-weight: normal;
	font-size: 8pt;
}

.gridRow td{
	border-right: 1px solid #e6e8ed;
	background-color: #f5f5f5;
	text-align: center;
	padding: 0px 3px;
	font-size: 8pt;
}

.gridAltRow td{
	border-right: 1px solid #e6e8ed;
	text-align: center;
	padding: 0px 3px;
	font-size: 8pt;
}
/*********** Shout v3.3.0 - CSS Fix for the client order summary showing bullets ***********/
/** Hover Summary
***********************************/

.tooltip{
	display: block;
	text-align: left;
}

a.tooltip ul{
	text-align: left;
	display: none;
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
}

a.tooltip ul li{
	margin: 0px;
	font-size: 8pt;
	padding: 0px 3px;
	list-style-position: inside;
}

a.tooltip:hover ul{
	margin-left: 0em;
	position: absolute;
	display: inline;
	background-color: ghostwhite;
	border: thin solid silver;
}

/** Hover Summary Mozilla Fix
***********************************/

a.tooltip + ul{
	text-align: left;
	display: none;
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
}

a.tooltip + ul li{
	margin: 0px;
	font-size: 8pt;
	padding: 0px 3px;
	list-style-position: inside;
}

a.tooltip:hover + ul{
	margin-left: 0em;
	position: absolute;
	display: inline;
	background-color: ghostwhite;
	border: thin solid silver;
}