﻿#outer {
	background-color : navy;
	width : 745px;
	height : 3300px;
	padding-left : 15px;
	padding-right : 15px;
	margin-left : auto;
	margin-right : auto;
}
#container {

	margin-right : auto;
	margin-left : auto;
	padding-left : 10px;
	padding-right : 10px;
	height : 100%;
	background-color : rgb(255, 255, 255);
}
.product {
	margin-right : auto;
	margin-left : auto;
	text-align: left;
	width:500px;
}
img {
	border:none;
}
.mylink {
	font-size:larger;
	padding-left:30px;
}
body {
	margin : 0px 0px 0px 0px;
	text-align : center;
	background-color: #FFF; /* for non-css3 browsers */
 	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCCCFF', endColorstr='#6666FF');
	background-image: -webkit-gradient(linear, left top, left bottom, from(#CCCCFF), to(#6666FF)); /* for webkit browsers */
	background-image: -moz-linear-gradient(top, #CCCCFF, #6666FF); /* for firefox 3.6+ */
}
a {
	text-decoration : none;
}
a:link {
	color : rgb(153 , 51 , 0);
}
a:visited {
	color : rgb(153 , 51 , 0);
}
a:active {
	color : rgb(153 , 51 , 0);
}
a:hover {
	color : rgb(102 , 102 , 102);
	background-color : rgb(240 , 240 , 240);
}
h1, h2, h3 {
	font-family : Georgia;
	font-size : large;
	color : rgb(153 , 51 , 0);
	line-height : 24px;
	font-weight : normal;
	margin-bottom : 5px;
	margin-top : 1px;
}
label {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	text-transform : uppercase;
	color : rgb(102 , 102 , 102);
}
.shadowlogo {
	margin: 5px;
	height: 119px;
	width: 400px;
	background-color: #FFF;
	-moz-box-shadow: 5px 5px 5px rgba(68, 68, 68, 0.6);
	-webkit-box-shadow: 5px 5px 5px rgba(68, 68, 68, 0.6);
	box-shadow: 5px 5px 5px rgba(68, 68, 68, 0.6);
 	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3, MakeShadow=true, ShadowOpacity=0.30);
	-ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30)";
	zoom: 1;
}
.shadowlogo .content {
	position: relative; /* This protects the inner element from being blurred */
	padding: 7px;
	background-color: #FFF;
}
.bulletlist {
	text-align: left;
	font-family : Verdana, arial, sans-serif;
	font-size : 12px;
	color : gray;
}
.small {
	text-align: left;
	font-family : Verdana, arial, sans-serif;
	font-size : 10px;
	color : black;
}
.menu {
	text-align:center;
	font-family : Verdana, arial, sans-serif;
	font-size : 14px;
	font-weight:bold;
	color : black;
}

