body {
	margin: 0px;
	color: #444343;
	font-size: 14px;
	text-align: left;
	background: #6c7f8f url(images/new_main_bg.jpg) no-repeat 50% 0;
	font-family: Arial, Helvetica, sans-serif;
}

/*Wrapper box for website as a whole*/
#wrapper {
	width: 850px;
	/*padding-bottom: 25px;*/
	text-align: left;
	background-color: #d1cec0;
}

/*header*/
#wrapper .header{
	width: 850px;
	height: 153px;
	margin-bottom: 12px;
}

/*top left logo*/
#wrapper .logo { 
	width: 175px;
	height: 153px;
	float: left;
}

/*navigation menu in header*/
#wrapper .navigation {
	width: 675px;
	height: 153px;
	background-image: url(images/main_top_nav.jpg);
	background-repeat: no-repeat;
	float: left;
}

/* Telephone # in the header section */
#wrapper .tollPhone {
	float: right;
	width: 200px;
	margin-right: 22px;
	padding-top: 73px;
	padding-bottom: 5px;
	font-size: 24px;
	color: #fff;
	text-align: right;
}

/* Telephone # in the header section - index page settings only */
#wrapper .tollPhone-index {
	float: right;
	width: 200px;
	margin-right: 22px;
	padding-top: 8px;
	padding-bottom: 5px;
	font-size: 24px;
	color: #fff;
	text-align: right;
}

/* Tradeshow Info in upper right of header section */
#wrapper .tradeshow {
	/*float: right;
	width: 200px;*/
	height: 55px;
	margin-right: 22px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 24px;
	color: #fff;
	text-align: right;
}

/*Container for nav text*/
#wrapper .nav {
	width: 655px;
	height: 30px;

	margin-left: 5px;
}

/*Clearing the space in between classes*/
#wrapper .clear {
	clear: both;
}

/*Events in middle of page*/
#midEvents {
/*	width: 850px;
	height: 300px; 
	background-image: url(images/bg_carousel.png); 
	background-repeat: no-repeat; */
}

.upgrade {
	width: 500px;
	height: 200px;
	padding: 30px 0px 0px 30px;
	text-align: left;
}

/*Highlights near bottom of page*/
#wrapper .bottomHighlights{
	width:850px;
	height: 385px;
	background-image: url(images/bottom_ads_bg.png);
	background-repeat: no-repeat;
    padding-top: 7px;
}

/*First box for highlights*/
#wrapper .box1 {
	width: 205px;
	height: 154px;
	float: left;
	margin-left: 15px;
}

/*Second box for highlights*/
#wrapper .box2 {
	width: 201px;
	height: 154px;
	float: left;
	margin-left: 3px;
}

/*Third box for highlights*/
#wrapper .box3 {
	width: 203px;
	height: 154px;
	float: left;
	margin-left: 3px;
}

/*Fourth box for highlights*/
#wrapper .box4 {
	width: 201px;
	height: 154px;
	float: left;
	margin-left: 4px;
}

/*Highlights at bottom of page*/
#wrapper .bottomAboutNews{
	width:850px;
	height: 220px;
	background-image: url(images/bottom_about_new-2.png);
	background-repeat: no-repeat;
	font-family: "lucida grande", verdana, tahoma, arial, sans-serif;
	font-weight: bold;
	color: #888;
    margin: 10px 0 20px 0;
}

/*About Box*/
#wrapper .about-box {
	width: 370px;
	height: 190px;
	float: left;
	margin: 15px 10px 15px 30px;
}

/*News Box*/
#wrapper .news-box {
	width: 370px;
	height: 190px;
	float: left;
	margin: 15px 15px 15px 32px;
}

/* Footer */
#footer {
	height: 25px;
/*	border-top: 3px solid #7e7d7d;*/
	width: 850px;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	margin-top: 15px;
}

/************************* CONTENT SUBPAGES *******************************/
/* Content container to hold submenu and bg */
#wrapper .content{
	width: 850px;
	padding-top: 10px;
}
/* Content container to hold content background*/
#wrapper .content_bg{
	width: 663px;
	float: left;
	margin-bottom: 10px;
	background-image: url(images/content_bg_center.jpg);
	background-repeat: repeat-y; 
}
/* ContentBG Top */
#wrapper .content_bg_Top{
	height: 13px;
	width: 663px;
	background-image: url(images/content_bg_top.jpg);
	background-repeat: no-repeat;
}

/* ContentBG Center */
#wrapper .content_bg_Center{
	width: 663px;
}
/* ContentBG Bottom */
#wrapper .content_bg_Bottom{
	height: 13px;
	width: 663px;
	background-image: url(images/content_bg_bottom.jpg);
	background-repeat: repeat-y;
}
/* SubMenu Container to hold Submenu */
#wrapper .content_SubMenu{
	width: 167px;
	/*padding-bottom: 10px;*/
	float: left;
	margin-left: 10px;
	background-image: url(images/Submenu_center1.jpg);
	background-repeat: repeat-y;
	color: #fff;
}
/* Submenu Top */
#wrapper .content_SubMenu_Top {
	height: 13px;
	width: 167px;
	background-image: url(images/Submenu_top1.jpg);
	background-repeat: no-repeat;
}

/* Submenu Center */
#wrapper .content_SubMenu_Center {
	width: 167px;
}

