/*----------
Wentworth Furniture default stylesheet
1st draft 07-05-09
----------*/

/*----------reset margin etc in all browsers etc
----------*/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
}
body {
	padding-bottom: 20px;
	font-size: small;
	font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif;
	color: #6D6E71;
	text-align:center;/*this is for IE and is reset for other browsers later*/
	background: #bdbba2 url(../site_graphics/body_back2.jpg) repeat-x left top;
}
a {
	color: #9B5B37;
	text-decoration:none;
	text-decoration:none;
	}
	
a:hover {
	color: #9B5B37;
	text-decoration:underline;
	}
	
div.clearit {
	clear: both;
	height: 0;
	line-height: 0;
}
/*----------
Contains everything
----------*/
div#outerWrap {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	z-index: 5;
	background: url(../site_graphics/outer_wrap_back.jpg) repeat-y left top;
	z-index: 5;
}
div#phoneAndEmail {
	height: 27px;
	float: left;
	margin: 83px 0 0 200px;
	z-index: 30;
	display: inline;
}
div#phoneAndEmail ul {
	list-style-type: none;
}

div#phoneAndEmail ul li {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	display: inline;
	line-height: 27px;
	margin: 0 20px 0 0;
}
div#phoneAndEmail ul li a:link, div#phoneAndEmail ul li a:visited {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}
div#phoneAndEmail ul li a:hover, div#phoneAndEmail ul li a:active {
	color: #B4B180;
}
div#banner {
	width: 900px;
	height: 236px;
	padding: 0;
	z-index: 10;
	background: url(../site_graphics/heading_banner.jpg) no-repeat center top;
}
div#banner img {
	display: block; /*prevents unexpected margins*/
	z-index: 10;
}
/*----------
This hides the text inside the banner with the comapny's name
----------*/
div#banner p#wentworthFurniture{
	margin: 0;
	padding: 0;
	font-size: 1px;
	float: right;
}

/*---------
Contains everythig below the banner including the menu on the right
----------*/
div#mainContentWrap {
	width: 900px;
	margin: -126px 0 0 0;
	z-index: 20;
}

/*----------
Contains the main content including the slideshow and text
----------*/
div#leftCol {
	width: 637px;
	margin: 35px 0 0 0;
	padding: 0;
	float: left;
	text-align: left;
}

/*----------
picWrap contains only the static big on a page, not the PVII gallery
----------*/ 
div#leftCol div#picWrap {
	width: 637px;
	text-align: left;
}
div#leftCol div#picWrap img {
	display: block;
}

/*----------
galleryWrap contains the PVII gallery and is a fixed height otherwise page could jump up and down
----------*/
div#leftCol div#galleryWrap {
	width: 598px;
	padding: 0;
	text-align: center;
}

/*----------
midWrap contains eveyrything from below the slideshow and down to the address box.
If on the home page, it finishes before the 3 living room, dining room, bedroom furniture pic links
----------*/
div#leftCol div#midWrap {
	width: 598px;
}
div#leftCol div#midWrap div#leftMenu {
	width: 165px;
	margin: 25px 0 0 0;
	float: left;
}

/*----------
small menu to left of main text
----------*/
div#leftCol div#midWrap div#leftMenu ul {
	list-style-type: none;
	text-align: right;
	margin: 0 0 10px 0;
}
div#leftCol div#midWrap div#leftMenu ul li {
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px dashed #56542C;
}
div#leftCol div#midWrap div#leftMenu ul li.menuHead {
	color: #fff;
	background: #B4B180;
	padding: 0 10px 0 0;
	line-height: 26px;
}
/*important. stops double margin appearing between the two ul blocks in IE6*/
div#leftCol div#midWrap div#leftMenu ul li a:link, div#leftCol div#midWrap div#leftMenu ul li a:visited {
	display: inline-block;
}
div#leftCol div#midWrap div#leftMenu ul li a:link, div#leftCol div#midWrap div#leftMenu ul li a:visited {
	text-decoration: none;
	color: #000;
	background: #F2F1E1;
	display: block;
	padding: 0 10px 0 0;
	line-height: 40px;
}
div#leftCol div#midWrap div#leftMenu ul li a:hover, div#leftCol div#midWrap div#leftMenu ul li a:active {
	color: #9B5B37;
	background: #F2F1E1 url(../site_graphics/left_menu_hover_back.jpg) repeat-y right top;
}
div#leftCol div#midWrap div#leftMenu ul li a.currentLeftMenu:link, div#leftCol div#midWrap div#leftMenu ul li a.currentLeftMenu:visited, div#leftCol div#midWrap div#leftMenu ul li a.currentLeftMenu:hover, div#leftCol div#midWrap div#leftMenu ul li a.currentLeftMenu:active {
	color: #9B5B37;
	background: #F2F1E1 url(../site_graphics/left_menu_current_back.jpg) repeat-y right top;
}

