@charset "UTF-8";
body {
	font: 100% "Century Gothic", "Trebuchet MS", Arial;
	background: #fff url(images/backgroundpattern.jpg) repeat fixed;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #ccc;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	margin-bottom: 0px;
}
.oneColFixCtrHdr #header {
	background: #fff url(images/headerbkgrd.jpg) repeat-x; 
	height: 125px;
	width:960px;
}

#jcart th{
	background-color: #8bdae9 !important;
}



#nav {
	background: #fff url(images/navbkgrd3.jpg);
	height: 63px;
	font-size: 0.95em;
}


#nav ul {
	margin: 0px;
	list-style: none;
	
}

#nav li {
	display: inline;
}

#nav ul li ul {
	z-index: 1000;
	margin-top: -13px;
}


.oneColFixCtrHdr #mainContent {
	padding: 0 30px 20px 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #fff;
	min-height: 500px;
}

#mainContent h1 {
	color: #fe9bcd;
	margin-top: 0px;
	padding-top: 0px;
	font-size: 36px;
}

#mainContent h2 {
	color: #fe9bcd;
	margin-top: 0px;
	padding-top: 0px;
	font-size: 22px;
}

#mainContent p {
	color: #468DAB;
	font-family: "Century Gothic", "Trebuchet MS", Arial;
	font-size: 17px;
	text-align: justify;
}


#mainContent ul {
	color: #468DAB;
	font-size: 17px;
}


#mainContent li {
	color: #468DAB;
	font-size: 17px;
	margin: 15px 35px 15px 0px;
}

#rentalleft {
	float: left;
	margin-right: 100px;
}

#slideshow1 {
	height: 400px;
	width: 300px;
	margin: 25px 25px 0px 35px;
	float: right;
	border: 4px solid #92d6ed;
	}
	
	
.floatTR {
	float: right;
	margin: 25px 25px 25px 25px;
	border: 4px solid #92d6ed;	
}


.viewcart {
	float: right;
	margin-right: 20px;
	margin-top: -4px;
}
	
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align: center;
	margin: 0 auto 20px auto;
	text-align: center;
	font-size: 13px;
	width: 960px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #333;
}

#footer a {
	color: #333;
}

#footer a:hover {
	text-decoration: none;
}

#form {
	margin-bottom: 100px;
	color: #468DAB;
	font-weight: bold;
	width: 620px;
	padding-top: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	height: 1200px;
}

.clear{
	clear: both;
}

form label{
	float: left;
}

form label select{
	margin-top: 10px;
	width: 98%;
}

form h2{
	margin: 7px 0 !important;
}

form label input{
	width: 95%;
	padding: 5px;
	border: 1px solid #ccc;
	font-size: 1.1em;
}

form label.half{
	width: 277px;
	margin: 1%;
	float: left;
}


form label.full{
	width: 95%;
	margin: 1%;
}

table {
	border-spacing: 10px;
}

img[usemap] {
  border: none;
}

#homepagesidebar {
	float: right;
	width: 360px;
}

#facebook {
	padding-left: 20px;
}
#homepagesidebar #testimonial p {
	font-size: 14px;
	line-height: 1.3;
	padding-left: 30px;
	padding-right: 30px;
	color: #666;
}
.floatTR2 {
	text-align: right;
	float: right;
	margin-top: 0px;
	padding-top: 0px;
}
#paypal {
	position: relative;
	left: 790px;
	top: -40px;
	width: 100px;
}