A {
	color: #C9252B;
	
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

BODY {
	margin: 0px;
	padding: 0px;
	background: #fbfbfb;
	text-align: center;
	background-image: url(../images/page_bg.jpg);
	background-repeat: repeat-x;

	font-family: Verdana, Helvetica, Arial, Sans-Serif; 
	font-size: 12px;
	color: #707070;
}

FORM {
	margin: 0px;
	padding: 0px;
}

IMG {
	border: 0px;
}


H1, H2, H3, H4, H5 P {
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

.clear {
	clear: both;
}

/* ########################################################################################## */



#maincontainer {
	background: #ffffff url('../images/contentbacking.gif') top left repeat-x;
}

/* ########################################################################################## */


#header {
	color: #cfcabe;
	text-transform: lowercase;
	padding: 35px 0px 15px 0px;
}

#header A {
	color: #7f765d;
	text-decoration: none;
}

#header A:hover, #header A.selected {
	color: #C9252B;
}

#header .menuarea {
	float: right;
	font-size: 13px;
}

#header .topmenu {
	text-transform: uppercase;
	text-align: right;
	font-size: 11px;
	padding: 0px 0px 0px 0px;
}


/* ########################################################################################## */

#splashlist {
	height: 274px;
}

#splashlist UL {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#splashlist LI {
	float: left;
	padding: 0px 0px 0px 10px;
}

#splashlist LI.first {
	padding: 0px;
}

#splashlist LI A {
	display: block;
	text-decoration: none;
	width: 182px;
	height: 274px;
}

#splashlist LI A.kitchens { background: url('../images/splash_kitchens.jpg') top left no-repeat; }
#splashlist LI A.closets { background: url('../images/splash_closets.jpg') top left no-repeat; }
#splashlist LI A.childrens { background: url('../images/splash_childrens.jpg') top left no-repeat; }
#splashlist LI A.doors { background: url('../images/splash_doors.jpg') top left no-repeat; }
#splashlist LI A.accessories { background: url('../images/splash_accessories.jpg') top left no-repeat; }

#splashlist LI A:hover {
	background-position: -182px 0px;
}

/* ########################################################################################## */

#subpagesplash {
	height: 342px;
}

#subpagesplash .splash {
	float: right;
	margin: 0px 0px 0px 10px;
	border-left: 3px solid #ffffff;
}

#subpagesplash H1 {
	background: #84c341;
	color: #ffffff;
	text-align: right;
	padding: 5px 0px 5px 0px;
	font-size: 12px;
	font-weight: normal;
}

#subpagesplash UL {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#subpagesplash UL LI {
	padding: 20px 0px 0px 0px;
}

#subpagesplash UL LI A {
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	letter-spacing: -1px;
	color: #707070;
	text-decoration: none;
}


/* ########################################################################################## */

#content {
	padding: 15px 0px 30px 0px;
	line-height: 1.5;
}

#content H1 {
	font-family: Georgia, "Times New Roman", Serif;
	font-size: 18px;
	font-weight: normal;
}

#content .slideshow, #content .textblock {
	float: right;
	border-left: 1px solid #dbdada;
	border-right: 1px solid #dbdada;
	padding: 0px 30px 0px 30px;
	margin: 0px 0px 15px 40px;
}

#content .textblock .padding {
	width: 268px;
	padding: 0px 0px 15px 0px;
}

#content .textblock .orangetext {
	width: 268px;
	padding: 15px 0px 15px 0px;
	text-align: center;
	color: #e97924;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 2;
}

#content .textblock H5 {
	display: block;
	text-transform: uppercase;
	font-size: 15px;
	padding: 0;
	margin: 0;
}

#content .textblock SMALL {
	display: block;
}


/* ########################################################################################## */

#footcontainer {
	background: url('../images/footerbacking.gif') top left repeat-x;
	padding: 20px 0px 45px 0px;
}

#footcontainer .copyright {
	float: right;
	font-size: 9px;
	text-align: right;
}

#footcontainer P {
	line-height: 1.5;
}

#footcontainer .phone {
	font-size: 17px;
	color: #e97924;
}

/* ########################################################################################## */

.doubledivider {
	clear: both;
	border-top: 1px solid #c7c6c6;
	border-bottom: 1px solid #c7c6c6;
	margin: 10px 0px 10px 0px;
}

.innercontainer {
	width: 950px;
	margin: auto;
	text-align: left;
}










/* ########################################################################################## */









#mainmenu,
#mainmenu * {
	margin:0;
	padding:0;
}

#mainmenu {
	position:relative;
	float:left;
	list-style: none;
}

#mainmenu li {
	float:left;
	font-weight: bold;
	font-size: 14px;
	padding: 10px 0px 0px 0px;
}

#mainmenu li div {
	width: 645px;
	position:absolute;
	top: 27px;
	left:-9000px;
	text-align: left;
	padding: 5px 0px 10px 0px;
}



#mainmenu li div a {
	position:relative !important; /* ie Mac */
	display:inline;
	float:none;

	white-space: nowrap;
	font-weight: normal;
	background: none;

	font-size: 13px;
}

#mainmenu li:hover div,
#mainmenu li.msieFix div {
	left: 0;
	z-index: 10;
}

#mainmenu li.active a {
	color: #C9252B;
}

