


/*************
*** All Parts
*************/
body {
	background-image: url("http://www.fujanproducts.com/images/back_horiz_dg.png");
	font: 15px arial;
	color: #444444;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
table, form {
	font: inherit;
	color: inherit;
	padding: 0px;
	margin: 0px;
}
tr {
	font: inherit;
	color: inherit;
}
td {
	font: inherit;
	color: inherit;
}
a, a:link, a:visited {
	color: #777777;
}
a:hover {
	color: #B50000;
}

/*************
*** The Header
*************/
#header {
	background-color: #FFFFFF;
	border-left: 1px solid #B30000;
	border-right: 1px solid #B30000;
	border-bottom: 1px solid #B30000;
}
#logo {
	margin: 4px 20px;
	background-image: url("/images/smallfujanlogo_black2.jpg");
	background-repeat: no-repeat;
	width: 250px;
	height: 72px;
}
#viewcart {
	margin: 0px 10px;
}


/*************
*** The Menu
*************/
tr#menu td {
	padding: 0px;
}
tr#menu td#menuitem, tr#menu td#menuitem_sel {
	cursor: pointer;
	padding: 1px 8px;
	white-space: nowrap;
}
tr#menu td#menuitem {
	background-color: #FFFFFF;
}
tr#menu td#menuitem_sel {
	background-color: #B30000;
}
tr#menu td#menuitem a, tr#menu td#menuitem_sel a {
	font: bold 14px arial;
	height: 100%;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
}
tr#menu td#menuitem a {
	color: black;
}
tr#menu td#menuitem_sel a {
	color: white;
}



/*************
*** The Body
*************/
#body {
	background-color: #FFFFFF;
	border-top: 1px solid #B30000;
	border-left: 1px solid #B30000;
	border-right: 1px solid #B30000;
	padding: 15px 15px 30px;
	text-align: center;
}
#title {
	margin-bottom: 20px;
	font: bold 18px arial;
}
#focus {
	margin-bottom: 20px;
	font: bold 16px arial;
}
#large {
	font: normal 18px arial;
}

#sidebar {
	float: right;
	margin: 5px 10px;
	padding-left: 5px;
	border-left: 1px solid #B30000;
}



/*************
*** The Footer
*************/
td#footer {
	background-color: #FFFFFF;
	border-left: 1px solid #B30000;
	border-right: 1px solid #B30000;
	border-bottom: 1px solid #B30000;
	font-size: 11px;
	color: #888888;
}
.footer {
	font-size: 11px;
	color: #888888;
}



/*************
*** Basic Table
*************/
.basic_table {
	border-top: 1px solid #B30000;
	border-left: 1px solid #B30000;
	border-right: 1px solid #B30000;
}
.basic_table td {
	padding: 1px 4px;
	border-bottom: 1px solid #B30000;
}
.basic_table tr.title td {
	padding: 0px 8px;
	background-color: #B30000;
	font-size: 12px;
	color: white;
}
.basic_table tr.col_title td {
	padding: 0px 4px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #BBBBBB;
	background-color: #DFDFDF;
	font-size: 11px;
}
.basic_table tr.note td {
	font-size: 13px;
	font-style: italic;
}
.basic_table td.descrip {
}
.basic_table td.price {
	text-align: right;
}
.basic_table tr.noborder td {
	border: 0px;
}
.basic_table tr.nopadding td {
	padding: 0px;
}
.basic_table tr.bold td {
	font-weight: bold;
	background-color: #DFDFDF;
}


