@charset "utf-8";
body {
	background-color: #BFD0E4;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat;
	background-image: url(../images/diamondplate.jpg);
}
#wrapper {
	text-align: left;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	border: thick outset #999;
}
#header {
	background-color: #010044;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #999;
	height: auto;
}
#logo {
	height: 50px;
	width: 500px;
	padding: 12px;
	vertical-align: middle;
	float: left;
}
#cart {
	height: 25px;
	width: 150px;
	color: #FFF;
	background-color: #010044;
	font-size: medium;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	padding: 12px;
	float: right;
}
#callanytime {
	color: #FFF;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	background-color: #010044;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	float: right;
	width: 200px;
	margin: 2px;
	clear: both;
}
#banner {
	clear: both;
	text-align: center;
	color: #FC1D20;
	background-color: #010044;
	height: auto;
	padding-bottom: 2px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #2EAAE6;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #25ADDF;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 14px;
	padding-top: 2px;
}
#search {
	height: 20px;
	float: left;
	width: 400px;
	color: #FFF;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	padding-top: 4px;
}

#subcartlinks {
	height: 30px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}
#subcartlinksbox1 {
	font-style: normal;
	float: right;
	width: 75px;
	text-align: center;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFF;
	height: 25px;
	vertical-align: middle;
	margin-top: 2px;
	margin-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#subcartlinksbox2 {
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	width: 75px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFF;
	text-align: center;
	height: 25px;
	font-size: 12px;
	font-style: normal;
	vertical-align: middle;
	margin-top: 2px;
	margin-bottom: 2px;
	font-weight: bold;
}
#subcartlinksbox3 {
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	width: 75px;
	text-align: center;
	height: 25px;
	font-size: 12px;
	font-style: normal;
	vertical-align: middle;
	margin-top: 2px;
	margin-bottom: 2px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFF;
	font-weight: bold;
}
#subcartlinksbox4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-align: center;
	vertical-align: middle;
	height: 25px;
	margin-top: 2px;
	margin-bottom: 2px;
	float: right;
	width: 75px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFF;
	font-weight: bold;
}
#subcartlinksbox5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-align: center;
	vertical-align: middle;
	float: right;
	height: 25px;
	width: 300px;
	margin-top: 2px;
	margin-bottom: 2px;
	font-weight: bold;
}

#subheaderlinks {
	color: #FFF;
	text-align: center;
	height: 20px;
	padding-top: 3px;
	padding-bottom: 2px;
	background-color: #D7DDEB;
}
#subheaderlink1 {
	float: left;
	width: 152px;
	height: 25px;
	vertical-align: baseline;
}
#subheaderlink2 {
	float: left;
	height: 25px;
	width: 152px;
}
#subheaderlink3 {
	float: left;
	height: 25px;
	width: 152px;
}
#subheaderlink4 {
	float: left;
	height: 25px;
	width: 152px;
}
#subheaderlink5 {
	float: left;
	height: 25px;
	width: 152px;
}

#footer {
	clear: both;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-color: #010044;
	border-top-width: medium;
	border-top-style: solid;
	padding-bottom: 5px;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
#footersubcontent {
	background-color: #010044;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	margin-top: 10px;
}
#footertopcontent {
	background-color: #b4d0e4;
	text-align: center;
	border-bottom-width: medium;
	border-bottom-style: ridge;
	border-bottom-color: #999;
	height: 15px;
	margin-bottom: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}


a {
	color: #FFF;
}
a:link {
	color: #FFF;


}
a:hover {
	color: #F00;
}




h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #35B848;
	font-weight: bold;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	text-decoration: underline;
	font-weight: bold;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-decoration: underline;
	text-align: center;
	font-weight: bold;
}

/* CSS Document */

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-align: left;
}
