/* CSS Document */

/****************************
AUTHOR: Heidi Weiland
DATE: January 2007
CONTACT: heidi@soundwebsolutions.net

NOTES: absolute positioning
****************************/

/******************************* GENERAL STYLINGS *************************/
* {
margin:0;
padding:0;
}

img {
border:0;
}

address {
margin-top:1em;
margin-bottom:1.5em;
}

/****************************** SPECIFIC STYLINGS *********************/

#container {
position:relative;
width:740px;
height:auto;
margin:3px auto;
}

#header {
width:100%;
background-image:url(../images/eqc_03.jpg);
background-image:url(../images/header-thin_03.jpg);
background-repeat:no-repeat;
height:179px;
height:158px;
}
#header img {
position:absolute;
left:304px;
top:3px;
}
#header h2 {
position:absolute;
top:150px;
left:12px;
}


#middle-row {
position:relative;
min-height:299px;
min-height:333px;
width:740px;
background-image:url(../images/eqc_05.jpg);
background-image:url(../images/middle-row_03.jpg);
background-position:bottom;
background-repeat:no-repeat;
float:left;
}
#content {
position:relative;
top:2px;
left:180px;
left:5px;
width:370px;
padding:25px 10px 5px 5px;	
float:left;
z-index:100;
}

#content p img {
float:right;
clear:both;
border:0;
width:90px;
margin-bottom:5px;
margin-left:10px;
}
#prices {
position:absolute;
left:385px;
top:29px;
width:170px;
}
#prices li {
list-style:none;
padding:1px 0 2px 13px;
}
#prices li h2 {
margin-bottom:4px;
}

#footer {
clear:both;
width:100%;
height:23px;
padding-top:154px;
background-image:url(../images/eqc-footer2_06.jpg);
background-repeat:no-repeat;
}

#footer #left {
float:left;
padding-left:15px;
margin-bottom:3px;
}
#footer p {
float:right;
padding-right:15px;
}

/********************************** OTHER STYLINGS ***************************/

/******************* CREDIT ***************/
#credit {
font-style:italic;
border:1px solid white; /* to fix bug */
}
#credit h1, #credit h1 a{
font-weight:normal;
font-size:.9em;
position:relative;
color:#facb60;
color:#856302;
text-align:right;
text-decoration:none;
margin-top:3px;
margin-right:8px;
padding:0;
}
#credit a:hover, #credit a:active {
text-decoration:underline;
}
