img { border: 0px; }

.buttonBox {
	background-color: #f1f1f1;
	background-image: url("/images/product1_bottom.png");
	background-repeat: no-repeat;
	background-position: bottom left;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 734px;
}
.buttonBox img {
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	margin: 5px;
}

.leftborder {
	background-image: url("/images/leftborder.gif");
	background-repeat: repeat-y;
}
.rightborder {
	background-image: url("/images/rightborder.gif");
	background-repeat: repeat-y;
}
.maincontent {
	background-color: #FFFFFF;
	background-image: url("/images/content.gif");
	background-repeat: no-repeat;
}
.footer {
	background-image: url("/images/footer.gif");
	background-repeat: no-repeat;
	padding-top: 12px;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #757575;
}
#footer_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #757575;
}
#footer_border {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #acacac;
	border-left-color: #acacac;
}
#footer_text a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #757575;
	font-weight: normal;
}
.purple_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #5240BA;
	font-weight: normal;
}
.smaller_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #757575;
	font-weight: normal;
}
body {
	background-image: url("/images/80_bg.gif");
	margin: 0px;
}
.footer_above_line {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #acacac;
}
.product1_bg {
	background-color: #f1f1f1;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #757575;
}
#product1_text {
	padding-top: 8px;
	padding-left: 9px;
}
#flash {
	margin-top: 10px;
}
.double_lines {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ebebeb;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ebebeb;
}

.indent {
	margin-left: 50px;
	margin-right: 50px;
}

li { margin-left: 20px; }

.menu {
	width: 100%;
	height: 24px;
	background-image: url("/images/menu_bg.png");
	background-repeat: repeat-x;
}

.menu img { display: block; }

.menu .menu_left {
	width: 18px;
	background-image: url("/images/nav_leftend.png");
	background-image: repeat-y;
}
.menu .menu_right {
	width: 16px;
	background-image: url("/images/nav_rightend.png");
	background-image: repeat-y;
}

.productBox {
	background-color: #f1f1f1;
	background-image: url("/images/product1_bottom.png");
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 5px;
	width: 260px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.productBox h4 {
	margin: 0px;
}
.productBox p {
	margin-left: 10px;
	padding-bottom: 5px;
}
.productBox .price {
	float: right;
	margin-right: 5px;
}

.cc-table td {
	padding-bottom: 45px;
}
.cc-table td, .cc-table p {
	text-align: center;
}
.cc-table img {
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}

#videoFrame {
	width: 475px;
	height: 316px;
	margin: auto;
}

.materials td {
	text-align: center;
	font-weight: bold;
}

#emailSignup {
	background-color: #d9e3ff;
	border-style: solid;
	border-width: 1px;
	border-color: #8f9ecc;
	width: 60%;
	margin: auto;
}

/***************
 * MENU STYLES *
 ***************/
 
div.navmenu {
	padding: 0;
	margin-right: 0px;
	margin-left: 18px;
	width: 772px;
}

ul.topnav {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	width: 758px;
	line-height: 28px;
	font-size: 20px;
	font-family: "Myriad Pro", sans-serif;
	background: #4231ae url("http://www.ergonomictouchpad.com/images/nav_menu_bg.png") repeat-x;
}
ul.topnav > li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
	height: 28px;
}
ul.topnav li a {
	padding-top: 0px;
	color: #fff;
	display: block;
	text-decoration: none;
	text-align: center;
	width: 100%;
	height: 100%;
}
ul.topnav li a:hover {
	background: #5747c3 url("images/topnav_hover.png") repeat-x;
}
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 5%;
	top: 28px;
	background: #443e68;
	margin-left: auto; 
	padding: 0;
	display: none;
	width: 90%;
	border: 1px solid #111;
	font-size: 95%;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-bottom-left-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
ul.topnav li ul.subnav li{
	margin: 0; 
	padding: 0;
	border-top: 1px solid #342f4f; /*--Create bevel effect--*/
	border-bottom: 1px solid #564e82; /*--Create bevel effect--*/
	clear: both;
	width: 100%;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 100%;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #4b4182;
}
.nav-leftend {
	width: 18px;
	height: 28px;
	background-image: url('http://www.ergonomictouchpad.com/images/nav_leftend.png');
	background-repeat: no-repeat;
}
.nav-rightend {
	width: 16px;
	height: 28px;
	background-image: url('http://www.ergonomictouchpad.com/images/nav_rightend.png');
	background-repeat: no-repeat;
}
