body {
font-family:Tahoma, Verdana, Arial, sans-serif;
background: #0a0a0a url(/img/tile.jpg) repeat top left;
color: #ffffff;
font-size: 12pt;
}
/* 170,255,0 green */
p {
font-size: 12pt;
margin-top: 8pt;
margin-bottom: 8pt;
}

ol,ul {	font-size: 12pt; }
li {
margin-bottom: 6pt;
}

a {
color: #94a4fc;
font-weight: bold;
}
a:link {text-decoration: none;}
a:visited{text-decoration: none;}
a:hover{text-decoration: underline;}
a img {border: none;}

p.c {text-align: center;}
div.c {margin: auto; text-align: center;}

table {border-collapse: collapse;}
table tr th {text-align: left;}
table tr td {vertical-align: top;}
table tr th.right {text-align: right;}
table tr.light td{}
table tr.dark td{background-color: #EEEEFF;}
table tr.tall td {vertical-align: bottom; height: 2em;}

div#main {
width: 955px; margin: auto;
}

div#header {
  background: url(/img/top_banner.jpg) top left no-repeat;
  height: 185px;
}
div#header h1 {
	font-size: 23pt;
	color: #ffffff;
	font-weight: bold;
	padding: 29px 0 15px 20px; 
	text-align: left;
}
div#header img {margin: 5px;}
div#content {
clear: left;
}
div#mc {
width: 580px;
float: left;
margin-left: 5px;
}
div#mc img {}
div#leftc {
float: left;
width: 163px;
}
div#footer {
clear: both;
font-size: 8pt;
text-align: center;
border-top: 1px solid #aaff00;
padding: 5px;
}

div#cartamt {
float: right; 
font-size: 12px;
}
div#cartamt img {
border: 0px;
vertical-align: middle;
}

div.product {
	width:260px;
	text-align: center;
	float: left;
	margin: 5px;
}
div.product legend {font-weight: bold; font-size: smaller;}

.large {font-size: large;}
.fr {float: right;}
.size1 {font-size: smaller;}
.red {color: #cc0000;}
.monospace {font-family: monospace;}


.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {display: inline-block;}

.column {
	margin: 0px;
	padding: 0px;
	display:inline;
	text-align: left;
	float:left;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

h2 {
  padding: 0px 0px 4px 0px;
  color: #aaff00;
  font-weight: normal;
  font-size: 200%;
}

h3 {
  padding: 4px 0px 2px 0px;
  color: #aaff00;
  font-weight: normal;
  font-size: large;
}

h5 {
  padding: 2px 0px 1px 0px;
  width: 100%; 
  font-weight: bold;
  font-size: 10pt;
  color: #000000;
  background-color: #aaff00;
}

#inst {
  display: block;
  background-color: #eeeeee;
}

.wep {
	font-weight: bold;
	font-size: large;
	font-family: Courier, Courier New;	
}
/* Menu */

#menu {
	width: 950px;
	height: 50px;
	margin: 0 auto;
	background: #282828 url(/img/menu_bkg.gif);
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	margin-bottom: 0;
	display: inline;
}

#menu a {
	display: block;
	float: left;
	background: url(/img/menu_bar.gif) no-repeat right 100%;
	padding: 16px 30px 0 30px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	height: 34px;
	background: url(/img/menu_over.gif) repeat-x right 30%;
	color: #000000;
}

#menu .current_page_item {
}

#menu .current_page_item a {
	color: #FFFFFF;
}

input.openid_login {
	background: url(/img/icon_openid.gif) no-repeat;
	background-color: #ffffff;
	background-position: 0 50%;
	padding-left: 18px;
}
