/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
* { margin:0 0;
    }
body{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	color: #000000;
	line-height: 1.166;	
	margin: 0px auto;
	padding: 10px 0 ;
	width:1024px;
	border-collapse:collapse;
/*	background-image:url(productpic/laser%20engraver/5030.jpeg);
*/	background-repeat:no-repeat;
	background-position:right 200px;
	background-attachment:fixed;
}

a:link, a:visited, a:hover {
	color: #0000CC;
	text-decoration: none;
}

a:hover {
	text-decoration: underline ;
	color:#CC3300;
}

/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Arial,Verdana,sans-serif;
 font-size: 20pt;
 color:#cc0000;
}

h2{
 font-size: 15pt;
 color: #004499;
 padding:10px;
}

h3{
 font-size: 12pt;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #000000;
}
/*P{padding:0.35em 0;
}*/
td {font-size:10pt;
    }
ul{
 list-style-type: square;
 margin:5px auto auto 30px;
}
ol{
	margin: 10px 10px 10px 30px;
	}
ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 10px 0px 0 0;
	vertical-align: middle;
	width: 100%;
}

#navBar{
	width:20%;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left:1px solid #ccc;
	font-size:10pt;
}
#navBar h3 {
	padding:10px;
	color: #F37B03;
	border-bottom:1px solid #ccc;
}

#content{
    float:right;
	width: 75%;
	margin: 0;
	font-size:11pt;
	}
#centerimg{
	text-align:center;
	padding:10px 0px;
}
/***********************************************/
/*Component Divs                               */
/***********************************************/
#siteName{
	margin: 0px;
	text-align:center;
	text-transform:uppercase;
}


/*************** #pageName styles **************/

#pageName{
	padding: 20px 10px;
	text-transform:capitalize;
	text-align:center;
	font-style:normal;
}


/************* #globalNav styles **************/

#globalNav{
color: #ffffff;
white-space: nowrap;
text-align:center;
padding: 10px;
border-bottom: 1px solid #ccc;
background:url(pic/globnav_bg.jpg) repeat-x;
font-family: Arial,Helvetica, sans-serif;
text-transform:capitalize;
font-size:12pt;

}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 8px;
	font-weight: normal;
	color:#FFFFFF;
}
#globalNav a:hover{
	color:yellow;
}



/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 10pt;
	padding: 5px 0px 5px 10px;
	text-transform:capitalize;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 100%;
	border:1px solid #cccccc;
	margin:5px 0;
}

.feature h3{
	padding: 10px 0px 0px 0px;
	text-align: center;
	}

.feature img{
	float: left;
	margin: 0px 10px 0px 0px;
	margin: 0 15px 5px 0;
	border-width:8px;
	border-style:solid;
	border-color:#ffffff;
}
/* adjust margins to change separation between the feature image and text flowing around it */



/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 9pt;
	color: #666666;
	padding: 10px;
	margin-top: 0px;
	text-align:left;
	letter-spacing:0.075em;
	word-spacing:0.25em;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	/*padding: 4px 4px 4px 0px;*/
	vertical-align: middle;
	width:44px;
	height:22px;
	margin:0 20px 0 0;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

/*#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

 hack to fix IE/Win's broken rendering of block-level anchors in lists 
#navBar li {border-bottom: 1px solid #EEE;}
#navBar a:hover {	/*text-transform:uppercase;*/
					/*font-size:80%; 
					letter-spacing:0.15em;
					padding:auto auto auto 15px;
					}*/

/* fix for browsers that don't need the hack */
/*html>body #navBar li {border-bottom: none;}
*/

/*********** #sectionLinks styles ***********/

/*#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}*/


/*********** .relatedLinks styles ***********/

/*.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}
*/

/************** #advert styles **************/

#advert{
	padding: 10px 0px 10px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin:10px auto;
}

#advert img{
	display: block;
}
#advert h3 {padding:10px 0;}
/*********** #payment styles ***********/
#payment {
		background-color:#FFFFFF;
		text-align:center;
		margin:5px;
		}

/*********** #productlist styles ***********/
#productlist{
			}

#productlist table {border-collapse:collapse;
					
		
		}
#productlist td {
		border:4px #dddddd solid;
		padding:5px;
		text-align:center;
		width:150px;
		height:200px;
		line-height:14pt;
		color:#F00;
		text-transform:capitalize;
		}
#productlist img {
		height:120px;
		width:120px;
		margin:0 0 10px 0;
	}


#contactus {
		background-color:#FFFFFF;
		padding:15px;
		margin:10px 0;
		}
#welcom {padding:10px 30px;
		font-family: helvetica,Arial,georgia,courier,sans-serif;
		font-size:11pt;
		line-height:1.3em;
		letter-spacing:1px;
		white-space:3px;
		color:#0033CC;
		border-bottom:1px solid #ccc;
				}
.aboutus{
		padding:15px 30px;
/*		text-indent:1.3em;
		letter-spacing:0.04em;
		white-space:0.2em;
*/		line-height:1.8em;
		font-family: Arial, Helvetica, sans-serif,Verdana;
		font-size:11pt;
		text-align:justify;
		border:1px solid #ccc;
		}
		
/*********** #parameter table styles ***********/
#parameter{ 
			}
#parameter table{
	border-collapse:collapse; 
	width:100%;
	margin:0 0 10px 0; 
	font-size:85%;
				}
				
#parameter td {
	text-align:center;
	border:1px solid #c9c9c9; 
	text-align:left; 
	padding:0 0 0 10px; 
	height:25px; 
	vertical-align:middle;
	}

#parameter th {
	background:url(pic/globnav_bg.jpg); 
	color:#FFFFFF; 
	padding:4px; 
	border:1px solid #c9c9c9;
	}

#parameter caption{
	font-weight:normal; 
	font-size:1.2em; 
	text-transform:uppercase; 
	padding:0 0 5px;}
#parameter tfoot {
	background-color:#dddddd; 
	color:555555;
	}
#parameter tfoot td {
	font-size:1.0em;
	text-align:center;
	}
/*********** #productlist styles ***********/
.item{
	padding:5px 20px;
	border-bottom:#00F solid 2px;
}
.item img{ margin:0px 20px 0 0;
			height:auto;
			width:150px;
		}
.item table{
			height:150px;
			vertical-align:middle;
}
img{border:none;}

