@charset "utf-8";
body {
	background: #FFFFFF url(/image-css/x.gif) repeat;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
h1 {
	color: #333;
	text-align: left;
	padding: 4px 10px 6px;
	background: url(/image-css/ppdrodh1.jpg) repeat-y;
	font: 16px Verdana, Geneva, sans-serif;
	margin: 0px 0px 20px;
	border-radius: 4px 4px 0px 0px;
}
h2 {
	color: #000000;
	background-color: #FFCC00;
	padding: 7px 10px;
	text-align: left;
	margin: 0px;
	border-bottom: 1px solid #CCC;
	font: bold 0.9em Verdana, Geneva, sans-serif;
}
h3 {
	color: black;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-top: 1px solid #999;
	margin-top: 25px;
	margin-bottom: 10px;
	padding-left: 10px;
}
h4 {
	color: black;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-top: 1px solid #999;
	margin-top: 25px;
	margin-bottom: 10px;
	text-indent: 10px;
}
h5 {
	background: url(../image-css/h5bg.gif) repeat-y left;
	border-bottom: 1px solid #CCC;
	color: #333;
	margin: 0px;
	padding: 5px 5px 5px 10px;
	font: bold 12px Verdana, Geneva, sans-serif;
}
h6 {
	font-size: 14px;
	color: #FFFFFF;
	background: #333333 url(/images/closed.png) no-repeat;
	padding-left: 30px;
}
p {
	color: #333333;
	margin: 0px;
	padding: 10px;
	font: 12px/17px Verdana, Geneva, sans-serif;
}
a {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a:link a:visited {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	border-style: none;
}
a:hover {
	color: #390;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#header {
	height: 130px;
	width: 980px;
	background: #FC0;
	margin-bottom: 0px;
	clear: both;
	float: left;
	padding: 1px;
}
#HeaderWrapper {
	width: 980px;
	float: left;
}
#header #logo {
	height: 90px;
	width: 320px;
	float: left;
}
#Navigation {
	width: 980px;
	height: 20px;
	clear: both;
	background: #FC0;
	float: left;
	margin: 0px;
	padding: 0px;
}
#Navigation ul {
	list-style: none;
	position: relative;
	left: 0px;
	padding-left: 1px;
	padding-top: 1px;
	margin-left: 31px;
}
.first {
	border-left: 1px solid #999;
}
#Navigation ul li {
	display: inline;
}
#Navigation ul li a {
	text-decoration: none;
	list-style: none;
	background: url(/images/link.png) repeat-x;
	line-height: 2em;
	font-weight: normal;
	padding-right: 5px;
	padding-left: 5px;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 3px solid #FC0;
	float: left;
	margin-bottom: 30px;
}
#Navigation ul li a:link, #Navigation ul il a:visited {
	color: #333333;
	text-decoration: none;
}
#Navigation ul li a:hover {
	border-bottom: 3px solid #333;
	color: #000;
	background: #FC0;
}
.twoColFixLtHdr #container #mainContent .divTitle1 {
	font-size: 0.8em;
	font-weight: bold;
	color: #333;
	background: url(../image-css/yell-grad-hor.jpg) repeat-y left;
	width: 100%;
	padding: 5px 10px;
	float: left;
}
.twoColFixLtHdr #container {
	width: 980px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #666;
	background: #FFFFFF;
}
.twoColFixLtHdr #header {
	background: #FC0;
	padding: 0;
}
.twoColFixLtHdr #container #mainContent .threeCol {
	background: url(../image-css/g1.jpg) repeat-x bottom;
	float: left;
	height: auto;
	width: 311px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #CCC;
	position: relative;
	padding-bottom: 20px;
}
.twoColFixLtHdr #container #mainContent .twoCol {
	float: left;
	height: 200px;
	width: 472px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #CCC;
	position: relative;
}
.twoColFixLtHdr #container #mainContent .oneCol {
	float: left;
	height: auto;
	width: 956px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #CCC;
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	left: -10px;
	top: -10px;
}
.twoColFixLtHdr #sidebar1 {
	float: left;
	width: 230px;
	list-style-type: none;
	height: auto;
	background-image: url(../image-css/g1.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	margin: 17px 0px 40px 10px;
	padding: 15px 8px 25px;
	border: 1px solid #CCC;
	border-radius: 5px;
}
.twoColFixLtHdr #container #mainContent #sidebar1 ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;/*margin and padding must be set to zero so it will contain the li elements .de. */
}
.twoColFixLtHdr #container #mainContent #sidebar1 ul li {
	display: inline;
}
.twoColFixLtHdr #container #mainContent #sidebar1 ul li a {
	font-family: Verdana, Geneva, sans-serif;
	float: left;
	width: 217px;
	background-color: #FFF;
	padding: 5px;
	height: 15px;
	list-style-type: none;
	font-weight: normal;
	color: #333;
	border: 1px solid #CCC;
	border-radius: 3px;
	margin: 0px 0px 6px;
}
.twoColFixLtHdr #container #mainContent #sidebar1 ul li a:hover {
	background-image: url(../images/go.png);
	background-repeat: repeat-x;
	background-position: bottom;
	font-weight: normal;
	color: #000;
	border: 1px solid #333;
}
.sidebarh1 {
	color: #FFF;
	padding: 5px;
	float: left;
	height: auto;
	width: 217px;
	border: 1px solid #CCC;
	font: bold 12px Verdana, Geneva, sans-serif;
	background: #999;
	margin: 25px 0px 5px;
}
.sidebarpara {
	color: #333;
	padding: 0px;
	margin: 0px;
	font: 0.7em/30px Verdana, Geneva, sans-serif;
	border: 1px solid #FFF;
	text-align: left;
	width: 210px;
	text-indent: 0px;
	float: left;
}
.twoColFixLtHdr #mainContent {
	margin: 10px 0px 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0;
	float: left;
	width: 980px;
	position:relative;
	background: #FFFFFF;
}
.twoColFixLtHdr #footer {
	padding-right: 0px;
	padding-left: 0px;
}
.twoColFixLtHdr #footer p {
	margin: 0;
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.twoColFixLtHdr #container #mainContent #mpl {
	width: 470px;
	float: left;
	margin-left: 10px;
}
.twoColFixLtHdr #container #mainContent #mpl ul li {
	list-style: none;
}
.twoColFixLtHdr #container #mainContent #mpl ul li a {
	background: url(../image-css/g1.jpg) repeat-x bottom;
	height: 25px;
	width: 370px;
	text-decoration: none;
	border: 1px solid #999;
	display: block;
	padding: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
}
.twoColFixLtHdr #container #mainContent #mpl ul li a:hover {
	border: 1px solid #000;
	color: #000;
	background: url(../images/go.png) repeat-x bottom;
}
.twoColFixLtHdr #container #mainContent #mpltext {
	width: 455px;
	border: 1px solid #CCC;
	background: url(../image-css/g1.jpg) repeat-x bottom;
	margin-bottom: 30px;
	margin-top: 16px;
	margin-left: 10px;
	padding-bottom: 30px;
	float: left;
}
.twoColFixLtHdr #container #mainContent #mpltextR {
	width: 450px;
	float: right;
	padding: 10px 10px 25px;
	border: 1px solid #CCC;
	background: url(../image-css/g1.jpg) repeat-x bottom;
	margin-bottom: 30px;
	margin-top: 16px;
	margin-right: 10px;
}
#mplboxR {
	width: 680px;
	float: right;
	border: 1px solid #CCC;
	background: url(../image-css/g1.jpg) repeat-x bottom;
	margin-bottom: 30px;
	margin-top: 16px;
	margin-right: 10px;
	padding: 10px;
}
.twoColFixLtHdr #container #mainContent #mplFW1 {
	padding: 0px;
	border: 1px solid #CCC;
	margin: 10px 10px 20px;
	float: left;
	height: auto;
	width: 960px;
}
.twoColFixLtHdr #container #mainContent #mplFW2 {
	padding: 0px;
	border: 1px solid #CCC;
	margin: 10px 10px 20px;
	height: auto;
	width: 960px;
	float: left;
}
.mplFWtext {
	margin: 0px;
	padding: 10px;
	height: auto;
	width: 605px;
	color: #333;
	float: left;
	font: normal 0.8em/1.5em Verdana, Geneva, sans-serif;
}
#rhcontainer {
	width: 710px;
	height: auto;
	border-width: 0px;
	padding: 18px 0px 0px;
	margin: 0px 0px 10px 270px;
}
#r2autosize    {
	height: auto;
	width: 700px;
	border: 1px solid #000;
}
.ListingContainer {
	font-family: Verdana, Geneva, sans-serif;
	width: 698px;
	background: #FFF;
	border: 1px solid #CCC;
	height: 120px;
	margin-bottom: 40px;
}
.LCheader {
	font-size: 14px;
	color: #333;
	background: url(../image-css/yell-grad-hor.jpg) repeat-y left;
	display: block;
	float: left;
	width: 507px;
	height: 20px;
	padding: 5px;
	border-bottom: 1px solid #CCC;
}
.LCtext {
	float: left;
	width: 507px;
	height: 49px;
	font-size: 10px;
	padding: 5px;
	vertical-align: middle;
	overflow: hidden;
}
.LCiconWrap {
	float: left;
	height: 29px;
	width: 517px;
	border-top: 1px solid #CCC;
}
.LCiconWrap .LCicon {
	height: 28px;
	width: 120px;
	float: right;
	margin-right: 91px;
	display: block;
}
.LCimage {
	background: #FC0;
	height: 120px;
	width: 180px;
	float: right;
	border-left: 1px solid #CCC;
}
.twoColFixLtHdr #container #mainContent #mplFWtxt1 {
	width: 938px;
	float: left;
	padding: 10px 10px 25px;
	border: 1px solid #CCC;
	margin-left: 10px;
	background: url(../image-css/g1.jpg) repeat-x bottom;
	margin-bottom: 30px;
	margin-top: 16px;
}
.twoColFixLtHdr #container #mainContent #mplFWtxt2 {
	width: 938px;
	float: left;
	border: 1px solid #CCC;
	margin-left: 10px;
	background: url(../image-css/g1.jpg) repeat-x bottom;
	margin-bottom: 30px;
	margin-top: 16px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 25px;
	padding-left: 10px;
}
.twoColFixLtHdr #container #mainContent #mplFWtxt3 {
	width: 938px;
	float: left;
	padding: 10px 10px 25px;
	border: 1px solid #CCC;
	margin-left: 10px;
	background: url(../image-css/g1.jpg) repeat-x bottom;
	margin-bottom: 30px;
	margin-top: 16px;
}
.twoColFixLtHdr #container #mainContent #r1 {
	background: #FC0;
	height: auto;
	width: 470px;
	border: 1px solid #000;
	float: right;
	margin-right: 10px;
	margin-top: 17px;
	margin-bottom: 40px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.twoColFixLtHdr #container #mainContent #WABC {
	width: 938px;
	margin: 0px auto;
	height: 60px;
	border: 1px solid #FFF;
	font-size: 24px;
}
.twoColFixLtHdr #container #mainContent #WABC ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.twoColFixLtHdr #container #mainContent #WABC ul li {
	color: #333;
	text-align: center;
	display: block;
	float: left;
	width: 36px;
	height: 35px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}
