/*Dunlop Stylesheet*/
	body {
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	background-color: #FFFFFF;
	color: #000000;
	background-attachment: fixed;
	background-image: url(../images/searchBack.gif);
	background-repeat: no-repeat;
	background-position: left top;
		}
.wrapper{
	MARGIN: 0px auto;
	WIDTH: 760px;
	TEXT-ALIGN: left;
}
	
	#leftcontent {
	position: absolute;
	left:56px;
	top:124px;
	width:159px;
	border:0px;
	background-color: #99CCFF;
	background-image: url(../images/sidebar.jpg);
	height: 281px;
		}

	#centercontent {
	height: 610px;
   		padding-left: 190px;
   		margin-right:260px;
		border:0px;
		background-attachment: scroll;
		background-image: url(../images/sidebar.jpg);
		background-repeat: repeat-y;
		background-position: left top;
		/*
		THIS IS THE CSS TAG USED ON THE HOME PAGE WITH 3 COLUMNS
		IE5x PC mis-implements the box model. Because of that we sometimes have
		to perform a little CSS trickery to get pixel-perfect display across browsers.
		The following bit of code was proposed by Tantek Celik, and it preys upon a CSS
		parsing bug in IE5x PC that will prematurly close a style rule when it runs
		into the string "\"}\"". After that string appears in a rule, then, we can override
		previously set attribute values and only browsers without the parse bug will
		recognize the new values. So any of the name-value pairs above this comment
		that we need to override for browsers with correct box-model implementations
		will be listed below.
		We use the voice-family property because it is likely to be used very infrequently,
		and where it is used it will be set on the body tag. So the second voice-family value 
		of "inherit" will override our bogus "\"}\"" value and allow the proper value to
		cascade down from the body tag.
		The style rule immediately following this rule offers another chance for CSS2
		aware browsers to pick up the values meant for correct box-model implementations.
		It uses a CSS2 selector that will be ignored by IE5x PC.
		
		Read more at http://www.glish.com/css/hacks.asp
		*/
		
		voice-family: "\"}\"";
		voice-family: inherit;
   		padding-left: 190px;
   		margin-right:260px;
		}
	html>body #centercontent {
	margin-right:260px;
	padding-left: 190px;
	background-attachment: scroll;
	background-image: url(../images/sidebar.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	text-align: left;
	left: auto;
	height: 610px;
		}
		
		
	#centercontent2 {
	padding-left: 190px;
	margin-right:10px;
	border:0px;
	background-attachment: scroll;
	background-image: url(../images/sidebar.jpg);
	background-repeat: repeat-y;
	background-position: left top;

	/*
		THIS IS THE CSS TAG USED IN THE REST OF SITE WITH 2 COLUMNS
		IE5x PC mis-implements the box model. Because of that we sometimes have
		to perform a little CSS trickery to get pixel-perfect display across browsers.
		The following bit of code was proposed by Tantek Celik, and it preys upon a CSS
		parsing bug in IE5x PC that will prematurly close a style rule when it runs
		into the string "\"}\"". After that string appears in a rule, then, we can override
		previously set attribute values and only browsers without the parse bug will
		recognize the new values. So any of the name-value pairs above this comment
		that we need to override for browsers with correct box-model implementations
		will be listed below.
		We use the voice-family property because it is likely to be used very infrequently,
		and where it is used it will be set on the body tag. So the second voice-family value 
		of "inherit" will override our bogus "\"}\"" value and allow the proper value to
		cascade down from the body tag.
		The style rule immediately following this rule offers another chance for CSS2
		aware browsers to pick up the values meant for correct box-model implementations.
		It uses a CSS2 selector that will be ignored by IE5x PC.
		
		Read more at http://www.glish.com/css/hacks.asp
		*/
		
		voice-family: "\"}\"";
	voice-family: inherit;
	padding-left: 190px;
	margin-right:10px;
	text-align: left;
		}
	html>body #centercontent2 {
	margin-right:10px;
	padding-left: 190px;
	background-attachment: scroll;
	background-image: url(../images/sidebar.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	text-align: left;
	left: auto;
		}
		
	#centercontentProfiles {
	padding-left: 170px;
	margin-right:50px;
	border:0px;
	background-attachment: scroll;
	background-image: url(../images/sidebar2.jpg);
	background-repeat: repeat-y;
	background-position: left top;
		
		voice-family: "\"}\"";
	voice-family: inherit;
	padding-left: 170px;
	margin-right:50px;
	text-align: left;
		}
	html>body #centercontentProfiles {
	margin-right:50px;
	padding-left: 170px;
	background-attachment: scroll;
	background-image: url(../images/sidebar2.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	text-align: left;
	left: auto;
		}

	#rightcontent {
	position: absolute;
	right:61px;
	top:139px;
	width:230px;
	border:0px;
		}
		
	#rightcontent2 {
	position: absolute;
	right:80px;
	top:139px;
	width:181px;
	border:0px;
		}
	
	#banner {
	height:78px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-right: 41px;
	margin-left: 46px;
	margin-bottom: 0px;
	background-image: url(../images/headerBack.gif);
	width: 760px;
}
		
		
.headerbanner {
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 0px;
}

		
/*p,h1,pre {
	margin:0px 10px 10px 10px;
	}*/
	


