/* CSS Document */

body {
background-color:#fffccc;
font-family:Arial, Helvetica, sans-serif;
}

.address_text1 {
font-size:12px;
font-weight:bold;
font-variant:normal;
}

.address_text2 {
font-size:12px;
font-style:normal;
font-variant:normal;
}

a:link {
	color: #3300FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0066FF;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}


#container{
width: 910px;
background-color:#FFFFFF;
margin: 0 auto;
border-style:solid;
border-top-width:15px;
border-bottom-width:15px;
border-left-width:15px;
border-right-width:15px;
border-top-color:#CCCCCC;
border-bottom-color:#CCCCCC;
border-left-color:#CCCCCC;
border-right-color:#CCCCCC;
}

#header1{
	width: 700px;
	background-color:#FFFFFF;
	padding-left:5px;
	padding-bottom:15px;
	float:left;
	padding-top: 5px;
}

#button_container{
width:900px;
background-color:#ffffff;
padding-top:10px;
padding-left:6px;
padding-bottom:10px;
border-top-style:double;
border-top-color:#0033FF;
border-bottom-style:double;
border-bottom-color:#0033FF;
float:left;

}

#commercial_holder{
width:125px;
float:left;
background-color:#ffffff;
text-align:center;
}

#plantequip_holder{
width:140px;
float:left;
background-color:#ffffff;
text-align:center;
}

#localauth_holer{
width:140px;
float:left;
background-color:#ffffff;
text-align:center;
}

#carpicup_holder{
width:170px;
float:left;
background-color:#ffffff;
text-align:center;
}

#client_holder{
width:120px;
float:left;
background-color:#ffffff;
text-align:center;
}

#montage_holder{
width:900px;
float:left;
padding-bottom:10px;
}


#header2{
width: 150px;
background-color:#ffffff;
padding-right:10px;
padding-top:10px;
padding-bottom:15px;
float:right;
text-align:right;
}

#main1{
	width:900px;
	padding-left:6px;
	padding-top:10px;
	background-color:#ffffff;
	float:left;
	padding-bottom:10px;

	}

#main2{
width:900px;
padding-left:6px;
float:left;
background-color:#ffffff;
padding-top:8px;
clear:both;
}

#content_left_column{

width:890px;
float:left;
padding-left:6px;
padding-top:8px;}

#content_right_column {
margin: 260px 10px 0px 550px;
}
#main_image{
padding-left:6px;
padding-top:8px;
width:890px;
float:left;
}
.highlight {
	color: #990000;
	}
#thumb_box{
	width:800px;
	padding-left:6px;
	padding-top:10px;
	float:left;
	clear:both;
	}
#clientmenu {
	position: absolute;
	top: -1000px;
	left: -1000px;
	border: 1px solid #0033ff;
	font-size: 12px;
	font-weight: bold;
	background-color: #FFF;
	visibility: hidden;
	z-index: auto;
	padding: 4px;
}
#footer{}

#empty {
	clear:both;
	text-align:center;
}
#byline {
	width: 900px;
	margin: 5px auto;
	font-size: 10px;
	color: #666666;
	clear:both;
	}
#byline a:link {
	color: #666666;
	text-decoration: none;
}
#byline a:visited {
	text-decoration: none;
	color: #666666;
}
#byline a:hover {
	text-decoration: underline;
}
#byline a:active {
	text-decoration: none;
}
