body {
	background: #000 url(../images/bg-gray.jpg) no-repeat top center;
	color: #333;
	font-size: 11px;
	padding: 40px 0 40px;
}

a {
	text-decoration: none;
	color:white;
}

a:hover {
	/*text-decoration: underline;*/
	color:#4682b4;
}
a.darkbg{
	color:white;
}
a.darkbg:hover{
	color:silver;
	
}
.container_16 {
	
}
div.slideshow{
	height: 400px;
	width: 820px;
	border: solid #222222 3px;
	overflow: hidden;
}

#nav {
	text-align:right;
	top: -25px;
	position: relative;
	z-index: 10;
	color: black;
	font-size: 12px;
	float: right;
	width: auto;
	background: black;
	margin-right: 10px;
	font-weight: bold;
	
}

#nav a{
	color:white;
	padding:0px 5px;
}

#nav a.activeSlide{
	color: red;
}
#nav a:hover{
	border: 5px solid green;
	text-decoration: none;
	color:green;
}
#header{
	height: 150px;
	background: no-repeat top center url(../images/header.png);
	text-align: center;
}
#gohome{
	margin:auto;
	height:100px;
	width: 300px;
	/*border:solid 1px white;*/
}
.panel{
	
}
.panel h1{
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	margin-left:0px;
}
.panel div{
	text-align: center;
}
.panel p{
	font-size: 16px;
	margin-bottom: 0px;
	margin-left: 35px;
	margin-right: 35px;
	margin-top:-4px;
	text-align: left;
	color: #eee;
}
.panel div span{
	
}
.panel a{
	color:#ddd;
}
.panel a:hover{
	color:#fff;
}
div.backitup{
	margin-left:-20px;
}
#menu{
	height:25px;
	background: transparent;
	margin-bottom:3px;
	line-height: 25px;
	z-index: 10000;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}
#menu ul{
	/*background: url(../images/transbg.png);*/
}
#menu li{
	display: inline;
	list-style: none;
	color: #ccc;
	cursor: pointer;
}
#menu li:hover{
	display: inline;
	list-style: none;
	color: #000;
}
#menu h1{
	/*margin-left: 15px;*/
}
.descrip{
	/*z-index: 9998;*/
	position: relative;
	top: -80px;
	/*left: -10px;*/
	/*border: 3px solid white;*/
	height: 80px;
	width:820px;
	background: url(../images/transbg.png);
	/*border: white solid 1px;*/
}
.descrip p{
	font-size: 14px;
	color:white;
}
.descrip h1{
	color:white;
	margin-bottom: -5px;
}
.descrip p,h1{
	margin-left: 30px;
	margin-right: 200px;
}
.descrip a{
	color:#ccc;
}
.descrip a:visited{
	color:#ccc;
}
.descrip a:hover{
	color:#fff;
}
.panelhead{
	margin-bottom:10px;
}
.panel p{
	font-size: 14px;
}
#twitterfeed{
	font-size:14px;
	color: white;
	text-align: left;
	margin-left: 10px;
	margin-right:10px;
}
div.bottom-bar{
	position:fixed;
	/*border-top: solid 1px #fff; */
	
	width: 100%;
	height: 25px;
	top:0px;
	z-index: 10;
}
div.bottom-bar-inner{
	background: url(../images/purple_trans_bg.png);
	line-height:25px;
	/*margin-left:25px;
	margin-right:25px;*/
	color:#000;
	text-align: center;
}
div.bottom-bar-inner span{
	margin-right:25px;
	font-size:14px;
	color:white;
}
#cart{
	position: absolute;
	right:25px;
	bottom:0px;
}

