*
{
	left: 0px;
	top: 0px;
	right: 0px;
	padding: 0px;
	margin: 0px;
	float: none;
}

.align-right { float: right; margin: 0 0 15px 15px; }
.align-left { float: left; margin: 0 0 0 0; }

.bottom { clear: both; }

body 
{
	margin: 0;
	padding: 0;
	background: #CCC;
	color: #000;
	font-size: 80%;
	font-family: arial, verdana, tahoma, "times new roman";
}


#topCont
{
	width: 100%;
	height: 175px;
	color: #CCC;
}

#top
{
	margin: 0 auto;
	width: 900px;
	height: 44px;
	background: #000;
	font-weight: bold;
}

#topleft
{
	float: left;
	width: 200px;
	height: 32px;
	font-size: 85%;
	padding: 18px 0 0 25px;
	color: #666;
}

#topleft a
{
	color: #FC0;
	text-decoration: none;
}

#topleft a:hover
{
	color: #FFF;
	text-decoration: none;
}

#topright
{
	float: right;
	width: 600px;
	height: 43px;
	text-align: right;
	font-size: 120%;
	color: #999;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
}

#header
{
	margin: 0 auto;
	width: 900px;
	height: 175px;
	background: #000;
}

#headerleft
{
	float: left;
	width: 275px;
	height: 175px;
	background: #333;
}

#headerright
{
	float: left;
	width: 625px;
	height: 175px;
	background-image: url("../images/header_background.jpg");
	

}

#headerright h1
{
	margin: 0;
	padding: 60px 115px 0 0;
	font-weight: normal;
	font-size: 300%;
	letter-spacing: -2px;
	color: #FFF;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
}

#headerright h2
{
	margin: -4px 0 0 0;
	padding: 0 50px 0 0;
	font-weight: normal;
	font-size: 135%;
	letter-spacing: -1px;
	color: #FC0;
	text-align: right;
}


h3 {
	width: 150%;
	font-size: 160%;
	color: #404240;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1.5em;
	padding: 0px 0px 0px 25px;
	background-color: inherit;
	background-image: url("../images/red_ball_small.jpg");
	background-repeat: no-repeat;
	background-position: center left;
}

