
/* defaults.css */
body {
	margin: 0;
	padding: 0;
}

td{
	vertical-align: top;
}

img{
	margin:0;
	padding:0;
}

h1, h2{
	padding:0;
	margin:0;
}

body, td{
 font-family: arial, helvetica, sans-serif;
}

.counter{
FONT-WEIGHT: lighter;
FONT-SIZE: 8pt;
}

dt{
    font-weight: bolder;
}

.warning{
	color:red;
}

.closer:link, .closer:link{
	background-color:silver;
	color:black;
}

.closer:hover{
	background-color:white;
	color:black;
}
/* four_row/layout.css */
#header{
   padding:0;
   margin:20px auto;
   clear:both;
   height:120px;
   width:770px;
}

#menu{
   padding:0;
   margin:20px;
   width:140px;
}

#main{
   padding:0;
   margin:20px auto;
   clear:both;
   width:770px;
}

#footer{
   padding:0;
   margin:20px auto;
   clear:both;
   height:130px;
   width:770px;
}
/* ---- vertical_menu.css ------*/
ul.menu {
        margin: 0;
        padding: 0;
        list-style: none;
        width: 140px;
        border-bottom:solid #003399 1px;
        }
        
ul.menu li{
        margin: 0;
        padding: 0;
        position: relative;
}

ul.menu li a:link, ul.menu li a:visited {
        display: block;
        text-decoration: none;
        font-weight: bolder;
        color: #003399;
        background: #cccccc;
        padding: 5px;
        border:solid #003399 1px;
        border-bottom: 0;
}
li ul.menu {
        position: absolute;
        left: 139px;
        top: 0;
        display: none;
}
li:hover ul.menu, li.over ul.menu { 
	display: block; 
}
/* Fix IE. Hide from IE Mac \*/
* html ul.menu li { float: left; height: 1%; }
* html ul.menu li a { height: 1%; }
/* End */li ul.menu{
	width: 200px;
}

ul.menu li a{
	font-weight: normal;
	font-size: 10pt;
	width: 128px;
}

ul.menu li a:link:hover, ul.menu li a:visited:hover{
	color: white;
	background: #b9a4c5;
}

li ul.menu li a{
	width: 180px;
}

body, td, p{
	font-family: Arial, Helvetica, sans-serif;
}

#header{
	margin-left: 30px;
	background: #ffffff;
	font-size: 10pt;
	font-weight: bold;
	font-style: oblique;
	color: #000080;
	padding: 5px;
	width: 760px;
}

#header img{
	padding-right: 90px;
}

#menu{
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 40px;
	float: left;
}

#main{
	margin-left: 30px;
	overflow: auto;
}

#main p{
	padding: 15px;
	overflow: auto;
	height: 1%;
}

#footer{
	margin-left: 30px;
	font-size: 8pt;
	color: #000080;
}

#minidiv{
	padding: 15px;
	overflow: auto;
	height: 1%;
	color: #000080;
	font-size: 10pt;
}

#minidiv ul li{
	margin-left: 30px;
	padding-left: 10px;
}

#minidiv img{
	padding-right: 10px;
}

#back{
	position: absolute;
	top: 220px;
	left: 170px;
	width: 180px;
	height: 240px;
	z-index: -10;
	background-position: bottom right;
	background-repeat: no-repeat;
	color: #000080;
	font-size: 8pt;
	text-align: right;
	vertical-align: bottom;
}

#preview{
	display: none;
	background: white;
	border: black solid 1px;
	position: absolute;
	top: 410px;
	left: 380px;
	width: 200px;
	height: 80px;
	text-align: center;
	padding: 10px;
}

.colorblock{
	width: 26px;
	height: 26px;
	background-position: 10% 10%;
}

.colorborderoff{
	float: left;
	width: 26px;
	height: 26px;
	border: 1px solid #d7d7d7;
	padding: 2px;
	margin: 0;
}

.colorborderon{
	float: left;
	width: 26px;
	height: 26px;
	border: 1px solid #000080;
	padding: 2px;
	margin: 0;
}

.productimage{
	float: left;
	width: 210px;
	height: 220px;
	padding: 10px;
	margin: 10px;
	text-align: center;
	overflow: hidden;
}

.new{
	background: url(graphics/star.gif) no-repeat;
	color:white;
	font-weight: bold;
	font-style: oblique;
	padding-top: 35px;
	text-align: center;
	width: 109px;
	height: 94px;
	position: relative;
	top: -130px;
	left: -60px;
	margin: 0px auto;
}

.short{
	height: 55px;
}

p{ 
	font-size: 85%;  
	margin-bottom: 12pt 
}

h1{ 
	color: white;
	font-size: 18pt; 
	font-weight: bold;
	padding: 10px;
	margin-bottom: 12pt;
	display: block;
	overflow: auto;
	background: #c7c7c7 url(graphics/purplegradient.jpeg) repeat-y;
}
p ul{
	float: right;
	clear: none;
}
h2{
	font-style: oblique;
	font-size: 14pt;
	color: #000080;
}

table{
	border: solid 1px black;
}

td{
	border: solid 1px black;
	padding: 5px;
	font-size: 10pt;
}

fieldset table, fieldset td{
	border: 0;
}

.light{
	color: #d7d7d7;
}

.lightbg{
	background-color: #d7d7d7;
}

.darkbg{
	background-color: #666666;
	color: white;
}

.tanbg{
	background-color: #eddeb5;
}

.purplebg{
	background-color: #b9a4c5;
}

.purple{
	background: #b9a4c5;
	padding: 10px 5px;;
	overflow: auto;
	height: 1%;
}

/*-----links -------*/
:link ,:visited{
	color: #000080;
	text-decoration: underline;
}

:link:hover, :visited:hover {
	color:  #d7d7d7;
	background-color: #b9a4c5;
	text-decoration: none;
}

 <!--[if IE lt 7]>
  <style type="text/css">
   body {behavior: url(csshover.htc);}
  </style>
 <![endif]-->