.menu div{
	margin-left:15px;
	margin-right:15px;
	
}
.menu{
	z-index: 15;
	top:25px;
	background: url(../images/purple_trans_bg.png);
	color:white;
}
#stamping-menu{
	height:auto;
	display: none;
	position: fixed;
	left: 175px;
	cursor: pointer;
}
#cp-menu{
	height:auto;
	display: none;
	position: fixed;
	left: 175px;
	cursor: pointer;
}
#fab-menu{
	height:auto;
	display: none;
	position: fixed;
	left: 175px;
	cursor: pointer;
}
#cd-menu{
	height:auto;
	display: none;
	position: fixed;
	left: 175px;
	
}
#quote-menu{
	height:auto;
	display: none;
	position: fixed;
	left: 175px;
}
#cart-menu{
	height:auto;
	display: none;
	position: fixed;
	left: 175px;
	font-size:14px;
}
#facebox { 
 
    /* overlay is hidden before loading */ 
    display:none; 
 
    /* standard decorations */ 
    width:400px;     
    border:10px solid #666; 
 
    /* for modern browsers use semi-transparent color on the border. nice! */ 
    border:10px solid rgba(82, 82, 82, 0.698); 
 
    /* hot CSS3 features for mozilla and webkit-based browsers (rounded borders) */ 
    -moz-border-radius:8px; 
    -webkit-border-radius:8px; 
} 
.menu-item{
	cursor: pointer;
}
.menu-item:hover{
	color:#4682b4;
}
#facebox div { 
    padding:10px; 
    border: 1px solid black; 
    background-color:#333; 
    font-family:"lucida grande",tahoma,verdana,arial,sans-serif 
} 
#facebox h2 a{
	color: #4682b4;
}
#facebox h2 a:hover{
	color: #8eb3d3;
}
#facebox h2 { 
    margin:-11px; 
    margin-bottom:0px; 
    color:#fff; 
    background-color:#000; 
    padding:5px 10px; 
    border:1px solid #333; 
    font-size:20px; 
	 text-align: center;
}

/* Division Pages */

.article_heading{
	margin-top:25px;
	margin-bottom:10px;
}
.article_body{
	color:white;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
.video{
	margin-top:25px;
	margin-bottom:25px;
	border: solid 5px #3c3c3c;
}

.picture{
	margin-top:25px;
	margin-bottom:25px;
}

/* Feature Image Changer */
#feature_list h3 {
	margin: 0;	
	padding: 0px 0 0 0;
	font-size: 14px;
	text-transform: uppercase;
}

div#feature_list {
	width: 820px;
	height: 240px;
	overflow: hidden;
	position: relative;
}

div#feature_list ul {
	position: absolute;
	top: 0;
	list-style: none;	
	padding: 0;
	margin: 0;
}

ul#tabs {
	right: 0;
	z-index: 2;
	width: 285px;
}

ul#tabs li {
	font-size: 12px;
	font-family: Arial;
	border-bottom:solid 1px black;
	margin-left:0px;
}

ul#tabs li img {
	padding: 5px;
	border: none;
	float: right;
	margin: 10px 10px 0 0;
}

ul#tabs li a {
	color: #222;
	text-decoration: none;	
	display: block;
	padding: 10px;
	height: 60px;
	outline: none;
	background:white;
}

ul#tabs li a:hover {
	/*text-decoration: underline;*/
	color:#0066CC;
}

ul#tabs li a.current {
	background:  url('/featurelist/feature-tab-current.png');
	color: #FFF;
}

ul#tabs li a.current:hover {
	text-decoration: none;
	cursor: default;
}

ul#output {
	left: 0;
	width: 533px;
	height: 240px;
	position: relative;
}

ul#output li {
	position: absolute;
	width: 533px;
	height: 240px;
	margin-left:0px;
}

ul#output li a {
	position: absolute;
	top: 200px;
	left: 10px;
	padding: 8px 12px;
	text-decoration: none;
	font-size: 11px;
	color: #FFF;
	background: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

ul#output li a:hover {
	background: #D33431;
}
/* Catalog CSS */

table.productcategories{
	background: white;
}

table.productlist{
	background: white;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

table.productcategories a{
	color: black;
}

table.productlist a{
	color: black;
}

div.rfqthanks {
	color:white;
}
div.rfqform{
	background:white;
	padding: 25px;
	width: 600px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px
}
.cathead{
	color:white;
}

.valid{
	border: solid 1px #00FF00;
	background: #CCF2D0;
}
.invalid{
	border: solid 1px red;
	background: #ffbbbb;
}
.error{
	color: red;
}
table.contact td{
	padding-bottom:5px;
}
#footer{
	border-top: 1px solid #696969 ;
	padding: 5px;
	/*background: url(../images/transbg.png);*/
	color: #e9e9e9;
	text-align: center;
	width: 100%;
	
	
}
.twitterfeed{
	/*width:260px;*/
}
#catalog{
	display: none;
	position: absolute;
	top: -150px;
	text-align: center;
}

#catalog img{
	margin-bottom: 5px;
}

/* video.php */
div.enclosure{
	background:white;
	padding: 25px;
	width: 600px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px
}

/* styling of the container. */ 
a.myPlayer { 
    display:block; 
    width: 330px; 
    height:195px;
    text-align:center; 
    margin:0 15px 15px 0; 
    float:left; 
    border:1px solid #999; 
} 
 
/* play button */ 
a.myPlayer img { 
    margin-top:70px; 
    border:0px; 
} 
 
/* when container is hovered we alter the border color */ 
a.myPlayer:hover { 
    border:1px solid #000; 
}
