/* WHI - CSS for wholesalehomeimprovements.com - Luke Weese http://weesedesigns.com . Based on:
andreas01 - an open source xhtml/css website layout by Andreas Viklund (http://andreasviklund.com). Made for OSWD.org, free to use as-is for any purpose as long as the proper credits are given for the original design work. For design assistance and support, contact me through my website or through http://oswd.org/email.phtml?user=Andreas

Version: 1.0
(July 25, 2005)

Screen layout: */
body {
margin:0 auto;
padding:0;
font:76% Verdana,Tahoma,Arial,sans-serif;
background:#f4f4f4 url(bg.gif) top center repeat-y;
}

#wrap {
background:#fff;
color:#303030;
margin:0 auto;
width:778px;
}

#header {
clear:both;
height:98px;
background:#fff;
}

#btn1,#btns {
float:left;
margin:0;
}

#btn1 {
padding:5px 0 0;
background:#fff;
}

#btns {
padding:10px 0 0;
background:#000;
}

/* LRW - Header bar.
	This is the beautiful and famous no-preload no-js CSS rollover method, 
	origin http://wellstyled.com/css-nopreload-rollovers.html, I believe.
	Completely butchered by yours truly to allow a row of DIV A's with 
	different content, some having rollovers, others not. And wow it worked. */
#head1,#head2,#head3,#head4,#head5,#head6,#head7,#head8,#head9 {
float:left;
}

#head1 a,#head2 a,#head3 a,#head4 a,#head5 a,#head6 a,#head7 a,#head8 a,#head9 a {
display:block;
height:78px;
}

/*logo-no rollover */
#head1 a {
width:228px;
background:#fff url("Images/logobar/logo.png") 0 0 no-repeat;
background-position:0 0;
}

/*patio covers*/
#head2 a {
width:92px;
background:url("Images/logobar/logobar0607.jpg") 0 0 no-repeat;
background-position:0 0;
}

#head2 a:hover,#head2 a:active {
background-position:0 -78px;
}

/*patio rooms*/
#head3 a {
width:103px;
background:url("Images/logobar/logobar0607.jpg") 0 0 no-repeat;
background-position:-92px 0;
}

#head3 a:hover,#head3 a:active {
background-position:-92px -78px;
}

/*windows*/
#head4 a {
width:95px;
background:url("Images/logobar/logobar0607.jpg") 0 0 no-repeat;
background-position:-195px 0;
}

#head4 a:hover,#head4 a:active {
background-position:-195px -78px;
}

/*siding*/
#head5 a {
width:96px;
background:url("Images/logobar/logobar0607.jpg") 0 0 no-repeat;
background-position:-290px 0;
}

#head5 a:hover,#head5 a:active {
background-position:-290px -78px;
}

/*gutters*/
#head6 a {
width:94px;
background:url("Images/logobar/logobar0607.jpg") 0 0 no-repeat;
background-position:-386px 0;
}

#head6 a:hover,#head6 a:active {
background-position:-386px -78px;
}

/*shutters*/
#head7 a {
width:70px;
background:url("Images/logobar/logobar0607.jpg") 0 0 no-repeat;
background-position:-480px 0;
}

#head7 a:hover,#head7 a:active {
background-position:-480px -78px;
}

/* End LRW - Header bar. */
#frontphoto {
margin:0 0 10px;
border:0;
}

#avmenu {
clear:left;
float:left;
width:150px;
margin:0 0 10px;
padding:0;
font-size:1em;
}

#avmenu #side_addr {
text-align:center;
margin:0 0 10px;
}

#avmenu #side_addr a {
color:#303030;
text-decoration:none;
}

#avmenu #side_addr a:hover {
text-decoration:none;
}

#avmenu ul {
list-style:none;
width:150px;
margin:0 0 20px;
padding:0;
}

#avmenu li {
margin-bottom:4px;
}

#avmenu li a {
font-weight:700;
height:20px;
text-decoration:none;
color:#505050;
display:block;
padding:6px 0 0 10px;
background:#e5ecf6;
border-left:4px solid #cbdaed;
}

#avmenu li a:hover {
color:#9f1216;
border-left:4px solid #9f1216;
}

.announce {
margin:10px 0;
padding:10px;
width:130px;
color:#505050;
background-color:#f4f4f4;
line-height:1.3em;
}

#extras {
float:right;
width:100px;
margin:0 0 10px;
padding:0;
font-size:0.9em;
line-height:1.5em;
}

#extras p {
margin:0 0 1.5em;
}

/* FYI: Images in content can be no greater than about 584 TOTAL pixels.
Including margin/padding bug in IE.
*/
#content {
margin:0 110px 20px 160px;
/* LRW- removed the right sidebar */
margin:0 0 20px 160px;
border-left:1px solid #f0f0f0;
border-right:1px solid #f0f0f0;
padding:0 10px;
line-height:1.6em;
text-align:left;
}

#content h1 {
font-size:1.6em;
letter-spacing:-0.05em;
margin:0 0 0.5em;
}

#content h2 {
font-size:1.4em;
letter-spacing:-0.09em;
margin:0 0 0.5em;
}

#content img {
padding:1px;
display:inline;
background:#eaeaea;
border:4px solid #ccc;
}

#special img {
padding:0;
background:#fff;
border-width:0;
}

#dynloadarea img {
padding:0;
background:#fff;
border-width:0;
}

h3 {
font-size:1.2em;
margin:0 0 10px;
}

h4 {
font-size:1em;
margin:0;
}

a {
text-decoration:none;
color:#9f1216;
}

a:hover {
text-decoration:underline;
color:#9f1216;
}

a img {
border:0;
}

#footer {
clear:both;
margin:0 auto;
padding:10px 0 20px;
border-top:4px solid #f0f0f0;
width:760px;
text-align:center;
color:gray;
font-size:0.8em;
}

#footer a {
color:gray;
text-decoration:none;
}

#footer a:hover {
text-decoration:underline;
}

.left {
margin:10px 10px 5px 0;
float:left;
}

.right {
margin:10px 0 5px 10px;
float:right;
}

.textright {
text-align:right;
}

.center {
text-align:center;
}

.small {
font-size:0.8em;
}

.bold {
font-weight:700;
}

.hide {
display:none;
}

/*WHI*/
#h2_home {
color:#9f1216;
text-align:right;
background-image:none;
font-style:italic;
}

/* LRW - FAQ box */
#faqbox {
font-size:0.9em;
line-height:1.2em;
}

.quicklinks {
float:right;
font-size:0.9em;
padding:6px;
width:160px;
color:#505050;
background-color:#f4f4f4;
line-height:1.2em;
}

.quicklinks h3 {
border-bottom:dotted #ccc 1px;
padding:0 0 4px;
margin:0 0 4px;
}

#extras h3 a {
color:#303030;
}

#thumbnailarea {
text-align:center;
}

.grid {
float:left;
width:240px;
padding-top:4px;
}

.svc1,.svc2 {
display:block;
clear:right;
min-height:160px;
margin:8px 0 0;
}

.no_bdr {
padding:0 0 0 0;
margin:0 0 0 0;
border:0 0 0 0;
}

.svc2 {
background-color:#eaedef;
}
