@charset "UTF-8";
/* CSS Document */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-image: url(../shared-images/main-bg.png);
	background-repeat: repeat-x;
}
html {
	overflow-y: scroll;
} /* always show vertical scroll bar */

a img {
	border: none;
}
a {
	border: none;
}

/* TOP NAV OLD 

#navbar {
    font-family:Constantia, Georgia, sans-serif;
    font-size:13px;
    font-weight:bold;
}
#navbar li {
    list-style:none;
    display:inline;
}
#navbar a {
	width:160px;
	color:#FFF;
	text-decoration:none;
	float:left;
	padding:0;
	background-image: url(../shared-images/tabs.png);
	background-repeat: no-repeat;
	text-align: center;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -10;
}
#navbar a:hover { 
    background-position:0 -45px;
    color:#1e5ebd;
}
#navbar a:active {
    background-position:0 -90px;
    color:#1e5ebd;
}

END TOP NAV OLD */

.bigBoss #container {
	width: 890px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#mainContentWrapper  {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	display: block;
	clear: both;
	background-image: url(../shared-images/mainBoxMiddle.png);
	background-repeat: repeat-y;
	background-position: center center;
}
#header {
	width:890px;
	height:116px;
	display: block;
}

/* >>>>>>>>>>>>>>>>>>>>>>>>> TOP NAV <<<<<<<<<<<<<<<<<<<<<<<<<<<<*/ 

#topNav {
	width:890px;
	height:52px;
	display: block;
	background-image: url(../shared-images/top-nav-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	z-index: 1;
	position: relative;
}
.subNavLink {
	font-size: 13px;
	font-weight: normal;
}

#topNav ul {
	padding: 0px;
	margin: 0px;
}
#topNav li {
	font-family: Constantia, Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size:14px;
	color:#FFF;
	width:175px;
	height:20px;
	text-align: center;
	float: left;
	padding: 13px 0 0 0;
	list-style-type: none;
}
#topNav li a:link {
	color:#FFF;
	cursor:pointer;
	text-decoration: none;
	font-weight: bold;
}

#topNav li a:visited {
	color:#FFF;
	cursor:pointer;
	text-decoration: none;
	font-weight: bold;
}

#topNav li a:hover {
	color:#EAEAEA;
	cursor:pointer;
	text-decoration: none;
}

#topNav li a:active {
	color:#FFF;
	cursor:pointer;
	text-decoration: none;
}


/* >>>>>>>>>>>>>>>>>>>>>>>>> TOP NAV END <<<<<<<<<<<<<<<<<<<<<<<<<<<<*/ 

.secondaryNav {
	background-image: url(../shared-images/secondry-nav-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 315px;
	width: 882px;
	position: relative;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 8px;
}
#banner_div {
}
#logo {
	float: left;
	padding: 0px 0 0 5px;
}
#contactDetails {
	float: right;
	padding: 0px 5px 0 0;
}

#mainBobTop {
	height:20px;
	background-image: url(../shared-images/mainBoxTop.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;

}
#mainBobContent {
	background-image: url(../shared-images/mainBoxMiddle.png);
	background-repeat: repeat-y;
	background-position: left top;
	display: block;
	clear: both;
	padding-top: 0;
	padding-right: 13px;
	padding-bottom: 0;
	padding-left: 13px;
}
#mainBobBottom {
	height:20px;
	background-image: url(../shared-images/mainBoxBottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	clear: both;
}

/* MAIN CONTENT BEGIN */

#mainContent {
	background-image: url(../shared-images/mainContentBG.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}

#txtBox h1 {
	font-family: Constantia, Georgia, "Times New Roman", Times, serif;
	color:#003366;
	margin: 0px;
	padding: 0 0 5px 0;
	font-size: 20px;
}
#txtBox h1 a:link {
	color:#003366;
	cursor:pointer;
	text-decoration: underline;
	font-weight: bold;
}

#txtBox h1 a:visited {
	color:#003366;
	cursor:pointer;
	text-decoration: underline;
	font-weight: bold;
}

#txtBox h1 a:hover {
	color:#003366;
	cursor:pointer;
	text-decoration: none;
	font-weight: bold;
	text-decoration: underline;
}

#txtBox h1 a:active {
	color:#003366;
	cursor:pointer;
	text-decoration: underline;
	font-weight: bold;
}

#txtBox h2 {
	font-family: Constantia, Georgia, "Times New Roman", Times, serif;
	color:#333;
	margin: 0px;
	padding: 5px 0 5px 0;
	font-size: 15px;
}
#txtBox h2 a:link {
	color:#333;
	cursor:pointer;
	text-decoration: underline;
	font-weight: bold;
}

#txtBox h2 a:visited {
	color:#333;
	cursor:pointer;
	text-decoration: underline;
	font-weight: bold;
}

#txtBox h2 a:hover {
	color:#000;
	cursor:pointer;
	text-decoration: none;
	font-weight: bold;
	text-decoration: underline;
}
#txtBox h2 a:active {
	color:#333;
	cursor:pointer;
	text-decoration: underline;
	font-weight: bold;
}
#txtBox p {
	font-family: Constantia, Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #333;
	margin: 0 0 10px 0;
}

