@import url("header.css");
@import url("footer.css");

/**************
 *   Common   *
 **************/
* {
	margin: 0;
	padding: 0;
}

body {
	background: #0C2B05;
    color: #000;
	margin: 10px 0;
	font-size: medium;
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
}

#wrapper {
	width: 775px;
	margin: 0 auto;
	position: relative;
}

a img {
	border: none;
}

/**************
 *  Contents  *
 **************/
#main {
    width: 775px;
    background: #f9f5cf;
    padding: 0 0 10px 0;
    float: left;
}

#main a:link {
    color: #03c;
    text-decoration: none;
}

#main a:visited {
    color: #30c;
    text-decoration: none;
}

#main a:hover, #main a:active {
    color: #03c;
    text-decoration: underline;
}

.productrow {
	width: 735px;
	border: 1px solid #000;
	float: left;
	display: inline;
	margin: 5px 18px;
	background: #fff;
}

.productrow h5 {
	text-align: right;
	margin: 0 5px 0 0;
}

.productrow p, .productrow li {
    font-size: 70%;
}

#narrowcolumn, #widecolumn {
	float: left;
}

table.prices {
    clear: both;
    width: 735px;
}

table.prices td {
    vertical-align: bottom;
    text-align: right;
    font-weight: bold;
    font-size: 90%;
    padding-right: 5px;
}

#main .monthlyspecial {
    color: #f00;
}