/* Reset browser defaults start */

p, ol, ul, label, fieldset, blockquote, dl, address {
	padding: 0;
	margin: 1em 0;
	font-size: 1em;
	line-height: 1.2em;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0 0 1em 0;
}

ol, ul {
	margin-left: 1.5em;
}

p, form {
	margin-top: 0;
	margin-bottom: 1.2em;
}

p {
	margin-top: 1.2em;
}

a img {
	border: 0;
}

/* Prevent scaling fonts mutliple times when scaled elements are within one another */
td td, form td, td form, p form, form ul, form ol, form h2, form p, ol ol, ul ul, p ul, p ol, ul p, ol p, p p, td p, ul form, ol form {
	font-size: 1em;
}

/* Reset browser defaults end */

* {
	font-family: verdana;
}

p, ol, ul, td, form {
  font-size:   0.8em;
  line-height: 1.3em;
}


BODY {
	margin: 5px 0px;
	padding: 0px;
	text-align: center;
	background-color: #ffffff;	
	background-image: url('../images/calc-back.gif');
	color: #000000;
}

a {
	color: #006666;
}
	
li {
	margin-bottom: 0.4em;
}

h1 {
	font-size: 1.45em;
	text-align: center;
	color: teal;
}

h2 {
	font-size: 1.25em;
	text-align: center;
	color: teal;
}

.ord {
	color: red;	
	font-size: 1.05em;
	text-align: left;
	margin-top: 1em;
}


.menu {
	text-align: center;
}

.menu ul {
	list-style-type: none;
	margin-left: 0;
	margin-right: 0;
}

.menu li {
	display: inline;
	background-image: url(../images/ball.jpg);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-right:10px; 
	padding-left: 10px;
	vertical-align: middle;
}


.content {
    width: 600px;
    margin: 0px auto;
    text-align: left;
}

.orderline {
	padding-top: 0.7em;
	padding-bottom: 0.4em;
	text-align: center;
	font-size: 1.05em;
}

.orderline img {
	vertical-align: middle;
}

.calcprice td  {
	text-align: center;
}

.price {
	color: red;
}

.price-name {
	font-size: 1.25em;
	font-weight: bold;	
	margin-bottom: 0;
}

.price-value {
	margin-top: 0;
	font-size: 1.9em;
	margin-bottom: 0.9em;
}

.ordopt li {
	margin-bottom: 1.5em;
}

.footer {
	font-size: 0.8em;
}
