/* CSS Document */
html{ min-height: 100%; margin-bottom: 1px; }

body {
	margin:0;
	border:0;
	padding:0;
	font-size:88.01%;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	background-color:#FFF;
	background-image:url(../graphics/cbrd2.jpg);
	background-position:left top;
	background-repeat:repeat;
}
p {
	margin-left:10px;
	margin-right:10px;
}
p.large {
	font-size:115%;
}
p.smspacer{
	margin-bottom:65px;
}
p.spacer{
	margin-bottom:150px;
}
p.bigspacer{
	margin-bottom:280px;
}
p.mid{
	width:412px;
	margin:0 auto;
}
p.contact{
	border-top:#000 1px solid;
	padding-top:10px;
	margin-top:50px;
	margin-bottom:100px;
}
p.rohs{
	width:350px;
	border:1px solid #ccc;
	padding:5px;
	font-size:80%;
	background:#f5f5f5;
}
#content ul {
	margin-right:10px;
}
h1 {
	margin-bottom:40px;
	margin-left:10px;
	font-size:140%;
	white-space:pre;
}
h1.home{
	margin-bottom:40px;
	margin-left:10px;
	font-size:160%;
}
h2 {
	margin-bottom:30px;
	margin-left:10px;
	font-size:120%;
}
hr{
	width:50%;
	border: 0;
	color:#e8c7a6;
	background-color:#e8c7a6;
	height: 2px;
	margin-bottom:-10px;
}

img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto;
	margin-bottom:10px;
}
#repairs{
	table-layout:fixed;
	width:90%;
	border-collapse:collapse;
	border-style:none;
	margin:0 auto;
}

#repairs td{
	border-style:none;
	
	padding:5px;
	
}
#repairs td.rt{
	text-align:right;
}


#wrapper {
	font-size:85%;
	padding:0px;
	margin:0 auto;
	width: 723px;
	background-color:#d6d6d6;/*#e8c7a6;*/
	color:#333;
	border-left:#999 1px solid;
	
	margin-bottom:10px;
	
}
#header {
	height:150px;
	width:723px;
	background-color:#2a714f;/*#e8c7a6;#f1dcc9;*/
	background-image:url(../graphics/tel.jpg);
	background-position:258px 37px;
	background-repeat:no-repeat;
}
#header img.rt{
	float:right;	
}
#header img.lt{
	float:left;
	margin-left:10px;
	margin-top:11px;
	margin-bottom:10px;
}


#leftcol {
	float:left;
	width:199px;
	margin:0;
	padding-top:50px;
	color:#333;
	background-color:#d6d6d6;
	
	
}
#leftcol p{
	display:block;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:20px;
}
#leftcol a{
	display:block;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:15px;
	font-size:110%;
	font-weight:bold;
}
#leftcol a:link{
	color:#2a714f;
	text-decoration:none;
}
#leftcol a:visited{
	color:#2a714f;
	text-decoration:none;
}
#leftcol a:hover{
	color:#2a714f;
	text-decoration:underline;
}

#container {
	margin:0px;
	width:723px;
	
}

#content {
	float:left;
	width:491px;/*563px;*/
	background-color:#f1dcc9;
	color:#960;
	padding:20px 10px 0 20px;
	border-right:#999 1px solid;
	border-top:#000 2px solid;
	border-left:#bfbfbf 2px solid;
	border-bottom:#f7f4f4 2px solid;
}

#content a{
	color:#960;
	font-size:100%;
	text-decoration:none;
	
}

#content a:link{
	text-decoration:none;
	border-bottom:1px dashed #960;
}
#content a:visited{
	text-decoration:none;
	border-bottom:1px dashed #960;
}
#content a:hover{
	text-decoration:none;
	border-bottom:1px solid #960;
}
#content img.right{
	display:block;
	float:right;
	margin:0 10px 10px 10px;
}
#content img.left{
	display:block;
	float:right;
	margin:0 10px 10px 0;
}
#footban{
	height:150px;
	margin:20px -20px 5px -20px;
}
#footban img{
	display:block;
	margin:0 auto;	
}
#footban2{
	height:150px;
	
}
#footban2 img{
	float:right;
}
#ftnote{
	float:left;
	width:50%;
}
#ftnote #fttab{
	margin-top:20px;
	width:350px;
	border-collapse:collapse;
	border-style:none;
	font-size:90%;	
}
#ftnote #fttab td{
	border-collapse:collapse;
	border-style:none;
	padding:8px 0 8px 25px;	
}

#footer {
	clear:both;
	background-color:#2a714f;
	color:#fff;	
	/*border-top:#fff 1px dashed;*/
}
#footer a{
	color:#fff;
	text-decoration:none;
}

#footer a:link{
	color:#fff;
	text-decoration:none;
}
#footer a:visited{
	color:#fff;
	text-decoration:none;

}
#footer a:hover{
	color:#fff;
	text-decoration:underline;
}

.center {
	text-align:center;
}
.leftlink{
	text-align:left;
}
.clear {
	clear:both;
}
.clr50{
	clear:both;
	margin-top:50px;
}

.emph{
	font-weight:bold;
	margin-right:2px;
}
.ital{
	font-style:italic;
}
.italR{
	font-style:italic;
	text-align:right;
}
#sold{
	padding:20px;
	
}