td {
	vertical-align: top;
}

body {
	background-color: white;
	color: black;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0; padding: 0;
	background-color: #333;
	text-align: center;
}

div.container {
	margin-left: auto; margin-right: auto; text-align: left;
	width: 950px;
	background: white no-repeat url(images/contentbg.png);
	background-position: 0px 110px;
}

#heading {
	height: 80px;
/*	background-image: url(images/header.png);*/
	text-align: right;
}
#heading a {
    display: block;
    position: relative;
    width: 200px;
    height: 25px;
    top: 55px;
    left: 750px;
}

div.menubar {
	height: 30px;
	margin: 0; padding: 0;
	background-color: #c00101;
}

div.menubar a {
	display: block;
	float: left;
	height: 24px;
	padding-top: 6px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	color: white;
	text-decoration: none;
	font-weight: bold;
}

div.menubar a:hover {
	background: #7C0404;
}

#search  {
	float: right;
	width: 290px;
	text-align: right;
	height: 20px;
	padding: 5px;
}
#search input, #search select {
	border: 1px solid black;
	background: white;
	font-size: 10px;
}

#product .attributes, #product .content {
	margin-left: 320px;
	font-size: 10pt;
}

#product img {
	float: left;
	max-width: 300px;
	border: 1px solid gray;
	margin-right: 10px;
}

table.body { padding:0; margin: 0; border-collapse: collapse; width:100% }
table.body td { vertical-align: top;  }

#sidebar {
	background: black;
	width: 160px;
	padding-bottom: 10px;
}

#sidebar a {
	display: block;

	color: #DDD;
	font-size: 10pt;
	text-decoration: none;
}

#sidebar a.mailing {
	color: white;
	text-align: center;
	font-size: 14pt;
	font-weight: bold;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

#sidebar a.normal {
	margin-left: 20px;
	margin-top: 2px;
}

#sidebar a.heading {
	margin-left: 10px;
	margin-top: 10px;
	font-weight: bold;
	font-size: 16pt;
	color: white;
}

#sidebar a.subheading {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 7px;
	font-weight: bold;
	cursor: default;
	border-bottom: 1px solid #C00101;
}

#sidebar a.subheading.childselected {
	color: white;
}

#sidebar a.normal.selected, #sidebar a.normal:hover, #sidebar a.heading:hover {
	color: #FFCC1A;
}

#content {
	padding: 10px;
}

#footer {
	background: #aaa;
	color: #bbb;
	font-size: 9pt;
	text-align: center;
	padding: 5px;
}


#footer b {
	font-weight: normal;
	color: #666;
}

#footer a, a:visited {
    text-decoration: none;
	color: #1E3160;
}


div.pagetitle {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 30px;
}

img.template_left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	max-width: 290px;
}

img.template_right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	max-width: 290px;
}

div.template_summary_left {
	float: left;
	font-size: 12px;
	width: 290px;
}

div.template_summary_right {
	float: right;
	font-size: 12px;
	width: 290px;
}


div.template_content {
	font-size: 10px;
	clear: both;
}

table.products {
	width: 100%;
}

table.products td {
	text-align: center;
	padding: 10px;
    width: 33%;
}

table.products a {
	color: black;
    font-size: 10pt;
    text-decoration: none;
}

table.products img {
	border: 1px solid gray;
}

.pagination { text-align: right; }
.pagination a, .pagination b {
	padding: 2px;
	color: black;
	background: #EEE;
	text-decoration: none;
	font-size: 8pt;
}
.pagination b { background: #DDD; } 

