/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
} 

h3 {
color:#CC0000}
#pagewidth{ 
 width:810px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;
 background-image:url(../design-images/ruby-main.gif);
 background-repeat:repeat-y;
} 
 
#header{
 position:relative; 
 height:120px; 
  background-color:#FFF; 
 width:100%;
 background-image:url(../design-images/ruby-header.gif);
 background-position:left;
 background-repeat:no-repeat;
} 

/* begin display cart */

.rubyCart{
position:relative;
float:right;
top:2px;
right:10px;
}

.testimonials {
padding-right:35px;
padding-left:35px;
font-weight:bold}

.testimonials h3{
margin-top:0px;
margin-bottom:0px}

/* begin top menu */
.indentmenu{
font: bold 13px Arial;
width: 480px;
float:right;
position:relative;
top:20px; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: right;
width: 480px; /*width of menu*/
border: 0px solid #564c66; /*dark purple border*/
border-width: 0px 0;
background: white url(../design-images/indentbg.png) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: #B70000; /*text color*/
padding: 5px 14px;
text-decoration: none;
border-right: 0px solid #000; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: #B70000;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: white url(../design-images/indentbg3.png) center center repeat-x;
}

/* end top menu */

#maincol{background-color: #FFF;  
 float: right; 
 display:inline; 
 position: relative; 
 width:795px; 
   margin-left:5px;
  margin-right:5px;
 }
 
#footer{
 height:80px; 
  background-color:#B70000; 
  /*background-image:url(../design-images/footer-bg.jpg);*/
  margin-left:10px;
  margin-right:10px;
  color:#FFF;
 clear:both;
 padding-top:5px;
 } 
 
#footer a{
color:#FFF;
text-decoration:none}
#footer a:hover{
text-decoration:underline}
 
#footer p{
text-align:center;
margin-top:2px;}

.aboutService {
padding-left:8px;
padding-right:2px}

p.aboutUs {
margin-bottom:3px;
margin-top:2px;
margin-left:5px;
margin-right:5px}

p.aboutUs2 {
margin-bottom:8px;
margin-top:8px;
margin-left:2px;
margin-right:10px;
padding-right:10px}

img.aboutUs {
padding-top:3px}
 
.tinytableopacity    {
FONT-SIZE: small;
FONT-FAMILY:sans-serif;
}

.tinytableopacity TD {
border:1px solid black;
FONT-SIZE: small;
background-image:url(../design-images/contact-table-png.png)
}
 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

