@charset "utf-8";



body {
	background-color: #dedef6;
}
#parent {
	width: 700px;
	border: 1px solid #000000;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	height: auto;
}
#header {
	height: 110px;
	width: 700px;
	background-color: #FFFFFF;
}
#header_logo {
	float: left;
	height: 106px;
	width: 350px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#footer {
	width: 600px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #262261;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 50px;
	margin-left: 50px;
}
#footer a {
	width: 700px;
	border-top-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #262261;
	text-align: center;
	text-decoration: none;
}


#menu {
	height: 30px;
	width: 700px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../images/menu_bar_full.gif);
	background-repeat: no-repeat;
	background-position: center center;
	top: 110px;
	z-index: 5;
}

/** If many elements share the same formatting, you can combine many elements into one
by specifiying the parent (in this case, the ID "MENU") rather than each individual element.
Now all links are formatted using only two css entries, "#menu a" and "#menu a:hover,active".
A lot less typing, the page will load faster and it's neater. Two callouts instead of two for
each menu item! Judging from the fact that your button layout below (button_home, button_products
etc) all share the same formatting, you should be able to combine all those into one CSS element as well! **/

#menu a
{
	height: 30px;
	width: 100px;
	margin-left: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-decoration: none;
}

#menu a:hover, a:active
{
	height: 30px;
	width: 100px;
	margin-left: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #262261;
	text-align: center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-decoration: none;
}

#button_home {
	width: 100px;
	margin-left: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}

#introduction {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #262261;
	margin-top: 15px;
}
#address_block {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	float: right;
	height: 106px;
	width: 250px;
	text-align: left;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#address_block a {
	color: #000000;
	text-decoration: underline;
	font-style: italic;
}

#button_products {
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}

#button_contact {
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}

#content {
	height: auto;
	width: 700px;
	margin-top: 40px;
}
#products {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
}
.product_caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}



.intro_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 1.4em;
	font-style: normal;
	padding: 10px;
}
.intro_text_script {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000000;
	padding: 10px;
	line-height: 1.4em;
	font-style: italic;
	font-weight: bold;
}
.announcement1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #262261;
	letter-spacing: .2em;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.items_list {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-style: normal;
	list-style-image: url(../images/blue_bullet.gif);
}
.products_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 1.4em;
	font-style: italic;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.product_title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #DA1F26;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
.contact_form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 30px;
}
#contact_form {
	width: 425px;
	margin-right: auto;
	margin-left: 200px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.contact_title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #DA1F26;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
.contact_address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-style: normal;
	list-style-image: url(../images/blue_bullet.gif);
}
.contact_address a:link, visited {
	color: #000000;
}
.items_list_red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	font-style: normal;
	list-style-image: url(../images/blue_bullet.gif);
}
.announcement2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #262261;
	letter-spacing: 0.2em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
}
.product_name {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #009;
	line-height: 24px;
}
.product_price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	line-height: 24px;
}