.twoColFixLtHdr #container #mainContent #WABC ul li a {
	color: #000;
	font-size: 24px;
	font-weight: normal;
	display: block;
	padding-top: 5px;
}
.twoColFixLtHdr #container #mainContent #WABC ul li a:hover {
	background: #9C0;
	height: 30px;
}
.abcCurrent        {
	background: #FC3;
	border: 1px solid #000;
}
/*Concrete Services List items - End*/


/*--------------------------Clears----------------------------------*/
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.clearleft {
	clear:left;
	height:0;
	font-size: 1px;
	line-height: 0px;
	/*--------------------------Clears----------------------------------*/

}
.form1 {
	font-size: 1em;
	border-bottom: 1px solid #CCC;
	color: #333;
	line-height: 30px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #ccc;
}
.text1b {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
}
.text1emBoldPadd {
	margin: 0px;
	padding: 10px;
	font: bold 0.9em/2em Verdana, Geneva, sans-serif;
}
.text2b {
	font-size: 0.8em;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
}
.text2n {
	font: 0.7em/1.3em Verdana, Geneva, sans-serif;
}
.text2nPadd {
	font: normal 12px/20px Verdana, Geneva, sans-serif;
	padding: 5px 10px;
	margin: 0px;
}
.text2nPaddCentre {
	font: normal 0.7em/1.5em Verdana, Geneva, sans-serif;
	padding: 10px;
	margin: 0px;
	text-align: center;
}

.text3n {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	line-height: 20px;
	padding: 10px;
}
.text4n {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	line-height: 20px;
}
.text4nw {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	line-height: 1.5em;
}
.textlistnumb {
	font-size: 12px;
	line-height: 25px;
	list-style: upper-roman outside;
	font-family: Verdana, Geneva, sans-serif;
	padding: 10px;
}

