/* main.css
 * www.hvacloadcalculations.com
 * info@hvacloadcalculations.com
*/
html, body {
 margin:0px;
 padding:0px;
}

body {
 background: #FCFCFC;
 font-family: Georgia,'Times New Roman',Times,'Bookman Old Style','Hoefler Text',Serif;
}

#header  {
 background-image: url(../images/bluebg.gif);
 background-repeat:repeat-x;
 height: 74px;
}

#header_logo {
 float: left;
 width: 277px;
 margin-left: 40px;
}

#header_logo img {
 border: 0px;
}

#motto {
 width: 350px;
 font: 70% bold;
 color: #fff;
 margin-left: 40%;
}


#motto_images {
 padding-left: 4.5em;
}

#content {
 clear: left; 
 float: left; 
 margin-left: 50px;
 margin-right: 40px;
 margin-top: 40px;
 width: 50%;
 font-size: 79%;
}

#content h1, h2, h3 {
 color: #4D4D4D	;
}

#content i {
  font-size: 0.9em;
}

#acunit-pic {
  margin-top: 60px;
  width: 312px;
  height: 278px;
  border: 1px solid #3D3D3D;
}

/*
 * Ads
*/
#google-ads {
  margin-top: 45px;
}

/* 
 *  nav menu
*/

#rightside {
  margin-left: 65%;
  margin-top: 40px;
}

.hvac_md_link {
  width: 80%;
  padding: 10px;
  background-color: #FFFCCF;
  border-bottom: 1px solid #ededed;
  border-top: 1px solid #ededed;  
}

.amazon a:link, .amazon a:visited {                                                 
  color: #5D92B1;
  font-size: 0.9em; 
  text-decoration: none;
} 

.amazon a:hover {
  text-decoration: underline;
}

.amazon {
  height: 165px;
  width: 80%;
  padding: 10px;
  background-color: #F5F5DC;
  /*background-image: url(../images/graytopgrad2.gif);*/
}

.amazon_o {
  height: 165px;
  width: 80%;
  padding: 10px;
  background-color: #FFFCCF;
  border-bottom: 1px solid #ededed;
  border-top: 1px solid #ededed;
  /*background-image: url(../images/graytopgrad2.gif);*/
}

.amazon_pic_box img {
  border: 0;
  margin-right: 12px;
}  

.amazon_pic_box  {
  float:left;
}

.gray_back1 {
  background-color: #ededed;
}

#navcontainer ul                                  
{        
font-weight: bold;
padding: 0;                                       
list-style-type: none;                            
font-family: Arial, Helvetica, sans-serif;        
font-size: 14px;                           
}                                                 
                                                  
#navcontainer li { margin: 0 0 3px 0; }           
                                                  
#navcontainer a                                   
{                                                 
display: block;                                   
padding: 2px 2px 2px 24px;                        
border: 1px solid #333;                           
width: 160px;                                     
background-color: #999;                           
background-image: url(../images/l1_down.gif);        
}                                                 
                                                  
#navcontainer a:link, #navlist a:visited          
{                                                 
color: #EEE;                                      
text-decoration: none;                            
}                                                 
                                                  
#navcontainer a:hover                             
{                                                 
border: 1px solid #333;                           
background-color: #F60;                           
background-image: url(../images/l1_over.gif);        
color: #333;                                      
}                                                 
                                                  
#active a:link, #active a:visited, #active a:hover
{                                                 
border: 1px solid #333;                           
background-color: #FF6600;                        
background-image: url(../images/l1_over.gif);        
color: #333;                                      
}     

/* 
 * Software titles
*/

.software_holder {
  border: 1px dotted #999;
  background-color: #fff;
  background-image: url(../images/grgrad.gif);        
  background-repeat:repeat-x;
  margin-bottom: 50px;
  padding: 10px;
}

.softwarebox {
  /*border-bottom: 1px solid #999;*/
}

.softwarename {
  border-bottom: 1px solid #999;
}

.software_feature {
  text-indent: 5px;
  /*background-color: #F5F5F5;*/
  font-weight: bold;
  font-size: 1.1em;
  text-indent: 5px; 
  list-style-type: none;
}  
 
.software_feature_detail {
  font-weight: normal;
  font-size: 1em;
  list-style-type: square;    
} 

.liltext {
  font-size: 0.9em;
}

.softwarename a {font-size: 2em; font-weight: bold;}
.softwarename a:link {color: #AA5303; text-decoration: none; }
.softwarename a:visited {color: #AA5303; text-decoration: none; }
.softwarename a:hover {color: #CD950C; text-decoration: none;}
.softwarename a:active {color: #AA5303; } 