body {
	color: #666;
	font-family: arial;
	font-size: 80%;
}
#logo {
	background: url(../images/header.jpg) no-repeat;
	height: 150px;
	width: 950px;
	margin: auto;
}

#menu {
	width: 950px;
	height: 40px;
	margin: auto;
	background: url(../images/menubar_bg.png);
	display: block;
}
#menu ul {

}

#menu li {
	display: block;
	float: left;
	/* border: 1px solid yellow; */
}

#menu a {
	/* border: 1px solid red; */
	display: block;
	height: 40px;
}

#menu a span {
	display: none;
}

#menu_Home a{
	width: 99px;
	background: url(../images/menu_home.png);
}

#menu_Products a {
	width: 110px;
	background: url(../images/menu_products.png);
}

#menu_Services a{
	width: 121px;
	background: url(../images/menu_services.png);
}

#menu_Support a{
	width: 99px;
	background: url(../images/menu_support.png);
}

#menu_Contact a{
	width: 127px;
	background: url(../images/menu_contact.png);
}

#menu_Links a{
	width: 123px;
	background: url(../images/menu_links.png);
}

#menu_Call a{
	width: 271px;
	background: url(../images/menu_call.png);
}


h1 {
	font-family: formata, arial;
	font-size: 170%;
	color: #ee3224; /* bright red */
	padding-bottom: 20px;
}

h2 {
	font-family: formata, arial;
	font-size: 140%;	
	color: #00929f; /* body dark green */
	padding-bottom: 5px;
	padding-top: 15px;
}

a {
	color: #3facb7; /* body light green */
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#topbar {
	width: 950px;
	margin: auto;
	margin-top: 20px;
}

#topbar ul {
	float: right;
}

#topbar li {
	float: left;
	padding-left: 10px;
	color: #666;
}
#topbar .padtop {
	padding-top: 3px;
}

#topbar a {
	color: #666;
}

#search h2 {
	display: none;
}

#cntnt01searchinput  {
	border-left: 1px solid #666;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	border-right: 0;
}

#searchsubmit {
	border-left: 0;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	background: url(../images/search_arrow.png) no-repeat;
	width: 20px;
}

#page {
	width: 950px;
	margin: auto;
}

#content {
	line-height: 130%;
}

#content p {
	padding-top: 5px;
	padding-bottom: 5px;
}

.sidebarpage {
	background: url(../images/page_bg.png);
}

.sidebarpage #content {
	width: 596px;
	float: left;
	margin-right: 50px;
	margin-left: 33px;
	margin-top: 20px;
	margin-bottom: 50px;
}

.homecontent {
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 0;
	width: 948px;
}

#content ul {
	list-style-image: url(../images/bullet1.png);
	margin-left: 30px;
}

#content li {
	padding-top: 5px;
	padding-bottom: 3px;
	
}

.leftcontent {
	float: left;
	width: 513px;
	height: 349px;
}

.rightcontent {
	margin-left: 40px;
	margin-right: 30px;
	margin-top: 33px;
	float: left;
	display: block;
	width: 354px;
	height: 180px;
}

.textinput {
	border: 1px solid #00929f;
	margin-top: 7px;
	margin-bottom: 5px;
	padding: 5px;
	width: 280px;
	color: #999;
	font-family: arial;
	font-size: 90%;
}

#message {
	height: 300px;
	width: 576px;
}

.buttoninput {
	border: 1px solid #00929f;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 3px;
	color: #fff;
	font-weight: bold;
	font-family: formata, arial;
	background: #00929f;
}

#frmsubmit {
	width: 150px;
	float: right;
}


.innerpageleftcontent {
	float: left;
	width: 320px;
}

.innerpagerightcontent {
	float: right;
	margin-right: 10px;
	margin-left: 20px;
	width: 240px;
}
.innerpagecontentfooter {
	clear: both;
	width: 620px;
	font-size: 80%;
}

.rightcontentscroller {
	height: 490px;
	overflow-y: auto;
}

#content hr {
	height: 1px;
	background: #00929f;
	border: 0;
}