/*Product Page - Detailed End*/






/*-------------------------------------Image Floats---------------------------------------*/	

.imageFloatLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCC;
}
.imageFloatRight {
	float: right;
	}
.imageFloatRightTXTpadd {
	margin: 15px 20px 15px 15px;
	border: 1px solid #CCC;
	border-radius:5px;
	float: right;
	box-shadow: 6px 6px 6px #ccc;
 }
.imageFloatRightTXTpadd a img {
	border: 0px;
}
.imageFloatRightTXTpaddShadow {
	margin: 10px 0px 10px 10px;
	float: right;
	background: url(../image-css/imageShadow.jpg);
	height: 216px;
	width: 320px;
}
.imageFloatRightPadd {
	float: right;
	margin: 10px;
	border: 1px solid #999;
	padding: 3px;
}
.imageCentre {
	margin: 30px;
	border: 3px dotted #CCC;
}
.image1 {
	float: right;
	width: 300px;
	border-radius:10px
	margin: 10px;
}
.imageLHSB {
	width: 200px;
	height: auto;
	margin: 6px 6px 0px;
	padding: 0px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}
.imageLHSB a img {
	border:0px;
}
/*-------------------------------------Image Floats END---------------------------------------*/

.imageRight {
	width: auto;
	border: 1px solid #FFF;
	height: auto;

	}

.ident {
	padding-left: 20px;
}
/*Start Product Page CSS elements*/
/*The header, upper text div, table div and the footer CSS elements are all contained in the code above*/

#pplinks {
	height: 40px;
	width: 980px;
	background: url(../image-css/top-blue-gr.jpg) repeat-x top;
	border-top: 1px solid #CCC;
	margin: 0px 0px 10px;
	padding: 0px;
}
.twoColFixLtHdr #container #mainContent #pplinks a:hover {
	border-top: 3px solid #333;
	border-bottom: 1px;
	padding: 2px 3px 5px;
	margin-top: -5px;
	color: #000;
	background: url(../image-css/yellow-dot.gif) repeat left top;
}
.twoColFixLtHdr #container #mainContent #pplinks a {
	display: block;
}
.pplink {
	font: 12px Verdana, Geneva, sans-serif;
	color: #333;
	float: left;
	height: auto;
	width: 150px;
	margin-top: -1px;
	margin-bottom: 0px;
	margin-left: 32px;
	border-top: 2px solid #FFF;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	list-style: none;
	padding: 5px 3px 3px;
	top: 0px;
	background: #FFF;
	text-align: center;
	border-bottom: 1px solid #CCC;
	display: inline-block;
}
/*In the page order this is where i place*/
#pplhcol {
	width: 473px;
	height: auto;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	margin: 10px 0px;
	float: left;
	position: relative;
}
#pprhcol {
	width: 473px;
	height: auto;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	margin: 10px 0px;
	float: right;
	position: relative;
}
#pptext1 {
	width: 950px;
	background: url(../image-css/g1.jpg) repeat-x bottom;
	margin: 0px;
	float: left;
	height: auto;
	color: #333;
	padding: 0px 15px 30px;
	border-bottom: 1px solid #CCC;
}
/*End Product Page CSS Elements*/
.ppprod {
	background: #FFF;
	margin: 0px 0px 30px;
	height: 120px;
	width: 473px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	border-right: 1px none #CCC;
	border-left: 1px none #CCC;
	padding: 0px;
	position: relative;
}
.ppprodh1 {
	font: bold 12px Verdana, Geneva, sans-serif;
	width: 291px;
	height: 26px;
	padding: 0px;
	float: left;
	border-bottom: 1px solid #CCC;
	background: url(../image-css/yell-grad-hor.jpg) repeat-y left;
	color: #333;
}
.ppprodh1 a {
	font: bold 12px Verdana, Geneva, sans-serif;
	width: 281px;
	height: 16px;
	padding: 5px;
	float:left;
	display: block;
	background: url(../image-css/ppprodh1.jpg) repeat-y left;
}
.ppprodh1 a:hover {
	font: bold 12px Verdana, Geneva, sans-serif;
	width: 281px;
	height: 16px;
	padding: 5px;
	float:left;
	display: block;	
	border-bottom: 1px solid #000;	
	background: url(../image-css/ppprodh1hover.jpg) repeat-y left;
	color: #000;

}
.ppprodtext {
	font: 10px Verdana, Geneva, sans-serif;
	color: #333;
	height: 50px;
	width: 281px;
	overflow: hidden;
	padding: 5px;
	float: left;
}
.exMainContent {
	margin: 10px 0px 30px 240px;
	width: 730px;
	height: auto;
	border: 1px solid #CCC;
	border-radius: 4px 4px 4px 4px;
	background: #E8E8E8;
}
.exTextBox {
	margin: 0px;
	height: auto;
	width: 730px;
	border-right: 1px none #CCC;
	border-left: 1px none #CCC;
	background: #FFFFFF;
	padding: 0px 0px 35px;
	text-align: left;
}
.exWrapper {
	background: #FFF;
	margin: 10px 0px 5px 10px;
	height: auto;
	width: 97%;
	padding: 0px;
	position: relative;
	clear: both;
	float: left;
	border-radius: 10px;
	font-size: 12px;
	line-height: 150%;
	font-weight: normal;
	color: #333333;
	border: 1px solid #333;
	box-shadow: 1px 1px 1px 1px #CCCCCC;
}
.exH1 {
	font: bold 14px Arial, Helvetica, sans-serif;
	padding: 10px;
	background: #FFCC00;
	color: #333;
	margin: 10px;
	border: 1px solid #CCCCCC;
	border-radius: 10px;
}
.exWrapper p {
	padding: 0px 10px 10px;
	font: normal 14px Verdana, Geneva, sans-serif;
}
.exAttachments{
	padding: 10px;
	border-radius: 5px;
	border: 1px solid #CCCCCC;
	margin: 0px 10px 10px;
	padding: 5px 10px;
	background: #DDDDFF;
	color: #000000;
	clear: left;
	float: left;
	font: normal 12px/normal Verdana, Geneva, sans-serif;
}
.exTextimage{
	float: left;
	padding: 10px;
	border-radius: 5px;
	border: 1px solid #CCCCCC;
	margin: 0px 10px 10px;
	clear: right;
}
.exIconWrapper {
	height: auto;
	width: 146px;
	padding: 10px;
	border-radius: 5px;
	border: 1px solid #CCCCCC;
	float: left;
	margin: 0px 20px 10px 10px;
	background: #EDEDED;
}
.excavatorWeight {
	background: #FC0;
	height: auto;
	width: 132px;
	float: left;
	margin: 6px 0px;
	border: 1px solid #666;
	border-radius: 5px;
	text-align: center;
	vertical-align: middle;
	color: #000;
	font: bold 1.1em Arial, Helvetica, sans-serif;
	padding: 5px;
	clear: left;
}
 .exIcon {
	margin: 0px 8px 10px 0px;
	border: 1px solid #666;
	border-radius: 5px;
	float: left;
	height: auto;
	width: auto;
	padding: 5px;
	background: #FFFFFF;
}
.exIconWrapper a .exIcon img {
	border-style: none;
	border-width: 0px;
}

