body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,table,td,th,div,hr,img {
	padding:0;
	margin:0;
	border:0;
}

h1,h2,h3,h4,h5,h6,p,ul,ol,li {
	font-family: 'Roboto', arial, sans-serif;
	font-weight:normal;
	color:#222222;
}

.bodywrap {
	width:100%;
}

#headerwrap {
	width:100%;
	border-top:10px solid #e6e6e6;
	
}

table.headtable {
	width:950px;
	margin:0 auto;
}

td.logocell {
	width:500px;
	text-align:left;
}

td.logocell img {
	width:400px;
	border:0;
	margin-top:35px;
}

td.headtag {
	width:450px;
}

td.headtag p {
	text-align:center;
	font-size:15px;
	color:#ff0000;
	line-height:20px;
	margin-top:35px;
}

#topmenu {
	width:100%;
	background-color:#ff0000;
	border-bottom:5px solid #e6e6e6;
}


#topmenu ul {
	list-style-type:none;
	padding: 10px 0;
	width:510px;
	margin:0 auto;
}

#topmenu ul li {
	display:inline;
	font-size: 15px;
	color:#ffffff;
	padding:0 20px;
/*	border-right:1px solid #ffffff; */
}

#topmenu ul li:last-child {
	border-right:0;
}

#topmenu ul li a:link, #topmenu ul li a:active, #topmenu ul li a:visited {
	color:#ffffff;
	text-decoration:none;
	font-weight:normal;
}

#topmenu ul li a:hover {
	color:#e3e3e3;
	text-decoration:underline;
}


#navlinks {
	width:100%;
}

#navlinks p {
	font-size:13px;
	padding-top:5px;
	text-align:center;
}

#navlinks p a:link, #navlinks p a:active, #navlinks p a:visited {
	text-decoration:none;
	color:#222222;
}

#navlinks p a:hover {
	text-decoration:none;
	color:#ff0000;
}

#contentwrap {
	width:100%;
	background-color:#ffffff;
}


.homeintro h4 {
	text-align:center;
	font-size:22px;
	color:#ff0000;
	margin: 45px auto 15px auto;
}

.homeintro p {
	text-align:center;
	font-size:17px;
	line-height:20px;
	margin: 0 auto 10px auto;
}

table.homeproduct {
	width:940px;
	margin:35px auto;
}

td.homeproductcell {
	width:235px;
	height:100px;
	text-align:center;
}

td.homeproductcell img {
	text-align:center;
	margin-top:15px;
}

td.homeproductcell h5{
	font-size:15px;
	text-align:center;
	color:#ff0000;
	padding-top:10px;
}

td.homeproductcell h5 a:link, td.homeproductcell h5 a:active, td.homeproductcell h5 a:visited {
	text-decoration:none;
	color:#ff0000;
}

td.homeproductcell h5 a:hover {
	text-decoration:none;
	color:#000000;
}


#footerwrap {
	width:100%;
	background-color:#e6e6e6;
}

table.footertable {
	width:950px;
	margin:10px auto;
}

td.footercellone {
	width:300px;
}

td.footercellone h4 {
	margin:0 20px 10px 20px;
	font-size:18px;
	color:#ff0000;
	padding:35px 5px 7px 5px;
	border-bottom:1px solid #ff0000;
}

td.footercellone p {
	font-size:15px;
	line-height:20px;
	margin:0 25px 20px 25px;
}

td.footercelltwo {
	width:300px;
}

td.footercelltwo h4 {
	margin:0 20px 10px 20px;
	font-size:18px;
	color:#ff0000;
	padding:35px 5px 7px 5px;
	border-bottom:1px solid #ff0000;
}

td.footercelltwo p {
	font-size:15px;
	line-height:20px;
	margin:0 25px 20px 25px;
}

td.footercellthree {
	width:350px;
}

td.footercellthree h4 {
	margin:0 20px 10px 20px;
	font-size:18px;
	color:#ff0000;
	padding:35px 5px 7px 5px;
	border-bottom:1px solid #ff0000;
}

td.footercellthree p {
	font-size:15px;
	line-height:20px;
	margin:0 25px 20px 25px;
}

td.footercellthree p a:link, td.footercellthree p a:active, td.footercellthree p a:visited {
	color:#222222;
	text-decoration:none;
}

td.footercellthree p a:hover {
	text-decoration:underline;
	color:#222222;
}

#footerwrap p {
	font-size:13px;
	padding:10px;
	margin:0 auto;
	width:235px;
}


/* About Page, Download Page, Contact Page */

table.pagestable {
	width:950px;
	margin:20px auto;
}

td.pagescontentside {
	width:700px;
}



td.pagescontentside h4 {
	font-size: 25px;
	padding:0 0 20px 10px;
	color:#ff0000;
}

td.pagescontentside p {
	font-size:15px;
	padding:10px 50px 10px 10px;
	line-height:20px;
}

td.pagescontentside p a:link, td.pagescontentside p a:active, td.pagescontentside p a:visited {
	color:#ff0000;
	text-decoration:none;
}

td.pagescontentside p a:hover {
	color:#222222;
	text-decoration:none;
}

td.pagessidebar {
	width:250px;
	height:400px;
	
}

/* Product Page */

td.productpagescontentside {
	width:950px;
}

td.productpagescontentside h4 {
	font-size: 25px;
	padding:0 0 20px 10px;
	color:#ff0000;
}

table.productpageshowcase {
	width:940px;
	margin:0 auto 35px auto;
}

td.showcasecell {
	width:235px;
	height:100px;
	text-align:center;
}

td.showcasecell img {
	text-align:center;
	margin-top:15px;
}

td.showcasecell h5{
	font-size:15px;
	text-align:center;
	color:#ff0000;
	padding-top:10px;
}

td.showcasecell h5 a:link, td.showcasecell h5 a:active, td.showcasecell h5 a:visited {
	text-decoration:none;
	color:#ff0000;
}

td.showcasecell h5 a:hover {
	text-decoration:none;
	color:#000000;
}

td.showcasecell p{
	font-size:13px;
	line-height:18px;
	text-align:center;
	padding:10px 15px;
}

