/* 
 * gardner style sheet
 * copyright (c) 2009 Gardner Plumbing and Heating Inc.
 * @author Michael Murray
 */

/* some resets to promote xbrowserness */
html,body,ul,ol,h1,h2,h3,h4,h5,h6,form,fieldset,p{padding:0;margin:0;}
ul,ol {list-style: none;}
a img {border:none;}
a:focus {outline:none;}

body {font-family:Arial, Helvetica, sans-serif;}
#top-container {background:url(../images/g_top_bg.jpg) repeat-x;height:445px;width:100%;}
#top {width:926px;margin:0 auto 0 auto;}
#top h1 {background:url(../images/g_logo.jpg);width:433px;height:119px;text-indent:-9999px;float:left;}
#top p#phone {background:url(../images/g_phone.jpg);width:493px;height:119px;text-indent:-9999px;float:left;}
#top-mid-container {background:url(../images/g_top-mid_bg.jpg);width:926px;height:264px;float:left;}

/* tabs */
ul#tab-list {margin-left:39px;float:left;background:url(../images/g_btn_bg.png) no-repeat;background-position:27px 13px;}
a#tab-btn-companyinfo:link, a#tab-btn-companyinfo:visited {background:url(../images/g_btn01_company-info.png);height:58px;width:202px;text-indent:-9999px;display:block;}
a#tab-btn-plumbingserv:link, a#tab-btn-plumbingserv:visited {background:url(../images/g_btn02_plumbing-serv.png);height:58px;width:202px;text-indent:-9999px;display:block;}
a#tab-btn-acserv:link, a#tab-btn-acserv:visited {background:url(../images/g_btn03_ac-serv.png);height:60px;width:202px;text-indent:-9999px;display:block;}
a#tab-btn-heatingserv:link, a#tab-btn-heatingserv:visited {background:url(../images/g_btn04_heating-serv.png);height:55px;width:202px;text-indent:-9999px;display:block;}

/* tab content */
#tab-content {float:left;margin-left:38px;margin-top:15px;width:635px;position:relative;}
#tab-content div {display:none;}
#tab-content div.tab-current-page {display:block;}
#tab-content h2 {color:#fff;font-weight:bold;font-size:1.0em;margin-bottom:15px;}
#tab-content p {color:#fff;font-size:0.75em;margin-bottom:15px;line-height:1.5em;}
#tab-content a.more-info img {float:right;position:absolute;left:486px;top:164px;}

/* credit card thingy */
#cc {background:url(../images/g_cc.jpg);text-indent:-9999px;float:left;width:926px;height:62px;}

/* bottom middle */
#bottom-mid-container {background:url(../images/g_bot-mid_bg.jpg) repeat-x;background-position:bottom;float:left;width:100%;}
#bottom-mid-wrap {margin:0 auto 0 auto;width:926px;}
#bottom-mid {padding-bottom:38px;background:url(../images/g_bot-mid_bot_bg.jpg) repeat-x;background-position:bottom;width:926px;float:left;}
#bottom-mid-wide {background:url(../images/g_bot-mid_top-wide_bg.jpg) no-repeat;float:left;width:666px;min-height:65px;}
#bottom-mid-skinny {background:url(../images/g_bot-mid_top-skinny_bg.jpg) no-repeat;float:left;width:260px;min-height:65px;}
#bottom-mid h2 {color:#e63200;font-weight:bold;font-size:1.4em}
#bottom-mid-wide h2 {margin:28px 0 0 40px;}
#bottom-mid-skinny h2 {margin:28px 0 0 28px;}
#bottom-mid-plumbingserv {margin:21px 0 0 38px;font-size:0.8em;width:613px;}
#bottom-mid-plumbingserv p {margin-bottom:17px;}
#photo-plumbingserv {float:left;margin-right:14px;margin-bottom:14px;}
#service-location-list {margin-top:10px;}
#service-location-list li {background:url(../images/g_loc_bg.jpg);width:221px;height:26px;text-align:center;margin-left:10px;font-size:0.75em;padding-top:6px;}

/* bottom */
#bottom {padding-top:28px;padding-bottom:28px;width:100%;text-align:center;float:left;font-size:0.8em;line-height:1.5em;}

