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

/*reset all*/
/* Don't forget to set a foreground and background color 
   on the 'html' or 'body' element! */
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}
/*start here*/
body {
	background-color:#000000;
	background-repeat:no-repeat;
	background-position:top center;
	color:#000;
	text-align:center; /*for IE8*/
	margin: 0px;
	padding: 0px;
	font-weight:normal;
	height:100%;
}
a,
a:visited,
a:hover,
a:active {
	text-decoration:none;
}

/*structure*/

#container {
	position:absolute;
	width:100%;
	height:100%;
	margin: 0 auto 0 auto;
	padding:0;
	top:0;
	left:2px;
}

#site {
	width:970px;
	margin:0px auto 0 auto;
}



h1{
	font-family:"Times New Roman", Times, serif;
	font-size: 24px;
	color: #660000;
	padding-bottom: 10px;
}

h2 {
	font-family:"Times New Roman", Times, serif;
	font-size: 20px;
	padding-bottom: 5px;
	text-decoration: none;
	color: #000000;
	font-style: italic;
	padding-top: 15px;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color:#660000;
	padding-bottom: 5px;
	padding-top: 20px;
}

h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color:#660000;
	padding-bottom: 5px;
}

h5 {
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	padding-bottom: 20px;
	line-height: 30px;
	color: #333333;
	font-weight:normal;
	font-style: italic;
}


h6 {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	padding: 15px 0px 10px 0px;
	line-height: 20px;
	color: #333333;
	font-weight:bold;
	font-style: italic;
}

p {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-bottom: 15px;
	line-height: 20px;
	color: #333333;
}

a {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-bottom: 10px;
	line-height: 20px;
	color: #333333;
	text-decoration:none;
}


#header{
	background-image: url(../_img/topBar_bg.jpg);
	width: 100%;
	text-align: center;
}

#topBanner{
	text-align: center;
	width: 863px;
	margin: 0px auto;
}

#mainNav{
	background-color:#FFFFFF;
	height:20px;
}

#nav {
	margin:0px auto;
	width: 970px;
	text-align: center;
	height: 20px;
	overflow: hidden;
}

#nav p,
#nav a {
	text-align:center;
}

#mainNav p, 
#mainNav a {
	color:#660000;
	text-decoration:none;
	font-family:"Times New Roman", Times, serif;
	letter-spacing:3px;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
}

#nav a:hover {
	color:#000000;
}


#productNav{
	background-image:url(../_img/serviceNav.jpg);
	height: 20px;
}

#productNav p,
#productNav a {
	color:#FFFFFF;
	font-family:"Times New Roman", Times, serif;
	font-size:10px;
	letter-spacing: 1px;
}

#midBar{
	width:100%;
	height:310px;
	border-bottom-color:#999999;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-top-color:#333333;
	border-top-style:solid;
	border-top-width:1px;
	background-color:#D0D0D0;
	background-image: url(../_img/banner-bg.jpg);
	background-repeat: repeat-x;
}

#presentation{
	width:970px;
	margin:0px auto;
}

#contentArea{
	width:100%;
	background-image: url(../_img/fadeToWhite.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

#content{
	width:975px;
	margin:0px auto;
	padding-top: 10px;
}


#leftColumnHome{
	width:410px;
	padding: 20px;
	background-color: #FFFFFF;
	float: left;
}

#leftColumn{
	width:580px;
	padding: 20px;
	background-color: #FFFFFF;
	padding-bottom: 50px;
}

#leftColumnblog{
	width:580px;
	padding: 20px;
	background-color: #FFFFFF;
	padding-bottom: 50px;
}

#rightColumnHome{
	width:470px;
	float: none;
	padding: 20px;
	background-color: #FFFFFF;
	margin-left: 460px;
}

#rightColumn{
	width:300px;
	background-color: #FFFFFF;
	padding: 20px;
	float: right;
}


#rightColumnblog{
	width:300px;
	background-color: #FFFFFF;
	padding: 20px;
	float: right;
}

#homeService{
	height:100px;
	padding-top: 10px;
}

#homeService img{
	float:left;
	border-color:#999999;
	border-width:1px;
	border-style: solid;
}

#homeService h4{
	padding-left:100px;
}
#homeService p{
	padding-left:100px;
	line-height:15px;
	font-size: 11px;
	vertical-align: top;
}


#footer{
	width:100%;
	background-image:url(../_img/base_bg.jpg);
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer_copy{
	margin:0px auto;
	width: 975px;
	text-align: center;
}

#footer_copy p,
#footer_copy a {
	font-size:10px;
	color: #999999;
	text-decoration:none;
	padding-bottom: 0px;
	line-height: 16px;
	text-align: center;
}

