@charset "utf-8";
body {
}
a:link img, a:visited img, a:hover img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* container */
#container {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}
#container:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
/* header */
#header {
}
#header:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
/* content */
#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
	padding: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #009;
	margin: 2px;
}
#content h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #EFB73C;
	margin-top: 0px;
	font-weight: normal;
}
#content h2 {
	font-size: 13px;
	color: #009;
	margin-top: 0px;
}
#holder {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #010167;
	border-bottom-color: #010167;
	border-left-color: #010167;
}
/* nav */
#nav {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding: 5px;
}
#nav h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #009;
	margin-top: 0px;
	font-weight: normal;
	margin-bottom: 5px;
}
#nav ul {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	position: relative;
	color: #666;
	list-style-image: url(../images/bullet.jpg);
	padding-left: 25px;
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 0px;
}
#nav ul li {
	list-style-image: url(../images/bullet.jpg);
	padding-top: 2px;
	padding-bottom: 2px;
}
#nav .norm a:link, #nav .norm a:visited {
	color: #666;
	text-decoration: none;
}
#nav .norm a:hover {
	color: #009;
}
#nav .current a:link, #nav .current a:visited {
	color: #009;
	text-decoration: none;
	font-weight: bold;
}
#nav .current a:hover {
	color: #009;
}
#nav:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
/* footer */
#footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #009;
}
#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #009;
}
#footer a:hover {
	color: #F6B235;
}
#footer:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
.more {
	text-align: right;
}
.more a:link, .more a:visited {
	font-size: 10px;
	color: #EFB73C;
	text-decoration: none;
	font-weight: bold;
}
.more a:hover {
	color: #009;
}
.viewCat a:link, .viewCat a:visited, .viewCat a:hover {
	color: #009;
	text-decoration: none;
	font-weight: bold;
}
.cableRight {
	float: right;
}
.cableLeft {
	float: left;
	margin-right: 5px;
}
.back a:link, .back a:visited {
	font-size: 10px;
	color: #EFB73C;
	text-decoration: none;
	font-weight: bold;
}
.back a:hover {
	color: #009;
}
.boldTitle {
	color: #009;
	font-weight: bold;
}
.subCat {
	color: #EFB73C;
}
.normLink a:link, .normLink a:visited {
	color: #EFB73C;
	text-decoration: none;
	font-weight: bold;
}
.normLink a:hover {
	color: #009;
}
.required-text {
	font-weight: bold;
	color: #F00;
	font-size: 10px;
}
.invis {
	visibility: hidden;
}
.tel {
	color: #009;
	font-weight: bold;
}
.moreDet a:link, .moreDet a:visited {
	color: #009;
	text-decoration: none;
	font-weight: bold;
}
.moreDet a:hover {
	color: #EFB73C;
}