/******
STYLES.CSS
Contains styles used throughout the site.
******/

/******
DEFAULT SITE-WIDE STYLES
Unless overridden by styles for specific areas of a page (left or right sidebars, for example) all elements of a site will have these sytles.
******/
.text-bold {font-weight:bold; }
/******
PAGE HEADING STYLES
These styles control how the heading of the page looks.
******/
#page-head {position:relative; margin-top:0px; height:110px; font-size:13px; padding-top:5px;}
#head-logo {float:left;margin-top:7px; }
#head-text {float:right; text-align:right; color:#8b8b8b;height:80px;}
#head-text h1 {font-size:9px;margin:6px 0 0 0px;padding:0px; }
#head-text h2 {font-size:18px; font-weight:bold;margin:0px 0px 5px 0px;padding:0px; }
h3 { font-size:20px; line-height:30px; }
#menu-cont {clear:both; position:absolute; top:90px; width:100%;border-top:2px solid #FCD9B3; border-bottom:2px solid #FCD9B3; height:24px; }

/******
PAGE FOOTER STYELES
These styles control how text and links appear in the footer, as well as positioning of the elements.
******/
#page-foot {margin:5px 0px; border-top:2px solid #FCD9B3; }
#foot-text {margin-top:5px; font-size:9px; color:#8B8B8B; text-align:right; }
#foot-text a {color:#F25B22; text-decoration:none; }
#foot-text a:hover {color:#1F8BF7; }

/******
INLINE STYLES
When the inline class is applied to a div, all elements inside the div should be in line.  Header elements should be on the same line as a following paragraph.
Note that the inline class can only be applied to a div.
******/
div.inline-text h1 {display:inline; font-size:18px; font-weight:bold; color:#F25B22; padding-right:5px; }
div.inline-text h2 {display:inline; font-size:16px; font-weight:bold; color:#F25B22; padding-right:5px; }
div.inline-text h3 {display:inline; font-size:13px; font-weight:normal; color:#F25B22; padding-right:5px; } 

div.inline-text p {display:inline; font-size:13px; }

/******
Default Font Size for site
******/
.content {font-size: 13px; }

/******
MISCELLANIOUS SYTLES
These styles are used in specific situations.
******/
#display-wait {display:none;margin-top:75px; text-align:center;}
#display-wait h1 {margin-top:20px; }

#display-right-margin {margin-right:10px;}
.h-center { text-align:center; font-size:13px;}
.registered {font-size:50%; vertical-align:super;}

#home_description { border-top:2px solid #FCD9B3; margin-top:20px;padding-top:15px; padding-left:50px; padding-right:50px;}

#gel_fireplace { margin-right:30px; }
#gel_desc { width:300px; margin:0px 0 10px 20px; color:#333; border-right:1px solid #FCD9B3; padding:15px 43px 20px 0; }
#electric_desc { width:300px; margin:15px 0px 10px 46px; color:#333;}

/*******  drop-caps- used on gelfuel page on the content *******/
.trademark {font-size:9px; }

