body { font-family: arial, sans-serif; }

img { border: none; }

h1 { font-family: "arial", sans-serif; font-size: 16px; font-weight: bold; }

.contentHolder {
//   width: 890px;
   padding: 5px;
   vertical-align: top;
   text-align: left;
   color: black;
   font-size:13px;
}

.contentHolder h1 {
   font-family: "arial", sans-serif;
   font-size: 16px;
}
 
.contentHolder a {
   color: #0000ff;
   text-decoration: none;
   font-size:13px;
}

.contentHolder a:hover {
   color: #ff0000;
   text-decoration: underline;
   font-size:13px;
}

.inlineHeader h1 {
 font-family: "arial", sans-serif;
 font-size: 16px;
 font-weight: bold;
 display: inline;
}

.orders td {
   vertical-align: bottom;
   text-align: center;
}

.reasons{ font-size: 14px;}
.priceTable { text-align:center;}
.tileDiv { float:left; position:relative; top:5px; text-align:center; }
.tileDiv a { color: #0000ff; text-decoration: none; }
.tileDiv a:hover { color: #ff0000; text-decoration: underline; }
.strongtext { color:darkred; font-weight:bold; font-style:italic; display:inline;}

#documentButtons {
 font-size: 12px;
 width: 110px;
 margin: 5px;
}
	
#documentButtons ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

#documentButtons img {
 border: none;
} 
	
#documentButtons li a {
 voice-family: "\"}\""; 
 voice-family: inherit;
 height: 27px;
 text-decoration: none;
}	
	
#documentButtons li a:link, #documentButtons li a:visited {
 color: #000;
 display: block;
 background:  url(http://www.newceilingtiles.com/images/menu14-110px.gif);
 padding: 5px 0 0 4px;
}
	
#documentButtons li a:hover {
 color: #000;
 background:  url(http://www.newceilingtiles.com/images/menu14-110px.gif) 0 -32px;
 padding: 5px 0 0 4px;
}

/* Tiles_files/generic.css */
/* For generic page styles. Not for sliders. */

body {background:#F6F6F6;font:normal 0.9em Arial; margin:0; padding:0; padding-bottom:60px;}
h2 {display:inline;font-size: 14px;}
.div1, .div2 {width:780px;margin:0 auto;}
.div1 {margin-top:10px;margin-bottom:60px;text-align:center;line-height:20px;}
.div1 P {font-size:18px;}
.div1 a, .div2 a {color:#07C;}
.div2 {margin-top:10px;}
.div2 li {padding-top:5px;padding-bottom:5px;}
.floatLeft {float:left;}
.wow{
 background-color:#ad0413;
 text-align:center;
 color:#fff;
 font-weight:bold;
 font-size:15px;
 padding:4px;
 border-radius: 4px;
 width:640px;
 margin-left:auto;
 margin-right:auto;
}

ul.tabs
{
    padding: 7px 0;
    font-size: 0;
    margin:0;
    list-style-type: none;
    text-align: left; /*set to left, center, or right to align the tabs as desired*/
}
        
ul.tabs li
{
    display: inline;
    margin: 0;
    margin-right:3px; /*distance between tabs*/
}
        
ul.tabs li a
{
    font: normal 12px Verdana;
    text-decoration: none;
    position: relative;
    z-index: 1;
    padding: 7px 10px; /* ------- */
    border: 1px solid #CCC;
    border-bottom-color:#B7B7B7;
    color: #000;
    background: #F0F0F0;
    border-radius: 2px 2px 0 0;
    outline:none;
}
        
ul.tabs li a:visited
{
    color: #000;
}
        
ul.tabs li a:hover
{
    border: 1px solid #B7B7B7;
    background:#94BDE6;
}
        
ul.tabs li.selected a
{
    /*selected tab style */
    position: relative;
    top: 0px;
    font-weight:bold;
    background: white;
    border: 1px solid #B7B7B7;
    border-bottom-color: white;
}
      
ul.tabs li.selected a:hover
{
    /*selected tab style */
    text-decoration: none;
}
        
div.tabcontent
{
    display: block;
}

div.tabcontents
{
    border: 1px solid #B7B7B7; padding: 14px; /* ------- */
    background-color:#FFF;
    border-radius: 0 2px 2px 2px;
}