#txtBox a:link {
	color:#333;
	cursor:pointer;
	text-decoration: none;
	font-weight: normal;
	text-decoration: underline;
}
#txtBox a:visited {
	color:#333;
	cursor:pointer;
	text-decoration: none;
	font-weight: normal;
	text-decoration: underline;
}
#txtBox a:hover {
	color:#000;
	cursor:pointer;
	text-decoration: none;
	font-weight: normal;
	text-decoration: underline;
}
#txtBox a:active {
	color:#333;
	cursor:pointer;
	text-decoration: none;
	font-weight: normal;
	text-decoration: underline;
}
#txtBox ul {
	font-family: Constantia, Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #333;
	padding: 4px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
}
#txtBox li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding: 0px;
}

/* MAIN CONTENT END */

/* FOOTER BEGIN */

#footerDiv {
	font: Constantia, Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#666;
	padding: 10px 0 0 0;
}

#footerRightContentBox {
	float:right;
	width:125px;
	padding: 0 0 10px 0;
}
#footerAddress {
	float:left;
	width:250px;
	padding: 0 0 20px 10px;
}

/* FOOTER END */
#footerDiv h1 {
	margin: 0 0 2px 0;
	font-size: 12px;
}

#footerDiv p {
	margin: 0px;
}

#footerDiv a:link {
	color:#666;
	cursor:pointer;
	text-decoration: underline;
}

#footerDiv a:visited {
	color:#666;
	cursor:pointer;
	text-decoration: underline;
}

#footerDiv a:hover {
	color:#000;
	cursor:pointer;
	text-decoration: underline;
}

#footerDiv a:active {
	color:#666;
	cursor:pointer;
	text-decoration: underline;
}


#footerDiv ul {
	margin: 0px;
	padding:0px;
	list-style-type: none;
}

#footerDiv li {
	margin: 0px;
	padding:0px;
	list-style-type: none;
}

#footerLeft {
	float: left;
	padding: 10px 0 0 5px;
}
#footerRight {
	padding: 10px 5px 0 0;
}
#mansDiv {
	height: 95px;
	width: 880px;
	background-image: url(../shared-images/mansBG.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	clear: both;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}
.productNav {
	background-image: url(../shared-images/products-nav-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 220px;
	width: 884px;
	padding: 10px 0 0 5px;
}
#productNavBoxChairs {
	background-image: url(../shared-images/chairs-bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	display: block;
	height: 25px;
	width: 176px;
	padding: 175px 0 0 0;
	text-align: center;
}
#productNavBoxBedroom {
	background-image: url(../shared-images/bed-furn-BG.png);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	display: block;
	height: 25px;
	width: 176px;
	padding: 175px 0 0 0;
	text-align: center;
}
#productNavBoxFurniture {
	background-image: url(../shared-images/living-furniture-BG.png);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	display: block;
	height: 25px;
	width: 176px;
	padding: 175px 0 0 0;
	text-align: center;
}
#productNavBoxBeds {
	background-image: url(../shared-images/beds-BG.png);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	display: block;
	height: 25px;
	width: 176px;
	padding: 175px 0 0 0;
	text-align: center;
}
#productNavBoxSofas {
	background-image: url(../shared-images/sofas-BG.png);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	display: block;
	height: 25px;
	width: 176px;
	padding: 175px 0 0 0;
	text-align: center;
}
#productNav h1 {
	font-family: Constantia, Georgia, "Times New Roman", Times, serif;
	color:#333;
	margin: 0px;
	padding: 0 0 5px 0;
	font-size: 15px;
}
#productNav h1 a:link {
	color:#333;
	cursor:pointer;
	text-decoration: underline;
	font-weight: bold;
}

#productNav h1 a:visited {
	color:#333;
	cursor:pointer;
	text-decoration: underline;
	font-weight: bold;
}

#productNav h1 a:hover {
	color:#000;
	cursor:pointer;
	text-decoration: none;
	font-weight: bold;
	text-decoration: underline;
}

#productNav h1 a:active {
	color:#333;
	cursor:pointer;
	text-decoration: underline;
	font-weight: bold;
}
#internalLinks {
	padding-top: 15px;
	background-image: url(../shared-images/footer-hr.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#disclaimerDiv {
	padding-top: 15px;
	background-image: url(../shared-images/footer-hr.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#designedDiv {
	padding-top: 15px;
	background-image: url(../shared-images/footer-hr.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#navBoxOLD {
	font-size:15px;
	color:#FFF;
	width:175px;
	height:20px;
	text-align: center;
	font-family: Constantia, Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	float: left;
	padding: 12px 0 0 0;
}
#leftColum {
	width: 420px;
	float: left;
	display: block;
	/*background-image: url(../shared-images/columBG.png);
	background-repeat: no-repeat;
	background-position: center top;*/
}
#rightColum {
	width: 420px;
	float: right;
	display: block;
	/*background-image: url(../shared-images/columBG.png);
	background-repeat: no-repeat;
	background-position: center top;*/
}
#slideshowDiv {
	padding: 1px 0 20px 1px;
	height: 258px;
	width: 420px;
	background-image: url(../shared-images/furniture-BG.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#contactDiv {
	clear: both;
	height: 210px;
}
#innerContact {
	height: 150px;
	width: 190px;
	float: left;
	padding-right: 15px;
}
#innerOpening {
	height: 150px;
	width: 370px;
	float: left;
	padding-right: 15px;
}
#innerParking {
	height: 150px;
	float: left;
	width: 230px;
}
#imgBox {
	padding: 0 8px 8px 0;
	clear: both;
	float: left;
}
