body {
	font-family : Arial, Helvetica, sans-serif;
	background-color : #F1E2DF;
	background-image : none;
	margin : 0px;
	padding : 0px;
	text-align : center;
}

#main_table {
	margin : 0px;
	padding : 0px;
	border : 0 px;
}

td {
	vertical-align : top;
}

td.footer {
	text-align : center;
	vertical-align : bottom;
	
}

td.footer_horiz {
	vertical-align : bottom;
}

#opposite_menu_container {
	text-align : left;
	width : 126px;
}


/* Menu */
#menu_container {
	text-align : right;
	width : 126px;
	
}

#menu_title {
	text-align : center;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	background-color : #433A6C;
	color : white;
	height : 16px;
	width : 102px;
	padding-top : 1px;
	margin-bottom : 2px;
}
#menu_item {
	text-align : center;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	background-color : #B7AAB8;
	color : white;
	width : 126px;
	padding-top : 2px;
	padding-bottom : 2px;
	margin-bottom : 2px;
}
a.menu_link {
	text-decoration : none;
	color : white;
	font-weight : bold;
}


#content {
	font-family : Arial, Helvetica, sans-serif;
	text-align : left;
	padding : 4px;
}

#content p,ul,li,td {
	font-size : 12px;
}

#content h1 {
	color : #090245;
	font-weight : bold;
	font-size : 14px;
}

#content table.bb {
	border-collapse : collapse;
}
 

#content td.size_type {
	border-bottom : 1px solid black;
	border-right : 1px solid black;
	padding : 4px;
}
#content td.size_depth {
	text-align : center;
	border-bottom : 1px solid black;
	border-right : 1px solid black;
	padding : 4px;
}
#content td.size_length {
	text-align : center;
	border-bottom : 1px solid black;
	border-right : 1px solid black;
	padding : 4px;
}
#content td.size_height {
	text-align : center;
	border-bottom : 1px solid black;
	padding : 4px;
}
#content tr.size_head {
	font-weight : bold;
}
#content td.prod_head {
	border-bottom : 1px solid black;
	border-right : 1px solid black;
	font-weight : bold;	
	padding : 4px;
}

#content a.prod_link {
	text-decoration : none;
	color : #090245;
}
#content td.prod_row {
	text-align : left;
	border-bottom : 1px solid black;
	padding : 4px;
}

#content table.product_list {
	text-align : center;
	vertical-align : top;
	width : 650px;
	
}
#content td.tdthumb {
	width : 100px;
}
#content td.prod_line {
	vertical-align : middle;
}
#content table.show_prod_table {
	width : 650px;
}
#content div.blurb {
	text-align : left;
	width : 650px;
	margin-bottom : 1em;
	margin-top : 1em;
	background-color : #EEEEEE;
	padding : 6px;
}

td.contact {
	font-weight : bold;
	padding-right : 8px;
}

img.thumb {
	border : none;
}

#email {
	text-decoration : none;
	color : #090245;
}
