	 
			body{
			
				background-color:#4f4f4f;
				background-image:url('../images/triadWallpaper.gif');
				margin:auto;
				font-family:Arial,Helvetica,sans-serif;
			} 
			a {
				text-decoration: none;
				color: #5555AA;
				font-weight: bold;
			}
			a:hover{
				text-decoration: underline;
				text-shadow: 0 0 4px #FFFFFF;
			}
			.header{
				width:100%; 
				background-color:black;
			}
			.text-center{
				margin-auto;
				text-align:center;
			}
			.text-left{
				margin-auto;
				text-align:left;
			}
			.epicgrip-logo{
				background-image: url("../images/epicgrip-logo.png");
				background-position: center center;
				background-repeat: no-repeat;
				height: 120px;
				margin: auto;
				text-align: left;
				width: 100%;
			} 
			.box, .invisibox{
				width:60%;	
				margin:23px auto;	
				padding:20px;
			}
			.box{ 
				background-color:#ccc; 
				border-radius:6px;
				box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4), 0 19px 40px rgba(0, 0, 0, 0.2) inset;
				clear: both;
			}
			.blogroll{ 
				text-align:left;
				margin:0px;padding:0px;border:0px;
				vertical-align:baseline;
				list-style-position:initial;
				padding:30px;
				 
				font-size: 12px;
				}
			.blogroll a, .quote-src{
				color:black;
				text-decoration:none;
				font-weight:bold;
				font-size: 15px;
				
			} 
			.blogroll a:hover{
				color:blue;
				text-decoration:underline; 
			}
			.blogroll li{ 
				list-style:none;
				padding:10px 0;
			}
			.title{
				font-size:1.3em;
				font-weight:bold;
			}
			.product-pic{
				margin: auto;
				max-width: 363px; 
				border-radius: 12px;
				margin-bottom: 5px;
				width: 100%;
			}
			.widget-textarea{
				margin: 2px auto;
				width: 75%;
				height: 84px;
				text-align:left;
			}
			.example{
				background-color:eee;
				width: 75%;
				color:#555;
				padding:5px;
				margin:5px auto;
				border-radius:6px;
			}
			.home-link{
				width:70px;
				padding:7px;
				font-weight:bold;
			}
			.flyerthumb{
				margin:0 auto 34px auto;
				border:none;
				text-align: center;
			}
			.subtitle{
				font-size:12px;
			}
			.flyerthumb img{
				box-shadow: 0 4px  8px rgba(0,0,0,0.4);
			}
			
			.info{
				font-size:12px;
				color: #716161;
				padding: 20px;
				border-radius:6px;
				background-color: #ddd;
				margin:12px auto;
				line-height: 1.5em;
				box-shadow: 0 4px  8px rgba(0,0,0,0.4)
			} 
			.info .title{
				color:#555;
				margin-bottom:5px;
			}
			
			#navcontainer ul
			{
				margin: 0 0 25px;
				padding-left: 0; 
				background-color: #333;
				color: White;
				float: left;
				width: 100%;
				font-family: arial, helvetica, sans-serif;
			}
			#navlist{
				box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4)
			}
			#navcontainer ul li { display: inline; }

			#navcontainer ul li a
			{
				background-color: transparent;
				border-right: 1px solid #2A2A2A;
				color: #7C7C7C;
				float: left;
				margin-right: -1px;
				min-width: 130px;
				overflow: hidden;
				padding: 0.5em 0;
				text-align: center;
				text-decoration: none;
				width: 16.6%;
			}
				#navcontainer ul li a:last-child
			{ 
				border-right: none;
			}

			#navcontainer ul li a:hover
			{
			background-color: #369;
			color: #fff;
			}
			#navcontainer ul li a.current,#navcontainer ul li a.current:hover{
			text-shadow:none;
			background-color: #444;
			color: #fff;
			}
			#navcontainer ul li:first-child{margin-left:30%;}

			.buybutton {
				-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
				-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
				box-shadow:inset 0px 1px 0px 0px #97c4fe;
				background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0) );
				background:-moz-linear-gradient( center top, #3d94f6 5%, #1e62d0 100% );
				filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0');
				background-color:#3d94f6;
				-webkit-border-top-left-radius:13px;
				-moz-border-radius-topleft:13px;
				border-top-left-radius:13px;
				-webkit-border-top-right-radius:13px;
				-moz-border-radius-topright:13px;
				border-top-right-radius:13px;
				-webkit-border-bottom-right-radius:13px;
				-moz-border-radius-bottomright:13px;
				border-bottom-right-radius:13px;
				-webkit-border-bottom-left-radius:13px;
				-moz-border-radius-bottomleft:13px;
				border-bottom-left-radius:13px;
				text-indent:0px;
				border:1px solid #337fed;
				display:inline-block;
				color:#ffffff;
				font-family:Arial;
				font-size:13px;
				font-weight:bold;
				font-style:normal;
				height:43px;
				line-height:43px;
				width:200px;
				text-decoration:none;
				text-align:center;
				text-shadow:1px 1px 0px #1570cd;
			}
			.buybutton:hover {
				background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6) );
				background:-moz-linear-gradient( center top, #1e62d0 5%, #3d94f6 100% );
				filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6');
				background-color:#1e62d0;
			}.buybutton:active {
				position:relative;
				top:1px;
			}