.exIconWrapper a .exIcon  {
	margin: 0px 8px 10px 0px;
	border: 1px solid #FC0;
	border-radius: 5px;
	float: left;
	height: auto;
	width: auto;
	padding: 5px;
	background: #FFFFFF;
}
.exIconWrapper a:hover .exIcon  {
	margin: 0px 8px 10px 0px;
	border: 1px solid #90C;
	border-radius: 5px;
	float: left;
	height: auto;
	width: auto;
	padding: 5px;
	background: #FFFFFF;
	box-shadow: 0px 0px 1px 1px #999999;
}
.ppprodiconwrap {
	height: 30px;
	width: 290px;
	border-top: 1px solid #CCC;
	float: left;
	margin: 0px;
	padding: 2px 0px 0px;
}
.ppprodicon {
	margin: 0px 0px 0px 5px;
	float: left;
	height: 28px;
	width: 28px;
}
.ppprodweight {
	background: #CCC;
	height: 21px;
	width: 40px;
	float: left;
	margin: 0px 0px 0px 5px;
	padding-top: 5px;
	padding-right: 2px;
	padding-left: 2px;
	border: 1px solid #666;
	text-align: center;
	vertical-align: middle;
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}


.ppprodimg {
	border-left: 1px solid #CCC;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	float: right;
	height: 120px;
	margin: 0px;
	padding: 0px;
	position: relative;
	right: -0px;
 top: -87px;
	width: 180px;
	}
.pptablewrapper {
	float: left;
	height: auto;
	width: 980px;
}
/*-------------------------------------Homepage Style------------------------------------*/
#hpmainContent {
	margin: 0;
	padding: 0;
	float: left;
	width: 980px;
}
#hpsidebarLH {
	color: #333;
	width: 215px;
	background: url(../image-css/g1.jpg) repeat-x bottom;
	border: 1px solid #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
 border-radius: 5px;
	margin: 10px;
	font-weight: bold;
	padding-bottom: 50px;
	height: auto;
	padding-top: 5px;
	float: left;
}
#hpsidebarLH .cont1 {
	width: 205px;
	margin: 5px;
	padding: 0px;
	height: auto;
	border: none;
	background-color: #FFF;
	float:left;
	}
.twoColFixLtHdr #container #hpmainContent #hpsidebarLH ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 215px;
	height: auto;
	float: left;
}
.twoColFixLtHdr #container #hpmainContent #hpsidebarLH ul li {
	border: 1px solid #FFF;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 195px;
}
.twoColFixLtHdr #container #hpmainContent #hpsidebarLH ul li a {
	display: block;
	width: 195px;
	background: url(../image-css/sidebar.jpg) repeat-y left;
	padding: 3px;
	text-decoration: none;
	list-style: none;
	border: 1px solid #CCC;
	font-weight: bold;
	height: auto;
	margin: 0px 5px 3px;
}
.twoColFixLtHdr #container #hpmainContent #hpsidebarLH ul li a:hover {
	background: url(../image-css/sidebar_hover.jpg) repeat-y left;
	color: #333;
	border: 1px solid #999;
	height: auto;
	width: 195px;
}
#hpsidebarRH {
	float: right;
	width: 200px;
	margin: 10px;
	border: 1px solid #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.twoColFixLtHdr #container #hpmainContent #hpsidebarRH .news {
	height: auto;
	width: 200px;
}
.hpsidebarRHTitle {
	color: #FFF;
	text-decoration: none;
	background: url(../image-css/hpRHSidebar.jpg) repeat-y left;
	width: 190px;
	padding: 5px 0px 5px 5px;
	height: auto;
	font: bold .9em Verdana, Geneva, sans-serif;
	margin: 0px 0px 5px;
}
.hpsidebarRHText {
	font: 0.7em/1.3em Verdana, Geneva, sans-serif;
	color: #333;
	margin: 10px;
}
#hptext1 {
	width: 508px;
	background: #FFF url(../image-css/g1.jpg) repeat-x bottom;
	margin: 10px 0px 10px 240px;
	height: auto;
	color: #333;
	padding-bottom: 13px;
	border: 1px solid #CCC;
 border-radius: 5px; 

	}
#hpCentralColumn {
	width: 508px;
	height: auto;
	margin: 10px 0px 30px 240px;
	background: #F2F3F9;
	border: 1px solid #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
 border-radius: 5px;
}
#hpCentralColumn .contentWrap {
	height: 120px;
	width: 496px;
	border: 1px solid #C7C6DF;
	background: #FFF;
	margin: 5px 5px 10px;
	border-radius: 6px 0px 0px 0px;
}
#hpCentralColumn .contentWrap .productTitle {
	width: 315px;
	float: left;
	color: #333;
}
#hpCentralColumn .contentWrap .productTitle a {
	background: url(../image-css/sidebar.jpg) repeat-y left;
	width: 300px;
	float: left;
	padding: 6px 5px 6px 10px;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	border-bottom: 1px solid #CCC;
	border-radius: 5px 0px 0px 0px;
}
#hpCentralColumn .contentWrap .productTitle a:hover {
	background: url(../image-css/hpSubTitleHover.jpg) repeat-y left;
	width: 300px;
	float: left;
	padding: 6px 5px 6px 10px;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	border-bottom: 1px solid #333;
}
#hpCentralColumn .contentWrap .productDescription {
	color: #333;
	padding: 10px;
	float: left;
	width: 296px;
	line-height: 1.6em;
	height: 75px;
	overflow: hidden;
	font: normal 11px/1.5em Verdana, Geneva, sans-serif;
}
#hpMainTable {
	border: 1px solid #CCC;
	float: left;
	margin: 10px;
}
#FooterLogos {
	float: left;
	width: 958px;
	border: 1px solid #CCC;
	margin-right: 10px;
	margin-left: 10px;
}
#celebrating {
	float: left;
	width: 958px;
	margin-right: 10px;
	margin-left: 10px;
	border: 1px solid #FFF;
}
/*Homepage Style End*/

