#content-slider {
	background:#BBBBBB none repeat scroll 0 0;
	height:408px;
	position:absolute;
	right:0;
	top:10px;
	width:6px;
}

.ui-slider-handle {
  height: 8px;
  width: 14px;
  position: absolute;
  left: -4px;
  background: #478AFF;
  border: solid 1px black;
}

#content-scroll {
	background-color:#E8E8E8;
	border:2px solid #E2D7CA;
	height:418px;
	left:0;
	overflow:hidden;
	padding:4px;
	position:absolute;
	width:211px;
}

#content-holder {
  height: 1000px;
  width: auto;
}

#content-holder p{
  margin:0;
  padding:0;
}




body {
	padding: 0px;
	margin: 0px;
	background-image:url(http://bernielittle.com/themes/bernie_little/images/background.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-attachment:fixed;
}
#red_bar {
	width:100%;
	overflow:hidden;
	height:160px;
	position:absolute;
	top:12px;
	left:0;
	background-image:url(http://bernielittle.com/themes/bernie_little/images/red_bar.png);
	background-repeat:repeat-x;
}
.title {
	color:#650000;
	font-family:times New Roman;
	font-size:24px;
	margin-top:0;
	text-transform:uppercase;
}

.icon {
	float:left;
}
#quote {
	color:#FFFFFF;
	font-family:times New Roman;
	font-size:22px;
	height:106px;
	left:454px;
	overflow:hidden;
	position:absolute;
	text-align:right;
	top:14px;
	width:500px;
	z-index:2;
}
#quote-inner {
	position:relative;
	height:auto%;
	width:auto;
	clear:both;
}
#quote p {
	padding:0;
	margin:0;
}
#navigation {
	left:304px;
	overflow:visible;
	position:absolute;
	top:130px;
	width:666px;
	z-index:2;
}
#navigation ul.nav-header {
	padding:0;
	margin:0;
}
#navigation ul.nav-header li {
	display:inline;
	font-family:times New Roman;
	font-size:14px;
	margin-right:16px;
	text-transform:uppercase;
}
#navigation ul.nav-header li a.nav-selected {
	color:#ddb13c;
}
#navigation ul.nav-header li a {
	text-decoration:none;
	color:#FFF;
	text-shadow:2px 2px 2px #000;
}
#navigation ul.nav-header li a:hover {
	color:#ddb13c;
}
#sidebar {
	background:transparent url(http://bernielittle.com/themes/bernie_little/images/sidebar_background.png) no-repeat scroll center top;
	float:left;
	min-height:480px;
	padding:170px 10px 10px;
	width:281px;
	position:relative;
	top:0;
	left:0;
}
#sidebar-inner {
	height:auto;
	padding:16px;
	width:auto;
	position:relative;
}

#sidebar-sidebar {
	float:left;
	height:auto;
	margin-bottom:16px;
	position:relative;
	width:250px;
}
#sidebar-brands {
	float:left;
	height:418px;
	position:relative;
	width:244px;
}
#content {
	float:right;
	height:auto;
	margin-top:188px;
	padding:10px;
	position:relative;
	width:630px;
	background:transparent url(http://bernielittle.com/themes/bernie_little/images/darken.png) repeat scroll;
}
#content-inner {
	height:auto;
	padding:16px;
	width:auto;
	position:relative;
	background-color:#FFF;
	border:solid 2px #e2d7ca;
	min-height:400px;
}

#content-inner p img {
	border:solid 2px #e2d7ca;
	margin:16px;
}

#content-inner img {
	border:solid 2px #e2d7ca;
}
/* Page Structure / Navigation */
#page {
	width:960px;
	margin:auto;
	text-align:left;
	position:relative;
}
#logo {
	height:90px;
	left:20px;
	position:absolute;
	top:34px;
	width:258px;
	z-index:3;
}
#footer {
	clear:both;
	color:#999999;
	font-size:10px;
	padding-bottom:16px;
	padding-top:24px;
	text-align:center;
	width:940px;
}
/* Page Elements */

.pagingNav {
	margin:16px 0px 8px 0px
}
.pagination {
	text-align:center;
	color:#bbb;
	padding-top:4px
}
.pagination .pageRight {
	width:20%;
	float:right;
	text-align:right
}
.pagination .pageLeft {
	width:20%;
	float:left;
	text-align:left
}
/* MISC STYLES & SHORTCUTS */
div.code {
	border: 1px solid #ddd;
	background: #eee;
	padding: 10px
}
div.spacer, div.ccm-spacer {
	clear:both;
	font-size:1px;
	line-height:1px
}
.noTopSpace {
	margin-top:0px;
	padding-top:0px
}
/* Other */

img {
	border: 0px
}
a {
	cursor:pointer
}
label {
	font-weight:bold;
}
fieldset {
	border:1px solid #ccc;
}
div.ccm-error-response {
	color: #f00;
	margin-bottom: 12px
}
