@charset "utf-8";
/* CSS Document */
body {
	background-color:#fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	margin: 0px 0px 0px 0px;
	/*background-image: url(images/glassbg2.jpg);*/
	background-color: #D9FFEC;
	}
a {
	color: #0739B6;
	text-decoration: underline;
}
a:hover {
	color: #2F80DD;
	text-decoration: underline;
}
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-right: 20px;
	font-size: 14px;
}
H1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #0830B4;
	margin-bottom: 0px;
}
H2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 18px;
	padding: 2px;
	border-bottom: 1px solid #cc0000;
	margin-bottom: 0px;
}
H3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 16px;
	padding: 2px;
	margin-bottom: 0px;
}
.Nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 11px;
	text-decoration: none;
	display: inline;
	font-weight: bold;
}
.Nav:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 11px;
	text-decoration: underline;
	display: inline;
	font-weight: bold;
}
.NavBar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 10px;
	text-decoration: none;
	display: inline;
}
#wrapper {
	width: 875px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-color: #FFF;
}
#headerwrapper {
	width: 100%;
	background-color:#F8F6DD;
}
#header {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: left;
	height: 155px;
}
#headerleft {
	float: left;
	width: 250px;
	text-align: left;
}
#headerright {
	float: right;
	width: 550 px;
	text-align: right;
}
#contentHome {
	width: 875px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
	clear: both;
	position: relative;
}
#content {
	width: 875px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
	clear: both;
	position: relative;
}
.contentText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 20px;
}
.contentTextSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 20px;
}
.SmallText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#splashleft {
	position: absolute;
	width: 350px;
	height: 375px;
	text-align: center;
	background-color: #FFF;
	/*border-left: thin solid #000;*/
}
#splashcenter {
	margin-top:175px;
	position: absolute;
	width: 263px;
	height: 120px;
	left: 350px;
	text-align: center;
	background-color: #FFF;
}
#splashcenterR {
	margin-top:175px;
	position: absolute;
	width: 263px;
	height: 120px;
	left: 615px;
	text-align: center;
	background-color: #FFF;
}
#splashright {
	position: absolute;
	width: 525px;
	height: 175px;
	left: 350px;
	text-align: center;
	background-color: #FFF;
	/*border-right: thin solid #000;*/
}
#navigation {
	clear: both;
	width: 100%;
	text-align: center;
	height: 20px;
	border-bottom: thin solid #1E1E87;
	border-top: thin solid #1E1E87;
	background-image: url(images/navbg.jpg);
	background-color:#99F;
}
.Nav2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
	display: inline;
	font-weight: bold;
	line-height: 18px;

}
.Nav2:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #F9F8DF;
	font-size: 12px;
	text-decoration: underline;
	display: inline;
	font-weight: bold;
}
.Nav2Bar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
	display: inline;
}
.Heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
.copyright {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #FFF;
}
.copyrightLink {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #FFF;
	text-decoration: underline;
}
.copyrightLink:hover {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #ccc;
	text-decoration: underline;
}
#clear {
	clear: both;
}
.Tag {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #006600;
	text-align: right;
}
.right {
	text-align: right;
}
.SubLink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #0739B6;
	text-decoration: none;
}
.SubLink:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #2F80DD;
	text-decoration: underline;
}
.SubLink1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #0739B6;
	text-decoration: none;
}
.SubLink2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #0739B6;
	text-decoration: none;
}
.SubLink2:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #2F80DD;
	text-decoration: underline;
}
.SubHead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #0739B6;
	text-decoration: none;
}
#footer {
	width: 875px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: center;
	height: 18px;
	background-color: #812FAA;
	border-bottom: thin solid #000;
	border-top: thin solid #000;
}
.carthdr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	background-color: #0739B6;
	color: #FFF;
	text-decoration: none;	
}
.phone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0830B4;
}
.cart {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0830B4;
	text-decoration: none;
}
.cart:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0830B4;
	text-decoration: underline;
}
.name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.indent {
	padding-left: 20px;
}
.ColorHead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #0739B6;
	border-bottom: thin solid;
}
#colorwrapper {
	width: 455px;
	padding: 10px;
}
.colorsubhead {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}
.colorsubhead:hover {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #0739B6;
}
#headerSearch {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-color: #FFF;
}
img {
	border: 0px;
}
.product {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #0739B6;
}
.description {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
}
.price {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	font-weight: bold;
}
.tableborder {
	border: #000 thin solid;
}
.indent {
	margin-left: 10px;
	margin-right: 20px;
}