@charset "utf-8";
/* CSS Document */

* {
	padding: 0px;
	margin: 0px;
}


body {
	font-family: Verdana, Geneva, sans-serif;
	
} 
#video {
	margin-top: 20px;
	width: 360px;
	height: 203px;	
}

#headerBack {
	width: 100%;
	height: 178px;
	background-image:url(../images/header_back.jpg);
	background-repeat:repeat-x;
}

#header {
	width: 1008px;
	height: 150px;
	margin: 0 auto;
}

#headerLeft {
		width: 575px;
		float:left;
		margin-top: 10px;
		margin-left: 15px;
		font-size: 12px;
		
}
#headerLeft a:link.
#headerLeft a:visited,
#headerLeft a:hover,
#headerLeft a:active {
	border: none;
	outline: none;
	color: #fff;

}
s
#headerLeft p {
	padding-left: 95px;	
}

#headerRight {
	width: 418px;
	height: 150px;
	float:right;
	text-align:right;
	font-size:14px;
}

#headerRight h2 {
	font-size: 14px;
	margin-top: 20px;
	font-weight:normal;
	font-style:italic;
}	

#headerRight p {
	padding-top: 30px;	
	line-height: 22px;
}



/************NAVIGATION****************/
/************NAVIGATION****************/
/************NAVIGATION****************/


#navigation {
	width:1007px;
	height: 28px;
	
}

#navbox {
	height: 28px;
	background-image:url(../images/Nav_spry.jpg);
	background-repeat: no-repeat;
	clear: both;
	position:relative;
	z-index:3;
}


#nav{
	list-style:none;
	margin-bottom:10px;
	margin-left: 346px;

	/* Bring the nav above everything else--uncomment if needed.*/

}
#nav li{
	float:left;
	position:relative;
	width: 132px;
	height: 28px;

}

#nav a{
	display:block;
	color:#fff;
	text-decoration:none;
	width: 132px;
	height: 28px;
	float: left;

}

#nav a:hover{
	color:#fff;
	text-decoration:underline;
}



#nav li#nabout {
	text-indent: -9999px;
}
#nav li#ngallery {
	text-indent: -9999px;
}
#nav li#nservices {
	text-indent: -9999px;
}
#nav li#ncontact {
	text-indent: -9999px;
}
/*******************START NAVIGATION SPRY********************/



/***ABOUT***/
#nav li#nabout a:hover,
#nav li#nabout a:focus {
	background-image:url(../images/Nav_spry.jpg);
	background-position: 662px -28px;
}
#nav li#nabout a:active {
	background-image:url(../images/Nav_spry.jpg);
	background-position: 662px -56px;	
}

#dabout #nav ul li#nabout a:link,
#dabout #nav ul li#nabout a:visited,
#dabout #nav ul li#nabout a:hover,
#dabout #nav ul li#nabout a:active {
	background-image:url(../images/Nav_spry.jpg);
	background-position: 662px -56px;
	}
	
	
	/***SERVICES***/
#nav li#nservices a:hover,
#nav li#nservices a:focus {
	background-image:url(../images/Nav_spry.jpg);
	background-position: 530px -28px;
}
#nav li#nservices a:active {
	background-image:url(../images/Nav_spry.jpg);
	background-position: 530px -56px;	
}
/*
#dservices #navbox ul#nav li#nservices a:link,
#dservices #navbox ul#nav  li#nservices a:visited,
#dservices #navbox ul#nav  li#nservices a:hover,
#dservices #navbox ul#nav  li#nservices a:active {
	background-image:url(../images/Nav_spry.jpg);
	background-position: 530px -56px;
	}*/
	
	
	/***GALLERY***/
#nav li#ngallery a:hover,
#nav li#ngallery a:focus {
	background-image:url(../images/Nav_spry.jpg);
	background-position: 398px -28px;
}
#nav li#ngallery a:active {
	background-image:url(../images/Nav_spry.jpg);
	background-position: 398px -56px;	
}

#dgallery #nav ul li#ngallery a:link,
#dgallery #nav ul li#ngallery a:visited,
#dgallery #nav ul li#ngallery a:hover,
#dgallery #nav ul li#ngallery a:active {
	background-image:url(../images/Nav_spry.jpg);
	background-position: 398px -56px;
	}


/***CONTACT***/
#nav li#ncontact a:hover,
#nav li#ncontact a:focus {
	background-image:url(../images/Nav_spry.jpg);
	background-position: 266px -28px;
}
#nav li#ncontact a:active {
	background-image:url(../images/Nav_spry.jpg);
	background-position: 266px -56px;	
}

#dgallery #nav ul li#ncontact a:link,
#dgallery #nav ul li#ncontact a:visited,
#dgallery #nav ul li#ncontact a:hover,
#dgallery #nav ul li#ncontact a:active {
	background-image:url(../images/Nav_spry.jpg);
	background-position: 266px -56px;
	}





