@charset "utf-8";
body {
	font: 100% Arial,Verdana,  Helvetica, sans-serif;
	background: #FFF url(images/bg.jpg) center repeat-y;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; 
	color: #333;
	font-size:13px;
}
.oneColFixCtr #container {
	width: 820px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */

	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0px;
	margin:0 auto;
	background:#FFFFFF;
}


#products {
width:820px;
background:#FFFFFF;
margin:0 auto;
}

.prod-details {
font-size:13px;
color:#333;
font-family:Arial, Helvetica, sans-serif;
}

.prod-details img {
padding:2px;
border:1px solid #eee;
}

#menu {
background:url(images/nav-bg.jpg) repeat-x;
width:100%;
}


#welcome {
background:#fffaeb;
}

#content {
padding:10px;
text-align:justify;
}

#mission {
background:url(images/bg-mission.jpg) no-repeat;
font-size:16px;
font-weight:bold;
color:#FFFFFF;
font-family:Georgia, "Times New Roman", Times, serif;
padding:15px  0 0 0;
height:120px;
}

#mission li {
list-style-image:url(images/bullet.jpg);
padding:3px;
}

#footer {
background:url(images/bg-footer.jpg) no-repeat;
padding:0 10px 12px 10px;
font-size:12px;
}

#footer a {
color:#333333;
text-decoration:none;
}

#footer a:hover {
text-decoration:underline;
}

.style1 {
	color: #FFFFFF;
	font-weight: bold;
}

.cert img {
padding:2px;
border:1px solid #ccc;
}

.folio {
padding:2px;
border:1px solid #ccc;
margin-right:20px;
}

#foliotag {
width:100%;
border:1px dotted #ccc;
padding:6px;
margin:0 auto;
background:#f4f4f4;
text-align:center;
font-weight:bold;
margin-top:10px;
}

#foliothumb {
border-bottom:dashed 1px #ddd;
padding:20px 0 20px 0;
}

#contact {
padding:20px;
}

#tag {
width:80%;
margin:0 auto;
border-bottom:2px dotted #ddd;
font-weight:bold;
}



#thumb {
border:solid 1px #EEE;
}