/*----------
mainText is the sales information
----------*/
div#leftCol div#mainText {
	width: 410px;
	margin: 25px 0 0 0;
	padding: 0;
	float: right;
	text-align: left;
}
div#leftCol div#mainText h1 {
	margin: 0 0 20px 0;
	color: #9B5B37;
	font-size: 20px;
	letter-spacing: 0.1em;
}
div#leftCol div#mainText p {
	font-size: 14px;
	line-height: 1.5em;
	letter-spacing: 0.05em;
}


/*stockLinksWrap contains the row of CC, Pinetum and Kettle links
----------*/
div#leftCol div#mainText div#stockLinksWrap {
	margin: 20px 0 0 0;
	padding: 0;
	text-align: left;
}
div#leftCol div#mainText div#stockLinksWrap div.stockLinks {
	width: 122px;
	float: left;
	margin-left: 20px;
}
div#leftCol div#mainText div#stockLinksWrap div.stockLinks img {
	display: block;
}
div#leftCol div#mainText div#stockLinksWrap div.stockLinks h2 {
	padding: 0 8px;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #E4E2C3;
	background: #838071;
}
div#leftCol div#mainText div#stockLinksWrap div.stockLinks a:link, div#leftCol div#mainText div#stockLinksWrap div.stockLinks a:visited  {
	padding: 0 8px;
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	background: #B4B180;
	text-decoration: none;	
	display: block;
	text-align: right;
}
div#leftCol div#mainText div#stockLinksWrap div.stockLinks a:hover, div#leftCol div#mainText div#stockLinksWrap div.stockLinks a:active {
	color: #838071;
	background: #F2F1E1 url(../site_graphics/left_menu_hover_back.jpg) repeat-y right top;
}


/*furnitureLinksWrap contains the large photos at the bottom of the home page and the links
----------*/
div#furnitureLinksWrap {
	width: 637px;
	margin: 12px 0 0 0;
	padding: 12px 0;
	background: #fff;
}
div#furnitureLinksWrap div.furnitureLinksBlock {
	width: 211px;
	margin: 0;
	background: #fff;
	border-left: 1px solid #000;
	float: left;
	text-align: center;
}
div#furnitureLinksWrap div.furnitureLinksBlock a:link, div#furnitureLinksWrap div.furnitureLinksBlock a:visited {
	color: #6D6E71;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	display: block;
}
div#furnitureLinksWrap div.furnitureLinksBlock a:hover, div#furnitureLinksWrap div.furnitureLinksBlock a:active {
	color: #fff;
	background: url(../site_graphics/furniture_hover.jpg) repeat-y top center; 
}
div#addressBox {
	width: 440px;
	height: 100px;
	margin: 0 0 0 165px;
	padding: 10px 0 0 0;
}
div#addressBox ul {
	margin: 5px 0 0 0;
}
div#addressBox ul li {
	font-size: 12px;
	line-height: 14px;
	display: inline;
	padding-left: 15px; 
  	background: url(../site_graphics/bullet.jpg) no-repeat left center; 
}
div#addressBox ul li.noBullet {
	background: #E5E2C3;
}
div#addressBox div#cards {
	margin: 15px 0 0 15px;
}
div#addressBox div#cards p {
	font-size: 12px;
	line-height: 23px;
	padding: 7px 0 0 0;
}
div#addressBox div#cards img {
	float: left;
	margin: 0 20px 0 0;
}

/*----------
Contains list menu on right
----------*/
div#rightCol {
	width: 263px;
	margin: 122px 0 0 0;
	padding: 0;
	float: right;
	background: #838071;
	height: 200px;
}
div#rightCol ul {
	width: 263px;
	list-style-type: none;
	text-align: left;
}
div#rightCol ul li a:link {
	display: inline-block;
}
div#rightCol ul li a:link, div#rightCol ul li a:visited {
	font-size: 18px;
	color: #E5E2C3;
	text-decoration: none;
	display: block;
	padding: 0 0 0 20px;
	line-height: 40px;
	border-bottom: 1px solid #B4B180;
}
div#rightCol ul li a:hover, div#rightCol ul li a:active {
	color: #fff;
	background: url(../site_graphics/right_menu_hover.jpg) repeat-x left bottom;
} 
div#rightCol img {
	display: block;
}
div#rightCol ul li a.currentRightMenu:link, div#rightCol ul li a.currentRightMenu:visited, div#rightCol ul li a.currentRightMenu:hover, div#rightCol ul li a.currentRightMenu:active {
	color: #9B5B37;
	background: url(../site_graphics/right_menu_current.jpg) repeat-y left top;
}

