﻿/* 
    Document   : CSSTest
    Created on : 2008/7/18, �W ? 03:51:25
    Author     : Rico
    Description:
        Purpose of the stylesheet follows.
*/
body {margin: 0; background-color:RGB(212,243,252); background-image:url("img/TitleBG.jpg");
      background-repeat:repeat-x;  text-align:center; font-size: 16px;}
#page {width: 1024px; text-align:left; background-image:url("img/Title.jpg"); background-repeat:no-repeat;}
h3{width: 31em; height: 550px; margin:2em 0 0 2em; background-image:url("img/ContendFrame.jpg"); background-repeat:no-repeat;
        line-height:35px;font-family:arial; text-align:justify; padding: 1em 3em 0 2em; }
#TopMenu {margin-left: 700px;}
#TopMenu li{position:relative; top: 1em; display: inline; text-align: center; border-color:rgb(17,74,165);
   padding: 10px 10px 10px 10px; font-size: 8pt; border-left-style:solid; border-width:1px;}
#TopMenu a{color:white;}
#TopMenu a:link {color:white;}
#TopMenu a:visited {color:white;}
#TopMenu a:hover {text-decoration: underline;}
#TopMenu a:active {color: white;}
.product{background-color:RGB(17,74,165);}
.contactus{border-right-style:solid; border-color:rgb(17,74,165);}

table {border: 0; margin: 18em 1em 0 3em;}

#jeilImage {float:left; text-decoration:none; border:none;margin: 8em 0 0 5em;}

div.pictures {text-decoration:none; margin:25% 10% 5% 10%;
        background-image:url("img/productBG.gif"); background-repeat:no-repeat; width: 250px;
        height: 200px; text-align:center ;}
        
div.pictures img
  {
  display:block; width: 180px; height: 180px; border:none; margin: 2px 0 0 2px;
  }

div.pictures a:link img{text-decoration:none; color:white;}

a{text-decoration:none; }
a:link {color:blue;}
a:visited {color:blue;}
a:hover {text-decoration: underline;}
a:active {color: blue;}

-->
