body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: left; /* this justifies the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #7FAB9E;
	background-image: url(../images/swc_swc_05.gif);
	background-repeat: repeat-x;
}
#container {
	width: 900px;
	margin: 0px;
	font-size: 0.75em;
	background-image: url(../images/swc_swc_03.gif);
	background-repeat: repeat-x;
} 
#header {
	padding: 0;
	height: 150px;
	width: 100%;
	background-color: #7FAB9E;
} 
 
#header_main {
	padding-left: 0px;
	padding-top: 0px;
	position: absolute;
	left: 151px;
	top: 0px;
	width: 524px;
	height: 150px;
	background-image: url(../images/swc_swc_03.gif);
	background-repeat: repeat-x;
}
#header_logo {
	top: 42px;
	position: absolute;
	width: 524px;
}
#header_nav {
	width: 524px;
	top: 125px;
	position: absolute;
	left: 151px;
	background-color: #CEE2E0;
	padding: 0px;
}
#header_rightbox {
	float: left; /* since this element is floated, a width must be given */
	width: 226px;
	float: right;
	height: 150px;
	position: absolute;
	left: 675px;
	top: 0px;
	z-index: 1;
	padding: 0px;
	background-color: #A2C5BF;
	background-image: url(../images/swc_swc_05.gif);
}
#header_search {
	width: 210px;
	color: #000000;
	font-size: 0.75em;
	padding-left: 10px;
	position: absolute;
}


#rightbox {
	width: 223px;
	float: right;
	font-size: 0.75em;
	background-color: #A2C5BF;
	margin-top: 1px;
}

#rightcontent {
	/*color: #E6E6E6;*/
	font-style: normal;
	background-color: #A6BAC5;
}
.phonez {
	width: 202px;
 	/*width: 222px;*/
 	border-collapse:collapse;
	border: 0px;
	margin-left: 10px;
}
.phonez_title {
	width: 192px;
	background-color: #CEE2E0;
	height: 20px;
	text-align: center;
	padding: 5px;
	font-weight: bold;
	margin-left: 10px;
}
.phone td{
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: right;
}
.phone tr{
	background-color:#C1DAD6

}
#mainbox {
	width: 526px;
	margin-left: 151px;

}
#maincontent {
	padding: 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFFFFF;
	margin-bottom: 0px;
	font-size: .9em;
	/*width: 420px;
	margin-left: 151px;*/
	width: 484px;
	min-height: 425px;
} 

#leftbox {
	width: 150px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#leftbox_nav {
	width: 140px;
	float: left;
	font-size: 0.75em;
	padding: 10px 0px 0px 10px;
	margin: 0;
}
#leftcontent {
	padding: 0px;
	margin: 0px;
}
#footer {
	padding: 0 10px 0 171px;
	font-size: 8px;
	text-align: left;
	display: block;
} 
#footer  p {
	padding: 0px 0 0px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.75em;
}
#footer_nav {
	background-color: #CEE2E0;
	width: 524px;
	height: 40px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
} 

.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: 8px;
}
.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;
}
.pic .inner {
	display: block;
	position: relative;
	overflow: hidden; /* prevents margin leakage from child elements */
	left: -4px;
	top: -4px;
	z-index: 1;
}
.pic {
	float: right;
	display: block;
	position: relative;
	margin: 4px -4px 10px 30px;
	z-index: 1;
}
h3 {
	color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.95em;
}

.tbl_mfg {
	border-collapse:collapse;
	border-top: 1px solid #000000;
	border-right: 0px solid;
	border-bottom: 1px solid #000000;
	border-left: 0px solid;
}
.tbl_mfgxxx tr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.tbl_mfg td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	line-height: 1.5em;
	vertical-align: top;
}
#rlist {
	list-style-type: none;
	margin: 0px;
}
#rlist li {
	font-weight: bold;
	padding-bottom: 12px;
}
#rlist ul {
	z-index: 10000;
}
#rlist ul, #rlist ul li {
	z-index: 10000;
	font-weight: normal;
}
.rlist {
	list-style-type: none;
	margin: 0px;
	margin: 5px 0px 0px 8px;
	padding: 0px;
}
.rlist li {
	font-weight: bold;
	padding-bottom: 12px;
}
.rlist ul {
	z-index: 10000;
	margin: 5px 0px 0px 4px;
}
.rlist ul, .rlist ul li {
	z-index: 10000;
	font-weight: normal;
	margin: 5px 0px 0px 10px;
	padding: 0px;
}
#ilist {
}
#ilist ul {
	z-index: 10000;
}
#ilist li {
	padding: 0px;
	list-style-image: url(../images/dot.gif);
	line-height:1.5em;
}
#ilist ul, #ilist ul li {
	padding: 0px;
	z-index: 10000;
	font-weight: normal;
}
.ilist {
}
.ilist ul {
	z-index: 10000;
}
.ilist li {
	padding: 0px;
	list-style-image: url(../images/dot.gif);
	line-height:1.5em;
}
.ilist ul, .ilist ul li {
margin: 0px;
	padding: 0px;
	z-index: 10000;
	font-weight: normal;
}
#maincontent a {
	color: #000000;
	text-decoration: underline;
}
#maincontent a:visited {
	color: #336633;
}
#maincontent a:hover, 
#maincontent a:active,
#maincontent a:focus {
	color: #990000;
}
#rightcontent a {
	color: #333399;
}
#rightcontent a:visited {
	color: #999999;
}
#rightcontent a:hover, #rightcontent a:active,
#rightcontent a:focus {
	color: #333333;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.rgt {
	text-align: right;
}
.kern {
	letter-spacing: 1.0px;
	color: #000000;
}


/*-------------------------------------------------*/
.rightbox_title {
	background-color: #CEE2E0;
	height: 20px;
	text-align: center;
	padding: 5px;
	font-weight: bold;
}
#search {
	background-color: #A2C5BF;

}
.rb_bg {
	background-color: #A2C5BF;
	padding: 5px;
}

.rightbox_content {
	margin: 10px;

}
#rightbox {
	width: 223px;
	float: right;
	font-size: 0.75em;
	background-color: #7FAB9E;
	margin-top: 1px;
}

#rightcontent {
	/*color: #E6E6E6;*/
	font-style: normal;
	padding: 10px;
	margin: 10px;
}
.phone {
	width: 100%;
	border-collapse:collapse;
	border: 0px;
	margin: 0px;
}
.phonex td{
	padding-right: 10px;
	text-align: left;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.phone tr{

}
.phone .rgt {
	text-align: right;
}
table tr td{
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: top;
}
.contact {
	align: right;
}
.contact tr td{
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
