/* CSS Document */

html {
  font-family:verdana, arial, sans-serif; /* set default font */
  font-size:11px;
}

body {
  height:100%;
}

#content {
position:absolute;
top:200px;
left:300px;
margin-right:300px;
}

#go {
min-height:550px;
}

#header_wrap {
position:absolute;
top:0px;
left:0px;
width:100%;
background:black;
height:181px;
border-bottom:solid 15px #FFE402;
}

#header{
position: absolute; 
width: 1024px; 
left: 50%;
margin-left: -512px
}

#navigation_shop {
position:absolute;
top:204px;
left:0px;
width:245px;
border-style:solid; 
border-width: 1px 1px 1px 1px;
border-color: #FFE402;
margin-left:8px;
}

#navigation_shop a {
text-decoration:none;
color:black;
font-size:10px;
}

#navigation_shop a:hover {
color:blue;
font-size:10px;
}

#navigation_information {
position:absolute;
top:204px;
right:0px;
width:200px;
border-style:solid; 
border-width: 1px 1px 1px 1px;
border-color: #FFE402;
margin-right:8px;
}

#navigation_information a {
text-decoration:none;
color:black;
font-size:10px;
}

#navigation_information a:hover {
color:blue;
font-size:10px;
}

#foot {
border-top:solid 1px #FFE402;
padding-top:3px;
}


div.title {
height:15px;
background: #FFE402;
width:100%;
}

div.content {
padding:0px 0px 0px 5px;
}

h1 {font-size:200%; color:grey;}
h3 {font-size:100%;}
img {border:none;}

/*for spec tables*/
td {
        background-color:#F8F8F8;
	height: 50px;
	font-family: verdana;
    	font-size: 10pt;
    	font-weight: normal;
    	text-decoration: none;
	display: block;
	border-style:solid;
	border-color:#FFFFFF;
	text-align: Center
}


td.head {
	background-color:#E0E0E0;
	height: 100px;
	font-family:verdana;
	font-size:10pt;
	font-weight: bold;
	display: block;
	border-style:solid;
	border-color:#FFFFFF;

}

ul.alpha {
  list-style:none;
  margin-left: 0px;
  padding-left: 0px;

}

