html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { 
	margin: 0; 
	padding: 0; 
}
html { overflow-y: scroll }
body {
    background: white;
    font-family: verdana,sans-serif;
	margin: 3px 0px 3px 0px;
	font-size: 62.5%;
	background-image: url(/gfx/eosgotblue2a.gif)
}
h1 { font-weight: normal }
h2 {
	font-size: 1.8em;
	line-height: 1.1em;
	font-weight: normal;
	padding: 5px 0 5px 0;
	font-weight: bold
}
h3 {
	font-size: 1.2em;
	line-height: 1.5em;
	padding: 1.2em 0 0 0;
	font-weight: bold
}
h4 {
	font-size: 1em;
	padding-top: 1.1em;
	font-weight: bold
}
h6 {
    font-weight: normal;
	font-size: 1.2em
}
p {	margin-top: 1em }
img { border: 0 }
A:link, A:visited, A:active 
{
	TEXT-DECORATION: none;
	COLOR: #3366FF
}
A:hover
{
	TEXT-DECORATION: underline;
	COLOR: #3366FF;
	cursor: pointer
}
.floatstop { clear: both }
div#header {
    background-color: #FFFFFF;
    border: 1px solid gray;
    width: 995px;
    margin: 0 auto;
	height: 97px;
	position: relative
}
h1#logo {
	height: 100%;
	overflow: hidden;
	position: relative;
	font-size: 2.4em;
	float: left;
	width: 100%
}
h1#logo span {
	background: url(/gfx/fullbanner.gif) no-repeat;
	display: block;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}
div#headerchi {
	width: 300px; 
	position: absolute; 
	right: 5px; 
	bottom: 5px; 
	float: right;
	text-align: right
}
div#address1 {
	width: auto; 
	height: auto; 
	position: absolute; 
	right: 5px; 
	bottom: 5px; 
	background-color: #FFFFFF; 
	font-size: 1.2em;
	line-height: 1.3em;
	float: right;
	text-align: right
}
div#container {
    position: relative;
    border: 1px solid gray;
    background: lightgrey;
    width: 1000px;
	margin: 0 auto;
	color: #444
}
div#menucol {
    position: absolute;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	background: url(../gfx/fademiddle.gif);
	font-size: 1.3em;
	width: 160px;
	top: 0;
	bottom: 0;
    margin: 3px
}
div#fullcontent {
	margin: 3px 225px 3px 3px;
	padding: 5px 0px 200px 5px;
	background-color: #FFFFFF;
	border: 1px solid #808080;
	min-height: 500px;
	font-size: 1.2em;
	line-height: 1.6em;
	width: 822px;
	position: relative;
	top: 0px;
	left: 165px
}
div#footer {
	background-color: #FFFFFF;
	font-size: 8px;
    padding: 5px;
	border: 1px solid gray;
    max-width: 984px;
    min-width: 744px;
    margin: auto
}
div#header { border-bottom: none }
div#footer { border-top: none }
div#footer span.footcontact { display: none }

/*  Menu  */
.glossymenu {
	margin: 0;
	padding: 0;
	width: 158px;
	border: 1px solid #9A9A9A;
	border-bottom-width: 0px;
	position: relative;
	top: 0px;
	left: 0px
}
.glossymenu a.menuitem {
	background: black url(/gfx/glossyback.gif) repeat-x bottom left;
	color: white;
	display: block;
	position: relative;
	width: auto;
	padding: 5px 0;
	padding-left: 5px;
	text-decoration: none
}
.glossymenu a.menuitem:visited, .glossymenu .menuitem:active { color: white }
.glossymenu a.menuitem:hover { background-image: url(/gfx/glossyback2.gif) }

.colhead {
	width: 829px;
	height: 130px;
	position: absolute;
	top: -1px;
	left: -1px;
	color: #FFF;
	background-image: url(../gfx/pagetop.gif);
	background-repeat: no-repeat
}
.colhead img#toptext {
	position: relative;
	left: 60px;
	top: 30px;
	border: 0
}
.colhead span#topictitle { display: none }
.colhead div.crumb {
	position: absolute;
	top: 75px;
	left: 60px;
	width: 80%;
	height: 2em;
	font-size: .9em;
	color:#000
}
.colfoot {
	width: 829px;
	height: 102px;
	position: absolute;
	bottom: -1px;
	left: -1px;
	background-image: url(../gfx/pagebot.gif);
	background-repeat: no-repeat
}
.colfoot div.footerbtt {
	position: relative;
	top: 55px;
	left: 50px;
	width: auto
}
img#topicon {
	position: absolute;
	right: 15px;
	top: 13px
}
div.thegoods {
	position: relative;
	top: 90px;
	width: 100%;
	height: auto
}
div.fullfloat {
	 float: left;
	 width: 88%;
	 height: auto;
	 margin: 10px 0 25px 55px
}
div.fullfloat ul {
	list-style-type: circle;
	margin: 15px;
	padding-left: 15px
}
div.fullfloat ol {
	list-style-type: decimal;
	margin: 15px;
	padding-left: 15px
}
div.fullfloat li {
	padding-left: 5px;
	line-height: 1.2em;
	border: 0px solid black;
	padding-bottom: 8px;
}
.framebox {
	 border: 3px #999 solid;
	 background-color: #EEE;
	 padding: 15px;
	 margin: 30px;
	 -webkit-border-radius: 15px;
	 -moz-border-radius: 15px;
	 CCborderRadius: 15px
}
.framebox h3 {
	font-weight: bold;
	font-size: 1.4em;
	margin-top: 0px
}
blockquote {
	width: 90%;
	margin: 20px 0;
	background: url(/gfx/leftquote.png) top left no-repeat
}
blockquote span.quote {
	width: auto;
	float: right;
	padding: 0 30px 5px 30px;
	margin-bottom: 10px;
	background: url(/gfx/rightquote.png) bottom right no-repeat
}
blockquote div.qname {
	display: block;
	margin-top: 10px;
	text-align: right;
	font-style: italic
}
.highlight {
	margin: 18px auto;
	padding: 10px 15px;
	border: 1px #444 solid;
	width: 85%;
	background-color: #FFC;
	-webkit-border-radius: 10px;
	 -moz-border-radius: 10px;
	 CCborderRadius: 10px
}
.highlight h3 { padding-top: 0 }
.noscreen { display: none }
div.backtotopb {
	float: right;
	background: url(/gfx/uparrow.gif) center left no-repeat;
	color: #36F;
	padding-left: 18px;
	width: 100px;
	cursor: pointer
}
div.prevpage, div.backtohome, div.backtotop {
	float: left;
	color: #FFF;
	padding-left: 18px;
	width: 100px;
	cursor: pointer
}
div.backtotop {	background: url(/gfx/uparroww.gif) center left no-repeat }
div.prevpage { 
	background: url(/gfx/leftarroww.gif) center left no-repeat;
	width: 120px
}
div.backtohome { background: url(/gfx/littlehome.gif) center left no-repeat }
div.prevpage:hover, div.backtotop:hover, div.backtohome:hover {	text-decoration: underline }
img.addthis {
	float: right;
	padding: 5px 120px 0 0;
	border : 0
}
img.addthistop {
	float: right;
	padding: 40px 15px 0 0;
	border : 0
}