* {
	padding: 0;
	border: 0;
	margin: 0;
}

body {
    font-family: "Verdana", "Lucida Grande", sans-serif;
	position: relative;
	width: 824px;
	margin: 0 auto;
	text-align: center;
}

#bg_top {
	width: 100%;
	height: 22px;
	background: url(../images/bg_top.jpg) no-repeat center top;
}

#bg_bottom {
	width: 100%;
	height: 22px;
	background: url(../images/bg_bottom.jpg) no-repeat center top;
}

#bg_wrapper {
	width: 100%;
	background: url(../images/bg_middle.jpg) repeat-y center;
}

#content_wrapper {
	width: 760px;
	margin: 0 auto;
}

#header {
	margin: 0 0 5px 0;
}

#header h1{
	display: block;
	height: 144px;
	background: url(../images/new_logo2.JPG) no-repeat;
	text-indent: -9999px;
}

#header ul {
	position: absolute;
	top: 126px;
	left: 550px;
}

#header li {
	display: inline;
	margin: 0 10px 0 0;
}

#header a {
	color: #006699;
	font-family: "Verdana";
	font-weight: bold;
	font-size: small;
	text-decoration: none;
}

#header a:link {color: #006699;}
#header a:visited {color: #006699;}
#header a:hover {color: #006699;}
#header a:active {color: #006699;}

#nav_image {
	float: left;
	width: 220px;
	border-right: 2px solid #ffffff;
}

#nav {
	float: right;
	width: 537px;
}

#nav_list {
	float: left;
	width: 100%;
	padding: 0 0 13px 0;
	list-style: none;
	background-color: #d8effc;
}

#nav_list li {
	float: left;
	font-weight: bold;
	font-size: small;
}

#nav_list a {
	display: block;
	text-decoration: none;
	color: #f26b09;
	padding: 15px 6px 10px 5px;
	border-top: solid 3px #248fbe;
	border-right: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
}

#nav_list a:link {color: #ff9900;}
#nav_list a:visited {color: #ff9900;}
#nav_list a:hover {color: #ff9900; background-color: #ffffff;}
#nav_list a:active {color: #ff9900;}

#content {
	margin: 1px 0 0 0;
}

#side_nav {
	float: left;
	width: 220px;
	text-align: left;
}

/*#side_nav ul {
	text-align: left;
	list-style: none;
	background-color: #d8effc;
}

#side_nav li {
	font-size: 11px;
	font-weight: bold;
	margin: 3px 0 0 0;
	padding: 2px 0 0 25px;
	background: transparent url(../images/dots.gif) no-repeat;
	border-bottom: solid 1px #ffffff;
	height: 22px;
	vertical-align: middle;
}

#side_nav label {
    padding-left: 25px;
    background: url(../images/arrow.gif) no-repeat;
    border: solid 1px #000000;
}*/

#side_nav table {
    width: 100%;
}

#side_nav td {
    font-size: 11px;
    border-left: solid 1px #ffffff;
    border-bottom: solid 1px #ffffff;
    background-color: #d8effc;
    vertical-align: middle;
}

#side_nav label {
    padding-left: 3px;
}

#side_nav a {
    padding-left: 3px;
	color: #006699;
	text-decoration: none;
}

#side_nav a:link {color: #006699;}
#side_nav a:visited {color: #006699;}
#side_nav a:hover {color: #006699; background-color: #ffffff;}
#side_nav a:active {color: #006699;}

#side_nav img {
	vertical-align: middle;
}

#page_content {
    font-size: small;
	float: right;
	width: 525px;
	text-align: left;
	margin: 12px 0 0 12px;
}

#page_content p {
    text-align: left;
}

#page_content h1{
    color: #ff9900;
}

#page_content h2{
    color: #ff9900;
}

#page_content h3{
    color: #ff9900;
}

#page_content h4{
    color: #ff9900;
}

/*
#page_content fieldset {
    border: solid 1px #006699;
}

#page_content legend {
    color: #006699;
    font-weight: bold;
    font-size: small;
    font-family: "Verdana", "Lucida Grande", sans-serif;
    margin-left: 25px;
}
*/

#footer {
	height: 30px;
	text-align: center;
	border-top: 3px solid #248fbe;
}

#footer p {
	width: 100%;
	margin: 25px 0 0 0;
	font-size: small;
}

.clear {
	clear: both;
}

.block_img {
	padding: 0 0 10px 0;
}

.contact_form {
    width: 520px;
}

.contact_form td {
    width: 260px;
    padding: 2px;
}

.contact_form input, .contact_form select, .contact_form textarea {
    border: solid 1px #006699;
    color: #006699;
    font-family: "Verdana", "Lucida Grande", sans-serif;
}

.contact_form input, .contact_form select {
    height: 20px;
}

.contact_form textarea {
    width: 410px;
}

.bold_title {
    font-weight: bold;
}

.editpanel input, .editpanel select, .editpanel textarea {
     border: solid 1px #006699;
     font-family: "Verdana", "Lucida Grande", sans-serif;
}

.editpanel input, .editpanel select {
    height: 20px;
}

.editpanel td {
    vertical-align: top;
    padding: 2px 0;
}

.editpanel label {
    font-weight: bold;
}

.question {
    background: #ffffff url(../images/q.gif) no-repeat left center;
    padding-left: 18px;
    height: 18px;
}

.answer img {
    float: left;
    padding: 3px;
}

.dl_btn {
    vertical-align: middle;
}

.dl_list li {
    list-style: none;
}

.manufacture_image {
    margin: 20px 0;
}

.manufacture_image li {
    display: inline;
    margin: 20px;
}

#side_nav p{
    font-size: small;
}

.demo {
    text-align: center;
}

.question a:link {color: #000000; text-decoration: none;}
.question a:visited {color: #000000; text-decoration: none;}
.question a:hover {color: #000000; text-decoration: underline;}
.question a:active {color: #000000; text-decoration: none;}