/* CSS Document */

body, html {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	background-color:#ffffff;
}

#main_wrapper {
	width: 885px;
	height: 654px;
	background-color:#000033;
}

#sub_wrapper {
	width: 885px;
	height: 605px;
	background-color:#000033;
}

#header {
	width: 885px;
	height: 143px;
	background-color:#000033;
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#logo {
	width: 287px;
	height: 141px;
	float: left;
	border: 1px solid #FFF;
	background-color: #ffffff;
}

#menu_wrapper {
	width: 885px;
	height: 40px;
	margin: 7px 0px 7px 0px;
	background-color:#000033;
}

div#nav {
	width: 661px;
	height: 40px;
	margin: 0px;
	background-color: #0066FF;
	float: left;
}
div#nav ul {
	margin: 0; 
	padding: 0; 
	background-color: #0066FF;
}
div#nav li {
	position: relative; 
	list-style: none; 
	margin: 0;
	float: left; 
	/*width: 7em; */
	line-height: 1em;
	text-transform: uppercase;
}
div#nav li a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
}
div#nav li a:hover {
	color: #000033;
}
div#nav li.submenu {
	background: url(../img/dropmenu.gif) 95% 46% no-repeat;
}
div#nav li.submenu a:hover {
	color: #000033;
}
div#nav li a {
	display: block; 
	padding: 1.1em 2.5em 1.1em 2.5em;
	text-decoration: none; 
	/*width: 7em; */
}

div#nav>ul a {
	width: auto;
}

div#nav ul ul {
	position: absolute; 
	display: none;
	border-left: 1px solid #000033;
	border-right: 1px solid #000033;
	border-bottom: 1px solid #000033;
}

div#nav ul ul li {
	width: 200px;
	text-transform: none;
	border-top: 1px solid #000033;
	padding: 0px;
}

div#nav ul ul ul li {
	width: 120px;
	text-transform: none;
	border-top: 1px solid #000033;
	padding: 0px;
}

div#nav ul ul li a{
	padding: 0.5em 0 0.5em 1em;
}

div#nav li.submenu li.submenu {
	background: url(../img/submenu.gif) 95% 50% no-repeat;
}

div#nav li.submenu li.submenu a:hover,
div#nav ul.level1 li.submenu:hover ul.level2, 
div#nav ul.level2 li.submenu:hover ul.level3,
div#nav ul li.over ul.level2, 
div#nav ul.level2 li.over ul {
	display:block;
}

div#nav ul.level2 {
	width: 200px;
	top: 2.5em; 
	left: -1px;
}
div#nav ul.level3 {
	width: 120px;
	top: -1px; 
	left: 200px;
	border-left: 1px solid #000033;
}
#contact_button {
	width: 217px;
	height: 40px;
	float: left;
	margin: 0px 0px 0px 7px;
	background-color:#0066FF;

}
#contact_button a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 38px;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
}
#contact_button a:hover {
	color: #000033;
}

#text_area {
	width: 659px;
	height: 406px;
	float: left;
	border: 1px solid #043BB2;
	margin: 0px 7px 0px 0px;
	background-color: #ffffff;
	clear:both;
}

#text_area_head {
	width: 614px;
	height: 30px;
	float: left;
	padding: 30px 0px 0px 45px;
}
#text_area_body {
	width: 564px;
	height: 316px;
	float: left;
	padding: 0px 20px 10px 45px;
	margin: 0px 10px 20px 0px;
	overflow: auto;
	clear:both;
}


#text_area_head h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #003399;
	line-height: 20px;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
}

#text_area_body h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003399;
	line-height: 20px;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0;
	margin: 10px 0 -10px 0;
}

#text_area_body p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	line-height: 20px;
	text-align: left;
	text-decoration: none;
}

#text_area_body ul{
	padding: 0;
	margin: 0;

}

#text_area_body li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #003399;
	line-height: 20px;
	text-align: left;
	text-decoration: none;
	list-style: disc;
	margin-left: 15px;
}

#text_area a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #003399;
	line-height: 20px;
	text-align: left;
	text-decoration: underline;
}
#text_area a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #003399;
	line-height: 20px;
	text-align: left;
	text-decoration: none;
}

#text_area img{
	margin-top: 20px;
	margin-right: 20px;
	clear: both;
}

#gallery_box {
	width: 100px;
	height: 130px;
	padding: 0;
	margin: 0px 0px 15px 0px;
	float:left;
	}

#gallery_box_2 {
	width: 100px;
	height: 130px;
	padding: 0;
	margin: 0px 0px 15px 10px;
	float:left;
	}
	
#gallery_image {
	width: 98px;
	height: 98px;
	padding: 0;
	margin: 0;
	float:left;
	border: 1px solid #0066FF;
	}
	
#gallery_image img{
	float: left;
	margin: 0;
	}
	
#gallery_image img a{
	float: left;
	margin: 0;
	border: 0;
	}
	
