/* CSS Document */

html, body
	{
	background: #BBB0A3;
	margin: 0;
	padding: 0;
	font-family: Arial;
	color: #333333;
	font-size: 12px;
	}
		
.PageWrap
	{
	width:100%;
	height:100%;
	}
.PageWrap td
 	{
	vertical-align:middle;
	}
	
div#ContentWrap
	{
	width:800px;
	height:640px;
	margin:auto;
	}

div#BorderTop
	{
	width:800px;
	height:38px;
	background: url(../images/border-top.gif);
	}

div#BorderMiddle	{
	width:800px;
	height:564px;
	background: url(../images/border-middle.gif);
	}
	
div#BorderBottom	{
	width:800px;
	height:38px;
	background: url(../images/border-bottom.gif);
	}

div#BorderBottom #Copyright	{
	margin-left: 54px;
	padding-top: 2px;
	height:20px;
	width: 250px;
	float:left;
	}

div#BorderBottom #Disclaimer {
	margin-right: 54px;
	padding-top: 2px;
	height:20px;
	width: 250px;
	float: right;
	text-align: right;
	}
	
div#InContentWrap	{
	width:712px;
	height:564px;
	padding: 0px 44px;
	}

div#LeftColumn	{
	width:178px;
	height:564px;
	float:left;
	position: relative;
	background: #808284;
	}
div#RightColumn	{
	width:534px;
	height:564px;
	float:right;
	background: #FFF;
	}

div#LeftColumn .Logo	{
	width:178px;
	height:96px;
	background: #FFF; 
	}

div#LeftColumn #NavTop	{
	width:178px;
	height:24px;
	background: #00B5CC; 
	}
	
div#LeftColumn #NavWrap	{
	width: 178px;
	}

div#LeftColumn .NavWrap ul { 
	list-style: none; 
	padding: 0; 
	margin: 0; 
	white-space: nowrap; 
	width: 178px;
	font-size: 0;
	}

div#LeftColumn .NavWrap li { 
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/	
	display: block;
	text-align: right;
	}
	
div#LeftColumn .NavWrap a {
	height: 18px;
	width: 166px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: 600;
	color: #FFF;
	text-decoration: none;
	padding: 4px 12px 0px 0px;
	margin: 0;	
	display: block;
	border-bottom: 1px solid #CCCCCC;
	} 
	
div#LeftColumn .NavWrap a:hover {
	background: url(../images/navigation-right.gif) no-repeat 174px;
	color:#00B5CC;
	} 

div#LeftColumn .NavWrap .Highlight a {
	color: #FF9900;
	} 
	
div#LeftColumn .SpecialOffersTop {
	background: #808284;
	width:178px;
	height: 60px;
	margin-top: 80px;
	} 

div#LeftColumn .SpecialOffers .container{	
	padding: 0px 10px 0px 18px;
	}

div#LeftColumn .SpecialOffers {
	background: #9D9FA1;
	width:178px;
	height: 166px;
	} 

div#LeftColumn .SpecialOffers p{
	margin: 0px;
	} 
	
div#LeftColumn .SpecialOffers p a {
	color: #333333;
	} 
	
div#LeftColumn .SpecialOffers .Image {
	border: 1px solid #CCC;
	width: 80px;
	font-size:0;
	} 

div#RightColumn .TopBar {
	width: 534px;
	height: 96px;
	}

div#RightColumn .Time {
	text-align: right;
	padding: 2px;
	width: 250px;
	height: 20px;
	float:right;
	color: #00B5CC;
	font-weight:600;
	font-size: 11px;
	}

div#RightColumn .ContentWrap {
	width:504px;
	height: 420px;
	padding: 24px 15px 24px 15px;
	background:url(../images/home_background.jpg) no-repeat;
	}

div#RightColumn .ContentWrap .TextFadeWrap {
	width:464px;
	padding: 15px 20px;
	background: url(../images/fade_pixel.png);
	}

div#RightColumn .ContentWrap .TextFadeWrap .Indent {
	padding: 0px 25px;
	padding-top: 10px;
	}

div#RightColumn .TopBarSub {
	width: 534px;
	height: 96px;
	background: url(../images/topbar_fade.gif) no-repeat;
	}

div#RightColumn .BorderTop {
	width:534px;
	height:24px;
	background: #9D9FA1; 
	}
	
div#RightColumn .BorderBottom {
	width:534px;
	height: 8px;
	background: #00B5CC;
	
	}

#FrameWrap {
	width:534px;
	height: 436px;
	background: #FFF;
	overflow: auto;
	}

#FrameWrap #FrameContentWrap {
	width: 462px;
	padding: 15px 20px 15px 35px;
	background: #FFF;

	}

#FrameWrap #FrameContentWrap #Head {
	width: 442px;
	height: 60px;
	}
	
#FrameWrap #FrameContentWrap #Intro {
	width: 422px;
	margin-left: 20px;
	margin-bottom: 12px;
	}

