html, body {
	margin: 				0px;
	padding: 				0px;
	background-color:		#FFFFFF;	
	width:					100%;
	height:					100%;
}

td, html, body {
	font-family:			georgia, sans-serif;
	font-size:				14px;	
	color:					#000000;
	line-height:			1.5;
}

a {
	color:					#000000;
}

h1, h2 {
	font-family:			georgia;
	color:					#757474;
	font-size:				20px;
	font-weight:			bold;
	margin-bottom:			0px;
	text-transform:			UPPERCASE;
}

h2 {
	font-size:				16px;
}

hr {
	color:					#666666;
	border:					1px solid #666666;
}

#header {
	background-image:		url( assets/header_rptr.jpg );
	background-position:	top left;
	background-repeat:		repeat-x;
}

#menu {
	background-color:		#DDD9CE;
	padding:				0;
	margin:					0;
}

#menufooter {
	background-image:		url( assets/menu_footer.jpg );
	background-position:	bottom left;
	background-repeat:		no-repeat;
	padding:				0;
	margin:					0;
}

#menu A {
	color:					#393939;
	font-size:				12px;	
	text-decoration:		none;	
	font-family:			georgia;
	text-transform:			UPPERCASE;
	padding:				0;
	margin:					0;	
	padding-left:			10px;
}

#menu LI {
	padding:				0;
	margin:					0;
	padding-top:			8px;
	padding-bottom:			8px;	
}

#menu UL {
	list-style-type:		none;
	margin:					0;
	padding:				0;
	width:					170px;
}

#shopping_cart TD {
	font-size:				14px;
	padding:				5px;
}

#shopping_cart TH {
	padding:				2px;
	padding-right: 			10px;
	font-size:				14px;
	text-align:				left;
}

#shopping_cart .button {
	background-color:		#999999;
	background-image:		url( assets/btn_rptr.jpg );
	background-repeat:		repeat-x;
	background-position:	top left;
	border:					0;
	color:					#FFFFFF;	
	cursor:					pointer;
	font-size:				12px;
	font-weight:			bold;
	text-transform:			UPPERCASE;
}

#shopping_cart .QTY {
	background-color:		#FFFFFF;
	border:					1px solid #000000;
	color:					#000000;
	font-size:				12px;
	font-weight:			bold;
	text-transform:			UPPERCASE;
	width:					100%;
}

#splash_menu A {	
	padding-bottom:			10px;
	padding-top:			10px;
	display:				block;
}

.product_subcategory {
	padding-left: 			20px;
}

.product_category span {
	font-weight:			bold;
}

.product_index {
	padding:				5px;
}

.product_index A {
	text-decoration:		none;
}

.product_index .name {

}

.product_index .price {
	font-weight:			bold;
}

#menu_categories {
	padding-left:			20px;
	padding-top:			6px;
	padding-bottom:			6px;				
}

.menu_bottom {
	background-image:		url( assets/menu_bkg.jpg );
	background-position:	bottom left;
	background-repeat:		no-repeat;
}

#content {
	padding: 				10px;
}

#footer {
	background-color:		#736E57;
	color:					#FFFFFF;
	font-size:				10px;
	padding:				4px;
	text-align:				center;	
}

#footer A {
	color:					#FFFFFF;
	text-decoration:		none;
}

#footer A:hover {
	color:					#FFFFFF;
	text-decoration:		underline;
}

.product_thumb {
	cursor:					pointer;
}
