* {
	margin: 0;
	padding: 0;
	font-family: "Verdana", Arial, sans-serif;
	font-size: 100%;
}

html, body {
	height: 100%;
	background-color: #fff;
	background-image: url('/pictures/content_back.jpg');
	background-repeat: repeat-x;
	background-position: center 160px;
}

#top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 160px;	
	background-color: #dc3b5c;
	background-image: url('/pictures/top_logo.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	border-bottom: 1px solid #d9b;
	text-align: center;
}

#menu {
	position: absolute;
	bottom: 0;
	width: 53.8em;
	margin-left:-26.9em;
	left:50%;
	height: auto;
	background-color: #ffd46c;
	background-image: url('/pictures/menu_back.jpg');
	background-repeat: repeat-x;
	border-top: 1px solid #deba55;
	font-size: 90%;
	text-align: left;
}

#menu #menuList {
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}

#menu #menuList li {
	display: inline;
}

#menu #menuList a {
	padding: 0.25em 1em;
	text-decoration: none;
	border-right: 1px solid #deba55;
	color: #490003;
}

#menu #menuList a:hover {
	background-color: #c01f40;
	color: #fff;
}

#wrapper {
	position: relative;
	top: 160px;
	left:50%;
	margin-left:-24em;	
	width: 48em;
}

#productCategories {
	width: 11em;
	padding-top: 25px;
	float: left;
}

#productCategories h2 {
	margin-bottom: 0.3em;
	font-size: 100%;
	color: #c01f40;	
}

#productCategories #productCategoriesList {
	margin-bottom: 1em;
	list-style-type: none;
	font-size: 75%;
	line-height: 1.75em;
}

#productCategories #productCategoriesList li {
	
}

#productCategories #productCategoriesList a {
	display: block;
	text-decoration: none;
	color: #755;
	width: 12.9em;
	padding-left: 0.6em;
	border-bottom: 1px solid #d5cdd2;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
}

#productCategories #productCategoriesList a:hover {
	color: #fff;
	background-color: #c01f40;
}

#productCategories #productCategoriesList a.subcategory {
	background-image: url('/pictures/submenu2.gif');
	background-repeat: no-repeat;
	background-position: center right;
}

#productCategories #productCategoriesList a.subcategory:hover {
	background-image: url('/pictures/submenu.gif');
	background-repeat: no-repeat;
	background-position: center right;
}

#productCategories #productCategoriesList li ul {
	
}

#productCategories #productCategoriesList li li {
	list-style-type: none;
	font-size: 90%;
}

#productCategories #productCategoriesList li li a {
	padding-left: 1.75em;
	width: 13.42em;
	color: #988;
	border: none;
	text-transform: none;
	font-weight: normal;
}

#productCategories #productCategoriesList li li a:hover {
	background-color: #e94c5f;
	color: #fff;
}

.currentMainCategorySingle {
	background-image: url('/pictures/menu_current.gif');
	background-repeat: no-repeat;
	background-position: 0 0.5em;
}

.currentMainCategory {
	background-image: url('/pictures/submenu3.gif');
	background-repeat: no-repeat;
	background-position: center right;
}

.currentMainCategory:hover {
	background-image: url('/pictures/submenu.gif');
	background-repeat: no-repeat;
	background-position: center right;
	color: #fff;
	background-color: #ff4be1;
}

.currentSubCategory {
	background-image: url('/pictures/menu_current.gif');
	background-repeat: no-repeat;
	background-position: 0.8em 0.6em;
}

#productCategories .subCategory {
	display: block;
}

#productCategories #REACategory a {
	color: #f00;
}

#productCategories #searchForm  {
	margin: 1em 0;
	font-size: 82%;
}

#productCategories #searchForm  input {
	width: 8.5em;
	padding: 0.2em;
	background-color: #fff;
	border: 1px solid #999;
	color: #a8002f;
	font-style: italic;
}

#productCategories #searchForm  #searchFormSubmit {
	padding: 0.13em;
	width: 3em;
	font-weight: bold;
	background-color: #ffd46c;
	background-image: url('/pictures/menu_back.jpg');
	background-repeat: repeat-x;
	color: #a8002f;
	cursor: pointer;
	border: 1px solid #a8002f;
	font-style: normal;
}

#productCategories #randomImage {
	margin: 2em 0 5em 0;
}

#content {
	width: 42em;
	margin-top: 25px;
	float: right;
	font-size: 82%;	
	color: #333;	
}

#content a {
	color: #c01f40;
	text-decoration: none;
	border-bottom: 1px solid #c01f40;
}

#content a:hover {
	border-bottom: 2px solid #c01f40;
}

