﻿body
{
    font-family: Verdana, Arial;
    font-size: 14px;
    color: #333333;
    margin-top: 15px;
    margin-bottom: 10px;
}
#container
{
    width: 980px;
    height:100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #f4f4f4;
    border-top: #e2dbc7 1px solid ;
    /*
    border-right: #e2dbc7 1px soli
    border-left: #e2dbc7 1px solid;
    border-bottom:#e2dbc7 1px solid;
    */
}
#header
{
    border-top: #BDBDBD 20px solid;
    margin-bottom:15px;
    height:160px;
    width:100%;
}
    
    
#menu
{
    margin-left: 10px;
    width: 185px;
    margin-right: 10px;
    float: left;
}
#menu a
{
    display: block;
    background-image: url(images/home.jpg);
    width: 185px;
    background-repeat: no-repeat;
    height: 39px;
    font-weight: bold;
    font-size: 20px;
    color: gray;
    font-family: Arial, Verdana;
    text-align: center;
    text-decoration: none;
    padding-top:13px;
}
#menu a:hover
{
    display: block;
    background-image: url(images/home1.jpg);
    width: 185px;
    background-repeat: no-repeat;
    height: 39px;
    font-weight: bold;
    font-size: 20px;
    color: white;
    font-family: Arial, Verdana;
    text-align: center;
    text-decoration: none;
    padding-top:13px;
}

#seal a { text-decoration:none; background-image: none; height:50px;}
#seal a:hover { text-decoration:none; background-image: none; height:50px;}

#content
{
    width: 734px;
    float: right;
    border-right: black 3px double;
    border-top: black 3px double;
    border-left: black 3px double;
    border-bottom: black 3px double;
    background-color: #E1E1E1;
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
}
#footer
		{
			clear: both;
			background-color: #BDBDBD;
			height:45px;
			padding:15px;
			text-align: right;
			border-top: 1px solid #BDBDBD;
			font-size:12px;
		}
		
a:link {
	color: #7b5c25;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #7b5c25;
}
a:hover {
	text-decoration: underline;
	color: #7b5c25;
}
a:active {
	text-decoration: none;
	color: #7b5c25;
}
#JobPictures img
{
    display: block;
    float: left;
    margin: 2px;
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
}
#SinkPictures ul li
{
    display: block;
    float: left;
    height:200px;
    background-color:White;
    margin: 5px;
    padding:30px;
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
    }
.EdgePictures
{
    display: block;
    float: left;
    height:150px;
    width:250px;
     text-align:center;
    background-color:White;
    margin: 5px;
    padding:30px;
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
    }
    .ColorsGallery
    {
    display: block;
    float: left;
    height:150px;
    width:180px;
    text-align:center;
    background-color:White;
    margin: 5px;
    padding:20px;
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
    }
     .ColorsDetails
    {
    margin-left:auto;
    margin-right:auto;
    height:400px;
    width:500px;
    text-align:center;
    background-color:White;
    padding:20px;
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
    }
    .SinksGallery
    {
    display: block;
    float: left;
    height:300px;
    width:500px;
    text-align:center;
    background-color:White;
    margin: 5px;
    padding:20px;
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
    }
    .SinksDetails
        {
    margin-left:auto;
    margin-right:auto;
    width:500px;
    text-align:center;
    background-color:White;
    padding:20px;
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
    }
    .smallText{ font-size:10px;}
    .textbox
{
    border-right: dimgray 1px solid;
    border-top: dimgray 1px solid;
    border-left: dimgray 1px solid;
    border-bottom: dimgray 1px solid;
}