/*--- DROPDOWN ---*/
#nav ul{
	background:#fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	background:rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	list-style:none;
	position:absolute;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
}
#nav ul li{
	padding-top:1px; /* Introducing a padding between the li and the a give the illusion spaced items */
	float:none;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color:#FFF;
	color:#000000;
	width: 110px;


}
#nav ul a{
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
	height: 24px;
	
}
#nav li:hover ul{ /* Display the dropdown on hover */
	left:0; /* Bring back on-screen when needed */
	margin-top: 24px;
	margin-left:20px;
	width: 110px;


}
#nav li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	padding-left:5px;
	text-decoration:underline;
	



	
}
#nav ul#ddown li:hover a{ /*HOVER THE LIGHTER COLOR*/
	background:#3C99B5;
	width: 110px;

	
}

#nav ul#ddown {
	background:#59ABE8; 
	margin-top: 28px;
			
}	


#nav li#pList {
	text-indent: 0px;
	height: 24px;
	font-size: 12px;
	
}


#nav li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
}
#nav li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	background:#333333;
}


/*******************END NAVIGATION********************/

#wrap {
	width: 1047px;
	margin: 0 auto;
	background-image:url(../images/shadow_wrap.png);
	background-repeat:repeat-y;
}

#container {	
	width: 1008px;
	margin: 0 auto;
	position:relative;
}
#container p.serviceinfo {
	font-size: 13px;
	padding: 10px;
	line-height: 20px;
	
}
#container p.test {
	font-size: 13px;
	padding: 10px;
	margin-top: 35px;
	line-height: 20px;
	
}


	
#floater {
	width: 454px;
	height: 127px;
	background-image:url(../images/c2a_spry.png);
	position:absolute;
	top: 28px;
	right: 0px;
	z-index: 2;
	background-repeat: no-repeat;
}

#floater a {
	display: block;
	width: 110px;
	height: 110px;
	margin-left: 335px;
	margin-top: 8px;
}
/*
#floater a:hover,
#floater a:focus {
	background-image:url(../images/c2a_spry.png);
	background-position: 112px -132px;
}
#floater a:active {
	background-image:url(../images/c2a_spry.png);
	background-position: 0px -372px;	
}

*/


#heading {
	width: 1008px;
	height: 27px;
	margin-top: 20px;
		
}
#heading h1 {
	text-indent: -9999px;	
}
#dservices #floater {
	width: 454px;
	height: 127px;	;
	margin-top: 10px;
	position:absolute;
	top: 28px;
	right: 0px;
	z-index: 2;
}





#floater h1 {
	text-indent: -9999px;	
}


#main {
	width: 1008px;
	background-color:#fff;

}

#col1 {
	width: 760px;
	float:left;
	font-size: 12px;
	line-height: 20px;
}
#dservices #col1 ul#cat {
	width: 370px;
	float: left;

		
}

#cat img, #cat2 img {
	float: left;	
	padding-left: 10px;
	padding-right: 10px;
}
#cat li, #cat2 li {
	list-style-type: none;	
	padding: 5px;
	height: 145px;
	margin-top: 10px;
}
#cat h2, #cat2 h2 {
	font-size: 15px;
	margin-left: 10px;
	text-decoration:underline;
	padding: 2px;
}
#cat h2 a, #cat2 h2 a{
	color:#000;	
}
#cat h2 a:hover, #cat2 h2 a:hover  {
	color:#039;
}

#dservices #col1 ul#cat2 {
		width: 370px;
		float: right;
}

#dservices #col1 p {
	padding: 10px;
		
}




#dservices #col1 p a{
	text-decoration:none;
	
}


#col1 img {
	border: none;
	outline: none;	
}


#col1 a:link.
#col1 a:visited,
#col1 a:hover,
#col1 a:active {
	border: none;
	outline: none;
	color: #fff;

}


#col1 h1 {
	font-size: 12px;
	padding: 15px;
	padding-top: 32px;
	line-height: 20px;
	font-weight: normal;	
}

#dabout #col1 p,
#dproduct #col1 p#info,
#dgallery #col1 p {
	font-size: 12px;
	padding: 15px;
	padding-top: 0px;
	font-weight: normal;	
}

#col1 .textsetup {
	font-size: 12px;
	padding: 15px;
	padding-top: 0px;
}

#dabout #col1 img {
	border: thin solid #000;	
}


#dcontact #col1 h1,
#dproduct #col1 h1,
#dgallery #col1 h1 {
	text-decoration: underline;	
	font-weight:bold;
	font-size: 14px;
	color:#900;
}

#dproduct #col1 h2,
#dgallery #col1 h2 {
	text-decoration: underline;	
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 20px;
	color:#900;
	padding-left: 20px;
}

#dcontact #col1 p {
	font-size: 12px;
	padding: 15px;
	font-weight: normal;	
}


