@import url("text.css");

html,body {
	margin:0;
	padding:0;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	color:#222222;
	background-color: #c7cdd1;
	background-image: url(../pix/bk-page.jpg);
 	background-repeat: repeat-x;
}
/* ****** structure ****** */
.container_16 {
	margin-left:auto;
	margin-right:auto;
	width:960px;
}

.container_16 .grid_4 {
	width:200px
}
.container_16 .grid_8 {
	padding: 10px 0;
	width:420px
}
.container_16 .grid_12 {
	width:700px
}
.container_16 .grid_16 {
	width:940px
}
.alpha {
	margin-left:0
}
.omega {
	margin-right:0
}
.container_16 .grid_1 {
	width:40px
}
.container_16 .grid_2 {
	width:100px
}
.container_16 .grid_3 {
	width:160px
}
.container_16 .grid_5 {
	width:280px
}
.container_16 .grid_6 {
	width:340px
}
.container_16 .grid_7 {
	width:400px
}
.container_16 .grid_9 {
	width:520px
}
.container_16 .grid_10 {
	width:580px
}
.container_16 .grid_11 {
	width:640px
}
.container_16 .grid_13 {
	width:760px
}
.container_16 .grid_14 {
	width:820px
}
.container_16 .grid_15 {
	width:860px
}

/* ****** structure ****** */

#content {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%;
	background-image: url(../pix/bk-content.png);
	background-repeat: repeat-y;
}
#header {
	margin: 0 auto;
}
#headerTop {
	margin: 0 auto;
	padding: 4px 20px;
	background-color: #888888;
	background-image: url(../pix/bk-headerTop.gif);
	background-repeat: repeat-x;
	height: 13px;
}
headCart {
	float:left;
}
#headNav {float:right}
#headMenu {
	background-color: #AAAAAA;
	background-image: url(../pix/bk-nav.gif);
	background-repeat: repeat-x;
	height: 33px;
	margin: 0px auto;
}
#headMenuHolder {margin:0;}
#headerBottom {}

#main {
	background-color: #FFFFFF;
	background-image: url(../pix/bk-main.gif);
	background-repeat: repeat-y;
	margin:0 auto;
}

#mainContentHome{
	width: 680px;
	float: right;
	margin: 0px;
	background-image: url(../pix/bk-page-white.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
#mainContent {
	width: 680px;
	float: right;
	margin: 0px;
	padding:0px;
	background-image: url(../pix/bk-page-white.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
/* bradcrumbs */
#breadcrumb {
	background-color: #C8C9B8;
	height: 24px;
	padding: 7px 15px 0;
	width: 650px;
	border-bottom: solid 1px #767676;
	background-image: url(../pix/bk-breadcrumb.png);
	background-repeat: repeat-x;
}
#breadcrumb p a, #breadcrumb p {
	font-size: 8pt;
	line-height: 11pt;
	color: #969696;
}
#breadcrumb p a#current {
	font-size: 8pt;
	line-height: 11pt;
	color: #f5f5f5;
}
/* */
#mainWelcome {
	min-height:224px;
	margin:0;
	background-image: url(../pix/bk-welcome.jpg);
	background-repeat: no-repeat;
	padding: 20px;
}
#mainWanted {
	background-color: #DDDDDD;
	background-image: url(../pix/bk-wanted.gif);
	background-repeat: repeat;
	margin: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #868686;
	padding:20px;
}
.mainClassified {
	float:left;
	margin: 0 50px 0 0;
	width:165px;
}
.mainClassified2 {
	min-height:120px;
	float:left;
	margin: 0 0px 0 20px;
}
#mainServices{
	margin: 0px;
	padding:20px;
	min-height:230px;
}
#servicesReapir {
	float: right;
}
#servicesDepartment{
	float: left;
}
#sideMenu {
	width: 180px;
	margin: 0px;
	padding:0px;
	float:left;
	min-height:650px;
	background-image: url(../pix/bk-sidenav.png);
	background-repeat: no-repeat;
}
#bottompanel {
	margin: 0 auto;
	padding:0 0 26px 0; /* bottom padding for footer */
	background-image: url(../pix/bk-main.gif);
	background-repeat: repeat-y;
}
#footer {
	position:absolute;
	margin:0 auto;
	height:36px;
	bottom:0;
	left:50px;
	background-image: url(../pix/bk-footer.gif);
	background-repeat: repeat-x;
	text-align:center;
}
#footerCopy {
	margin: 0px;
	padding:10px 0 0 20px;
	float:left;
}
#footerContent {
	margin: 0px 20px 0;
	padding:10px 0 0 20px;
	float:right;
}
/* page columns */
.rightPageCol {
	float: right;
	margin:0 0 20px 20px;
	padding: 0;
}

/* ****** tidying ****** */
.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0
}
.clearfix:after {
	clear:both;
	content:'.';
	display:block;
	visibility:hidden;
	height:0
}
.clearfix {
	display:inline-block
}
* html .clearfix {
	height:1%
}
.clearfix {
	display:block
}
