@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	background-color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.5em;
}
.twoColFixLtHdr #container {
	width: 950px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #0054a6;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #0054a6;
	background-image: url(../images/containerbkgnd.png);
	background-repeat: repeat-y;
}
.twoColFixLtHdr #header {
	height: 225px;
	width: 950px;
	background-repeat: no-repeat;
	background-image: url(../images/headersummer.jpg);
	background-position: left top;
	float: left;
}
.twoColFixLtHdr #navRowList ul {
	list-style:none;
	width:900px;
	float:right;
	margin-left: 0px;
	margin-top: 200px;
}
.twoColFixLtHdr #navRowList li {
	float:left;
}
.twoColFixLtHdr #navRowList li a {
	color: #FFF;
	text-decoration: none;
	border-right: 1px solid #8f8164;
	padding-right: 2em;
	padding-left: 2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 2em;
}
.twoColFixLtHdr #navRowList ul a:hover {
	color: #000;
	background-image: url(../images/bkgndNav.gif);
	background-repeat: repeat-x;
}
.twoColFixLtHdr #navRowList .navActive {
	background-repeat: repeat-x;
}
.twoColFixLtHdr #sidebar {
	width: 200px;
	position: relative;
	float: left;
	padding-left: 10px;
	padding-right: 10 px;
}
.twoColFixLtHdr .adsTitle {
	background-color: #E8E8E8;
	background-position: left center;
	background-image: url(../images/grayboxtile.gif);
	background-repeat: repeat-y;
}
.twoColFixLtHdr .adsTitle h2 {
	color:#9D2F0B;
	background-repeat: no-repeat;
	background-image: url(../images/grayboxtop.gif);
	padding-top: 10px;
	padding-left: 10px;
	font-size: 1.25em;
}
.twoColFixLtHdr .adsTitle p {
	background-image: url(../images/grayboxmid.gif);
	background-repeat: repeat-y;
	padding-left: 15px;
	padding-right: 10px;
	font-size: 0.85em;
	line-height: 1.2em;
}
.twoColFixLtHdr .adsTitle .last {
	background-image:url(../images/grayboxbottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 22px;
}
.twoColFixLtHdr #mainContent {
	color: #000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	width: 690px;
	float: right;
	margin-top: 15px;
	margin-right: 25px;
}
.twoColFixLtHdr #mainContent .postBlock {
	padding-top: 2px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 12px;
}
.postBlock h3 a {
	text-decoration: none;
	font-weight: bold;
	font-size: .9em;
	color: #000;
}
.postBlock h3 a:hover {
	color: #5F1D07;
	text-decoration: underline;
}
.twoColFixLtHdr #mainContent .entrybody {
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 6px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}
.celist {
	padding-left:10px;
	padding-top: 25px;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.75em;
	padding-left: 18px;
}
#proIcon {
	background-image: url(../images/proceedPALicon.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 275px;
	width: 225px;
}
#proIcon ul {
	padding-left: 250px;
	list-style-position: outside;
	list-style-image: url(../images/bullet.jpg);
	line-height: 1em;
	color: #00428d;
}
.twoColFixLtHdr #mainContent ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
.twoColFixLtHdr #mainContent ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
}
.twoColFixLtHdr #mainContent h2 {
	font-size: 1.2em;
	line-height: 1.3em;
	font-weight: bold;
	color: #9D2F0B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 10px;
}
.twoColFixLtHdr #mainContent h2 a {
	text-decoration: none;
	color: #9D2F0B;
}
.twoColFixLtHdr #mainContent h2 a:hover {
	text-decoration: underline;
}
.twoColFixLtHdr #mainContent h3 {
	font-weight: normal;
	color: #000000;
	font-size: .9em;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	line-height: 1.2em;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 0em;
	padding-left: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
twoColFixLtHdr #mainContent p {
	margin-top: -1em;
	padding: 0em;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 15px;
	margin-top: 20px;
	margin-bottom: 25px;
	margin-right: 10px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/*Footer*/
.twoColFixLtHdr #footer {
	text-align: left;
	background-color: #000000;
	background-image: url(../images/footer.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 20px;
	height: 71px;
}
/*MainContent Navigation bar*/

ul#navlist {
	margin-left: 0;
	padding: 0;
}
#navlist li {
	list-style-type: none;
}
#navlist a {
	padding-top: 0px;
	padding-bottom: 3px;
	padding-left: 10px;
}
#navlist a:link, #navlist a:visited {
	color: #860404;
	text-decoration: none;
}
#navlist a:hover {
	color: #000000;
	text-decoration: none;
}
.bulletList {
	list-style-type: square;
}
.bullet250L {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 20px;
	list-style-image: url(../images/bullet.jpg);
	list-style-position: outside;
	list-style-type: none;
	font-size: 1em;
	line-height: 1.4em;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000033;
	font-size: 1.5em;
}
.entrybody-bkgnd {
	background-image: url(../Seiko/images/SucceedKitchenBackground.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 650px;
}
.prodLink a{
	text-decoration: none;
	color: #A33E0B;
	font-style: oblique;
	font-weight: bold;
}
.prodLink a:hover {
	color: #000;
}
.MfgLab {
	margin-left: 20px;
	margin-top: -5px;
}
