/* Banner
*/

#Content {
	padding-bottom: 20px;
}

#Content .banner {
	height: 320px;
	position:relative;
}

#BannerContainer {
	background-repeat: no-repeat;
}

ul {
	list-style: none;
}

#SelectStyle {
	position:absolute;
	z-index:3;
	bottom:-5px;
	right:0;
	background-image: url(../images/select_style-bg.gif);
	background-repeat: no-repeat;
	width:362px;
	height:78px;
}

/*------------------------------------------------------------
	menu in banner


#Content .menu {
	background-color:#5a88c6;
	width:176px;
	float: left;
	font-family:tahoma, arial, verdana;
	font-weight:bold;
	font-size:11px;
    min-height: 320px;
}

#Content .menu ul {
	margin:0;
	padding:0 5px 0 5px;
	display: block;
	margin: 0;
	padding: 0;
}

#Content .menu li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}

#Content .menu a {
	background-image:url(../images/menu_arrow.gif);
	background-position:left;
	background-repeat:no-repeat;
	margin-left: 8px;
	color:#fff;
	padding: 8px 10px;
	display: none;
}

#Content .menu a:hover {
	text-decoration:none;
	color:#003868;
}

#Content .menu ul a {
	display: block;
}

#Content ul.menu ul li {
	border-bottom: 1px dotted #8cabd6;
}

#Content ul.menu ul li.selected {
	background-color: #003868;
	color: #ffffff;
}

#Content ul.menu ul li.selected a {
	background-image: none;
	padding-left: 0;
}

#Content ul.menu ul li.selected a:hover {
	color: #ffffff;
}

#Content .menu ul ul {
	background-color: #ffffff;
	display: none;
	margin: 0 1px 0 0;
	padding: 5px 0;
	font-weight: normal;
}

#Content ul.menu ul li.selected ul li {
	background-color: #ffffff;
}

#Content .menu ul li:hover ul {
	display: block;
}

#Content ul.menu ul ul a {
	background-image: none;
	color: #003868;
	padding: 5px 10px !important;
	margin-left: 2px;
}

#Content ul.menu ul ul li {
	border-bottom: 1px dotted #cacaca;
}

#Content ul.menu ul ul li:first-child {
	border-top: 1px dotted #cacaca;
}

#Content .menu ul ul li a:hover {
	color: #003868;
	text-decoration: underline;
	margin-left: 0;
	border-left: 2px solid #5a88c6;
}

#Content .menu ul li.selected ul li a:hover {
	color: #003868;
}

#Content .menu ul ul li.selected a {
	background: #ffffff;
	margin-left: 0;
	border-left: 2px solid #5a88c6;
}

#Content .menu ul li.selected ul {
	display: block;
}

#CaseStudiesMenu .menu {
    position: absolute;
}
------------------------------------------------------------*/

/* Content area
*/

#Content .content {
	margin-left:176px;
}


/* Content gallery area
*/

#Content .content #gallery-thumbs ul {
	list-style: none;
	text-align: center;
	line-height: 1.8em;
	font-size: 12px;
	margin: 5px 0;
}

#Content .content #gallery-thumbs li {
	display: inline;
	padding: 0 5px;
	vertical-align: top;
}

#Content .content #gallery-thumbs li a {
	color: #bcbcbc;
}

#Content .content #gallery-thumbs li a:hover {
	color: #000000;
	text-decoration: none;
}

#Content .content #gallery-thumbs li a.active {
	color: #000000;
	display: inline;
}

#Content .content #gallery a {
	display: block;
}

#Content .content #gallery img {
	display: block;
	width: 88px;
	height: 88px;
	background: red;
	float: left;
	margin: 0;
	border: 0;
	border: 4px solid #ffffff;
}

#Content .content #gallery a:hover img {
	border: 4px solid #000000;
}

/* Content navigation area
*/

#Content .content .content-menu {
	float: right;
	width: 400px;
}

#Content .content .nav {
	margin-top: 20px;
}

#Content .content .nav a {
	color: #000000;
	font-weight: bold;
	margin-bottom: 0.4ex;
	display: block;
}

#Content .content .nav a:hover {
	text-decoration: none;
}

#Content .content .nav ul {
	margin: 0;
	padding: 0;
}

#Content .content .nav li {
	float: left;
	width: 130px;
	height: 49px;
	display: block;
	padding: 5px 2px 2px 60px;
	background: 5px center no-repeat;
}

#Content .content .nav li:hover {
	background-color: #f7f8fa;
	cursor: hand;
	cursor: pointer;
}

#Content .content .nav li.active {
	background-color: #f7f8fa;
	cursor: hand;
	cursor: pointer;
}

#Content .content .nav li.case-studies {
	background-image: url(../images/case-studies.png);
	border-bottom: 1px dotted #bebebe;
	border-right: 1px dotted #bebebe;
}

#Content .content .nav li.testimonials {
	background-image: url(../images/testimonials.png);
	border-bottom: 1px dotted #bebebe;
}

#Content .content .nav li.faqs {
	background-image: url(../images/faqs.png);
	border-right: 1px dotted #bebebe;
}

#Content .content .nav li.accessories {
	background-image: url(../images/accessories.png);
}


/* Content text
*/

#Content .content .text {
	width: 350px;
	margin: 10px 0 0 0;
	line-height: 1.5;
	display: none;
}

#Content .content .text.active {
	display: block;
}

#Content .content h1 {
	color: #000000;
	font-size: 160%;
	font-weight: normal;
	margin-bottom: 0.4ex;
}

#Content .content p {
	margin: 0 0 1.2em 2px;
}

.contentRight {
	float:right;
	width:400px;
}

#CaseStudies,
#description {
	padding-top:20px;
}

/* Content FAQ
*/

#Content .content #testimonials dt,
#Content .content #faqs dt {
	font-weight: bold;
}

#Content .content #testimonials dt.togglerOut,
#Content .content #faqs dt.togglerOut {
	cursor: pointer;
	cursor: hand;
}

#Content .content #testimonials dd,
#Content .content #faqs dd {
	margin: 0 1ex 2em 1ex;
}

#Content .content #testimonials em,
#Content .content #faqs em {
	font-style: normal;
	font-weight: bold;
}


/* Image grid
*/

div.imageGrid {
	position: relative;
}
.imageGrid div div {
	cursor: hand;
	cursor: pointer;
}


/*------------------------------------------------------------
	Other
------------------------------------------------------------*/

.left {
	float:left;
}

.right {
	float:right;
}

.small_title {
	color:#5a88c6;
	font-weight:bold;
	font-family:tahoma, arial, verdana;
}

/*------------------------------------------------------------
	Tables
------------------------------------------------------------*/

.ranges_table {
	padding-top:10px;
}



/* Case Studies */

#CaseStudiesMenu {
	float:left;
}
