<!--

html, body {
	text-align: center;
	color: #282828;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #E0E0E0;
	font-size: small;
	margin: 0 auto;
	padding: 1;
	border: 0;
	height: 100%;
	}


/*	============================================
	general links css control 
============================================ */
a:link, a:active {
	color: #CCC;
	text-decoration: none;
	}

a:hover {
	color: #999;
	text-decoration: none;
	}

a:visited {
	color: #CCC;
	text-decoration: none;
	}


/*	============================================
	overall body positions css control 
============================================ */
#enclose {
	margin: 0 auto;
	display: block;
	text-align: center;
	width: 1024px;
	}


/*	============================================
	flash header positions css control 
============================================ */
#flash_textMenu {
	margin: 0px;
	padding: 0px;
	}

#flash_header, #tab {
	margin: 0px auto;
	display: block;
	text-align: center;
	}
	
#body {
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	display: block;
	width: 1024px;
	background-color: #FFFFFF;
	margin-left: auto; 
	margin-right: auto;
	/*background-color: #383838;*/
	}

#header {
	margin: auto;
	padding: 0px;
	}


/*	============================================
	"about company" positions css control
============================================ */
.textBody_company, .textBody_products, .textBody_originals, .textBody_corporate {
	display: block;
	margin: 0 auto;
	}

#originals_height {
	height: 100%;
	border: 0;
	}

.wrap {
	margin: 30px;
	text-align: justify;
	}

.tag {
	position:absolute;
	top:160px;
	padding-bottom:100px;
	margin-top:0;
	width:1024px;
	height:100px;
	float:left;
	text-align: left;
	}

.title {
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	margin-left: 30px;
	margin-bottom: 8px;
	}

.subTitle {
	display: block;
	font-weight: bold;
	font-size: 13px;
	}

.paragraph_products, .paragraph_company, .paragraph_originals, .paragraph_corporate {
	display: block;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	margin-left: 30px;
	margin-bottom: 20px;
	}

.textBody_products, .paragraph_products {
	color: #282828;
	}

.textBody_company, .textBody_originals, paragraph_company, .paragraph_originals, .textBody_corporate {
	color: #FFF;
	}

.googleMap {
	font-size: 0.9em;
	}

ul li {
	list-style-type: none;
	margin-left: 30px;
	}


/*	============================================
	"page.php" button positions css control
============================================ */
.button {
	float:left;
	display: block;
	padding: 0% 20px;
	background-color: #282828;
	
	}
	
.imagebackdrop {
	position:absolute;
	top:200px;
	width:1024px;
	height:200px;
	background-color: #282828;
	}	


/*	============================================
	"pagex.php" general positions css control 
============================================ */
#top_block {
	display:block;
	}
	
#license_image, #tag_image {
	text-align: left;
	display: block;
	padding: 5px;
	}

#license_image p {
	clear: both;
	}


/*	============================================
	"pagex.php" button image positions css control 
============================================ */
.product_info {
	float: left;
	display: block;
	font-size: 10px;
	height: 200px;
	width: 197px;
	}

.product_image {
	padding: 5px 0px;
	border: none;
	}

/* to clear out the float rule before the 2nd set of pagination begins */
#clear { 
	clear: both;
	}


/*	============================================
	"pagex.php" crumb trail
============================================ */
#crumb_trail {
	display: block;
	margin-left: 25px;
	text-transform: uppercase;
	}



/*	============================================
	"pagex.php" menu css control 
============================================ */
#navcontainer {
	background: #282828;
	margin: 0 auto;
	padding: 1em 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	}

/* to stretch the container div to contain floated list */
#navcontainer:after {
	content: " ";
	margin: 0 auto;
	padding: 0;
	display: block;
	line-height: 1px;
	font-size: 1px;
	clear: both;
	}

ul#navlist {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	width: 100%;
	font-size: 0.8em;
	}

ul#navlist li {
	display: block;
	float: left;
	font-size: 9px;
	margin: 0 auto;
	padding: 0;
	width: 16%;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 16%;
	}

html>#navcontainer {
	width: 15%;
	}

ul#navlist li a {
	display: block;
	width: 100%;
	height: 20px;
	padding: 5px 3px;
	border: 1px solid #57584F;
	color: #777;
	text-decoration: none;
	background: #303030;
	}

#navcontainer>ul#navlist li a { 
	width: auto;
	}

ul#navlist li#active a {
	background: #505050;
	color: #CCC;
	}

ul#navlist li a:hover, ul#navlist li#active a:hover {
	color: #CCC;
	background: transparent;
	border: 1px solid #57584F;
	}


/*	the alternate table */
.style1 {font-family: Verdana, Arial, Helvetica, sans-serif}
.style2 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; }
.style3 {font-size: 9px}


/*	============================================
	"details.php" menu css control 
============================================ */
.product_info_details {
	margin: auto;
	padding: 30px 0;
	text-align: center;
	display: block;
	font-size: 12px;
	width: 100%;
	}
.copyright {
	text-align: center;
	height:40px;
	margin-top:20px;
}
.copyright a {
	color: #666;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
}

/*	============================================
	controls the corporate submenu when user is logged in
============================================ */
#corpmenu {
	display: block;
	text-align: left;
	height: 20px;
	width: 100%;
	background-color: #666;
	}

#corpmenu tr td {
	font-size: x-small;
	}
	
#leftpanel { 
	background-color:#CCC;
	height:auto;
	width:200px;
	position:inherit;
	}
	
/*===================
	dropship.html
===================*/
.innerCell { 
	padding-left:20px;
	font-size:18px;
	}

-->
.menu {
	position:absolute;
	text-align:center;
	width:100%;
	height:30px;
	top:130px;
	left:0;
	right:0;
	padding:0;
	margin:0;
	background-color:#666;
}
#center {
	text-align:center;
	position:absolute;
	left:50%;
	margin-left:-512px;
	width:1024px;
	color:#CCCCCC;
	padding-top:.4em;
	z-index:90;
	white-space: nowrap;
	word-spacing:80px;/* changed from14px to 13px*/
	font-size:15px;
	_font-size:14px;
	#font-size:14px;
	font-weight:bold;
	
}