#leftColumn li{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-bottom: 5px;
	line-height: 20px;
	color: #333333;
	list-style-type:disc;
	line-height:16px;
	margin-left: 20px;
}

#leftColumn ul{
	padding: 10px 0px;
}




#sideService{
	height: 110px;
}

#sideServiceProfessional{
	height:365px;
}


#sideServiceDesigner{
	height:720px;
}

#sideServiceCatalog{
	height:90px;
	border-bottom-color:#999999;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	margin-bottom: 40px;
}
#sideService img,
#sideServiceProfessional img,
#sideServiceDesigner img{
	float:left;
	border-color:#999999;
	border-width:1px;
	border-style: solid;
}

#sideService h4,
#sideServiceProfessional h4,
#sideServiceDesigner h4,
#sideServiceCatalog h4{
	padding-left:90px;
}

#sideService p,
#sideServiceProfessional p,
#sideServiceDesigner p,
#sideServiceCatalog p{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-bottom: 10px;
	line-height: 20px;
	color: #333333;
	padding-left:100px;
	line-height:15px;
	font-size: 11px;
	vertical-align: top;
}

#sideService a,
#sideServiceProfessional a,
#sideServiceDesigner a,
#sideServiceCatalog a{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:9px;
	line-height: 20px;
	color: #333333;
	text-decoration:none;
	margin-bottom: 10px;
}

#sideService a.hover,
#sideServiceProfessional a.hover,
#sideServiceDesigner a.hover,
#sideServiceCatalog a.hover{
	color:#000000;
}

#sideService li,
#sideServiceProfessional li,
#sideServiceDesigner li,
#sideServiceCatalog li{
	list-style-type:none;
	line-height:7px;
	margin-left: 90px;
	font-size:10px;
}

#sideServiceCatalog img{
	float:left;
}

.navSelected{
	color:#000000;
}


#midBarCabinets{
	width:100%;
	height:470px;
	border-bottom-color:#CCCCCC;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-top-color:#333333;
	border-top-style:solid;
	border-top-width:1px;
	background-color:#666666;
	background-image: url(../_img/banner-bg.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-position:bottom;
}


#midBarFlooring{
	width:100%;
	height:350px;
	border-bottom-color:#CCCCCC;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-top-color:#333333;
	border-top-style:solid;
	border-top-width:1px;
	background-color:#666666;
	background-image: url(../_img/banner-bg.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-position:bottom;
}


#catalog{
	width:550px;
	height: 250px;
}
#catalog img{
	float:left;
	padding-right:20px;
	padding-bottom:20px;
}



#press{
	width:550px;
	height:250px;
}

#press img{
	float:left;
	padding-right:20px;
	padding-bottom:10px;
}

#pressLeft{
	width:500px;
}

#pressRight{
	margin-right: 0px;
	float: right;
}

#leftColumnPress{
	width:800px;
	padding: 20px;
	background-color: #FFFFFF;
	padding-bottom: 50px;
}

#midBarCabinetLanding{
	width:100%;
	height:390px;
	border-bottom-color:#CCCCCC;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-top-color:#333333;
	border-top-style:solid;
	border-top-width:1px;
	background-color:#666666;
	background-image: url(../_img/banner-bg.jpg);
	background-repeat: repeat-x;
	background-position:center;
	background-position:bottom;
}




#midBarCabinets{
	width:100%;
	height:415px;
	border-bottom-color:#CCCCCC;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-top-color:#333333;
	border-top-style:solid;
	border-top-width:1px;
	background-color:#666666;
	background-image: url(../_img/banner-bg.jpg);
	background-repeat: repeat-x;
	background-position:center;
	background-position:bottom;
}



#twitter_div {
	width:300px;
}


#twitter_update_list{
	padding-left: 0px;
	margin-left: 0px;
	
}


#twitter_update_list a {
	color:#660000;
	text-decoration:none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left:0px;
}

#twitter_update_list li{
	border-bottom-width:1px;
	border-bottom-color:#999999;
	border-bottom-style:dotted;
	list-style-type:none;
	list-style-position:inside;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	margin-left: 0px;
	margin-bottom:15px;
	line-height:22px;
}

.homeHeader{
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	font-size: 24px;
	color: #660000;
	padding-bottom: 10px;
}

.widthNum{
	font-size:9px;
}

#sideServiceDesigner li.cabHeader{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	line-height:9px;
	color:#000;
	padding:20px 0px 3px 0;
}

#description_cab p{
	width:150px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	padding:5px 0px 3px 0;
	margin-left:90px;
}