/* CSS Document */
/* CSS Document */
body
{
	text-align:center;
	background-color: #ffffff;
}

#container
{
	margin:0 auto;
	text-align:left;
	width: 950px;
	height: 686px;
}

#header
{
	width:950px;
	height:147px;
}

*html #header
{
	margin-bottom: -10px;
}

#mainlinks
{
	height:34px;
	margin-top:8px;
}

#sidemenu
{
	width: 150px;
	height:500px;
	background-color:#e4e5e6;
	float:left;
	margin-top:8px;
	padding: 0px;
}

#content
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	height: 466px;
	width: 769px;
	float:left;
	overflow:auto;
	margin-top: 0px;
}

#rightbar
{
	width:31px;
	height: 500px;
	background-color:#5b6eb6;
	float:left;
	margin-top: -34px;
	margin-left: 0px;
}

#footer
{
	width:950px;
	height:34px;
	background-color:#990000;
	float:left;
	vertical-align:middle;
	color:#FFFFFF;
	font-weight:bold;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#footer a
{
	color:#FFFFFF;
}
.mainlink 
{
	padding-left:8px;
	padding-top:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
}

.indent
{
	padding-left:26px;
	padding-top:1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
}

a
{
	text-decoration:none;
	color:#000;
}

td
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

h1
{
	font-size:14px;
}

.request
{
	background-image:none; 
	border:1px solid #000;
}

.checkbox
{
	width:15px;
	height:15px;
}

.category
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	color: #777777;
}

.sub_categories_title
{
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.sub_categories
{
	font-size: 12px;
	font-weight: 500;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	cursor:pointer;
}

.mnu_item
{
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
}
#cat_menu
{
	padding: 5px;
	color: #5B6EB6;
}
/**************/
/* BLUE ITEMS */
/**************/
.item_header_blue
{
	width: 745px;
	height: 25px;
	margin-top: 5px;
	margin-left: 5px;
	background-color: #5b6eb6;
	border: 1px solid #5b6eb6;
	color: #ffffff;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	overflow: hidden;
	cursor: pointer;
}
/******************/
/* END BLUE ITEMS */
/******************/

/**************/
/* GREY ITEMS */
/**************/
.item_header_grey
{
	width: 745px;
	height: 25px;
	margin-top: 5px;
	margin-left: 5px;
	background-color: #e4e5e6;
	border: 1px solid #e4e5e6;
	color: #000000;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	overflow: hidden;
	cursor: pointer;
}
/******************/
/* END GREY ITEMS */
/******************/
.item_header_price
{
	width: 100px;
	float: right;
	margin-top: 4px;
}

.item_header_name
{
	width: 480px;
	float: left;
	margin-top: 4px;
	padding-left: 10px;
}
.item_description_option
{
	margin: 10px;
	float: left;
	width: 400px;
	
}
.item_option_group_holder
{
	float: right;
	width: 300px;
	margin: 10px;
	/*border:1px solid #000;*/
}
.item_description
{
	margin: 10px;
	float: left;
	width: 700px;
}
.item_name
{
	font-size: 14px;
	font-weight: bold;
	margin: 10px;
}
.item_image
{
	width: 450px;
	height: 450px;
	margin: 5px;
	float: left;
	text-align: center;
	clear: both;
}
.item_image_scroller
{
	height: 100px;
	width: 100%;
	text-align: center;
	float: left;
}
.item_option_group
{
	padding: 3px;
	font-size: 12px;
	font-weight: bold;
}
.item_option_name
{
	padding: 3px;
	width: 190px;
	float: left;
	height: 20px;
}
.item_option_cost
{
	padding: 3px;
	width: 80px;
	float: left;
	height: 20px;
}
.item_option_check
{
	float: left;
	width: 10px;
}
/***********************************/
/* Catalogue Shopping Cart Display */
/***********************************/
	/********************/
	/* Table row header */
	/********************/
	.table_header_row
	{
		height: 20px;
		width: 749px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bolder;
		line-height: 150%;
		text-align: center;
		margin: 0 auto;
	}
	.table_cell_rem_header
	{
		height: 20px;
		width: 30px;
		float: left;
	}
	.table_cell_id_header
	{
		height: 20px;
		width: 90px;
		float: left;
	}
	.table_cell_name_header
	{
		height: 20px;
		width: 264px;
		float: left;
	}
	.table_cell_price_header
	{
		height: 20px;
		width: 150px;
		float: left;
	}
	.table_cell_quantity_header
	{
		height: 20px;
		width: 65px;
		float: left;
	}
	.table_cell_subtotal_header
	{
		height: 20px;
		width: 150px;
		float: left;
	}
	/************************/
	/* END Table row header */
	/************************/

	/*************/
	/* Table row */
	/*************/
	.table_row
	{
		height: 25px;
		width: 749px;
		margin: 0 auto;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: normal;
		line-height: 225%;
		text-align: center;
	}
	.table_row_options
	{
		width: 749px;
		margin: 0 auto;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: normal;
		text-align: center;
	}
	.table_cell_rem
	{
		height: 25px;
		width: 30px;
		float: left;
	}
	.table_cell_id
	{
		height: 25px;
		width: 90px;
		float: left;
		text-align:center;
	}
	.table_cell_name
	{
		text-align: center;
		height: 25px;
		width: 264px;
		float: left;
	}
	.table_cell_price
	{
		height: 25px;
		width: 150px;
		float: left;
		text-align:center;
	}
	.table_cell_quantity
	{
		height: 25px;
		width: 65px;
		float: left;
		text-align:center;
	}
	.table_cell_subtotal
	{
		height: 25px;
		width: 150px;
		float: left;
		text-align:center;
	}
	.table_option
	{
		margin-left: 129px;
		width: 255px;
		text-align: left;
	}
	*html .table_option
	{
		margin-left: -235px;
	}
	.table_option_price
	{
		width: 150px;
		margin-left: 384px;
		margin-top: -13px;
	}
	*html .table_option_price
	{
		margin-left: 170px;
	}
	.table_spacer
	{
		width: 499px;
		float: left;
		height: 25px;
	}
	.table_cell_buttons
	{
		width: 200px;
		height: 25px;
		float: left;
	}
	.table_buttons_spacer
	{
		width: 500px;
		height: 25px;
		float: left;
	}
	/*****************/
	/* END Table row */
	/*****************/
	
	/*******************/
	/* Table row total */
	/*******************/
	.table_cell_total
	{
		width: 100px;
		height: 25px;
		float: left;
		text-align: right;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bolder;
	}
	#recalculate
	{
		width: 100px;
		height: 25px;
		float: left;
		text-align: right;
	}
	#checkout
	{
		width: 200px;
		height: 25px;
		float: left;
		text-align: left;
	}
	#empty_cart
	{
		width: 199px;
		height: 25px;
		float: left;
		text-align: left;
	}
	/***********************/
	/* END Table row total */
	/***********************/
/***************************************/
/* END Catalogue Shopping Cart Display */
/***************************************/
.category_holder
{
	width: 170px;
	float: left;
	margin: 5px;
}

.category_name_bottom
{
	height: 20px;
	text-align: center;
	line-height: 140%;
}

.category_image
{
	text-align: center;
}

.category_row
{
	height: 160px;
	margin: 0 auto;
}
