@import url('jquery/le-frog/jquery-ui-1.7.2.custom.css');

body {
	background-image:url(../images/BGBody.gif);
	background-repeat: repeat;
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	background-repeat: repeat;
}

a img {border:none;}

#wrapper {
	margin: 0px auto; width: 755px;
}
#header {
	height:175px;
}
#content_wrapper {
	margin-top: 15px; width: 755px;
}
#navigation {
	background-color:#171717;
	width:200px;
	padding: 0px;
	text-align:left;
	color:#FFF;
}
.navigation {
	background-color:#171717;
}
.footer {
	background-color:#222;
}
.floatfix {
	clear: both;
}
#right {
	background-color:#FFF;
	width:520px;
	padding: 0px;
	color:#000;
}
.content {
	height:0px auto;
	background-color:#FFF;
	padding-top: 0x;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	text-align:left;
	color:#000;
}
.10px_spacer{
	width:15px;
	height:10px;
}
.5px_spacer{
	width:5px;
	height:5px;
}
.rtop_header, .rbottom_header{display:block;}
.rtop_header *, .rbottom_header *{background: #006600; display: block; height: 1px; overflow: hidden}

.rtop_menu, .rbottom_menu{display:block;}
.rtop_menu *, .rbottom_menu *{background: #171717; display: block; height: 1px; overflow: hidden}

.rtop, .rbottom{display:block;}
.rtop *, .rbottom *{background: #FFF; display: block; height: 1px; overflow: hidden}

.rtop_footer, .rbottom_footer{display:block;}
.rtop_footer *, .rbottom_footer *{background: #222; display: block; height: 1px; overflow: hidden}

.r1{margin: 0 5px;}
.r2{margin: 0 3px;}
.r3{margin: 0 2px;}
.r4{margin: 0 1px; height: 2px;}

div.hr {display: none;}
/*/*/a{}
div.hr {
  display: block;
  height: 1px;
  background-image:url(../images/site/hr.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  margin-top:15px;
  margin-bottom:15px;
}
hr {display:none;}
/* */

div.breadcrumb {display: none;}
/*/*/a{}
div.breadcrumb {
  display: block;
  height: 1px;
  background-repeat: no-repeat;
  background-position: center center;
  margin-top:10px;
  margin-bottom:10px;
}
breadcrumb {display:none;}
/* */

div.title {display: none;}
/*/*/a{}
div.title {
  display: block;
  height: 1px;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom:5px;
}
title {display:none;}
/* */

div.subtitle {display: none;}
/*/*/a{}
div.subtitle {
  display: block;
  height: 1px;
  background-repeat: no-repeat;
  background-position: center center;
  margin-top:5px;
  margin-bottom:5px;
}
subtitle {display:none;}
/* */


.image_padding_left {
	padding-left:10px;
}
.image_padding_right {
	padding-right:10px;
}
.image_centered {
	text-align:center;
}

/* #### HIRE FORM #### */

.green {
	color:#006600;
}

.hire_list {
	width:100%;
	border-collapse: collapse;
	border-bottom:#E5E5E5 solid 1px;
}

.hire_list tr td, .hire_list tr th {
	padding:3px;
}

.hire_list tr.sub th {
	font-weight:bold;
	background:#E5E5E5;
	border-bottom:#BFBFBF solid 2px;
}

.hire_list tr td {
	border-bottom:#E5E5E5 solid 1px;
	text-align:left;
}

.hire_list tr.no-border td {
	border-bottom:none;
}

#errors {
	background:#BF290B;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding:15px;
	margin-bottom:15px;
}

#errors ul {
	list-style:circle;
	margin: 0 0 0 15px;
	padding:0;
}

#errors li {
	padding: 3px 0;
	color:#FFF;
}

#success {
	background:#26BF0B;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding:15px;
	margin-bottom:15px;
}

#hire_cart {
	width:100%;
	border-collapse: collapse;
	border-bottom:#E5E5E5 solid 1px;
}

#hire_cart tr td, #hire_cart tr th {
	padding:3px;
}

#hire_cart tr th {
	font-weight:bold;
	background:#E5E5E5;
	border-bottom:#BFBFBF solid 2px;
}

#hire_cart tr td {
	border-bottom:#E5E5E5 solid 1px;
}

#hire_cart tr.no-border td {
	border-bottom:none;
}

#hire_cart tr.bold td {
	font-weight:bold;
}

#hire_cart tr td.right {
	text-align:right;
}

#hire_form label {
	float:left;
	clear:left;
	display:block;
	width:200px;
	margin-top:10px;
}

#hire_form input.text {
	float:left;
	width:300px;
	margin-top:10px;
}

#hire_form input.submit {
	clear:left;
	margin-left:200px;
	margin-top:10px;
}

#hire_form br {
	clear:both;
}

#sbk {display:none;}