﻿* 
{
    padding: 0;
    margin: 0;	
}

html, body 
{
    height: 100%;
}

/** html #container 
{
    height: 100%;
}*/

body 
{
	background: #000 url(../Images/Body/slash_side_bg.png);
	background-repeat:repeat;
    font-family: "lucida sans", verdana, arial, helvetica, sans-serif;
    font-size: 12px;
}

/* Links */
span a:link { color:#dd3409;text-decoration:none; }
span a:visited { color:#a31515;text-decoration:none; }
span a:visited:hover { color:#a31515;text-decoration:underline; }
span a:hover { color:#dd3409;text-decoration:underline; }
span a:active { color:#f30;text-decoration:underline; }







#container 
{
    min-height: 100%;
    background-color: #fff;
    border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;
    width: 950px;
    margin: 0 auto;
}

#header-container
{
    margin: 0 auto;
}

#logo-container
{
	background-image: url(../Images/Body/Logo-silver.jpg);
	background-repeat: no-repeat;
	width: 950px;
	height: 180px;
	display: block;
    /*margin: 0 auto;
    padding : 0;*/
    cursor: default;
}

#menu-container
{
	/*margin-top: -2px;*/
	position: relative;
    width: 100%;
	height: 123px;
	background: url(../Images/Body/header-bg.png);
	background-repeat: repeat-x;
}

#menu
{
	position: absolute;
	margin-top: 20px;
}

#sub-menu
{
	width: 100%;
	height: 35px;
	background: url(../Images/Body/under-menu.gif);
	background-repeat: no-repeat;
	cursor: pointer;
}

#page-header
{
	margin-top: -15px;
	position: relative;
	width: 100%;
	height: 100px;
	background: url(../Images/Body/body-top.gif);
	background-repeat: no-repeat;
}

#page-header-arrow
{
	position: absolute;
	margin-top: 30px;
	padding-left: 50px;
}



#page-header-text
{
	position: absolute;
	padding-left: 75px;
	margin-top: 30px;
	font-weight: bolder;
	font-size: 17px;
	font-family: arial, verdana, sans-serif; 
}

#page-header-line
{
	position: absolute;
	margin-top: 60px;
	/*position: absolute;
    margin: 0 auto;
    padding: 0;*/
}


#footer-container
{
	position: relative;
    width: 100%;
	height: 123px;
	background: url(../Images/Body/footer-bg.png);
	background-repeat: repeat-x;
}

#footer-container-image
{
	position: absolute;
	margin-top: 68px;
	width: 100%;
	height: 35px;
	background-image: url(../Images/Body/footer-menu.gif);
	background-repeat: repeat-x;
}

#footer-container-text
{
	margin-top: 10px;
	padding: 0;
	color: #fa0;
	font-family:arial, verdana, sans-serif; 
	font-size:12px;
	font-weight: bolder;
	text-align: center;
	text-decoration: none;
}

#page-container
{
	margin: 0 auto;
	padding: 0;
    width: 938px;

}

.door-frame
{
	margin:0px auto;
	width:120px;
	height:200px;
	padding:10px;
	border:3px solid #ececec;
	}
	
.door-frame-small
{
	margin:0px auto;
	width:120px;
	height:160px;
	padding:10px;
	border:3px solid #ececec;
	}


.glass-frame
{
	margin:0px auto;
	width:120px;
	height:225px;
	padding:10px;
	border:3px solid #ececec;
	}

.painted-door-frame
{
	margin:0px auto;
	width:120px;
	height:160px;
	padding:10px;
	border: 2px solid black;
}

.kitchen-frame
{
	margin:0px auto;
	width:200px;
	height:140px;
	padding:10px;
	border: 2px solid black;
}

.wall-frame
{
	margin:0px auto;
	width:200px;
	padding:10px;
	border: 2px solid black;
}

.vanity-frame
{
	margin:0px auto;
	width:150px;
	padding:10px;
	border: 2px solid black;
}

.picture-divider
{
	margin-left: 50px;
	font-size: 15px;
    font-weight: bold;
}


.regularHeader
{
	font-family: Monotype Corsiva;
	font-size: 30px;
	font-weight: bolder;
}

.regularText
{
	font-family: Times New Roman Baltic;
	font-size: 16px;	
}


















