/* CSS Document */

body { font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; background-color: #fff; color: #333; }
body {background: #ffffff url(/images/bg2.jpg) repeat-x left top;}

a { color: #08c; }
a:link, a:visited, a:active { text-decoration: none; }
a:hover { text-decoration: underline; }

p { margin-bottom: 18px; }
h1 { font-weight: bold; font-size: 24px; line-height: 36px; margin-bottom: 18px; }
h2 { font-weight: bold; font-size: 16px; line-height: 18px; margin-bottom: 18px; }
h3 { font-weight: bold; font-size: 1em; line-height: 18px; }
h4 { font-weight: bold; font-size: 10px; line-height: 18px; }

ul { margin-bottom: 18px; list-style: none outside; }
ol { margin-bottom: 18px; list-style: decimal; margin-left: 2.2em; }

#outline { margin: 0 auto; width: 800px; margin-top: 0px; }

#header { margin-top: 10px; margin-bottom: 10px; text-align: center; font-size: 12px/18px; color: #6e6e6e; }
#header a { margin: 0 2px; text-decoration: none; }
#header a:hover { text-decoration: underline; }
#header p.left a { margin-right: 0; }
#header p.left { width: 15%; float: left; text-align: left; text-indent: 10px; }
#header p.right { width: 85%; float: right; }
#header p.links { border: 1px solid #e5e5e5; border-width: 1px 0; padding: .5em 0; margin: 1.5em 0 2em; }

#main { margin: 0 auto; width: 800px; background: #ffffff; border: 1px solid #666; margin-top: 0px; padding: 20px; }

#image { display:block; float:right; background-color: #ffffff; margin: 10px; }
#pricebox { display:block; border: solid 1px #cccccc; background-color: #ffffff; margin-top: 0px; padding: 10px; }

#footer { margin: 40px auto 30px; text-align: center; font-size: 10px; color: #6e6e6e; }
#footer a { margin: 0 2px; text-decoration: none; }
#footer a:hover { text-decoration: underline; }
#footer p.left a { margin-right: 0; }
#footer p.left { width: 35%; float: left; text-align: left; text-indent: 10px; }
#footer p.right { width: 65%; float: right; }
#footer p.links { border: 1px solid #e5e5e5; border-width: 1px 0; padding: .5em 0; margin: 1.5em 0 2em; }

.clear { 
display: block;
clear: both;
float: none;
height: 1em; 
margin: 1em 0; 
visibility: hidden;
}

