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

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}

.container.12 {
	width: 960px;
	background-color: #FFF;
	position: relative;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.header {
	height: 134px;
	background-image: url(../images/header-background_01.png);
	background-repeat: repeat-x;
	width: 940px;
	padding-top: 10px;
	padding-left: 20px;
	position: absolute;
}


.address {
	font-size: larger;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	height: 33px;
	width: 960px;
	position: absolute;
	margin-top: 144px;
	padding-top: 5px;
}
.sidebar {
	width: 171px;
	height: 790px;
	float: none;
	padding-top: 10px;
	font-size: 36px;
	font-style: normal;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	position: absolute;
	margin-top: 182px;
	background-image: url(../images/sidebar-background_02.png);
	background-repeat: repeat-x;
}
#selection
{
	display: block;
	width: 150px;
	height: 116px;
	background-image: url(../images/garagedoor2.png);
	margin-left: 5px;
	margin-top: 10px;
}

#selection:hover
{
	background-position: 0 -118px;
	font-family: "Times New Roman", Times, serif;
}

#selection span
{
	display: none;
	font-family: "Times New Roman", Times, serif;
}


.nav {
	background-image: url(../images/nav-background_05.png);
	background-repeat: repeat-x;
	height: 40px;
	width: 789px;
	font-family: "Times New Roman", Times, serif;
	position: absolute;
	margin-top: 182px;
	margin-left: 171px;
}

.nav ul li {
	font-family: "Times New Roman", Times, serif;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	list-style-type: none;
	padding-top: 5px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
	margin left: 171px;
	font-size: 18px;
	height: 35px;
	float: left;
}

.content {
	width: 764px;
	margin-left: 171px;
	margin-top: 222px;
	height: 745px;
	position: absolute;
	border-top-width: thin;
	border-top-style: double;
	border-top-color: #CCC;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-family: "Times New Roman", Times, serif;
	background-image: url(../images/boxwoman.png);
	background-repeat: no-repeat;
	background-position: 400px 100px;
}
.footer {
	height: 30px;
	width: 960px;
	position: absolute;
	margin-top: 982px;
	border-top-width: thin;
	border-top-style: double;
	border-top-color: #CCC;
	text-align: center;
}
