﻿@import url('layout.css');
body {
	margin: 0 0%;
	background-color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	padding: 0px;
	color: #fff;
}
/* Styles for DIV tags */
#container {
	float:none;
	background-color: #000;
	border-right: 3px solid #666666;
	border-left: 3px solid #666666;
	border-bottom: 3px solid #666666;
}
#masthead {
	background-color: #101010;
	background-repeat: no-repeat;
	background-position: left top;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	height: 300px;
	padding-right: 10px;
}
#navigation {
	border-top: 6px solid #AD2121;
	background-color: #666666;
	height: 33px;
	width: 770px;
}
#navigation_divider {
	background-color: #9a9a9a;
	border-top: 1px solid #000;
	border-bottom:1px solid #000;
	height: 20px;
	width: 770px;
}
#navigation_bottom {
	border-bottom: 6px solid #AD2121;
	background-color: #666666;
	height: 43px;
	width: 770px;
}
html > body #navigation {
	overflow: hidden;
}
#content_container {
	border-top: 6px solid #AD2121;
	padding: 0px;
	width: 770px;
}
#products {
	padding: 0px;
	width: 770px;
}

#image {
	margin-bottom: 10px;
	margin-left: 10px;
}
#footer {
	border-top: 6px solid #AD2121;
	background-color: #000;
	color: #fff;
}
/* Styles for Masthead */
#masthead h1 {
	font-family: "Matura MT Script Capitals";
	text-align: right;
	color: #fff;
	font-size: 42px;
	margin-bottom: 0;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}
#masthead h3 {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	color: #fff;
	margin-bottom: 0px;
	float: right;
	text-align: right;
}
#masthead a {
	color: #fff;
	font-weight:bold;
}
#masthead a:hover{
	color: #000;
	text-decoration: none;
	font-weight:bold;
	background-color: #cccccc;
}

/* Styles for Navigation */
#navigation_divider p {
	font-family: "Maiandra GD", "Year supply of fairy cakes";
	font-size: 9px;
	color: #000;
	text-align:center;
}
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	margin: 0px 5px 0px 5px;
	padding: 5px;
	display: block;
	color: #fff;
	font-weight:bold;
	text-decoration: none;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	font-weight:bold;
	background-color: #cccccc;
}
/* Styles for Right Column */
#column_right h4 {
	margin-top: 0px;
}
#column_right p {
	color: #fff;
	margin-top: 0px;
}
/* Styles for Left Column */
h1 {
	font-family: "Maiandra GD", "Year supply of fairy cakes";
	font-size: 30px;
	color: #fff;
	margin-top: 0px;
}
h2 {
	font-family: "Maiandra GD", "Year supply of fairy cakes";
	font-size: 24px;
	font-size: x-large;
	color: #fff;
	margin-top: 0px;
}
h3 {
	font-family: "Maiandra GD", "Year supply of fairy cakes";
	font-size: large;
	color: #fff;
	margin-top: 0px;
}
h4 {
	font-family: "Maiandra GD", "Year supply of fairy cakes";
	font-size: medium;
	color: #fff;
	margin-top: 0px;
}
h5 {
	font-size: x-small;
	margin-top: 0px;
}
h6 {
	font-size: xx-small;
	margin-top: 0px;
}
#content_container a {
	color: #FF0000;
	text-decoration: none;
}
#content_container a:hover {
	color: #66CCFF;
	background:#000;
	text-decoration:none;
}


/* Styles for Footer */
#footer p {
	margin: 0;
	font-size: 0.85em;
	text-align: left;
}
#copyright {
	float: right;
	text-align: right;
}
#copyright p {
	font-size: 0.85em;
}
#footer a {
	color: #9a9a9a;
	text-decoration:none;
}
#footer a:hover {
	color: #FF0000;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.home_table {
	text-align: center;
	border: 1px solid #9A9A9A;
	vertical-align:top;
	width:33%;
}

#products a {
	color: #FF0000;
	text-decoration: none;
}
#products a:hover {
	color: #66CCFF;
	background: #000;
	text-decoration:none;
}