#content{
	background-color: #FFFFFF;
	margin-left: 0px;
	padding-top: 0px;
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: left top;
}

#content h1{
font-size: 130%;
color: #003366;
padding: 0;
margin: 20px;
}

#content h2{
font-size: 110%;
color: #003366;
padding: 0;
margin: /*100px 0 0*/ 20px;
}

.leftimage{
float: left;
margin-right: 10px;
border: 1px solid #000000;
}

.rightimage{
margin-bottom: 20px;
float: right;
margin-left: 15px;
border: 1px solid #000000;
width: 150px;
}

/*.clearit{
clear: both;
background-color:#00FF66;
width: 200px;
}*/


#footer{
	border-top: 1px solid #000000;
	background-color: #CCCCCC;
	color: #000000;
	margin-right: 41px;
	margin-left: 46px;
	height: 20px;
	width: 760px;
}

#footer p {
font-size: 90%;
padding: 3px;
}

#leftcol{
	margin-left: 0px;
	margin-top: 0px;
	width: 200px;
	background-color:#FFFFFF;
	margin-bottom: 0px;
	float: left;
	background-image: url(../images/background_nav_header.gif);
	padding-top: 5px;
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: left top;
}

#content p.right{
float: right;
}

#container{
float:right;
height: 45px;
}
a:link.prodlinks {
	color: #333333;
	text-decoration: none; 
}
a:active.prodlinks {
	color: #888888;
	text-decoration: none; 
}
a:visited.prodlinks {
	color: #333333;
	text-decoration: none; 
}
a:hover.prodlinks {
	color: #888888;
	text-decoration: none; 
}

