/* COLORS: beige: #dedad2, dark navy: #0e1727, light blue: #2c4057, */

html, body {
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.4em;
	color: #333;
	background-color: #fff;
}

/* HEADER */
#header {
	height: 90px;
	padding: 20px 0;
	background-color: #fff;
}

#inner_header {
	width: 950px;
	margin: 0 auto;
}

#navigation {
	position: relative;
	width: 100%;
	height: 93px;
	margin: 0;
	padding: 0;
	border-top: 1px solid #14408B;
	border-bottom: 2px solid #14408B;
  	background: url(../img/backgrounds/nav_bg_royal_blue_alt.jpg) repeat-x;
	overflow: hidden;
}

ul#nav_list {
	position: relative; top: 63px;
	width: 950px;
	margin: 0 auto;
	padding: 0;
}

#nav_list li {
	display: inline;
	list-style-type: none;
}

#nav_list a {
	float:left;
	margin-right: 1px;
	padding: 7px 14px;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 16px;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-transition-duration:.5s;
}

html>body #nav_list a {
	background: url(http://www.palserent.com/img/backgrounds/nav_off_3_royal_blue.png);
}

#nav_list a:hover {
	color: #dedad2;
	background-color: #14408B;
	text-decoration: none;
}

#navigation a#current {
	color: #dedad2;
	background-color: #14408B;
}

/* MAIN CONTENT / CONTAINER */
#container_content {
	width: 950px;
	margin: 0 auto;
	padding: 20px 0;
}

#main_content {
	float: left;
	width: 600px;
	margin-bottom: 20px;
}

#sidebar {
	float: left;
	width: 300px;
	margin-left: 50px;
}

#slideshow_container {
	height: 150px;
	margin-bottom: 40px;
}

#slideshow {
	float: left;
	width: 150px;
	height: 150px;
	padding-left: 5px;
	overflow: hidden;
}

#footer {
	height: 20px;
	border-top: 1px solid #98989c;
	clear: both;
}

/* TEXT */
#container_content p {
	margin: 0 5px 15px 5px;
	line-height: 1.4em;
}

#container_content a {
	color: #2c4057;
	font-weight: bold;
	text-decoration: none;
}

#container_content a:hover {
	color: #2c4057;
	text-decoration: underline;
}

#slideshow_container p {
	float: right;
	width: 385px;
	margin: 0;
	padding: 25px 0 0 25px;
	font-size: 14px;
	line-height: 22px;
}

#manufacturers a:hover {
	border: 0;
}

#wholesalers a:hover {
	border: 0;
}

.facebook {
	width: 16px;
	height: 16px;
	padding: 0 0 0 18px;
	background: url(/img/sidebar/facebook.png) no-repeat;
}

#footer p {
	float: left;
	margin: 5px 5px;
}

span.ruler {
	display: block;
	height: 1px;
	margin: 30px;
	border-top: 1px solid #dedad2;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	clear: both;
} 

em {
	font-size: 13px;
}

/* H1, H2, H3 etc.. */
h1 {
	float: left;
	margin: 0;
	text-indent: -5000px;
}

h1 a {
	float: left;
	display: block;
	width: 292px;
	height: 77px;
	margin: 0;
	outline: none;
	background: url(../img/headings/logo_292x77.jpg) no-repeat;
}

h2 {
	float: right;
	width: 400px;
	margin: 15px 0;
	color: #14408B;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	text-align: center;
}

	h2 p {
		margin-top: 10px;
		color: #908f94;
		font-size: 16px;
		text-align: center;
	}

h3 {
	width: 100%;
	padding-bottom: 5px;
	color: #14408B;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	border-bottom: 1px solid #98989c;
	text-indent: 5px;
}

h4 {
	margin: 0;
	padding-bottom: 10px;
	color: #2c4057;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 100;
	text-transform: uppercase;
	text-indent: 5px;
	clear: both;
}

h5 {
	margin: 0 7px 0 5px;
	line-height: 1.5;
	color: #000;
	font-size: 12px;
	font-weight: bold;
}

/* IMG */
.img_left {
	float: left;
	margin: 5px 25px 5px 10px;
}

.img_right {
	float: right;
	margin: 10px;
}

.caption {
	float: right;
	width: 200px;
}

.caption p {
	margin: 0;
	text-align: center;
}

#footer img {
	float: right;
	margin: 5px 5px;
}

.img_center {
	margin-left: 5px;
}

dl img {
	float: left;
	border: 0;
	margin-bottom: 20px;
}

#wholesalers img {
	margin: 0;
	padding: 20px 20px 20px 0;
	border: 0;
}

/* DEFINITION LISTS (MANUFACTURERS) */
dl {
	padding-left: 5px;
}

dt {

}

dd {
	margin-left: 276px;
	margin-bottom: 5px;
}

/* LISTS */
li {
	margin-bottom: 2px;
}

.product li {
	margin-bottom: 5px;
}

ul.address {
	margin: 0 0 20px 0;
	padding-left: 5px;
}

.address li {
	list-style-type: none;
}

ul.contact {
	float: left;
	width: 270px;
	margin: 0 0 20px 0;
	padding-left: 5px;
}

.contact li {
	list-style-type: none;
}

ul#manufacturers {
	margin: 0;
	padding: 0;
}

#manufacturers li {
	height: 100px;
	margin-bottom: 30px;
	padding-left: 5px;
	list-style-type: none;
}

ul#wholesalers {
	margin: 0;
	padding: 0;
}

#wholesalers li {
	display: inline;
	margin-right: 92px;
	padding-left: 5px;
	list-style-type: none;
}