/*Start of Table Styling*/
.line11 {
	color: black;
	font-size: 16px;
	font-weight: normal;
	line-height: normal;
	text-align: left;
	vertical-align: middle;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #FFCC00 center;
	border-top: 1px solid #333333;
}

.line11hire {
	color: black;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	background-color: #FFCC00;
	padding-left: 10px;
	background-position: center;
	padding-top: 6px;
	padding-bottom: 6px;
	border-top: 1px solid #333333;
}

.line11specs {
	color: black;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	background-color: #FFCC00;
	padding-left: 10px;
	background-position: center;
	padding-top: 6px;
	padding-bottom: 6px;
	border-top: 1px solid #333333;
}

.line21 {
	color: black;
	font-size: 10px;
	font-weight: normal;
	line-height: normal;
	text-align: center;
	vertical-align: middle;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 3px;
	padding-left: 3px;
	border-left: 1px dotted #EBEBEB;
	border-right: 1px dotted #EBEBEB;
	background: #FFFFCC;
}
.titExVAT {
	color: black;
	font-size: 10px;
	font-weight: normal;
	line-height: normal;
	text-align: center;
	vertical-align: middle;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 3px;
	padding-left: 3px;
	background: #FFFFCC;
	border: 1px solid #CCCCCC;
}
.titIncVAT {
	color: black;
	font-size: 10px;
	font-weight: normal;
	line-height: normal;
	text-align: center;
	vertical-align: middle;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 3px;
	padding-left: 3px;
	border-right: 1px solid #CCCCCC;
	background: #E6FEFF;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
.ahpinvat {
	color: black;
	font-size: 10px;
	font-weight: normal;
	line-height: normal;
	text-align: center;
	vertical-align: middle;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 3px;
	padding-left: 3px;
	border-left: 1px dotted #EBEBEB;
	border-right: 1px dotted #EBEBEB;
	background: #E6FEFF;
}
.line2tablenumber {
	color: black;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	background-color: #FFFFCC;
	padding-left: 10px;
}
.line2moreinfo {
	color: #000099;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	background-color: #FFFFCC;
	padding-left: 10px;
}


.line3c {
	color: #000000;
	font-size: 12px;
	line-height: normal;
	text-align: center;
	vertical-align: middle;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 3px;
	padding-left: 3px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px dotted #EBEBEB;
	border-left: 1px dotted #EBEBEB;
	background: #FFF;
}
.pexvat {
	color: #000000;
	text-align: center;
	vertical-align: middle;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 3px;
	padding-left: 3px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px dotted #EBEBEB;
	border-left: 1px dotted #EBEBEB;
	background: #FFFFBF;
	font: 12px/normal Verdana, Geneva, sans-serif;
}
.pinvat {
	color: #000000;
	font-size: 12px;
	line-height: normal;
	text-align: center;
	vertical-align: middle;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 3px;
	padding-left: 3px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px dotted #EBEBEB;
	border-left: 1px dotted #EBEBEB;
	background: #E6FEFF;
}

.tableimg {
	border-top: 1px solid #CCCCCC;
	border-right: 1px dotted #EBEBEB;
}

.line3L {
	font-size: 12px;
	text-align: left;
	padding: 5px;
	background-color: #FFFFFF;
	background-position: center;
	border-top: 1px solid #CCCCCC;
}
.line3L img {
	border-style: none;	
}
.line3Image {
	vertical-align: middle;
	border-top: 1px solid #CCCCCC;
	text-align: center;
	background: #FFFFFF;
}
.line3Image img{
	border: 0px;
	height: auto;
	width: auto;
	padding: 1px;
}

.line4 {
	text-align: left;
	vertical-align: middle;
	background: url(/images/table-footer-gradent.jpg) repeat-x bottom;
	padding: 10px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px dotted #ebebeb;
	border-bottom: 1px solid #333333;
	border-left: 1px dotted #ebebeb;
	font-family: Arial, Geneva, Verdana, Helvetica;
	font-size: 12px;
}
.pdfCol {
	width: 30px;
	text-align: center;
	border-top: 1px solid #CCCCCC;
	background: #FFFFFF;
}
.pdfCol img {
	text-align: center;
	padding: 2px;
	border: 0px;
}
/*End of Table Styling*/


/*Product Page - Detailed Start*/

#ppdmainContent {
	margin: 0;
	padding: 0;
	float: left;
	width: 980px;
}
#ppdsidebarLH {
	color: #333;
	width: 215px;
	background: url(../image-css/g1.jpg) repeat-x bottom;
	border: 1px solid #CCC;
	margin: 10px 0px 10px 10px;
	font-weight: bold;
	padding-bottom: 50px;
	height: auto;
	padding-top: 5px;
	float: left;
	border-radius: 4px;
}
#ppdsidebarLH ul    {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 215px;
}
#ppdsidebarLH ul li    {
	border: 1px solid #FFF;
	margin: 0px;
	padding: 0px;
}
#ppdsidebarLH ul li a    {
	display: block;
	width: 195px;
	background: url(../image-css/sidebar.jpg) repeat-y left;
	padding: 3px;
	text-decoration: none;
	list-style: none;
	border: 1px solid #CCC;
	font-weight: bold;
	height: auto;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-left: 5px;
}
#ppdsidebarLH ul li a:hover  {
	background: url(../image-css/sidebar_hover.jpg) repeat-y left;
	color: #333;
	border: 1px solid #999;
	text-align: left;
}
.ppdLhColTitle       {
	width: 195px;
	padding: 2px 3px 4px;
	border: 1px solid #000;
	height: auto;
	background: #333 url(../image-css/ppLH-Title.jpg) repeat-x left bottom;
	color: #E9E9E9;
	margin: 10px 5px 5px;
	font: italic bold 0.9em Verdana, Geneva, sans-serif;
}
.ppdLhColSubTitle       {
	width: 195px;
	padding: 4px 3px;
	list-style: disc;
	height: auto;
	color: #666;
	margin: 3px 5px;
	font: italic bold 0.7em Verdana, Geneva, sans-serif;
	border: 1px solid #FFF;
}
.ppdLhColImg     {
	padding: 5px;
	float: left;
	border: 1px solid #FFF;
	border-radius: 3px;
	margin: 0px 1px;
}
#ppdrhcol {
	margin: 10px 0px 30px 240px;
	width: 730px;
	height: auto;
	border: 1px solid #CCC;
	border-radius: 4px 4px 4px 4px;
	}
