/*
	CLASSIC HIRE
*/

/* COMMON STYLES */
* {
	padding: 0;
	margin: 0;
}/* this will reset all elements to margin/padding = 0 */

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(../images/core/bg.gif) repeat-x;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #778688;
	line-height: 167%;
}

#container {
	margin: 0 auto;
	padding: 0;
	width: 800px;
}

.clear {
    clear: both; 
    display: block; 
}

.hidden {
	display: none;
}

.column-left {
	float: left;
	width: 573px;
	margin-top: 16px;
}

.column-right {
	float: right;
	width: 227px;
	margin-top: 45px;
	min-height: 600px;
	text-align: left;
	background: #FFFFFF url(../images/core/bg-right.gif) no-repeat;
}

img {
	border: none;
}

a {
	color: #778688;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h2 {
	margin: 10px 0 0 16px;
}

a#special-info{color: #6666ff;}
h1.off-page{float:left; left:-9999px; position:absolute;}

/* NAVIGATION STYLES */
#nav {
	width: 573px;
	background-color: #ebe8e3;
}

#nav ul {
	list-style: none;
	margin: 29px 0 0 2px;
}

#nav ul li {
	float: left;
	margin: 0 2px;
}

#nav ul li a {
	height: 31px;
	display: block;
}

#nav ul li a:hover {
	background-position: 0 -31px !important;
}

#nav ul li#home a {
	background:url(../images/nav/home.gif) no-repeat top;
	width:138px;
}

#nav ul li#forhire a {
	background:url(../images/nav/forhire.gif) no-repeat top;
	width:138px;
}

#nav ul li#contact-us a {
	background:url(../images/nav/contact.gif) no-repeat top;
	width:138px;
}

#nav ul li#credit a {
	background:url(../images/nav/credit.gif) no-repeat top;
	width:138px;
}

#nav ul li#credit a:hover {
	background-position:0 -31px!important;
}

body.home #nav ul li#home a {background-position:0 -31px!important;}
body.forhire #nav ul li#forhire a {background-position:0 -31px!important;}
body.contact-us #nav ul li#contact-us a {background-position:0 -31px!important;}

/*  RIGHT PANEL */
.column-right ul {
	list-style: none;
	margin: 37px 0 30px 11px;
}

.column-right ul li {
	width: 195px;
	padding-left: 10px;
	border-bottom: 1px #dbdcda solid;
}

/* CONTENT STYLES */
#content {
	text-align: left;
}

#title {
	margin-top: 20px;
	clear: right;
}

#text {
	width: 391px;
	margin: 0;
	padding: 0;
	float: left;
	background: #FFFFFF url(../images/core/bg-text.gif) top right no-repeat;
}

#text p {
	margin: 10px 20px 15px 17px;
}

#text ul {
	list-style: none;
	margin: 10px 30px;
}

#contact_text {
	width: 200px;
	margin: 0;
	padding: 0;
	float: left;
	background: #FFFFFF url(../images/core/bg-text.gif) top right no-repeat;
}

#contact_text p {
	margin: 10px 20px 15px 17px;
}

#pictures {
	float: right;
	width: 173px;
}

#maps {
	float: right;
	width: 350px;
}

#pictures img {
	margin-bottom: 17px;
}


/* PRODUCT LISTING */
#product-listing {
	float: left;
	padding: 0 39px 20px 30px;
	width: 173px;
	text-align: center;
}

#product-listing img {
	padding: 5px 10px 14px 8px;
}

/* PRODUCT DETAILS */
#product-details {
	width: 316px;
	margin: 0;
	padding: 0;
	float: left;
	background: #FFFFFF url(../images/core/bg-text.gif) top right no-repeat;
}

#product-details p {
	margin: 10px 20px 15px 17px;
}

#product-pictures {
	float: right;
	width: 250px;
}

#product-pictures img{
	margin-left: 30px;
}

div.dynamictext h1, 
div.dynamictext h2, 
div.dynamictext h3, 
div.dynamictext h4, 
div.dynamictext h5 { margin: 10px 30px 0 30px; }
div.dynamictext h1 { font-size:16px; }
div.dynamictext h2 { font-size:15px; }
div.dynamictext h3 { font-size:14px; }
div.dynamictext h4 { font-size:13px; }
div.dynamictext h5 { font-size:12px; }

div.dynamictext ul li{
  list-style-type:square;
  margin: 10px 10px 10px 30px;
}

div.dynamictext hr {
  border:0;
  border-top:1px solid #E2E2DF;
  height:1px;
}



/* FOOTER STYLES */
#footer {
	background: url(../images/core/bg-footer.jpg) no-repeat;
	width: 800px;
	height: 57px;
	color: #FFFFFF;
	text-align: left;
	line-height: 57px;
}

#footer a {
	color: #9dd415;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer p {
	margin-left: 20px;
}

#footer img {
	margin-right: 20px;
}