#gallery_text {
	width: 100px;
	height: 25px;
	padding: 5px 0px 0px 0px;
	float:left;
	margin: 0;
	}
	
#gallery_text p{
	font-family: Arial, Helvetica, sans-serif;
	line-height:12px;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	text-decoration: none;
	padding: 0;
	margin: 0;
	}
	
#gallery_text a{
	font-family: Arial, Helvetica, sans-serif;
	line-height:12px;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	text-decoration: none;
	padding: 0;
	margin: 0;
	}
	
#gallery_text a:hover{
	font-family: Arial, Helvetica, sans-serif;
	line-height:12px;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	text-decoration: underline;
	padding: 0;
	margin: 0;
	}
	

#right_container {
	width: 217px;
	height: 408px;
	float: right;
	background-color:#000033;
}

#right_image_home {
	width: 215px;
	height: 350px;
	border: 1px solid #043BB2;
	background-image: url(../img/tubing.jpg);
	background-repeat: no-repeat;
}

#right_image_sili_tubing {
	width: 215px;
	height: 350px;
	border: 1px solid #043BB2;
	background-image: url(../img/sili_tubing.jpg);
	background-repeat: no-repeat;
}

#right_image_spec_hosing {
	width: 215px;
	height: 350px;
	border: 1px solid #043BB2;
	background-image: url(../img/spec_hosing.jpg);
	background-repeat: no-repeat;
}

#right_image_vac_tubing {
	width: 215px;
	height: 350px;
	border: 1px solid #043BB2;
	background-image: url(../img/vac_tubing.jpg);
	background-repeat: no-repeat;
}

#right_image_rein_tubing {
	width: 215px;
	height: 350px;
	border: 1px solid #043BB2;
	background-image: url(../img/rein_tubing.jpg);
	background-repeat: no-repeat;
}

#right_image_pre_sen_ad_backing {
	width: 215px;
	height: 350px;
	border: 1px solid #043BB2;
	background-image: url(../img/pre_sen_ad_backing.jpg);
	background-repeat: no-repeat;
}

#right_image_sili_rub_sheeting {
	width: 215px;
	height: 350px;
	border: 1px solid #043BB2;
	background-image: url(../img/sili_rub_sheeting.jpg);
	background-repeat: no-repeat;
}

#right_image_expand_sili_sponge {
	width: 215px;
	height: 350px;
	border: 1px solid #043BB2;
	background-image: url(../img/expand_sili_sponge.jpg);
	background-repeat: no-repeat;
}

#right_image_adh_backing {
	width: 215px;
	height: 350px;
	border: 1px solid #043BB2;
	background-image: url(../img/adh_backing.jpg);
	background-repeat: no-repeat;
}

#right_image_prec_med_aer_standards {
	width: 215px;
	height: 350px;
	border: 1px solid #043BB2;
	background-image: url(../img/prec_med_aer_standards.jpg);
	background-repeat: no-repeat;
}

#right_image_mask_finishing {
	width: 215px;
	height: 350px;
	border: 1px solid #043BB2;
	background-image: url(../img/mask_finishing.jpg);
	background-repeat: no-repeat;
}

#right_image_silwrap_sili_rub_tape {
	width: 215px;
	height: 350px;
	border: 1px solid #043BB2;
	background-image: url(../img/silwrap_sili_rub_tape.jpg);
	background-repeat: no-repeat;
}

#right_image_sili_adh_sealing {
	width: 215px;
	height: 350px;
	border: 1px solid #043BB2;
	background-image: url(../img/sili_adh_sealing.jpg);
	background-repeat: no-repeat;
}


