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 */
	color: #000000;
	background-image: url(images/wallpaperBG01.jpg);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	-webkit-text-size-adjust: none;
	background-attachment: fixed;
	background-color: #666666;
}
.paragraph_style_5 {
	color: #151515;
	font-family: 'ArialMT', 'Arial', sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 18px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	opacity: 1.00;
	padding-bottom: 0px;
	padding-top: 0px;
	text-decoration: none;
	text-transform: uppercase;
}
.style_5.vertical-align-middle-innerbox {
    padding: 4px;
}
.vertical-align-middle-innerbox {
    display: table-cell;
    vertical-align: middle;
}
ol  { 
      padding:0;
      margin:0;
      text-indent:0;
      list-style-type:none ;
      list-style-image:none
    }
.paragraph_style_6 {
	color: #464658;
	font-family: 'ArialMT', 'Arial', sans-serif;
	font-size: 9px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 14px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	opacity: 1.00;
	padding-bottom: 0px;
	padding-top: 0px;
	text-align: left;
	text-decoration: none;
	text-indent: 0px;
	text-transform: uppercase;
}
a.class2 {
    color: #ff7326;
    text-decoration: none;
}
a.class2:visited {
    color: #ff7326;
    text-decoration: none;
}
a.class2:hover {
    color: #ff7326;
}
#navlist
{
	padding-left: 0;
	margin-left: 0px;
	font-family: ArialMT, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 8px;
	color: #FFFFFF;
}
#navlist  a {
	color: #FFFFFF;
}
#navlist a:hover {
	color: #000000;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
}
#navlist li
{
	list-style: none;
	margin: 0;
	padding-top: 2px;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 0em;
}
#navlist li a {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
}
#navlist li a:hover
{
	color: #000000;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left center;
}
#subnavbox {
	width:175px;
	float: right;
	padding-bottom: 5px;
}
a.liv1 {
	text-decoration: none;
	background-image: url(images/bttn_living.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
	height: 34px;
	width: 175px;
	margin: 0px;
	padding: 0px;
	display: block;
}
a.liv1:hover {
	background-image: url(images/bttn_living_ov.png);
	background-repeat: no-repeat;
}
a.sleep {
	text-decoration: none;
	background-image: url(images/bttn_sleeping.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
	height: 34px;
	width: 175px;
	margin: 0px;
	padding: 0px;
	display: block;
}
a.sleep:hover {
	background-image: url(images/bttn_sleeping_ov.png);
	background-repeat: no-repeat;
}
a.dine {
	text-decoration: none;
	background-image: url(images/bttn_dining.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
	height: 34px;
	width: 175px;
	margin: 0px;
	padding: 0px;
	display: block;
}
a.dine:hover {
	background-image: url(images/bttn_dining_ov.png);
	background-repeat: no-repeat;
}
a.garden {
	text-decoration: none;
	background-image: url(images/bttn_garden.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
	height: 34px;
	width: 175px;
	margin: 0px;
	padding: 0px;
	display: block;
}
a.garden:hover {
	background-image: url(images/bttn_garden_ov.png);
	background-repeat: no-repeat;
}
a.light {
	text-decoration: none;
	background-image: url(images/bttn_lighting.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
	height: 34px;
	width: 175px;
	margin: 0px;
	padding: 0px;
	display: block;
}
a.light:hover {
	background-image: url(images/bttn_lighting_ov.png);
	background-repeat: no-repeat;
}
.thrColFixHdr #container {
	width: 960px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/bg-mid.png);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
.thrColFixHdr #header {
	height: 44px;
	background-color: #FF9900;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 205px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr  #MidColumn {
	float: right; /* since this element is floated, a width must be given */
	width: 734px;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-bottom: 0;
	float: left;
	width: 506px;
} 
.thrColFixHdr #footer {
	height: 110px;
	background-image: url(images/footer_image.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	z-index: 1;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#LOGO {
	width:506px;
	height:162px;
	z-index:1;
	background-image: url(images/PAD-logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 20px;
}
#ContactBttn {
	width:205px;
	height:24px;
	margin-top: 130px;
}
#SideNavBox {
	width:205px;
	z-index:1;
	margin-top: 50px;
}
#DottedLine {
	width:185px;
	height:2px;
	float: right;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(images/line-wht.gif);
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #464658;
	line-height: 18px;
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #FF9900;
}
a:visited {
	text-decoration: none;
	color: #FF9900;
}
a:hover {
	text-decoration: underline;
	color: #FF9900;
}
a:active {
	text-decoration: none;
}
#rightHeader {
	float: right;
	width: 175px;
	margin-right: 30px;
	margin-top: 114px;
}
#MidBodyArea-inside {
	width:506px;
	float: left;
	margin-top: 10px;
}
.body-text-12px {
	font-size: 12px;
	line-height: 18px;
}
.body-text-bold-12px {
	font-size: 12px;
	font-weight: bold;
}
.header-text {
	font-size: 24px;
	line-height: 26px;
	font-family: ArialMT, Arial, Helvetica, sans-serif;
	color: #464658;
}
h1,h2,h3,h4,h5,h6 {
	font-family: ArialMT, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 24px;
	line-height: 26px;
	text-decoration: none;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
h2 {
	text-decoration: none;
	font-size: 12px;
	line-height: 18px;
}
.style6 {
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
	font-weight: bold;
}
.style7 {color: #FF9900}
.paragraph_style_1 {
	color: #464658;
	font-family: 'ArialMT', 'Arial', sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 18px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	opacity: 1.00;
	padding-bottom: 0px;
	padding-top: 0px;
	text-align: left;
	text-decoration: none;
	text-indent: 0px;
}
.paragraph_style_1_bold {
	color: #464658;
	font-family: 'ArialMT', 'Arial', sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 18px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	opacity: 1.00;
	padding-bottom: 0px;
	padding-top: 0px;
	text-align: left;
	text-decoration: none;
	text-indent: 0px;
}
.style9 {
	font-size: 11px;
	color: #FFFFFF;
	text-transform: uppercase;
}
.style10 {color: #464658}
.smallprint-caps {
	font-size: 9px;
	line-height: 12px;
	text-transform: uppercase;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
}
a.topnav {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
}
#TopNavBar {
	height:30px;
	z-index:1;
	width: 540px;
	margin-left: 203px;
	margin-top: 0px;
	padding-top: 14px;
	text-align: center;
}
#topnav {
	position:absolute;
	width:200px;
	height:20px;
	z-index:20;
	top: 12px;
	background-color: #CCCCCC;
	visibility: visible;
}
.paragraph_style_1_bold_linesTB {
	color: #464658;
	font-family: 'ArialMT', 'Arial', sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 18px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	opacity: 1.00;
	padding-bottom: 0px;
	padding-top: 0px;
	text-align: left;
	text-decoration: none;
	text-indent: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: 464658;
	border-bottom-color: 464658;
	display: block;
}
.paragraph_style_1_linesTB {
	color: #464658;
	font-family: 'ArialMT', 'Arial', sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 18px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	opacity: 1.00;
	padding-bottom: 0px;
	padding-top: 0px;
	text-align: left;
	text-decoration: none;
	text-indent: 0px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #464658;
	display: block;
}
.areaBlock {
	color: #fff;
	margin-bottom:15px;
	float:left;
	border: 3px solid #777;
	height: 20px;
	width: 144px;
	text-align:left;
	padding-top:120px;
	padding-left:2px;
	font-size:20px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: bold;
	margin-right:10px;
}
.areaBlock:hover {
	cursor:pointer;
	color:#ff9900;
}
#mainContainer {
	float:left;
	margin-top:30px;
	width: 490px;
	line-height: 10px;
}
#rightBar {
	float:right;
	margin-top:30px;
	margin-right:45px;
	width: 190px;
	height: 350px;
}
#rightBlock {
	width: 190px;
	height: 125px;
	background: #ff9900;
	color: #fff;
	border: 3px solid #ff9900;
	padding: 10px;
	padding-top:15px;	
	margin-bottom:25px;
}
#rightBar h2 { padding: 0; margin: 0; line-height: 20px; font-size: 25px; letter-spacing: -1px;}
#bLiving { background: url(newimg/bLiving.jpg) no-repeat; }
#bSleeping { background: url(newimg/bSleeping.jpg) no-repeat; }
#bDining { background: url(newimg/bDining.jpg) no-repeat; }
#bGarden { background: url(newimg/bGarden.jpg) no-repeat; }
#bLighting { background: url(newimg/bLighting.jpg) no-repeat; }
#bRugs { background: url(newimg/bRugs.jpg) no-repeat; }
#bMain { background: url(newimg/bMain.jpg) no-repeat; 	
	width: 470px;
	height: 22px;
	color: #fff;
	margin-bottom:25px;
	float:left;
	border: 3px solid #777;
	text-align:left;
	padding-top:285px;
	padding-left:2px;
	font-size:20px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: bold;
}
#gallery li { left: 0px; float: left; }