/*Sticky Footer Stuff*/

* {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -40px;
}
.footer, .push {
	height: 40px;
}

/*End Sticky Footer*/


body {
	background-image: url(images/main_background.jpg);
	background-repeat: repeat-x;

}
div.wrapper {
	width: 100%;
	background-image: url(images/header_bak.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
ul#nav {
	width: 760px;
	margin: 142px auto 0 auto;
}
ul#nav li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#nav a {
	display: block;
	float: left;
	color: #003352;
	text-decoration: none;
	font-family: georgia, "Times New Roman", serif;
	font-size: 16px;
	text-shadow: white 1px 1px 1px;
	padding: 3px 15px 9px 16px;

}
ul#nav a:hover {
	color: black;
	text-shadow: white 0px 0px 10px, white 0px 0px 5px, white -1px -1px 0px;
	background-image: url(images/nav_hover_bak.png);
	color: #dc2e69;
	background-repeat: no-repeat;
	background-position: -9px 9px;
}
a.back_to_catalog {
	color: #003352;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	line-height: normal;
	display: block;
	width: 139px;
	clear: both;
	padding: 5px 0 5px 60px;
	margin: 5px 0 15px 0px;
	border-right: 1px solid #95ddfe;
	border-bottom: 1px solid #95ddfe;
	border-top: 1px solid white;
	border-left: 1px solid white;
	-moz-box-shadow: #a7b3be 0px 0px 2px;
	-webkit-box-shadow: #a7b3be 0px 0px 2px;
	box-shadow: #a7b3be 0px 0px 2px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-image: url(images/back_to_catalog.png);
	background-position: 10px 50%;
	background-repeat: no-repeat;
	text-shadow: white 1px 1px 1px;
}
a.back_to_catalog:hover {
	color: #dc2e69;
	text-shadow: white 0px 0px 2px;
	-moz-box-shadow: white 0px 0px 2px;
	-webkit-box-shadow: white 0px 0px 2px;
	box-shadow: white 0px 0px 2px;
	border-top: 1px solid #95ddfe;
	border-left: 1px solid #95ddfe;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	background-position: 10px 50%;
	background-color: #ddf3ff;
}
div#navigation {
	margin-bottom: 20px;
}
div#home_products div.grid_2 {
	height: 260px;
	text-align: center;
}
div#home_products div.grid_2 p {
	margin-bottom: 5px;
	line-height: normal;
	font-size: 12px;
}
div#home_products div.grid_2 img {
	display: block;
	margin: 0 auto;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
div#home_products div.grid_2 a img.hoverlink {
	margin-bottom: 3px;
}
div#home_products div.grid_2 a:hover img.hoverlink {
	back ground-color: #009cd3;
	-moz-box-shadow: #c73f6f 0 0 5px, #cb4775 0 0 2px;
	-webkit-box-shadow: #c73f6f 0 0 5px, #cb4775 0 0 2px;
	box-shadow: #c73f6f 0 0 5px, #cb4775 0 0 2px;
}
div#product_page_image {
	text-align: center;
}
div#product_page_image p {
	font-size: 16px;
}
div#product_page_image img {
	display: block;
	margin: 0 auto;
}

/*Footer Stuff*/

div.footer {
	clear: both;
	background-image: url(images/main_background.jpg);
	background-repeat: repeat-x;
	background-position: 0 -129px;
	text-align: center;
}
div.footer p {
	color: #004d79;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding-top: 10px;
}
div.footer a {
	text-decoration: none;
	color: #015989;
}
