@charset "utf-8";
/************************** CORE CSS **************************/
html * {margin: 0; padding: 0; border: none; text-decoration: none;}

body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 150%;
	background:  #333 url("../images/bg_body.jpg") repeat-x top center;
	margin-bottom: 25px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 150%;
}
#indent {
	margin-left: 25px;
}
p {
	padding: 5px 0 5px 0;
}
img {
	border: 0;
}
#bg_effect {
	margin: 0 auto;
	background: url("../images/bg_effect.jpg") no-repeat top center;
}
li {
	padding: 2px;
}
/**************************** LINKS ***************************/
a {
	color: #006A60;
	outline: none;
	font-weight: bold;
	text-decoration: underline;
	font-variant: small-caps;
}
a:hover {
	color: #333;
}
/**************************** FORMS ***************************/
input, select, textarea {
	font: bold 11px Arial, Helvetica, sans-serif;
	border: solid 2px #CCC;
	color: #666;
}
label {
	font-weight: bold;
	margin-right: 5px;
	position: relative;
	display: block;
	float: left;
	width: 70px;
}
label.extend {
	width: 320px;
	height: 20px;
}
input.fText {
	padding: 2px;
	margin: 0 5px 5px 0;
}
label.inLine {
	display: inline;
	float: none;
}
/*********************** DOCUMENT SETUP ***********************/
#container {
	width: 991px;
	position: relative;
	margin: 0 auto;
	background: url("../images/shadow_container.png") top center repeat-y;
}
#content {
	width: 692px;
	position: relative;
	text-align: left;
	padding: 0 13px 0 30px;
	overflow: visible;
	float: left;
}
#sideBar {
	width: 237px;
	height: 775px;
	float: left;
	padding-right: 12px;
	border-left: dotted 2px #CCC;
}
/*************************** HEADER ***************************/
#header_intro {
	width: 991px;
	height: 80px;
	margin: 0 auto;
	background: url("../images/bg_top_intro.png") no-repeat top center;
}
#header_subPage {
	width: 991px;
	height: 62px;
	margin: 0 auto;
	background: url("../images/bg_top.png") no-repeat top center;
}
#topRight {
	position: relative;
	width: 250px;
	padding-top: 0;
	float: left;
}
#topRight #logo_1 {
	position: absolute;
	top: 0px;
	left: 31px;
}
#topRight #logo_2 {
	position: absolute;
	top: 0px;
	left: 31px;
}
/************************* NAVIGATION *************************/
#nav {
	padding: 10px 0 0 30px;
	width: 695px;
	height: 40px;
	float: left;
	position: relative;
	z-index: 120;
	margin: 0 auto;
	text-align:center;
}
#nav_middle {
	float: left;
	width: 679px;
	height: 40px;
	background: url("../images/nav_bg.png");
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: center;
}
#nav_leftSide {
	float: left;
	background: url("../images/nav_leftSide.png");
	height: 40px;
	width: 8px;
}
#nav_rightSide {
	float: left;
	background: url("../images/nav_rightSide.png");
	height: 40px;
	width: 8px;
}
#nav_divider {
	margin: 0;
	width: 3px;
	height: 40px;
	background: url("../images/nav_divider.png");
	float: left;
}
#nav_arrow {
	margin: 0 0 0 10px;
	width: 8px;
	height: 40px;
	background: url("../images/nav_arrow.png");
	float: left;
}
/*************************** FOOTER ***************************/
#footer {
	width: 991px;
	height: 180px;
	margin: 0 auto;
	font-size: 10px;
	background: url("../images/shadow_bottom.png") no-repeat top center;	
	position: relative;
}
#footer_info {
	width: 350px;
	padding: 44px 0 0 40px;
	text-align: left;
	position: relative;
	line-height: 160%;
	float: left;
}
#footer_links {
	width: 550px;
	padding: 44px 0 0 0;
	position: relative;
	text-align: right;
	float: left;
}
#footer_links a {
	color: #333;
	line-height: 10%;
	font-weight: bold;
	text-decoration: none;
}
#footer_links a:hover {
	color: #666;
	text-decoration: underline;
}
#footer_info span {
	color: #9B4B2A;
	font-weight: bold;
}
#footer_icons {
	height: 30px;
	text-align: right;
	position: absolute;
	top: 45px;
	right: 90px;
}
/************************** BUTTONS ***************************/
#button_1 {
	background: url("../images/button_bg_1_f2.jpg") repeat-x top center;
	font: small-caps bold 11px Arial, Helvetica, sans-serif;
	padding: 2px 4px 2px 4px;
	border: 2px solid #CCC;
	border-color: #CCC #999 #999 #CCC; 
	text-decoration: none;
	cursor: pointer;
	color: #333;
}
#button_1:hover {
	color: #006A60;
	background: url("../images/button_bg_1_f2.jpg") repeat-x top center;
	border: 2px solid #CCC;
}
#button_1.type_1 {
	color: #D50025;
}
#button_1.type_2 {
	color: #006A60;
}
#button_2 {
	background: url("../images/button_bg_2.jpg") repeat-x top center;
	font: small-caps bold 11px Arial, Helvetica, sans-serif;
	color: #DDD;
	padding: 5px;
	border: 2px solid #CCC;
	border-color: #CCC #999 #999 #CCC; 
	text-decoration: none;
	cursor: pointer;	
}
#button_2:hover {
	color: #FFF;
	background: #000 url("../images/button_bg_2_f2.jpg") repeat-x top center;
	border: 2px solid #DDD;
}
/*************************** TITLES ***************************/
#pageTitle {
	font: bold 45px/80% Arial, Helvetica, sans-serif;
	letter-spacing: -2.5px;
}
#pageHeader {
	font: small-caps bold 15px Arial, Helvetica, sans-serif;
	color: #D50025;
}
#pageHeader.pageSubTitle {
	font: small-caps bold 16px Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	color: #D50025;
}
/****************** SERVICE COLOR TITLES **********************/
.title_cd {
	color: #C75200;
}
.title_web {
	color: #D50025;
}
.title_usb {
	color: #D38200;
}
.title_custom {
	color: #006A60;
}
.title_contract {
	color: #9B4B2A;
}
/****************** EXTRA STYLE & FORMATTING ******************/
span.codedirection { 
	unicode-bidi: bidi-override; 
	direction: rtl; 
}
#padDiv {
	padding: 10px;
}
#floatLeft {
	float: left;
	text-align: left;
}
#floatRight {
	float: right;
	text-align: right;
}
#alert {
	font-weight: bold;
	font-size: 11px;
	color: #D50025;
	border: 1px solid #DDD;
	background-color: #FFFFCC;
	padding: 5px;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#border_1 {
	border: solid 2px #DDD;
	padding: 2px;
}
#bg_dots {
	border-bottom: dotted 2px #CCC;
	margin: 0 auto;
}
#bg_dots.padIt {
	margin: 5px 0 5px 0;
}
#main_image {
	margin: 0;
	text-align: left;
}
.shade {
	background: #F1F1F1;
}
.fade_1 {
	background: #F1F1F1 url("../images/bg_fade_side_grey.jpg") repeat-y top right;
}
.fade_2 {
	background: url("../images/bg_fade_grey.png") repeat-x top center;
}
/*********************** CSS DOCK FOOTER **********************/
.dock {
	width: 100%;
	position: relative; 
	height: 50px; 
	text-align: center;
}
.dock-container {
	position: absolute;
	height: 50px;
	padding-left: 20px;
}
a.dock-item {
	display: block;
	width: 40px;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	color: #CCC;
	font: small-caps bold 10px Arial, Helvetica, sans-serif;
}
.dock-item span {
	display: none;
	padding-left: 20px;
}
.dock-item img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
/********************** RIGHT SIDE COLUMN *********************/
#sideBar #bg_dots {
	width: 217px;
	margin-bottom: 15px;
}
/* Testimonials */
#testimonials {
	text-align: left;
	width: 217px;
	height: 230px;
	overflow: hidden;
	margin: 0 auto;
}
#testimonials #pageHeader {
	color: #333;
}
#testimonials #border_1 {
	background: url("../images/bg_fade_grey.png") repeat-x top center;
	padding: 5px;
}
#testimonials #border_1 #quote #client{
	text-align: right; 
	float: right;
	padding: 5px 10px 0 0;
}
/* RSS Feed */
#rss {
	text-align: left;
	width: 217px;
	margin: 0 auto;
}
#rss #border_1 {
	background: url("../images/bg_fade_grey.png") repeat-x top center;
}
#rss img {
	float: left;
	padding: 4px;
}
/* Quick Search */
#searchBox {
	text-align: left;
	width: 217px;
	margin: 0 auto;
}
#searchBox #border_1 {
	background: url("../images/bg_fade_grey.png") repeat-x top center;
	padding: 5px;
}
#searchBox input {
	border: solid 1px #CCC;
	margin-right: 5px;
	float: left;
}
#searchBox #txt {
	font-weight: bold;
	font-variant: small-caps;
	padding-left: 0;
}
#searchBox #content_search {
	width: 200px;
	overflow: hidden;
}
/************************** HOME PAGE *************************/
#intro_container {
	width: 934px; 
	margin: 0 auto;
	text-align: center;
}
#intro_container #leftSide {
	float: left;
	width: 430px;
	padding-top: 5px;
}
#intro_container #tagline {
	padding-top: 15px;
}
#sp_main {
	float: left;
	height: 232px;
}
#sp_main a {
	height: 232px;
	display: none;	
}
#topRight_home {
	width: 250px;
	padding-top: 32px;
	float: left;
}
#txt_deliver {
	font: small-caps bold 14px Arial, Helvetica, sans-serif;
}
#intro_container #bg_dots.padIt {
	margin: 0 0 5px 0;
}
/********************** WHY ACTION PAGE ***********************/
#whyPage .fade_1 {
	padding: 8px 0 8px 0;
	height: 75px;
}
#whyPage #nofade {
	padding: 5px 0 5px 0;
	height: 80px;
}
#whyPage img {
	float: left; 
	margin-right: 20px;
	padding-top: 5px;
}
/************************ CLIENTS PAGE ************************/
#clients_container p {
	padding: 3px;
}
#clients_container #client {
	text-align: right;
	font-weight: bold;
	font-variant: small-caps;
	color: #000;
}
#clients_container li {
	padding: 3px;
}
/*********************** CONTACT US PAGE **********************/
#contactPage #border_1 {
	background: url("../images/bg_fade_bronze.png") repeat-x top center;
	padding: 6px;
	height: 100px;
	border-color:#E1C9BF;
}
#contactPage #section {
	width: 330px;
	float: left;
	padding: 5px;
}
#contactPage #inLine {
	width: 70px;
	float: left;
	font-weight: bold;
}
#contactPage label {
	padding-left: 5px;
	font-variant: small-caps;
}
/***************** INTERNATIONAL STANDARDS PAGE ***************/
#IS_container {
	background: url("../images/bg_fade_grey.png") repeat-x top center;
	height: 350px; 
	overflow: auto; 
	border: solid 2px #CCC;
	margin: 3px;
	padding: 5px;
	display: none;
}
/************************ DVD MENU PAGE ***********************/
#dvd_photo {
	width: 160px;
	float: left;
	padding: 2px;
}
#dvd_caption {
	font-weight: bold;
	width: 160px;
	padding: 5px;
	line-height: 110%;
	height: 60px;
}
/*********************** DVD SYMBOL PAGE **********************/
#dvd_symbol_container img {
	margin-right: 10px;
	padding: 2px;
}
#dvd_symbol_container #symbol {
	float: left;
	text-align: center;
	width: 100px;
}
#dvd_symbol_container #floatLeft {
	padding-top: 10px;
}
/************************** TEAM PAGE *************************/
#team_container #left_side{
	float: left;
	width: 260px;
	text-align: center;
}
#team_container #left_side img{
	padding-right: 5px;
}
#team_container #right_side{
	float: left;
	padding-top: 40px;
	width: 425px;
}
#team_container p {
	padding: 1px 0 1px 0;
}
/************************* CAREERS PAGE ***********************/
#career_container .title {
	float: left;
	width: 230px;
	color: #9B4B2A;
	font: small-caps bold 12px Arial, Helvetica, sans-serif;
}
#career_container .description {
	background: url("../images/bg_fade_grey.png") repeat-x top center;
	overflow: auto; 
	border: solid 2px #CCC;
	margin: 3px;
	padding: 5px;
	margin-top: 15px;
}
#career_container #d1,#d2,#d3 {
	display: none;
}
/********************* CHOOSE TEMPLATES PAGE ******************/
#top-header {
	width: 694px;
	height: 87px;
	margin: 0 auto;
	padding-bottom: 25px;
}
#choose_t_container {
	width: 450px;
	height: 300px;
	margin: 0 auto;
}
#choose_t_container #section1, #choose_t_container #section2, #choose_t_container #section3 {
	width: 215px;
	height: 150px;
	text-align: center;
	float: left;
}
#choose_t_container #arrow {
	width: 23px;
	padding: 0 5px 0 0;
	float: left;
}
#choose_t_container #title {
	padding-top: 8px;
	float: left;
}
#choose_t_container #pic {
	padding-top: 8px;
	height: 190px;
	clear: both;
}
#choose_t_container #section1 #arrow{
	padding-left: 20px;
}
#choose_t_container #section2 #arrow{
	padding-left: 8px;
}
#choose_t_container #section3 #arrow{
	padding-left: 55px;
}
/************************ PACKAGING PAGE **********************/
#pkg_container {
	margin: 0 auto;
	text-align:center;
	width:695px;
}
#pkg_container #product_container {
	width: 166px; 
	padding: 2px;
	text-align:center;
	margin-bottom: 10px; 
	float: left;
}
#pkg_container #product_img_bg {
	background: url("../images/template_bg.jpg") bottom center no-repeat;
	height: 137px;
	position: relative;
}
#pkg_container #product_img_bg:hover {
	background: url("../images/template_bg_f2.jpg") bottom center no-repeat;
}
#pkg_container #product_img {
	position: absolute;
	bottom: 25px;
	left: 30px;
}
#pkg_container #pid {
	position: absolute;
	z-index: 5;
	height: 18px;
	width: 21px;
	bottom: 20px;
	left: 18px;
	color: #333;
	background: #FFF;
	border: solid 1px #DDD;
	font-weight: bold;
	font-size: 9px;
}
#pkg_container #title {
	font: small-caps bold 12px Arial, Helvetica, sans-serif;
	text-align:center;
	margin: 0 auto;
	height: 45px;
	width: 130px;
}
#pkg_container #title_desc {
	font-size: 11px;
	font-weight: bold;
	text-align:center;
	margin: 0 auto;
	width: 150px;
	color: #666;
}
#pkg_template_icons {
	position: absolute;
	z-index: 1;
	top: 10px;
	right: 50px;
}
#pkg_template_icons img {
	padding-left: 20px;
}
/************************ VIEW TEMPLATES **********************/
#vt_bg {
	width:100%;
	height: 620px;
	background: #666 url("../images/bg_view_template.jpg") top repeat-x;
	position: relative;
}
#vt_container {
	width:775px;
	height: 610px;
	position: absolute;
	top: 5px;
	left: 5px;
	background: #FFF;
	text-align: center;
}
#vt_title {
	font: small-caps bold 18px/110% Arial, Helvetica, sans-serif;
	color: #006A60;
	padding: 3px;
}
#vt_desc {
	font: bold 11px/150% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #9B4B2A;
	padding: 3px;
}
#vt_draw_desc {
	font: small-caps bold 11px/150% Arial, Helvetica, sans-serif;
	color: #666;
	padding: 3px;
}
#vt_leftSide {
	padding-top: 5px;
	width: 530px;
	float: left;
}
#vt_rightSide {
	padding-top: 5px;
	width: 233px;
	height: 600px;
	overflow: auto;
	float: left;
	border-left: dotted 2px #CCC;
}
/*************************** USB PAGE *************************/
#usb_container {
	margin: 0 auto;
	text-align:center;
	width:695px;
}
#usb_container #product_container {
	width: 225px; 
	padding: 2px;
	text-align:center;
	margin-bottom: 5px; 
	float: left;
}
#usb_container #product_image {
	background: url("../images/template_bg.jpg") bottom center no-repeat;
	height: 160px;
	position: relative;
}
#usb_container #product_image:hover {
	background: url("../images/template_bg_f2.jpg") bottom center no-repeat;
}
#usb_container #product_image img {
	padding-left: 50px;
}
#usb_container #icons {
	padding-left: 90px;
}
#usb_container #icons img{
	padding: 2px;
}
#usb_container #icon_info {
	text-align: left;
	font: small-caps 11px Arial, Helvetica, sans-serif;
}
#usb_container #title {
	font: small-caps bold 12px Arial, Helvetica, sans-serif;
	text-align:center;
	margin: 0 auto;
	height: 13px;
	width: 130px;
}
#usb_image {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
/*************************** VIEW USB *************************/
#v_usb_bg {
	width:100%;
	height: 520px;
	background: #666 url("../images/bg_view_template.jpg") top repeat-x;
	position: relative;
}
#v_usb_container {
	width:775px;
	height: 510px;
	position: absolute;
	top: 5px;
	left: 5px;
	background: #FFF;
	text-align: center;
}
#v_usb_title {
	font: small-caps bold 18px/110% Arial, Helvetica, sans-serif;
	color: #006A60;
	padding: 3px;
}
#v_usb_info {
	text-align: left;
	padding: 5px 0 0 10px;
	font: small-caps 11px Arial, Helvetica, sans-serif;
}
#v_usb_info li {
	margin-left: 25px;
}
#v_usb_draw_desc {
	font: small-caps bold 11px/150% Arial, Helvetica, sans-serif;
	color: #666;
	padding: 3px;
}
#v_usb_leftSide {
	padding-top: 15px;
	width: 530px;
	float: left;
}
#v_usb_leftSide #slideshow.pics {
	margin: 5px;
}
#v_usb_rightSide {
	padding-top: 5px;
	width: 225px;
	height: 500px;
	overflow: auto;
	float: left;
	border-left: dotted 2px #CCC;
}
#usb_nav2{
	font-weight: bold;
	font-variant: small-caps;
}
#usb_nav a, #usb_nav2 a {
	font-size: 14px;
	border: solid 2px #FFF;
	color: #000000;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	margin: 3px;
	background: url("../images/1x1_80_FFF.png");
	text-decoration: none;
}
#usb_nav a.activeSlide {
	background: #DDD;
	color: #FFF;
}
#usb_nav a:hover, #usb_nav2 a:hover {
	background: #DDD;
	color: #FFF;
}
#usb_nav a:focus { outline: none; }
/************************ PLANT TOUR PAGE *********************/
#pt_container {
	position: relative;
}
#pt_output {
	padding-bottom: 8px;
}
#pt_nav{
	text-align:left;
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 11;
}
#pt_nav2{
	font-weight: bold;
	font-variant: small-caps;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 11;
}
#pt_nav a, #pt_nav2 a {
	font-size: 14px;
	border: solid 2px #FFF;
	color: #000000;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	margin: 3px;
	background: url("../images/1x1_80_FFF.png");
	text-decoration: none;
}
#pt_nav a.activeSlide {
	background: url("../images/1x1_50_000.png");
	color: #FFF;
}
#pt_nav a:hover, #pt_nav2 a:hover {
	background: url("../images/1x1_50_000.png");
	color: #FFF;
}
#pt_nav a:focus { outline: none; }
/************************ NEWSLETTER PAGE *********************/
#newsletter_container {
	margin: 0 auto;
	width: 695px;
}
#newsletter_container img {
	padding: 0 5px 0 5px;
}
#newsletter_container h2 {
	font: bold 21px/100% Arial, Helvetica, sans-serif;
	color: #006A60;
}
#newsletter_container h3 {
	font: bold 16px/180% Arial, Helvetica, sans-serif;
}
#newsletter_container #bg_dots {
	clear: both;
	margin: 5px 0 5px 0;
}
#newsletter_container #news_date {
	font: small-caps bold 14px Arial, Helvetica, sans-serif;
	width: 180px;
	text-align: right;
	float: left;
}
#newsletter_container #news_title {
	font: small-caps 14px Arial, Helvetica, sans-serif;
	float: left;
	text-transform: capitalize;
}
/********************** DOWNLOAD FORMS PAGE *******************/
#desc_box_sm {
	font-size: 9px;
	color: #FFF;
	font-weight: bold;
	text-align:center;
	padding: 2px;
	border: 2px solid #CCC;
	border-color: #CCC #666 #666 #CCC; 
}
#dl_forms #desc_box_sm.box_1 {
	background: #D50025;
}
#dl_forms #desc_box_sm.box_2 {
	background: #069;
}
#dl_forms #desc_box_sm.box_3 {
	background: #006A60;
}
#dl_forms #desc_box_sm.box_4 {
	background: #333;
}
/*********************** CD DUPLICAION PAGE *******************/
#cd_container #arrow {
	float: left;
	padding-right: 3px;
	width: 40px;
}
#cd_container #desc {
	float: left;
	padding-top: 2px;
}
#cd_container #desc a {
	font-variant: small-caps;
}
/*************************** VIDEO PAGE ***********************/
#vhs_container #arrow {
	float: left;
	padding-right: 3px;
	width: 40px;
}
#vhs_container #desc {
	float: left;
	padding-top: 2px;
	width: 600px;
}
#vhs_container #desc a {
	font-variant: small-caps;
}
/************************* SERVICES PAGE **********************/
#services_container {
	padding-left: 5px;
}
#services_container #s_content {
	text-align: center;
	padding: 5px;
}
#services_container #section {
	width: 205px;
	text-align: center;
	margin: 0 auto;
	float: left;
	margin: 0;
}
#services_container .section #pic {
	height: 130px;
}
#services_container #button {
	padding: 10px 0 10px 0;
}
#services_container #title {
	font: small-caps bold 12px/120% Arial, Helvetica, sans-serif;
	height: 35px;
	padding: 7px 0 3px 0;
}
/***************************** PZ FORM *************************/
#pz_container_bg{
	width:100%;
	height: 100%;
	background: #666 url("../images/bg_view_template.jpg") top repeat-x;
	position: relative;
}
#pz_container {
	width: 540px;
	height: 625px;
	position: absolute;
	top: 5px;
	left: 5px;
	background: #FFF;
	text-align: center;
}
#pz_container #pz_txt {
	font: small-caps bold 25px/120% Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #006A60;
	padding-bottom: 8px;
}
#pz_container #form {
	width: 450px;
	margin: 0 auto;
	font-variant: small-caps;
}
#pz_container #form div {
	float: left;
	text-align:left;
}
#pz_container input, #pz_container select, #pz_container textarea {
	font: bold 11px Arial, Helvetica, sans-serif;
	border: solid 2px #CCC;
}
#pz_container label {
	font-weight: bold;
	position: relative;
	display: inline;
	float: none;
	width: 200px;
}
#pz_rules, #pz_rules a {
	font: normal 11px/100% Arial, Helvetica, sans-serif;
}