* { font-size:11px; }

html {
overflow-y:scroll;
}

body {
	background:#000;

}
#global {
	width:922px;
	margin:0 auto;
}

/* ------------------------------------------------------------ LINKS */

a {
	color:#0070BF;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}


/* ------------------------------------------------------------ HEADER */

#header {
	background:url('../images/logo.png') no-repeat 0 21px;
	height:84px;
}
#header h2 {
	display:none;
}

/* ------------------------------------------------------------ A_HOME */

#a_home {
	position:absolute;
	top:20px;
	left:50%;
	margin-left:-460px;
	width:400px;
	height:60px;
	display:block;
}
#a_home span {
	display:none;
}


#main_menu {
	float:right;
}
#menu {
	height:33px;
	width:800px;
	position:absolute;
	left:50%;
	margin-left:-400px;
	top:132px;
}
#body_home #menu {

}
#menu ul {
	list-style-type:none;
	float:right;

}

#menu ul li {
	float:left;
}

#menu ul li a { 
	display:block;
	width:160px;
	height:33px;
}

#menu ul li a span {
	display:none;
}

li#menu_kitchens a {
	background:url('/images/menu.png');
}
li#menu_kitchens a:hover {
	background-position:0 -66px;
}
li#menu_kitchens a:active {
	background-position:0 -33px;
}
li#menu_cabinetry a {
	background:url('/images/menu.png') -160px 0;
	width:159px !important;
}
li#menu_cabinetry a:hover {
	background-position:-160px -66px;
}
li#menu_cabinetry a:active {
	background-position:-160px -33px;
}
li#menu_hardwood a {
	background:url('/images/menu.png') -319px 0;
	width:158px !important;
}
li#menu_hardwood a:hover {
	background-position:-319px -66px;
}
li#menu_hardwood a:active {
	background-position:-319px -33px;
}
li#menu_gallery a {
	background:url('/images/menu.png') -477px 0;
	width:162px !important;
}
li#menu_gallery a:hover {
	background-position:-477px -66px;
}
li#menu_gallery a:active {
	background-position:-477px -33px;
}
li#menu_contact a {
	background:url('/images/menu.png') -639px 0;
	width:160px !important;
}
li#menu_contact a:hover {
	background-position:-639px -66px;
}
li#menu_contact a:active {
	background-position:-639px -33px;
}

#content {
	height:600px;
}

#left {
	margin:80px 0 0 61px;
	background:url('/images/left_content_bg.png');
	float:left;
	height:451px;
	width:196px;
	color:white;
	padding:10px;	
	/*text-align:justify;*/
}

/* ------------------------------------------------------------ LEFT */


#body_home #left {
       
}

#left h3 {
	margin:20px 0;
	color:#F0A93F;
}

#left ul {
	margin:10px 0 10px 40px;
	list-style-type:none;
}

#left ul li {
	padding:10px;
}

#left ul li a {
	color:white;
}


div.sitemap ul { 
	margin-left:30px;
}

div.sitemap li {
	padding:3px;
}

#left img.intext {
	margin-right:10px;
	margin-bottom:10px;
}

/* ------------------------------------------------------------ HEADERS */

h2, h3, h4, h2 a, h3 a, h4 a {
	color:white;
	font-family:  Arial;
	font-size:20px;
	font-weight:normal;

}
h3, h3 a { font-size:14px; color:black; }
h4, h4 a { font-size:14px; }

h2.pagehead { 
	font-size:24px;
    margin:10px 0 10px 0;
}
h2.pagehead a {
	font-size:14px;
}

h3.offer {
	width:250px;
}

#front {
	margin:30px 0 30px 0;
}


/* ------------------------------------------------------------ FOOTER */

#footer {
	padding:15px 0;
	margin-left:20px;
	margin-right:10px;
	
	
}

#footer * {
	color:#666;
	text-align:right;
}



#gallery_next {
	color:white;
	padding:15px 30px;
	background:url('/images/left_content_bg.png');
	position:absolute;
	top:360px;
	left:50%;
	margin-left:314px;
}

#gallery_prev {
	color:white;
	padding:15px 30px;
	background:url('/images/left_content_bg.png');
	position:absolute;
	top:360px;
	left:50%;
	margin-left:-400px;
}
   