#content fieldset {
	margin-bottom: 1.2em;
	border: none;
}

#content form {
	margin-bottom: 1.5em;
}

#content input, #content textarea {
	margin-bottom: 0.2em;
	padding: 0.2em;
	width: 30em;
	color: #c01f40;
	font-style: italic;
}

#content input.radiobutton {
	position: relative;
	top: 0.3em;
	width: 1em;
}

#content input.checkbox {
	position: relative;
	top: 0.1em;
	width: 1em;
}

#content input.disabled {
	background-color: #eee;
	border: 1px solid #888;
}

#content label {
	display: block;
	font-weight: bold;
}

#content label.inlinelabel {
	display: inline;
	padding-left: 1em;
}

#content h1 {
	margin-bottom: 1em;
	font-size: 150%;
	color: #c01f40;
}

#content h2 {
	font-size: 125%;
	color: #dd4056;	
	font-weight: normal;
	margin-bottom: 0.75em;
	border-bottom: 1px solid #d5cdd2;
	clear: both;
}

#content p {
	margin-bottom: 1em;
}

#content select {
	margin-bottom: 0.2em;
	padding: 0.2em;
	width: 30.7em;
	color: #c01f40;
	font-style: italic;
}

#content ul, ol {
	margin-left: 3em;
	margin-bottom: 1em;
}

#content li {
	margin-bottom: 1em;
}

#content .noBorders {
	border: none;
}

#content .noBorders:hover {
	border: none;
}

#content .button {
	padding: 0.2em 1em;
	border: 1px solid #a8002f;
	width: auto;
	cursor: pointer;
	font-weight: bold;
	background-color: #ffd46c;
	background-image: url('/pictures/menu_back.jpg');
	background-repeat: repeat-x;
	color: #a8002f;
	font-style: normal;
}

#content .aProduct img {
	margin: 0 0 1.5em 1em;
	border: 1px solid #d5cdd2;
}

#content .message {
	margin-bottom: 1em;
	padding: 1em;
	border: 1px solid #000;
	background-color: #f14;
	color: #fff;
	font-weight: bold;
}

#content .message a {
	color: #fff;
	border-bottom: 1px solid #fff;
}

#content .message a:hover {
	border-bottom: 2px solid #fff;
}

#content #categoryDescription {
	margin-bottom: 3em;
	color: #000;
}

#content #shoppingCart {
	width: 100%;
	height: 2.3em;
	margin-bottom: 2em;
	background-color: #f6ffaf;
	border: 1px solid #de99a0;
	text-align: center;
	font-size: 95%;
	color: #a04c5b;
}

#content #shoppingCart form {
	display: inline;
}

#content #shoppingCart input {
	position: relative;
	height: 100%;
	width: auto;
	border: 1px solid #de99a0;
	background-color: #ffd46c;
	background-image: url('/pictures/menu_back.jpg');
	background-repeat: repeat-x;
	color: #a04c5b;
	cursor: pointer;
	font-style: normal;
}

#content #shoppingCartTable {
	width: 100%;
	text-align: left;
}

#content #shoppingCartTable img {
	border: none;
}

#content #shoppingCartTable th {
	padding-bottom: 1em;
	font-size: 110%;
}

#content #shoppingCartTable td {
	padding: 0.25em 0;
	border-bottom: 1px solid #ccc;
}

#content #shoppingCartTable td input {
	font-size: 82%;
}

#content #ordersTable {
	width: 100%;
	margin-bottom: 1em;
	text-align: left;
}

#content #ordersTable th {
	padding-bottom: 0.5em;
	color: #000;
}

#content #ordersTable td {
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	border-bottom: 1px solid #fdd;
}

#content .simple-table {
	margin-bottom: 2em;
	text-align: left;
}

#content .simple-table th,td {
	padding-right: 2em;
	padding-bottom: 0.25em;
	vertical-align: top;
}

#content #homeShowcase {
	width: 100%;
	border-collapse: collapse;
	text-align: center;
}

#content #homeShowcase .noBorder {
	border: none;
	color: #333;
}

#content #homeShowcase th {
	margin: 0;
	padding: 0 1em 0.5em 1em;
	vertical-align: top;
	color: #000;
	font-weight: bold;
}

#content #homeShowcase td {
	margin: 0;
	padding: 0 1em;
	width: 12em;
}

#content #homeShowcase img {
	margin-bottom: 0.5em;
}

#footer {
	margin-top: 5em;
	padding: 1em 0;
	clear: both;
	text-align: center;
	border-top: 1px solid #d5cdd2;
	color: #999;
	font-size: 90%;
}

#footer a {
	color: #999;
	border: none;
}

#footer a:hover {
	color: #f99;
	border: none;
}
