
/* Global settings */
body    {
    color:#676767;
    font-family:verdana;
    font-size:12px;
    background-color:#d7d9d6;
    margin-top:0;
}

h2  {
    color:#666633;
    font-size:14px;
    font-weight:bold;
}

ul,li   {
    padding:0;
    margin:0;
    list-style: none inside;
}


.right  {
    float:right;
}

.left   {
    float:left;
}

.clearDiv   {
    clear:both;
    height:0;
    width:0;
    visibility:hidden;
}

.hrContainer    {
    background:#FFFFFF url(../images/hrBackGround.gif) left top repeat-x;
    height:10px;
    width:741px;
    margin:5px 0;
}

#outerSiteContainer {
    width:887px;
    margin:auto;
    background:#FFFFFF url(../images/siteBg.gif) left top repeat-y;
        padding:23px 0;
}

#innerSiteContainer {
    width:840px;
    border:solid 1px #d7d9d4;
    margin:auto;
    background-color:#ffffff;

}

/* Header Image Definitions*/
#headerContainer    {
    width:840px;
    height:111px;
    background:#FFFFFF url(../images/headerGraphic.jpg) left top no-repeat;
    margin:auto;
}

#userLinkContainer  {
    padding-top:50px;

}

#userLinkContainer #userLinkList li {
    float:right;
    margin-right:20px;
}

#userLogin,
#userLoginLink,
#userSignup,
#userSignupLink,
#callUs{
    height:7px;
}

#userLogin  {
    width:45px;
    background:#FFFFFF url(../images/loginLink.gif) left top no-repeat;
}

#userLoginLink  {
    display:block;
    width:45px;
}

#userSignup  {
    width:55px;
    background:#FFFFFF url(../images/signupLink.gif) left top no-repeat;
}

#userSignupLink  {
    display:block;
    width:55px;
}

#callUs {
font-family:arial;
font-size:10px;
line-height:8px;
width:250px;
}

/* Navigation Definitions*/
#navigationContainer    {
    width:840px;
    height:56px;
    background:#FFFFFF url(../images/navigationBackGround.gif) left top no-repeat;
    margin:auto;
}

#navigationContainer #linkContainer {
    padding-top:2px;
    padding-right:17px;
}

#navigationContainer #linkContainer li  {
    float:right;
}

#linkContainer,
#homeButton,
#homeLink,
#productButton,
#productLink,
#ourDataButton,
#ourDataLink,
#aboutUsButton,
#aboutUsLink,
#resellersButton,
#resellersLink  {
    height:26px;
}

#homeButton {
    width:75px;
    background:#FFFFFF url(../images/homeButton.gif) left top no-repeat;
}

#homeLink    {
    display:block;
    width:75px;
}

#productButton {
    width:187px;
    background:#FFFFFF url(../images/productButton.gif) left top no-repeat;
}

#productLink    {
    display:block;
    width:187px;
}

#ourDataButton {
    width:163px;
    background:#FFFFFF url(../images/ourDataButton.gif) left top no-repeat;
}

#ourDataLink    {
    display:block;
    width:163px;
}

#resellersButton {
    width:105px;
    background:#FFFFFF url(../images/resellersButton.gif) left top no-repeat;
}

#resellersLink   {
    display:block;
    width:105px;
}

#aboutUsButton {
    width:103px;
    background:#FFFFFF url(../images/aboutUsButton.gif) left top no-repeat;
}

#aboutUsLink    {
    display:block;
    width:103px;
}

/* Main Content Definitions */
#mainContentArea    {
    width:741px;
    margin:auto;
}

/* Footer Definitions */
#footerContainer    {
    height:28px;
    width:840px;
    background:#FFFFFF url(../images/footerBackGround.gif) left top no-repeat;
    margin:auto;
    padding-bottom:30px;
}
    
#whiteTable {
      width:500px;
      border:1px solid; 
      cellpadding:1; 
      bordercolor:#808080; 
      cellspacing:2;
 }
 
th {
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
}

td {
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
}
