/*--- cpsami-webdesign@yahoo.com ---*/

*                   { /* All Elements */
	margin          : 0px;
	padding         : 0px;
	}

body           { /* Page Body */
	font-family:'kristen itc',verdana,arial,sans-serif;
    background-color: #663333;
	}
a:link              { /* Document Links */
	color           : #FFFFFF;
	}
a:visited           { /* Visited Links */
	color           : #FFCCCC;
	}
a:hover             { /* Hover Links */
	color           : #FF0000;
	}
a:active            { /* Active Links */
	color           : #FF0000;
	}

/*position divs*/





/*hover effects:*/

a#btnaboutus {
    display: block;
    width: 150px;
    height: 150px;
    background-image: url(aboutus150.png);
    background-position: 0 -150px;
    background-color:#ff99cc;
    float: left; 
    margin:3px 5px;
}
a#btnaboutus:hover {
    background-position: 0 0;
}
a#btnlookingfor {
    display: block;
    width: 150px;
    height: 150px;
    background-image: url(lookingfor150.png);
    background-position: 0 -150px;
        background-color:#ff99cc;
    float: left;
    margin:3px 5px;
    /*margin: 0 auto;*/
}
a#btnlookingfor:hover {
    background-position: 0 0px;
}
a#btnbuyfromus {
    display: block;
    width: 150px;
    height: 150px;
    background-image: url(contactus150.png);
    background-position: 0 -150px;
        background-color:#ff99cc;
    float: left ;
    margin:3px 5px;
}
a#btnbuyfromus:hover {
    background-position: 0 0px;
}
a#btnsellwithus {
    display: block;
    width: 150px;
    height: 150px;
    background-image: url(gogreen150.png);
    background-position: 0 -150px;
        background-color:#ff99cc;
    float: left ;
    margin:3px 5px;
}
a#btnsellwithus:hover {
    background-position: 0 0px;
}
a#btnlocationhours {
    display: block;
    width: 150px;
    height: 150px;
    background-image: url(locationhours150.png);
        background-color:#ff99cc;
    background-position: 0 -150px;
    float: left ;
    margin:3px 5px;
}
a#btnlocationhours:hover {
    background-position: 0 0px;
}


a .alt { display: none; }