a:link.textlinks {
	color: #000000;
	text-decoration: none; 
}
a:active.textlinks {
	color: #000000;
	text-decoration: none; 
}
a:visited.textlinks {
	color: #222222;
	text-decoration: none; 
}
a:hover.textlinks {
	color: #ffffff;
	text-decoration: none; 
}
a:link{
	color: #000000;
	text-decoration: none; 
}
a:active{
	color: #000077;
	text-decoration: none;
}
a:visited{
	color: #000000;
	text-decoration: none; 
}
a:hover{
	color: #0000ff;
}
.footer_layout {
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	width: auto;
	float: left;
}
.subnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}.navigation {
	width: 220px;
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.content {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 240px;
	width: 580px;
}
.margin {
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 15px;
	padding-right: 15px;
}
.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.product_iframe {
	margin-top: 80px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.lineheight {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	text-align: justify;
}
.img_left_border {
	border: 1px solid #666666;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0px;
}
.img_right_border {
	margin-left: 5px;
	float: right;
	border: 1px solid #000000;
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.table_emphasis {
	padding: 5px;
	border: 1px solid #666666;
	width: auto;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.inputbox {
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	padding: 1px;
	margin: 0px;
	font-weight:normal;
	background-color:#ffffff;
	border:1px solid;
	border-top-color:#000000;
	border-left-color:#000000;
	border-right-color:#000000;
	border-bottom-color:#000000;
	color: #000000;
   }

.button {
   font-family:arial,helvetica,sans-serif;
   font-size: 12px;
   font-weight: bold;
   padding: 0px;
   margin: 0px;
   font-weight: bold;
   color: #666666;
   background-color: #112589;
   border: 1px solid;
   border-top-color:#666666;
   border-left-color:#666666;
   border-right-color:#666666;
   border-bottom-color:#666666;
   }
.button2 {
   font-family:arial,helvetica,sans-serif;
   font-size: 11px;
   font-weight: bold;
   padding: 0px;
   margin: 0px;
   color: #ffffff;
   background-color: #003399;
   border: 1px solid;
   border-top-color:#003399;
   border-left-color:#003399;
   border-right-color:#003399;
   border-bottom-color:#003399;
   }
.front_pages_text {

	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
}
.lineheight2 {

	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	width: 470px;
	text-align: justify;
}
.navBack {
	background-attachment: scroll;
	background-image: url(../images/nav_back.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.white_title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}
.prod_header_lines {
	background-image: url(../images/prod_header_lines.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.prod_title {
	font-size: 18px;
	font-weight: lighter;
	color: #333333;
	float: none;
	clear: both;
	line-height: 30px;
}
.course_list {
	list-style-type: square;
}
.course_layout {
	width: 600px;
}


.prod_image {
	border: 1px solid #666666;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
.prod_parameter {
	font-weight: bold;
	color: #333333;
	padding-top: 3px;
	padding-bottom: 3px;
}
.prod_description {
	text-align: justify;
}
ul {
	margin: 0px;
	padding-left: 18px;
}

.prod_parameters_table {
	border: 1px solid #666666;
	padding: 4;
	margin-left: 10px;
	margin-right: 10px;
}
.prod_image_links {

	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.Course_title {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	float: none;
	clear: both;
	padding-left: 5px;
}
.menuBox {
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	padding: 2px;
	margin: 0px;
	font-weight:normal;
	background-color:#ffffff;
	border:0px none #FFFFFF;
	color: #000000;
	border-color: #A0B1C2;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-top-color: #FFFFFF;
	border-bottom-style: none;
	border-right-style: none;
	border-left-style: none;
	border-top-style: none;
}
.Distributor_title {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.img_border {
	border: 1px solid #666666;
}
.casestudyTitle {
	font-size: 12px;
	color: #000000;
}
.Case_title {

	font-size: 18px;
	font-weight: lighter;
	color: #333333;
	float: none;
	clear: both;
	line-height: 30px;
}
.admin_title {
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
}
.bodycontent {
	background-color: #FFFFFF;
	margin-left: 46px;
	margin-right: 41px;
	background-attachment: scroll;
	background-image: url(../images/gradient.gif);
	background-repeat: repeat-x;
	background-position: left top;
	width: 760px;
}
.checklist_tab {
	margin-left: 10px;
}
.poductNav {
	color: #999999;
}
.searchsite {
	background-color: #000000;
	padding: 4px;
	border: 0px;
	margin-top: 5px;
}
.searchButt {
	color: #000000;
	background-color: #8E8E8B;
	border: 0px none #000000;
	height: 18px;
	font-size: 11px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}
.prodtitles {
	padding-top: 30px;
	padding-bottom: 15px;
}
.whitetext {
	color: #000000;
}
.margin2 {
	margin-right: 40px;
}
.prodbox {
	border: 1px solid #000000;
}
.box_padding {
	padding: 4px;
}
.news {
	float: left;
	width: 250px;
	padding: 5px;
}
.killbox {
	font-size: 1px;
	margin: 0px;
	padding: 0px;
	height: 1px;
	width: 0px;
	border: 0px none #000000;
}
.iframeNav {
	width: 235px;
	height: 630px;
	border: 0px none 0;
}
.footerNav {
	height: 16px;
	width: 100%;
}
.searchbox {
	height: 80px;
	width: 220px;
}
.topNav{
	height: 15px;
	margin-right: 41px;
	margin-left: 46px;
	width: 760px;
	text-align:right;
	background-color:#8E8E8B;
}
.searchBack{
	background-image: url(../images/searchBack.gif);
	background-repeat: no-repeat;
}