#threepoints li{
		display: block;
		width: 312px;
		height: 230px;
		list-style: none;
		float: left;
		margin-left: 18px;


}
#threepoints {
	margin-top: 15px;
}
#threepoints_r li{
		display: block;
		width: 312px;
		height: 230px;
		list-style: none;
		float: left;
		margin-left: 15px;
		

}
#dservices #threepoints ul li {
	margin-top: 15px;
		
}

#threepoints a {
	width: 312px;
	height: 230px;	
	float: left;
	display: block;
}


/*********************EQUIPMENT********************/

#equip {
	margin-left: 25px;	
}
#equip a {
	font-size: 14px;
	color:#0066FF;	
}
#equip1 {
	margin-left: 25px;	
	width: 300px;
	margin-bottom: 10px;
}
#equip1 a {
	font-size: 14px;
	color:#0066FF;	
}

p.info {
	width: 550px;	
}
img#quartz {
	margin-top: 20px;
	margin-left: 15px;	
}
ul#pltri li {
		height: 255px;
}
ul#pltri li a {
		color:#0066CC;
}
ul#pltri li a:hover {
		color:#3300CC;
}

/************************Flash rotate Images*******************/
#flashG {
	width: 592px;
	margin-top:15px;
	margin-left: 16px;
	
}

#col2 {
	width: 200px;
	float:right;
	line-height: 20px;
	font-size: 12px;
	margin-right: 15px;
	margin-top: 140px;
	line-height: 16px;
}



#col2 ol#materials {
	padding-top: 10px;	
	padding-left: 20px;
}
#col2 ol#materials li {
	list-style-type:square;
}

#col2 ol#materials li a {
	color:#990000;
}

#col2 ol#materials li h2 {
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	
}
#col2 ul {
	margin-left: 25px;	
}
#col2 ul#icons li {
	float: left;
	outline: none;
	display: block;
	width: 101px;
	height: 98px;
	margin-left: 10px;
	margin-top: 10px;
}

#col2 ul#icons li a {
	float: left;
	outline: none;
	display: block;
	width: 101px;
	height: 98px;
}

#col2 ul#text li {
	float: left;
	outline: none;
	display: block;
	width: 100px;
	margin-left: 10px;
	text-align:center;
	color:#900;
}


/*******************THREE ICON SPRY********************/
/*******************THREE ICON SPRY********************/
/*******************THREE ICON SPRY********************/
#col2 ul#icons li#map {
	width: 101px;
	height: 98px;
	background-image:url(../images/map_spry.jpg);
	text-indent: -9999px;
}

#col2 ul#icons li#map a:active {
		background-image:url(../images/map_spry.jpg);
		background-position: 0px -98px;
}

#col2 ul#icons li#howto {
	width: 101px;
	height: 98px;
	background-image:url(../images/Howto_spry.jpg);
	text-indent: -9999px;
}

#col2 ul#icons li#howto a:active {
		background-image:url(../images/Howto_spry.jpg);
		background-position: 0px -98px;
}

#col2 ul#icons li#discount {
	width: 101px;
	height: 98px;
	background-image:url(../images/Discount_spry.jpg);
	text-indent: -9999px;
}

#col2 ul#icons li#discount a:active {
		background-image:url(../images/Discount_spry.jpg);
		background-position: 0px -98px;
}
/*******************END ICON SPRY********************/

/*
#nav ul li#dhowto a:hover,
#nav ul li#dhowto a:focus {
	background-image:url(../images/Nav_spry.jpg);
	background-position: -740px -34px;
}
#nav ul li#dhowto a:active {
	background-image:url(../images/Nav_spry.jpg);
	background-position: -740px -68px;	
}
*/

#col2 .leftside{
	float:left;
	width: 175px;
	height: 303px;
	margin-top: 15px;
	margin-left: 12px;
	border: thin solid #000;
}
#col2 .rightside {
	float:right;
	width: 175px;
	height: 303px;
	margin-top: 15px;
	margin-right: 12px;
	border: thin solid #000;
}

.clear {
	clear:both;	
}

#footer {
	width: 1008px;
	height: 40px;
	margin-top: 15px;
	background-image:url(../images/Footer_slice.jpg);
	background-repeat:repeat-x;
	clear: both;
}
#footer p {
	margin-right: 375px;
	margin-top: 10px;
	float:right;
	font-size: 10px;
}
#footer p a {
	color: #333;
}

#footer ul li {
	float: left;
	outline: none;
	display: block;
	width: 35px;
	height: 35px;
	background-color:#366;
	margin-left: 10px;
	margin-top: 5px;
	
}


#quickContact {
	font-size: 12px;

	
	color:#900;

	
		border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000;
	margin-top:10px;
}

.tablebgdrequire {
	background-color:#fff;	
}
.qcontact {
	padding-top: 85px;	
}

h2#contact {
	font-size: 14px;
	margin-left: 10px;
	margin-top: 20px;
}