.ppdprodTextBox {
	margin: 0px 0px 30px;
	height: auto;
	width: 730px;
	border-right: 1px none #CCC;
	border-left: 1px none #CCC;
	background: url(../image-css/g1.jpg) repeat-x bottom;
	padding: 0px 0px 35px;
	text-align: left;
}
.ppdprod {
	margin: 0px 0px 40px;
	height: 140px;
	width: 730px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	border-right: 1px none #CCC;
	border-left: 1px none #CCC;
}
.ppdprodTextBox ul  {
	list-style: none;
	color: #000;
	margin: 0px;
	padding: 5px 5px 5px 30px;
	font: 12px/30px Verdana, Geneva, sans-serif;
}
.ppdprodTextBox ul li {
	text-decoration: none;
	list-style: circle url(none);
}
.ppdprodSeeWork {
	margin: 0px auto;
	height: auto;
	width: 700px;
	padding: 10px 0px 0px;
}
.ppdprodTextBoxLH13d {
	margin: 0px 0px 20px;
	float: left;
	height: 215px;
	width: 243px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	border-left: 1px none #CCC;
	padding: 0px;
	clear: both;
}

.ppdprodTextBoxLH23d {
	margin: 0px 0px 20px;
	width: 475px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	background: url(../image-css/g1.jpg) repeat-x bottom;
	padding: 0px 0px 10px;
	float: left;
}
.ppdprodTextBoxLH23d ul  {
	text-decoration: none;
	list-style: none;
	color: #333;
	line-height: 20px;
	margin: 0px;
	padding: 5px 5px 5px 30px;
}
.ppdprodTextBoxLH23d ul li {
	text-decoration: none;
	list-style: circle url(none);
	font-size: 0.8em;
}

.ppdprodTextBoxRH13d {
	margin: 0px 0px 20px 486px;
	height: auto;
	width: 243px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	padding: 0px;
	background: url(../image-css/g1.jpg) repeat-x bottom;
}

.ppdprodTextBoxRH23d {
	margin: 0px 0px 20px;
	float: right;
	height: 200px;
	width: 475px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	border-right: 1px none #CCC;
	border-left: 1px solid #333;
	background: url(../image-css/g1.jpg) repeat-x bottom;
	padding: 0px 0px 15px;
	clear: right;
}


.ppdprodimg {
	height: 140px;
	width: 210px;
	border-left: 1px solid #CCC;
	float: right;
}
.ppdprodh1 {
	font: bold 12px Verdana, Geneva, sans-serif;
	width: 519px;
	color: #333;
	padding: 0px;
	height: 26px;
	border-bottom: 1px solid #CCC;
	background-image: url(../image-css/ppdrodh1.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.ppdprodh1 a {
	width: 509px;
	color: #333;
	height: 16px;
	display: block;
	background-image: url(../image-css/ppdrodh1.jpg);
	background-repeat: repeat-y;
	background-position: left;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	padding: 5px;
}
.ppdprodh1 a:hover {
	width: 509px;
	color: #333;
	padding: 5px;
	height: 16px;
	border-bottom: 1px solid #CCC;
	display: block;
	background-image: url(../image-css/ppdrodh1hover.jpg);
	background-repeat: repeat-y;
	background-position: left;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
}


.ppdprodtext {
	font: 10px Verdana, Geneva, sans-serif;
	color: #333;
	height: 69px;
	width: 509px;
	overflow: hidden;
	padding: 5px;
}
.ppdprodtextFullHeight {
	font: 0.7em/16px Verdana, Geneva, sans-serif;
	color: #333;
	height: 96px;
	width: 509px;
	overflow: hidden;
	padding: 8px 5px;
	float: left;
	background: url(../image-css/g1.jpg) repeat-x bottom;
}
.ppdprodiconwrap {
	height: 30px;
	width: 519px;
	padding-top: 2px;
	border-top: 1px solid #CCC;
}
.ppdprodicon {
	margin: 0px 0px 0px 5px;
	height: 30px;
	width: auto;
	float: left;
}

.ppdprodPads {
	font: bold 24px Verdana, Geneva, sans-serif;
	float: left;
	margin: 0px;
	text-align: center;
	vertical-align: middle;
	color: #333;
	height: 30px;
	width: 35px;
}
.ppdprodweight {
	font: bold 12px Verdana, Geneva, sans-serif;
	float: left;
	margin: 0px;
	text-align: center;
	vertical-align: middle;
	color: #333;
	padding: 5px 0px;
	height: 16px;
	width: 45px;
}
.ppdprodMaxLift {
	font: 12px Verdana, Geneva, sans-serif;
	float: left;
	margin: 0px;
	text-align: center;
	vertical-align: middle;
	color: #333;
	padding: 1px 2px 3px;
	height: 24px;
	width: 50px;
}
#hd {
	height: 120px;
	width: 978px;
	background: #FC0;
	clear: both;
	float: left;
	padding: 1px;
	margin: 0px;
}
#hd #logo {
	height: 90px;
	width: 320px;
	float: left;
}
#hd #linksTopHomepage {
	padding: 0px;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 3px;
	float: right;
	width: 300px;
	text-align: right;
}
.goo {
	float: right;
	padding: 0px 5px 0px 0px;
	left: 0px;
	top: 0px;
	width: 350px;
	clear: right;
	margin: 0px;
	height: 40px;
	color: #333;
	text-align: right;
	font: 0.7em Verdana, Geneva, sans-serif;
}
#googleWrapper {
	position: relative;
	left: 1px;
	top: 1px;
}
#nav01 {
	width: 964px;
	height: 27px;
	float: left;
	margin: 0px 0px 0px 7px;
	padding: 0px;
}
#nav01 ul {
	list-style: none;
	left: 0px;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 27px;
	display: block;
	text-align: center;
	width: 974px;
}
#nav01 ul li {
	display: inline-block;
	float: left;
	height: 24px;
	width: 106px;
	padding: 0px;
	margin: 0px;
	border-top: 1px solid #CCC;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
