﻿body
{
	margin: 0px 0;
	padding: 0;
	color: #000000;
	font-family: Verdana,Helvetica,Sans-Serif;
	font-size: 80%;
	background-color: #4c67c7;
}

img
{
	border: none;
}

a
{
	text-decoration: none;
	color: #000066;
	font-weight: bold;
}

a:hover
{
	color: #0066FF;
}

h1, h2, h3
{
	color: #000448;
}

#container
{
	padding: 0px 0px 0px 0px;
}
#main
{
	width: 1024px;
	margin-left: 0px;
	margin-right: 0px;
	background-repeat: no-repeat;
	border-right: 2px solid #003366;
	border-bottom: 2px solid #003366;
}
#header
{
	position: relative;
	text-align: left;
	height: 140px;
	background-image: url(../images/layout_top.gif);
	background-repeat: no-repeat;
}
#banner
{
	width: 600px;
	height: 130px;
	position: absolute;
	top: 0px;
	left: 280px;
	overflow: hidden;
}
#cross1
{
	position: absolute;
	left: 55px;
	top: 40px;
	z-index: 1;
}
#cross2
{
	position: absolute;
	left: 133px;
	top: 160px;
	z-index: 1;
}
#menu_container
{
	float:left;
	position: relative;
	text-align: left;
	width: 155px;
	background-image: url(../images/layout_left.gif);
	background-repeat: no-repeat;
	min-height: 486px;
	top: 0px;
	bottom: 0px;
	padding-top: 20px;
}
#menu_content
{
	z-index: 2;
}
#menuCategoriesTitle
{
	color: #000448;
	font-weight: bold;
	background-color: #9999FF;
	padding-left: 10px;
}
#menuCategories
{
	z-index: 3;
	margin: 0px;
}
#menuCategories ul
{
	list-style-type: square;
	color: #9999FF;
	margin: 5px 5px 5px 20px;
	padding:0;
}
#menuCategories a
{
	font-size: x-small;
}
#menuCategories a:hover
{
	color: #FFF;
}
#menu
{
	text-align: left;
	width: 140px;
}
ul#menu
{
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0;
	padding: 0;
}
ul#menu li
{
	list-style: none;
	height: 20px;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	border-bottom: 3px solid #333399;
	margin: 0px;
}
ul#menu li a
{
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
}

ul#menu li a:hover
{
	color: #000;
}

ul#menu li a:active
{
}

#menuText
{
	color: #FFF;
	font-weight: bold;
	text-align: center;
	width: 80%;
	margin: 5px;
	margin-top: 30px;
	padding: 10px;
	border: 1px solid #000448;
	background-color: #9999FF;
}

#phone
{
	position: absolute;
	bottom: 5px;
	right: 5px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}

#content_container
{
	position: relative;
	text-align: left;
	min-height: 520px;
	left: 0px;
	top: 0px;
	bottom: 0px;
	height: auto;
	width: 866px;
	overflow: hidden;
	background-color: #FFF;
	border-left: 2px solid #003366;
}

#content
{
	position: relative;
	top: 23px;
	left: 23px;
	margin: 0px 46px 46px 0px;
	width: 800;
	min-height: 520px;
	height: 100%;
	padding: 10px 10px 10px 10px;
	z-index: 2;
	overflow: hidden;
}

#corner_art
{
	background-image: url(../images/footprints.jpg);
	background-repeat: no-repeat;
	background-position:bottom right;
	overflow: hidden;
	width: 777px;
	height: 494px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	float: left;
	z-index: 1;
}

#corner_art img
{
	width: 100%;
}

#breadcrumbs
{
	font-size: small;
}
#breadcrumbs a
{
	font-weight: bold;
}

.note
{
	font-size: xx-small;
	color: #003366;
}

.callout
{
	border: 1px solid #000448;
	background-color: #CCCCFF;
	width: auto;
	padding: 5px 5px 5px 5px;
	margin: 10px 15px 10px 15px;
	font-style: italic;
}

.product
{
	border: 1px solid #003366;
	padding: 5px 10px 5px 10px;
	margin: 10px 10px 10px 10px;
	min-height: 230px;
	overflow: auto;
}

.productText
{
	margin-left:250px;
}

.additionalImages
{
	text-align: center;
	max-width: 240px;
}

.additionalImage
{
	font-size: small;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	border: 1px solid #003366;
	width: 100px;
	background-color: #EAEAFF;
}

.additionalImage img
{
	width: 100px;
}

.preview
{
	width: 200;
	height: 100%;
	margin-bottom: auto;
	float: left;
	overflow: hidden;
	min-height: 200px;
	padding: 10px 10px 10px 10px;
}

.price
{
	color: #0000FF;
	font-weight: bold;
}

.previewCategories
{
	float: none;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}

.previewCategory
{
	float: left;
	height: 140px;
	font-size: small;
	margin: 5px;
	padding: 5px;
	border: 1px solid #003366;
	width: 100px;
	text-align: center;
}

.previewCategoryText
{
	width: 100%;
	vertical-align: bottom;
}

.previewCategory img
{
	max-width: 100px;
	max-height: 100px;
	margin-top: 10px;
}

#newsflash
{
	position: absolute;
	width: 100%;
	top: 5px;
	left: 0;
	text-align: center;
	z-index: 99;
	font-size: x-small;
	color: #003366;
}

#newsflash a
{
	font-size: x-small;
}

#sitemap
{
	position: absolute;
	width: 100%;
	bottom: 25px;
	left: 0;
	text-align: center;
	z-index: 99;
}

#sitemap a
{
	color: #FFF;
}

#footer
{
	position: absolute;
	background-color: #CCCCFF;
	text-align: center;
	font-size: x-small;
	padding: 5px 5px 5px 5px;
	bottom: 0px;
	left: 0px;
	width: 100%;
	z-index: 2;
}

#footer a
{
	font-weight: bold;
	color: #0066CC;
}

.quote
{
	font-style: italic;
	margin-left: 40px;
}

.signature
{
	font-style: italic;
	margin-left: 80px;
}

.address
{
	margin-left: 80px;
	font-weight: bold;
}

.missionImage
{
	border: 2px solid #003366;
	margin: 20px;
}