#FrameWrap #FrameContentWrap .ItemWrap {
	width: 412px;
	border-bottom: 1px solid #00B5CC;
	margin-left: 20px;
	padding: 5px;

	}

#FrameWrap #FrameContentWrap .ItemWrapHigh {
	width: 412px;
	border-bottom: 1px solid #00B5CC;
	margin-left: 20px;
	padding: 5px;
	background-color: #d1edf1;

	
	}

#FrameWrap #FrameContentWrap .ListImage {
	border: solid #ccc 1px;
	width: 80px;
	float:left;
	font-size:0;
	line-height:0px;

	}

#FrameWrap #FrameContentWrap .ListImage .Image {
	width: 80px;
	border: 0px;
	position: inherit;
	}

#FrameWrap #FrameContentWrap .Title a {	
	width: 300px;
	padding-left:30px;
	float:right;
	background: url(../images/arrows.gif) no-repeat 15px 3px;
	}
	
#FrameWrap #FrameContentWrap .Title a:hover { 
	background: url(../images/arrows_black.gif) no-repeat 15px 3px;
	}

#FrameWrap #FrameContentWrap .Text {
	width: 300px;
	padding-left:30px;
	float:right;
	font-size: 11px;
	}

#FrameWrap #FrameContentWrap .Details {
	margin-top:4px;
	width: 312px;
	padding-left:30px;
	float:right;
	font-size: 0;
	}

.linebreak{
	width: 1px;
	position: relative;
	clear:both;
	font-size: 0;
	}

#FrameWrap #FrameContentWrap #PlantTitle {
	width: 422px;
	padding-bottom: 10px;
	margin-left: 20px;
	border-bottom: 1px solid #00B5CC;
	}

#FrameWrap #FrameContentWrap #BodyWrap {
	width: 422px;
	padding: 20px 0px;
	margin-left: 20px;
	}

#FrameWrap #FrameContentWrap #LeftCol {
	width: 102px;
	margin-right: 18px;
	float:left;
	}


#FrameWrap #FrameContentWrap #LeftCol .Image{
	max-width: 80px;
	margin-bottom: 10px;
	border: 1px solid #9D9FA1;
	}

#FrameWrap #FrameContentWrap #RightCol {
	width: 300px;
	float:left;
	}

#FrameWrap #FrameContentWrap #RightCol .FeatureWrapRow {
	width: 300px;
	padding-bottom: 10px;
	}

#FrameWrap #FrameContentWrap #RightCol .FeatureWrapRow .Feature {
	float:left;
	width: 126px;
	padding: 0px 10px 0px 14px;
	background: url(../images/arrows.gif) no-repeat 0px 2px;
	font-weight: 600;
	}

#FrameWrap #FrameContentWrap #RightCol #Enquire {
	border-top: 1px #CCC solid;
	padding-top: 10px;
	width: 286px;
	padding-left: 14px;
	padding-bottom: 10px;
	}

#FrameWrap #FrameContentWrap #RightCol #Enquire img {
	border: 0px;
	}
	
#FrameWrap #FrameContentWrap #RightCol #Description {
	width: 286px;
	padding-left: 14px;
	padding-bottom: 10px;
	}

#FrameWrap #FrameContentWrap #RightCol #Pdf {
	width: 286px;
	padding-left: 14px;
	padding-bottom: 10px;
	font-weight: 600;
	}

#FrameWrap #FrameContentWrap #RightCol #Spec {
	width: 286px;
	padding-left: 14px;
	padding-bottom: 10px;
	}

#Spec p { margin: 5px 0px 5px 0px; }


#FrameWrap #FrameContentWrap #Form {
	width: 422px;
	padding-bottom: 10px;
	margin-left: 20px
	}

#FrameWrap #FrameContentWrap #Form p {
	margin: 0px;
	}

#FrameWrap #FrameContentWrap #Form .form {
	width: 402px;
	background: #FFF;
	padding-top: 10px;
	margin: 10px 0px;
	}

#FrameWrap #FrameContentWrap #Form .form p {
	font-size: 14px;
	}

#FrameWrap #FrameContentWrap #Form .form .formrow {
	width: 402px;
	padding: 2px;
	}

#FrameWrap #FrameContentWrap #Form .form .formrow .tag {
	float: left; 
	width: 80px;
	margin-right: 20px;
	text-align: right;
	}

#FrameWrap #FrameContentWrap #Form .form .formrow .box {
	float: left; 
	width: 302px;
	}

#FrameWrap #FrameContentWrap #Form .form input.textbox { 
 border: 1px solid #CCC; 
 padding: 4px;
 font-family: Arial;
 font-weight: 300;
 font-size: 12px;
 color: #00B5CC;
 }

textarea { 
 border: 1px solid #CCC; 
 padding: 4px;
 font-family: Arial;
 font-size: 12px;
 color: #00B5CC;;
 }