h4 {
	width: 75%;
	font-size: 1.5em;
	color: #404240;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1.5em;
	background-color: inherit;
	background-image: url("../images/red_ball_small.jpg");
	background-repeat: no-repeat;
	background-position: center left;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

h5 {
	font-size: 125%;
	color: #900;
	font-weight: bold;
	font-style: italic;
}

h6 {
	width: 75%;
	font-size: 1.5em;
	color: #404240;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1.5em;
	background-color: inherit;
	background-image: url("../images/red_ball_small.jpg");
	background-repeat: no-repeat;
	background-position: center left;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

h7 {
	width: 75%;
	font-size: 1.5em;
	color: #404240;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1.5em;
	background-color: inherit;
	background-image: url("../images/red_ball_small.jpg");
	background-repeat: no-repeat;
	background-position: center left;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

h9
{
	margin: 0 20px 15px 20px;
	color: #333;
	line-height: 130%;
	font-size: small;
	font-weight: bold;
	font-family: arial, verdana, tahoma, "times new roman";
}

#mainCont
{
	width: 100%;
}

#main
{
	margin: 0 auto;
	width: 900px;
	background: #FFF url('../images/background-main.png') repeat-y;
}

#mainmenu
{
	float: left;
	width: 274px;
	font-size: 85%;
	font-weight: bold;
	background: #F1F1F1;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#mainmenu ul
{
	list-style-type: none;
	margin: 0 0 30px 0;
}

#mainmenu a
{
	display: block;
	width: 255px;
	text-decoration: none;
	color: #333;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 20px;
}

#mainmenu a.active
{
	color: #333;
	background-color: #FC0;
}

#mainmenu a:hover
{
	background: #FC0;
	color: #333;
	font-size: 100%;
	background-color: #FC0;
}

#mainmenu p
{
	margin: 0 20px 15px 20px;
	color: #333;
	line-height: 130%;
	font-size: small;
	font-weight: bold;
	font-family: arial, verdana, tahoma, "times new roman";
}


#mainmenu p span
{
	color: #222;
	font-size: 125%;
}


#maincontent
{
	float: right;
	width: 570px;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 30px;
	line-height: normal;
	left: 0px;
}

#maincontent p
{
	margin: 0 0 15px 0;
	padding: 0;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

#maincontent h1
{
	margin: 0 0 15px 0;
	padding: 0;
	font-weight: bold;
	font-size: 175%;
	color: #666;
}
#maincontent h2
{
	margin: 0 0 0 0;
	padding: 0;
	font-weight: bold;
	font-size: 125%;
	color: #009;
}

#maincontent h4 {
	width: 75%;
	font-size: 1.5em;
	color: #404240;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1.5em;
	background-color: inherit;
	background-image: url("../images/red_ball_small.jpg");
	background-repeat: no-repeat;
	background-position: center left;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}



#maincontent img
{
	float: right;
	position: relative;
	right: 0px;
	left: 0;
	bottom: 0px;
	top: 112;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#maincontent ul
{
	margin: 0 0 15px 35px;
	list-style-type: square;
	color: #000;
}

#maincontent blockquote
{
	margin: 0 0 15px 20px;
	padding: 0 0 0 10px;
	border-left: 3px solid #FC0;
	background: #F1F1F1;
}

#maincontent ul li span
{
	color: #000;
	text-decoration: none;
}


#topleft
{
	float: left;
	width: 250px;
	height: 32px;
	font-size: 85%;
	color: #666;
	padding-top: 18px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 25px;
}

#footerCont
{
	width: 100%;
}

#footer
{
	margin: 0 auto;
	width: 900px;
	color: #999;
	font-size: 85%;
	background: #FFF;
	border-top: 1px solid #CCC;
}

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

#footer a:hover
{
	color: #FC0;
}

#footerleft
{
	float: left;
	width: 425px;
	padding: 15px 0 15px 25px;
}

#footerright
{
	float: left;
	width: 425px;
	padding: 15px 25px 15px 0;
	text-align: right;
}

#mainCont #main #maincontent form div center p b {
	font-size: 100%;
}
#mainCont #main #maincontent h3 b {
	font-style: italic;
	color: #333;
}
#mainCont #main #maincontent h5 {
	font-size: 125%;
	color: #900;
	font-weight: bold;
	font-style: italic;
}
#mainCont #main #maincontent #lasergraphic {
	float: right;
	padding: 0px;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: 45px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mainCont #main #maincontent #kemalogo {
	float: none;
	height: auto;
	width: auto;
	padding: 0px;
	margin-top: -15px;
	margin-right: 445px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mainCont #main #maincontent blockquote #iso17025logo {
	padding: 0px;
	height: auto;
	width: auto;
	float: none;
	margin-top: -60px;
	margin-right: 380px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* Added to support cmm manager software page */
/* Right Column */
#column_r img {
	border: 1px #FFFFFF solid;
}
#column_r {
	width: 317px;
	padding: 15px 10px;
	background-color: #fff;
}
#column_l {
	width: 250px;
	padding: 15px;
	background-color: #fff;
}
html>body #column_r {
	width: 300px;
	padding: 15px 10px;
	background-color: #fff;
}

/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom-color: #FFFFFF;
	border-bottom-style: none;
	border-bottom-width: thick;
}
#navigation li {
	float: left;
}
#navigation a {
	font: normal normal normal 100% "Segoe UI Semibold";
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding: 5px;
	border: 1px #808080 solid;
}
#navigation a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #6F6E61;
}
#mainCont #main #maincontent p b {
	color: #333;
}
#mainCont #main #maincontent p strong {
	color: #333;
	text-align: left;
}
#mainCont #main #maincontent h4 small {
	font-size: 85%;
}
#mainCont #main #mainmenu h4 small {
	font-size: 85%;
}
#mainCont #main #maincontent h2 b {
	color: #333;
	font-size: 125%;
}
.Custom_Header {
color: #F90;
	font-size: 125%;
}