#sidebar hr {
	height: 1px;
	background: #00929f;
	border: 0;
	margin-left: 15px;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 8px;
}

.rc_footer {
	float: left;
	margin-left: 40px;
	margin-top: 20px;
}

#content-buttons {
	margin-left: 440px;
	display: block;
	padding-top: 8px;
	padding-bottom:0px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	background: #fff;
	position: absolute;
}


#content-buttons .cb {
	background: #ccc;
	display: block;
	height: 10px;
	width: 10px;
	float: left;
	margin-left: 2px;
	margin-right: 2px;
}

/* #content-buttons .cb:hover, */

#content-buttons .active {
	background: #f84d02;
}

#content2 {
	width: 948px;
	border: 1px solid #ccc;
	display: block;
	height: 250px;
	margin-top: 12px;
	margin-bottom: 12px;
	padding-top: 5px;
	overflow: hidden;
}

#content2 .leftarrow {
	float: left;
	display: block;
	width: 74px;
	height: 250px;
	background: url(../images/leftarrow1.png) no-repeat;
}

#content2 .rightarrow {
	float: right;
	display: block;
	width: 74px;
	height: 250px;
	background: url(../images/rightarrow1.png) no-repeat;
}

#pic_con {
	width: 800px;
	height: 250px;
	position: relative;
	float: left;
	overflow: hidden;
}
#pic_subcon {
	width: 3600px;
}

.pframe {
	position: relative;
}

#content2 .pic {
	display: block;
	width: 150px;
	height: 225px;
	float: left;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 25px;
	z-index: -1;
}

#content2 h3 {
	font-family: formata, arial;
	font-size: 110%;
	color: #00929f; /* body dark green */
	padding-bottom: 5px;
	padding-top: 15px;
}

#content2 p {
	font-size: 90%;
}


#content2 .pic:hover {
	background: #cce5ea; /* body light green 2 */
	cursor: pointer;
}

#sidebar {
	width: 271px;
	float: right;
	background: url(../images/sidebar_top.png) no-repeat top;
}

#sidebar .button {
	margin-top: 12px;
	margin-bottom: 12px;
	display: block;
	margin-left: 22px;
}

#sidebar .separator {
	width: 239px;
	display: block;
	height: 5px;
	border-bottom: 1px solid #00929f;
}

#sidebar h2, #sidebar p, #sidebar .separator {
	margin-left: 16px;
	margin-right: 16px;
}

#sidebar p {
}

#sidebar select {
	height: 27px;
	width: 206px;
	color: #666;
	font-size: 120%;
	position: absolute;
	border: 1px solid #00929f;
}

#sidebar #gobutton {
	position: absolute;
	margin-left: 210px;
}

#footer-header {
	background: #007e98; /* footer dark green */
	height: 20px;
	margin: auto;
	width: 950px;
}

#footer {
	font-family: formata, arial;
	background: url(../images/footer_bg.png) no-repeat;
	color: #666666; /* dark grey */
	margin: auto;
	width: 800px;
	padding-left: 175px;
	padding-top: 25px;
	height: 136px;
}

#footer p {
	color: #007e98; /* footer dark green */
	font-weight: bold;
	font-size: 90%;
	padding-top: 5px;
	padding-bottom: 5px;
}

#footer a {
	color: #666;
	font-weight: normal;
}

#footer li {
	display: inline;
	float: left;
	padding-left: 25px;
	padding-right: 25px;
}
li.col4 {
	width: 120px;
}
.boldtext {
	font-weight: bold;
}

.hidden {
	display: none;
}
.center {
	text-align: center;
}

.redtext {
	color: #ee3224;
}

.bodylightgreen2 {
	color: #cce5ea;
}

.lightgreen {
	color: #3facb7;
}

.lightgreen2 {
	color: #a9ced4;
}

.footerdarkgreen {
	color: #007e98;
}

.bodydarkgreen {
	color: #00929f;
}

.space120 {
	line-height: 120%;
}

.space150 {
	line-height: 150%;
}