#mainmenu li.active div a,
#mainmenu li.msieFix div a {
	color: #C9252B;
}

#mainmenu li.active div a:hover,
#mainmenu li.msieFix div a:hover {
	color: #C9252B;
}

#mainmenu li.active div {
	left: 0;
	z-index: 5;
}

#mainmenu li div {
	background: #ffffff !important
}

#mainmenu li.msieFix a {
	color: #C9252B; !important
}






/* ########################################################################################## */





/* Styles for the entire LavaLamp menu */
.lavaLamp {
    position: relative;
    height: 24px;
	width: 672px;
    overflow: hidden;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}
    /* Force the list to flow horizontally */
    .lavaLamp li {
        float: right;
        list-style: none;
    }
        /* Represents the background of the highlighted menu-item. */
        .lavaLamp li.back {
            background: url("../images/lava.gif") no-repeat right -24px;
            width: 9px;
			height: 30px;
            z-index: 8;
            position: absolute;
        }
            .lavaLamp li.back .left {
                background: url("../images/lava.gif") no-repeat top left;
                height: 25px;
                margin-right: 9px;
            }
        /* Styles for each menu-item. */
        .lavaLamp li a {
            position: relative; overflow: hidden;
            color: #7f765d;
			outline: none;
            height: 30px;
			top: 5px;
            z-index: 10;
            float: left;
			display: block;
            margin: auto 10px;
        }




/* ########################################################################################## */

#gallery {
	overflow: hidden;
	*height: 1%; /* dirty hack for a dirty browser */
}

.gallery_sidemenu {
	width: 200px;
	float: left;
	background: #eeeeee;

	margin-bottom: -2000px;
	padding-bottom: 2000px;
}

.gallery_sidemenu UL {
	list-style: none;
	padding: 5px;
	margin: 0px;
}

.gallery_sidemenu LI {
	width: 95px;
	float: left;
}

.gallery_sidemenu LI A {
	display: block;
	color: #999999;
	padding: 3px 0px 3px 7px;
	text-decoration: none;
}

.gallery_sidemenu LI A.selected {
	background: #e0e0e0;
}

.gallery_sidemenu LI A:hover {
	background: #e97924;
	color: #ffffff;
	text-decoration: none;
}



.gallery_thumbblock {
	width: 400px;
	float: left;
/*	background: #f7f7f7;

	margin-bottom: -2000px;
	padding-bottom: 2000px;
*/
}

#gallery .size1 {
	width: 600px;
}

#gallery .size2 {
	width: 750px;
}

#gallery .size3 {
	width: 950px;
}

.gallery_thumbblock .padding {
	padding: 0px 20px 20px 20px;
}

.gallery_thumbblock H2 {
	font-size: 16px;
	font-style: italic;
	color: #333333;
}

.gallery_thumbblock .thumbnail {
	float: left;
	margin: 0px 5px 5px 0px;
}


.gallery_bigthumb {
	background: #f7f7f7;
	width: 330px;
	float: left;
/*
	margin-bottom: -2000px;
	padding-bottom: 2000px;
*/
}


.bigthumblist {
	text-align: center;
}

.bigthumblist UL {
	width: 750px;
	list-style: none;
	margin: 0 auto;
	padding: 0px;
}

.bigthumblist LI {
	float: left;
	padding: 0px 10px 10px 10px;
}

.bigthumblist LI A {
	text-decoration: none;
}

.bigthumblist LI A IMG {
	margin-bottom: 5px;
	display: block;
}

.bigthumblist LI A SPAN {
	display: block;
	padding: 5px;
}

.bigthumblist LI A:hover SPAN {
	background: #eeeeee;
	text-decoration: none;
}

.dottedbox {
	display: block;
	padding: 10px;
	text-align: center;
	margin: 20px 0 20px 0;
	background: #f0dc58;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}

.dottedbox:hover {
	text-decoration: none;
}

.videobox {
	display: block;
	padding: 10px 10px 10px 60px;
	text-align: center;
	margin: 20px 0 20px 0;
	background: #d9894c url('../images/video.png') 30px center no-repeat;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}

.videobox:hover {
	text-decoration: none;
} 
	
/* ########################################################################################## */	
	
.txt {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #373736;
	text-decoration: none;
}
.white_txt {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight:bold;
	line-height: 16px;
	color: #FFFFFF;
	text-decoration: none;
}
.white_txt a{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight:bold;
	line-height: 16px;
	color: #FFFFFF;
	text-decoration: none;
}
.white_txt a:hover{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight:bold;
	line-height: 16px;
	color: #FFFFFF;
	text-decoration: none;
}
.title {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
.title a{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
.title a:hover{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
.footer_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	text-decoration: none;
}
.footer_txt a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	text-decoration: underline;
}
.footer_txt a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	text-decoration: none;
}
.grey_box {
	background-color: #e7e7e7;
	border: 1px solid #c7c5c5;
}
.red_headline {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #aa0006;
}
.normal_txt {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #373736;
	text-decoration: none;
}
.normal_txt a{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #373736;
	text-decoration: none;
}
.normal_txt a:hover{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #373736;
	text-decoration: underline;
}
.caption {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #373737;
	text-decoration: none;
}
.caption_red{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #C9252B;
	text-decoration: none;
}