/* Submenu bottom */
#wrapper .content_SubMenu_Bottom {
	height: 13px;
	width: 167px;
	background-image: url(images/Submenu_bottom1.jpg);
	background-repeat: no-repeat;
}

#wrapper .content_submenutext {
	padding: 0px 10px 0px 10px;
}

/* Content body text */
#wrapper .content_contact {
	margin: 5px 16px 5px 16px;
}

/* Content body for about.html */
#wrapper .content_about {
	margin: 0px 10px 0px 10px;
}

/* Content body for care.html */
#wrapper .content_body {
	margin: 0px 15px 0px 15px;
}

#wrapper .content_bodyText {
	margin: 0px 6px 0px 6px;
}

/***************************** Sub Menu Nav ******************************/

.content_submenutext ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.content_submenutext li {
	margin: 0px;
}
.content_subMenuSelect {
	background-color: #99b9d6;
}

/************************ LINKS *********************************/
#footer a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	text-decoration: underline;
}

.content_submenutext li a {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding: 6px 0px 6px 3px;
	color: #fff;
	margin-bottom: 3px;
}
.content_submenutext li a:hover {
	background-color: #99b9d6;
	color: #fff;
}

.content_submenutext a {
	color: #fff;
	font-weight: bold;
}
.content_submenutext a:hover {
	color: #99b9d6;
}

a {
	text-decoration: none;
	color: #607d9d;
	font-weight: bold;
}
a:hover {
	color: #b84444;
}

h2 a{
	text-decoration: none;
	color: #b84444;
}
h2 a:hover {
	color: #515050;
}

/************************ Main tags *********************************/

h1 {
	display: block;
	margin-top: 0px;
	margin-bottom: 13px;
	line-height: 26px;
	font-size: 230%;
	color: #607d9d;
	letter-spacing: -2px;
	font-weight: bold;
	border-bottom: 6px solid #e8e8e8;
	padding-bottom: 2px;
}

h2 {
	margin-top: 4px;
	margin-bottom: 10px;
	line-height: 20px;
	font-size: 24px;
	color: #b84444;
	letter-spacing: -1px;
	font-weight: bold;
}

h3 {
	margin-top: 0px;
	margin-bottom: 1px;
	font-size: 18px;
	letter-spacing: -1px;
	color: #515050;
	font-weight: normal;
	margin-right: 2px;
	line-height: 15px;
}

h4 {
	display: block;
	margin-top: 0px;
	margin-bottom: 4px;
	font-size: 24px;
	letter-spacing: -2px;
	color: #807f7f;
	font-weight: bold;
	border-bottom: 2px dotted #807f7f;
	margin-left: 5px;
	margin-right: 2px;
	line-height: 22px;
}

h5 {
	display: block;
	margin-top: 0px;
	margin-bottom: 3px;
	line-height: 12px;
	font-size: 17px;
	color: #fff;
	letter-spacing: -1px;
	font-weight: bold;
	border-bottom: 6px solid #99b9d6;
	padding-bottom: 2px;
}

p {
	padding: 0px;
	margin: 0px 0px 7px 0px;
}

/******************************** Form **********************/

input.newsletter_form {
	width: 142px;
	border: 2px solid #d7d6d6;
	margin: 3px 0px 3px 0px;
}	

.form {
	padding: 8px 0 2px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.form-question {
	padding: 20px 0 8px 0;
}

.red-text {
	color: red;
}

.reseller {
	color: #666;
}

/****************************/

#wrapper .prodContainer {
margin-bottom: 7px;
}

#wrapper .prodText-R {
float: right;
width: 350px;
padding-right: 15px;
}

#wrapper .prodText-L {
float: left;
width: 350px;
}

#wrapper .prodImg-L {
float: left;
width: 250px;
text-align: center;
}

#wrapper .prodImg-R {
float: right;
width: 250px;
text-align: center;
}

#wrapper .prodDiv {
border-bottom: 3px solid #e8e8e8;
margin: 15px 0 15px 0;
}

.caption {
color: #999;
font-family: arial, sans-serif;
font-size: 10px;
font-weight: normal;
}

.sub-product {
	display: block;
	margin-bottom: 1px;
	font-size: 15px;
	color: #666;
	font-weight: bold;
}

.sub-product2 {
	display: block;
	margin-bottom: 10px;
	font-size: 10px;
	color: #999;
}

code {
	font-size: 12px;
}

/***************************** Demo Video Page ******************************/

/* Content container to hold content background*/
#wrapper .content_demo{
	width: 825px;
	float: left;
	margin-bottom: 10px;
	margin-left: 12px;
	background-image: url(images/content_demo_center.png);
	background-repeat: repeat-y; 
}

/* ContentBG Top */
#wrapper .content_demo_Top{
	height: 13px;
	width: 825px;
	background-image: url(images/content_demo_top.png);
	background-repeat: no-repeat;
}

/* ContentBG Center */
#wrapper .content_demo_Center{
	width: 825px;
}
/* ContentBG Bottom */
#wrapper .content_demo_Bottom{
	height: 13px;
	width: 825px;
	background-image: url(images/content_demo_bottom.png);
	background-repeat: repeat-y;
}

.demo-video-thumb {
	padding: 16px 0 16px 0;
	width: 555px;
}

.demo-video {
	padding: 16px 0 16px 0;
	width: 800px;
}

/***************************** News Items List ******************************/

.news ul {
	margin: 0px;
	padding: 0px;
}
.news li {
	margin-bottom: 5px;
}