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

body {
	background-color:#333;
	margin: 0px;
	width: 100%;
	height: 100%;
}

#page-wrapper { 
	width: 995px;
	margin-top: 0px;
	margin-left: auto;
	margin-right:auto;
	margin-bottom: 0px;
}

.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
	color: #CCC;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #999;
}

a.ft:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #999;
}

a.ft:visited {
	color:#999;
	text-decoration: none;
}

a.ft:hover {
	color: #0FF;
	text-decoration: underline;
	background-color:#121212;
	font-weight: bold;
}

a.ft:active {
	color: #0FF;
	text-decoration: underline;
	background-color:#121212;
	font-weight: bold;
}

.micro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #666;
}

a.micro:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #666;
}

a.micro:visited {
	color:#666;
	text-decoration: none;
}

a.micro:hover {
	color: #0FF;
	text-decoration: underline;
	background-color:#121212;
	font-weight: normal;
}

a.micro:active {
	color: #0FF;
	text-decoration: underline;
	background-color:#121212;
	font-weight: normal;
}

#container {
	background-color: #333;
	float: left;
	clear: left;
	width: 995px;
	border-right: solid 0px #222;
	border-left: solid 0px #222;
	border-bottom: solid 0px #222;
}

#splash {
	margin-left: auto;
	margin-right: auto;
	float: left;
	clear: left;
}

#selection {
	margin-left: auto;
	margin-right: auto;
	background-repeat: repeat-x;
	background-color: #EDEDED;
	width: 995px;
	height: 250px;
	float: left;
	clear: left;
	border-top: solid #4d4d4d 2px;
}

#welcome {
	margin-top: 130px;
	margin-left: 50px;
	width: 218px;
	height: 36px;
	float: left;
	clear: none;
}

#buttons {
	margin-top: 80px;
	margin-left: 80px;
	width: 170px;
	height: 150px;
	float: left;
	clear: none;
}

#adbox {
	width: 300px;
	height: 260px;
	border-left: 3px solid #CCC;
	margin-top: 22px;
	margin-left: 173px;
	float: left;
	clear: none;
}

#rockfoot {
	width: 100%;
	height: auto;
	border-top: #333 thin solid;
	float: left;
	clear: both;
	background-color: #111111;
	padding-left: 0px;
	padding-top: 40px;
	padding-bottom: 0px;
}

.copyright {
	width: 900px;
	height: 25px;
	padding-left: 50px;
	border-top: thin dotted #121212;
	float: left;
	clear: both;
}

/* ALLLLLLL NEEEEEEEW   */

 .kwicks {
     list-style-type: none;
     list-style-position:outside;
     position: relative;
     margin: 0;
     padding: 0;
 }
 
 .kwicks li{
    display: block;
    overflow: hidden;
    padding: 0;
    cursor: pointer;
    float: left;
    height: 47px;
    margin-right: 0px;
    background-image:url(images/images/button-matrix-nudged.png);
    background-repeat:no-repeat;
}

.kwicks a{
	display:block;
	height:50px;
	text-indent:-9999px;
	outline:none;
}

#welcome-btn {
	background-position:-2px -2px;
	width: 151px;
	cursor: default;
}
#homeowner-btn {
	background-position:-153px -2px;
	display: block;
    overflow: hidden;
    padding: 0;
    cursor: pointer;
    float: left;
    width: 165px;
    height: 47px;
    margin-right: 0px;
}
#contractor-btn {
	background-position:-318px -2px;
	display: block;
    overflow: hidden;
    padding: 0;
    cursor: pointer;
    float: left;
    width: 155px;
    height: 47px;
    margin-right: 0px;
}
#architect-btn {
	background-position:-473px -2px;
	display: block;
    overflow: hidden;
    padding: 0;
    cursor: pointer;
    float: left;
    width: 224px;
    height: 47px;
    margin-right: 0px;
}
#manufacturer-btn {
	background-position:-697px -2px;
	display: block;
    overflow: hidden;
    padding: 0;
    cursor: pointer;
    float: left;
    width: 176px;
    height: 47px;
    margin-right: 0px;
}
#dealer-btn {
	background-position:-873px -2px;
	display: block;
    overflow: hidden;
    padding: 0;
    cursor: pointer;
    float: left;
    width: 124px;
    height: 47px;
    margin-right: 0px;
}

#enter-buttons {
	border-bottom: solid #4d4d4d 2px;
	border-bottom-color: 4d4d4d;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}


#welcome-btn:hover {
	background-position:-2px -2px;
}
#homeowner-btn:hover {
	background-position:-153px -50px;
}
#contractor-btn:hover {
	background-position:-318px -50px;
}
#architect-btn:hover {
	background-position:-473px -50px;
}
#manufacturer-btn:hover {
	background-position:-697px -50px;
}
#dealer-btn:hover {
	background-position:-873px -50px;
}



#welcome-btn:active {
	background-position:-2px -2px;
}
#homeowner-btn:active {
	background-position:-153px -98px;
}
#contractor-btn:active {
	background-position:-318px -98px;
}
#architect-btn:active {
	background-position:-473px -98px;
}
#manufacturer-btn:active {
	background-position:-697px -98px;
}
#dealer-btn:active {
	background-position:-873px -98px;
}
