/* General HTML bits */
* { margin: 0; padding: 0; }
body { font: 62.8% Arial, Helvetica, sans-serif; background: #ddd; color: #000; text-align: left; }
img { border: none; }
.left { float: left; }
.right { float: right; }
div#container { min-width: 77.5em; background: #fff; }
a { color: #00f; }
a:hover { color: #60f; }
a.deepblue:hover { color: #36f; }
a.cms { color: #000; cursor: text; text-decoration: none; }

/* header and footer */
div#header, div#footer { clear: both; padding: 0.3em 0.5em; background: #ff97cb url("../gfx/header/pink_gradient.jpg") bottom left repeat-x; font-family: Verdana, Arial, Helvetica, sans-serif; border: 0.2em solid #000; border-left: none; border-right: none; }
img#site_header { width: 77.5em; height: 12.3em; clear: both; display: block; }

/* main menu */
ul#main_menu { width: 19em; padding: 0.5em 0 0 0.5em; float: left; margin: 0.5em 0; }
ul#main_menu li { list-style-type: none; padding: 0.2em 0; }
ul#main_menu li a { text-decoration: none; font-size: 1.2em; color: #003; }
ul#main_menu li a img { vertical-align: middle; border: 0.083333333333em solid #003; margin-right: 0.3em; width: 2.5em; height: 2.5em; }
ul#main_menu li a:hover { color: #ff97cb; }
ul#main_menu li a:hover img { border: 0.083333333333em solid #ff97cb; }

/* right column */
div#right_column { width: 20em; float: right; text-align: center; padding-top: 2em; }

/* misc images */
img.maylean_logo { width: 19.7em; height: 11.2em; }
img.homepage_cushions { width: 10.5em; height: 14.4em; }

/* main content */
div#content { width: auto; margin: 2em 21em 0.5em 20em; }
div#content h2 { font-size: 1.7em; padding: 0.2em 0; }
div#content h3 { font-size: 1.5em; padding: 0.5em 0 0.2em 0; }
div#content p { font-size: 1.3em; padding: 0 0 0.5em 0; }
div#content ul { font-size: 1.3em; padding: 0 0 0.5em 2em; }

/* product lists */
div#content ul#product_list { font-size: 1em; padding: 0; }
ul#product_list li { display: inline; text-align: center; }
ul#product_list li a { text-decoration: none; font-size: 1.2em; color: #003; float: left; margin: 0.5em; width: 8em; height: 7.4em; text-align: center; }
ul#product_list li a img { border: 0.083333333333em solid #003; width: 4.16666667em; height: 4.16666667em; margin: 0 auto 0.2em auto; display: block; }
ul#product_list li a:hover { color: #ff97cb; }
ul#product_list li a:hover img { border: 0.083333333333em solid #ff97cb; }
img.main_product_image { width: 18em; height: 18em; /* was 20x20 */ }

/* Forms */
label { float: left; width: 10em; }
fieldset { padding: 1em 0.8em 0.5em 0.8em; margin: 0.5em; border: 1px solid #000; }
legend { font-size: 1.7em; padding: 0.2em 0.4em; font-weight: bold; border: 1px solid #000; }
.error { color: #f00; }

/* Tables */
table { width: 98%; border: 1px solid #000; font-size: 1.3em; }
th { padding: 0.2em 0.5em; }
td { padding: 0.2em 0.5em; border-top: 1px solid #000; }
thead tr { background: #999; }
.tright { text-align: right; }
tr.even { background: #fef;