#right_image_lab_tube {
	width: 215px;
	height: 350px;
	border: 1px solid #043BB2;
	background-image: url(../img/lab_tube.jpg);
	background-repeat: no-repeat;
}
#right_image_rein_hose {
	width: 215px;
	height: 350px;
	border: 1px solid #043BB2;
	background-image: url(../img/rein_hose.jpg);
	background-repeat: no-repeat;
}
#right_image_hyg_hose {
	width: 215px;
	height: 350px;
	border: 1px solid #043BB2;
	background-image: url(../img/hyg_hose.jpg);
	background-repeat: no-repeat;
}
#right_image_fab {
	width: 215px;
	height: 350px;
	border: 1px solid #043BB2;
	background-image: url(../img/fab.jpg);
	background-repeat: no-repeat;
}
#right_image_adh {
	width: 215px;
	height: 350px;
	border: 1px solid #043BB2;
	background-image: url(../img/adh.jpg);
	background-repeat: no-repeat;
}
#right_image_solid {
	width: 215px;
	height: 350px;
	border: 1px solid #043BB2;
	background-image: url(../img/solid.jpg);
	background-repeat: no-repeat;
}
#right_image_gasket {
	width: 215px;
	height: 350px;
	border: 1px solid #043BB2;
	background-image: url(../img/gasket.jpg);
	background-repeat: no-repeat;
}
#right_image_sponge {
	width: 215px;
	height: 350px;
	border: 1px solid #043BB2;
	background-image: url(../img/sponge.jpg);
	background-repeat: no-repeat;
}
#right_image_mould {
	width: 215px;
	height: 350px;
	border: 1px solid #043BB2;
	background-image: url(../img/mould.jpg);
	background-repeat: no-repeat;
}
#right_image_plug {
	width: 215px;
	height: 350px;
	border: 1px solid #043BB2;
	background-image: url(../img/plug.jpg);
	background-repeat: no-repeat;
}
#right_image_caps {
	width: 215px;
	height: 350px;
	border: 1px solid #043BB2;
	background-image: url(../img/caps.jpg);
	background-repeat: no-repeat;
}
#right_image_stop {
	width: 215px;
	height: 350px;
	border: 1px solid #043BB2;
	background-image: url(../img/stop.jpg);
	background-repeat: no-repeat;
}
#right_image_tapes {
	width: 215px;
	height: 350px;
	border: 1px solid #043BB2;
	background-image: url(../img/tapes.jpg);
	background-repeat: no-repeat;
}
#right_image_special {
	width: 215px;
	height: 350px;
	border: 1px solid #043BB2;
	background-image: url(../img/special.jpg);
	background-repeat: no-repeat;
}
#right_image_adh_seal {
	width: 215px;
	height: 350px;
	border: 1px solid #043BB2;
	background-image: url(../img/adh_seal.jpg);
	background-repeat: no-repeat;
}
#right_image_sitemap {
	width: 215px;
	height: 350px;
	border: 1px solid #043BB2;
	background-image: url(../img/tec_grad_sil_rubber.jpg);
	background-repeat: no-repeat;
}
#right_image_contact {
	width: 215px;
	height: 350px;
	border: 1px solid #043BB2;
	background-image: url(../img/rein_tubing.jpg);
	background-repeat: no-repeat;
}
#right_image_extruded_cord {
	width: 215px;
	height: 350px;
	border: 1px solid #043BB2;
	background-image: url(../img/extruded_cord.jpg);
	background-repeat: no-repeat;
}
#right_image_extruded_sili_rub {
	width: 215px;
	height: 350px;
	border: 1px solid #043BB2;
	background-image: url(../img/tec_grad_sil_rubber.jpg);
	background-repeat: no-repeat;
}
#small_links {
	width: 217px;
	height: 50px;
	float: left;
}
#small_links ul {
	padding:0px;
	margin:0px;
}
#small_links li {
	padding:0px;
	margin:0px;
	float: left;
	list-style: none;
}
.hide {
	display:none;
}
a.small_home:link, a.small_home:active, a.small_home:visited {
	width: 65px;
	height: 48px;
	display: block;
	border: 1px solid #246BFF;
	background-color: #003399;
	background-image: url(../img/small_home.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 6px 0px 0px 0px;
}
a.small_home:hover {
	width: 65px;
	height: 48px;
	display: block;
	border: 1px solid #246BFF;
	background-color: #003399;
	background-image: url(../img/small_home2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 6px 0px 0px 0px;

} 

a.small_site:link, a.small_site:active, a.small_site:visited {
	width: 65px;
	height: 48px;
	display: block;
	border: 1px solid #246BFF;
	background-color: #003399;
	background-image: url(../img/small_site.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 6px 0px 0px 8px;
}
a.small_site:hover {
	width: 65px;
	height: 48px;
	display: block;
	border: 1px solid #246BFF;
	background-color: #003399;
	background-image: url(../img/small_site2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 6px 0px 0px 8px;
} 
a.small_cont:link, a.small_cont:active, a.small_cont:visited {
	width: 65px;
	height: 48px;
	display: block;
	border: 1px solid #246BFF;
	background-color: #003399;
	background-image: url(../img/small_cont.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 6px 0px 0px 8px;
}
a.small_cont:hover {
	width: 65px;
	height: 48px;
	display: block;
	border: 1px solid #246BFF;
	background-color: #003399;
	background-image: url(../img/small_cont2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 6px 0px 0px 8px;
}
#footer {
	width: 885px;
	height: 49px;
	background-color:#000033;
	
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	text-align:left;
	line-height: 20px;
	text-decoration: none;
	float: left;	
}

#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: underline;

}

#footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #0066FF;
	text-decoration: underline;

}

#thumb_nail_wrapper {
	width: 120px;
	height: 90px;
	background-color:#000033;
}

#thumb_nails_size_wrapper {
	width: 120px;
	height: 90px;
	background-color:#000033;
}

#lightview{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightview img{ width: auto; height: auto;}
#lightview a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(file:///K|/Jobs/Samco/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(file:///K|/Jobs/Samco/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }	