#nav01 ul li a {
	text-decoration: none;
	list-style: none;
	background: url(/images/link.png) repeat-x;
	float: left;
	display: block;
	width: 102px;
	height: 20px;
	margin: 0px;
	padding: 4px 2px 0px;
	text-align: center;
}
#nav01 ul li a:link, #Navigation ul il a:visited {
	color: #333333;
	text-decoration: none;
}
#nav01 ul li a:hover {
	border-bottom: 3px solid #333;
	color: #000;
	background: #FC0;
}
/*---------------------------------New Footer Style Start*----------------------------------*/
#ftWrapper {
	width: 980px;
	height: auto;
	padding: 0px;
	background: url(../image-css/ftg.jpg) repeat-x left;
	margin: 0px;
	clear: both;
}
#ftWrapper .ftIconWrap {
	background: #FFF;
	width: 979px;
	border-top: 1px solid #999;
	border-left: 1px solid #FFF;
	text-align: center;
	clear: both;
}
#ftWrapper .ftIconWrap img {
	margin: 10px;
	border-width: 0px;
}
#ftWrapper .ftIconWrap img a {
	border-width: 0px;
}
#ftWrapper .ftNote {
	font-size: 12px;
	color: #333;
	margin: 20px auto 0px;
	padding: 10px;
	height: auto;
	width: 955px;
	text-align: center;
	background: #FFF;
	line-height: 18px;
	border: 1px solid #FFF;
}
#ftWrapper .ftAdCont {
	margin: 0px 0px 0px 12px;
	padding: 0px;
	height: 110px;
	width: 310px;
	left: 15px;
	float: left;
}
#ftWrapper .ftAddTitle {
	font-size: 1em;
	font-weight: bold;
	color: #FC0;
	border-bottom: 1px solid #CCC;
	margin: 0px;
	padding: 10px;
	height: auto;
}
#ftWrapper .ftaddress {
	font: 0.7em Verdana, Geneva, sans-serif;
	color: #FFF;
	padding: 10px 10px 0px;
	margin: 0px;
}
#ftWrapper .ftaddress a {
	font: 1em Verdana, Geneva, sans-serif;
	color: #FFF;
	padding: 10px 10px 0px;
}
#ftWrapper .ftaddress a:hover {
	color: #FC0;
	font-weight: bold;
}
.ftLinksCont {
	margin: 20px 0px 0px 3px;
	padding: 0px;
	height: 320px;
	width: 190px;
	background: #FFF;
	left: 4px;
	float: left;
	border: 1px solid #FFF;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	}
#ftWrapper .ftLinksCont .ftLinksContTitle {
	font: bold 0.7em Verdana, Geneva, sans-serif;
	color: #333;
	padding: 10px 4px;
	border-bottom: 1px solid #999;
	margin-bottom: 5px;
	width: 180px;
}
#ftWrapper .ftLinksCont .ftLinksContLink {
	color: #666;
	text-decoration: none;
	margin: 0px;
	border-style: none;
	height: auto;
	width: 188px;
}
#ftWrapper .ftLinksCont ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-weight: bold;
	width: 188px;
}
#ftWrapper .ftLinksCont ul li {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 180px;
	font-weight: normal;
	display: block;
}
#ftWrapper .ftLinksCont ul li a {
	display: block;
	float: left;
	font-size: 0.7em;
	margin: 0px 5px 5px;
	padding: 0px;
	height: auto;
	width: 180px;
	font-weight: normal;
	color: #666;
}
#ftWrapper .ftLinksCont ul li a:hover {
	color: #000;
	text-decoration: underline;
	/*---------------------------------New Footer Style End*----------------------------------*/
}
#glppdrhcol {
	margin: 10px 0px 30px 240px;
	width: 730px;
	height: 200px;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	float: left;
	background: #C39;
	border-top: 1px none #CCC;
}
#glppdsidebarLH {
	color: #333;
	float: left;
	width: 215px;
	background: #0C6 url(../image-css/g1.jpg) repeat-x bottom;
	border: 1px solid #CCC;
	margin: 10px 0px 10px 10px;
	font-weight: bold;
	height: 400px;
	padding: 5px 0px 50px;
}
.textLHSB {
	width: 190px;
	height: 16px;
	margin: 0px 6px 20px;
	padding: 5px;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
	font-size: 10px;
	color: #333;
	background: #333 url(../image-css/images/imgLHSB.png) repeat-y left top;
	vertical-align: middle;
}
.ppdprodNumber {
	margin: 0px;
	text-align: right;
	vertical-align: middle;
	color: #333;
	padding: 2px 0px 2px 10px;
	height: 24px;
	font-size: 24px;
	width: auto;
	float: left;
}
.padding10px {
	padding: 10px;
	height: auto;
	width: auto;
	position: relative;
}

/*MIC Training */



#courseLista {
	padding-left: 50px;
	padding-top: 10px;
	color: #006;
}
#courseLista li {
	padding-bottom: 8px;
	list-style: url(../images/training/tick.png);
}
#courseListb {
	padding-left: 50px;
	padding-top: 10px;
	color: #006;
	}
#courseListb li {
	padding-bottom: 8px;
	list-style: url(../images/training/tick.png);
}
.lhPageCol {
	background: #FFF;
	margin: 25px 0px 25px 10px;
	padding: 10px;
	float: left;
	height: auto;
	width: 330px;
	border: 1px dotted #666;
}
.trainingLogos {
	width: 980px;
	height: 50px;
	text-align: center;
	padding: 20px 0px 10px;
}
/*Concrete Services List items - Start*/
.imgFrameSS {
	width: 710px;
	background: url(../css-images/coppard-concrete.png) no-repeat;
	height: auto;
	border: 1px solid #FFF;
	float: right;
	margin: 0px 10px;
}
.imgFrameSS .imgFrameSStitle {
	height: 30px;
	width: 420px;
	padding: 25px 10px 5px 25px;
	font: 1.2em Verdana, Geneva, sans-serif;
	color: #FFF;
	margin: 0px 0px 19px;
	float: left;
}
.imgFrameSS .imgFrameSStext {
	width: 431px;
	padding: 10px 0px 35px 25px;
	font: 0.8em/1.6em Verdana, Geneva, sans-serif;
	color: #333;
	height: auto;
	float: left;
}
.imgFrameSS .imgFrameSSImg {
	height: 140px;
	width: 210px;
	border-style: none;
	margin: 27px 26px 50px 0px;
	float: right;
}
.wrapimageBar {
	background: #333333;
	width: 100%;
	margin-bottom: 25px;
	margin-top: 5px;
	padding-bottom: 10px;
}

.imageBar {
	height: auto;
	width: 720px;
	background: #333333;
	padding-top: 10px;
	color: #EFFBFC;
	}
