/* Calco UK Ltd CSS Document copyright 2007 Calco UK Ltd*/

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	/*background: #666666; */
	margin: 10; 
	padding: 0;
	text-align: center; /*  IE 5* browsers. remeber to re-align in the container */
	color: #000000;
}

#container { 
	width: 820px;  
	/* background: #FFFFFF; */
	background-image:url(plane.png); /* the plane.png is the 800px  the plan2.png is the 820px*/
	background-repeat:repeat;
	margin: 0 auto; 
/*	border: 1px solid #000000;  del later - checking only */
	text-align: left; /* i remembered. */
} 

#headerint{
	background-image:url(images/faux_column.gif); /* faux col */
	background-repeat:repeat-y;
}

#bodyint{}

#navint{
	float: left; 
	width: 150px; 
	padding: 15px 10px 15px 20px; 

}

#content{
	margin: 0 0px 0 200px;
	padding: 0 10px;
	background: #FFFFFF;
	font-size:14px;
} 



#footerint{
	padding: 0 10px 0 20px; 
	background:#DDDDDD;
	background-image:url(p7tp/img/tabs05_down.jpg);
	}
	
	
	#footerint .address{
	font-size:10px;
	}

.clearfloat { /* remember to put this class 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;
}

/* left and rights justify*/

.fltrt { /* this class is used to float an element right on the page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* ditto left in the page */
	float: left;
	margin-right: 8px;
	}

#selektor {
	width:172px;
	font-size:12px;
	padding:4px;
	background-color:#B1C1E0;
	background-image:url(curve_panel_top.jpg);
	background-repeat:no-repeat;
	/* background: url(box_blue.png) no-repeat; */
	height: auto;
}

#selektorcap{
	width:180px;
	background-image:url(curve_panel_bottom.jpg);
	background-repeat:no-repeat;
	background-color:#B1C1E0;
	background-position:bottom;
	height:20px;
}


/* navcode */

.buttonscontainer {width: 140px;}

.buttons a {
	color: #1f6295;
	background-color: #f8fafa;
	padding-top: 4px;
	padding-bottom:4px;
	padding-left: 3px;
	display: block;
	border-bottom: 1px solid #d9ecff;
	font: 14px Arial, sans-serif;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
}

.buttons a:hover {background-color: #1f6295;
color: #ffffff;
text-decoration: none;
}


.buttonscontainer2 {width: 140px;}

.buttons2 a {
	color: #1f6295;
	background-color: #D9ECFF;
	padding-top: 4px;
	padding-bottom:4px;
	padding-left: 3px;
	display: block;
	border-bottom: 1px solid #d9ecff;
	font: 14px Arial, sans-serif;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
}

.buttons2 a:hover {background-color: #1f6295;
color: #ffffff;
text-decoration: none;
}


/* nav ends */


.closemessage {
font-size:10px;
padding-left:10px;
}

.openmessage {
font-size:12px;
}

.drampadding {
margin-top:4px;
margin-right:4px;
}