.imageBar img {
	border: 5px solid #FFFFFF;
	border-radius:5px;
	max-height:130px;
	max-width:155px;
	margin: 0px 0px 0px 10px;
}
.cpl {
	background: #FFCC00;
	height: auto;
	width: 125px;
	border: 1px solid #666666;
	text-align: center;
	padding: 3px;
	vertical-align: middle;
	float: right;
	border-radius: 4px;	
}
/*Header New  2011 Start*/
/*Page Top Links Start*/
#lt01 {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	background: #333;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
#lt01 #lt01c {
	margin: 0px auto;
	padding: 0px;
	height: 28px;
	width: 980px;
}
#lt01 #lt01c ul {
	width: 980px;
	height: 30px;
	display: block;
	list-style: none;
	float: right;
	margin-top: 0px;
	margin-bottom: 0px;
}
#lt01 #lt01c ul li {
	width: auto;
	float: right;
	display: inline-block;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	border-left: 1px solid #ECBD00;
	height: auto;
	background: #FFCC00;
	border-right: 1px solid #FFCC00;
}
#lt01 #lt01c ul li a {
	height: auto;
	width: inherit;
	text-align: center;
	color: #333;
	text-decoration: none;
	float: left;
	font: 12px Verdana, Geneva, sans-serif;
	vertical-align: middle;
	padding: 7px 10px
}
#lt01 #lt01c ul li a:hover {
	background: #C90;
	color: #FFF;
	padding: 7px 10px;
	height: auto;
	border-bottom: 1px solid #FFE784;
}
/*Page Top Links End*/
/*Head Section Start*/
#lt02 {
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 100%;
	background: #FFCC00;
	border-bottom: 1px solid #333333;
}
#lt02 #lt02c {
	margin: 0px auto;
	padding: 0px;
	height: 28px;
	width: 980px;
	border-top: 1px solid #FFCC00;
}
#lt02 #lt02c #logocph {
	height: auto;
	width: auto;
	border-style: none;
	border-width: 0px;
}
#lt02 #lt02c #logocph img {
	border-style: none;
	border-width: 0px;
	float: left;
}
#googleWraper {
	height: auto;
	width: auto;
	float: right;
	position: relative;
	padding: 5px;
	border: 1px solid #333333;
	border-radius: 4px;
	margin-top: 50px;
	margin-bottom: 5px;
}
/*Head Section End*/






/*Page Top Links Start*/
#lt03 {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	border-top: 1px solid #CC9900;
}
#lt03 #lt03c {
	margin: 0px auto;
	padding: 0px;
	height: 38px;
	width: 980px;
	background: #FFCC00;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-top: 1px solid #ECBD00;
}
#lt03 #lt03c ul {
	width: 980px;
	height: 38px;
	display: block;
	list-style: none;
	float: right;
	margin-top: 0px;
	margin-bottom: 0px;
}
#lt03 #lt03c ul li {
	width: auto;
	float: right;
	display: inline-block;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	border-left: 1px solid #ECBD00;
}
#lt03 #lt03c ul li a {
	height: 28px;
	width: inherit;
	text-align: center;
	color: #333;
	text-decoration: none;
	float: left;
	font: 12px Verdana, Geneva, sans-serif;
	vertical-align: middle;
	padding: 10px 10px 0px
}
#lt03 #lt03c ul li a:hover {
	height: 26px
	border-bottom: 1px solid #666;
	background: #C90;
	color: #FFF;
	padding-left: 10px;
	padding-right: 10px;
}
/*Page Top Links End*/
.commentWrap {
	height: auto;
	width: 710px;
	margin: 30px 10px 10px;
	border-radius: 8px;
	border: 1px solid #333333;
}
.commentWrapTxt {
	padding: 10px 20px;
	font-size: 12px;
	line-height: 20px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #333333;
}

.commentWrapName {
	width: 680px;
	background: #FFCC00;
	height: 25px;
	padding: 8px 5px 3px 25px;
	border-radius: 7px 7px 0px 0px;
	border-bottom: 1px solid #333333;
}
.commentWrapFoot {
	width: 680px;
	background: #999999;
	height: auto;
	padding: 5px 5px 5px 25px;
	border-radius: 0px 0px 7px 7px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	border-top: 1px solid #CCCCCC;
}
 #ciMainContent{
	width: 980px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #666;
	background: #F7F7F7;
	height: auto;
	overflow: auto;
	padding-bottom: 20px;
}
#ciMainContent a .ciWrapper {
	float: left;
	height: 150px;
	width: 29%;
	border: 3px solid #333333;
	border-radius: 10px;
	margin-left: 3%;
	margin-top: 20px;
	background: #FFFFFF;
	overflow: hidden;
}

#ciMainContent a:hover .ciWrapper {
	border: 3px solid color: #FFFFFF;
	box-shadow:0px 0px 6px 4px #CCCCCC;
	-moz-box-shadow:0px 0px 6px 4px #CCCCCC;
	-webkit-box-shadow:0px 0px 6px 4px #CCCCCC;
}
#ciMainContent a .ciWrapper .ciWrapperTitle {
	font: bold normal 16px Verdana, Geneva, sans-serif;
	color: #FFFFFF;
	background: #333333;
	height: auto;
	width: auto;
	border-radius: 5px 0px 20px 0px;
	-moz-border-radius: 5px 0px 20px 0px;
	-webkit-border-radius: 5px 0px 20px 0px;
	padding: 6px 25px 10px 15px;
	float: left;
}
#ciMainContent a:hover .ciWrapper .ciWrapperTitle {
	background: #FFCC00;
	color: #000000;
}
#ciMainContent a .ciWrapper .ciWrapperText {
	font: normal 14px/18px Arial, Helvetica, sans-serif;
	padding: 10px;
	float: left;
	clear: left;
	color: #333333;
}
#sidebarCivil {
	background: #FFFFFF;
	width: 230px;
	float: left;
	margin-top: 30px;
	height: auto;
}
#sidebarCivil ul {
		margin: 0px;
	padding: 0px;
}
#sidebarCivil ul li  {
	list-style: none;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#sidebarCivil ul  .civilLink.base a {
	font: bold 14px Verdana, Geneva, sans-serif;
	background: #FFFFFF;
	padding: 5px;
	height: 30px;
	width: 180px;
	text-decoration: none;
	display: block;
 border-top: 1px solid #333333;
	float: left;
}
#sidebarCivil ul  .civilLink.base a:hover {
	height: 30px;
	background: #FFCC00;
	margin-left: 0px;
	color: #993300;
	font-size: 16px;
	border-top: 1px solid #000000;
}
.civilTextBox {
	margin: 0px 0px 30px;
	height: auto;
	width: auto;
	border-right: 1px none #CCC;
	border-left: 1px none #CCC;
	background: url(../image-css/g1.jpg) repeat-x bottom;
	padding: 25px;
	text-align: left;
	font: 12px/22px Verdana, Geneva, sans-serif;
	color: #333333;
	clear: right;
	overflow: visible;
}
.civilTextBox a img {
	padding: 10px;
	float: right;
	margin-left: 20px;
	border-radius: 5px;
	border: 1px solid #FFFFFF;
}


