/*++ RESET +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
html
{
	overflow-y: scroll;
}
body {
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#2d2d2d;
	position:relative;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td, img, tbody, dt, dd, dl {  
	margin:0; 
	padding:0; 
} 
table { 
	border-collapse:collapse; 
	border-spacing:0; 
} 
fieldset,img {  
	border:0; 
}
img.img-to-left {
	margin-right: 10px;
	float:left;
}
img.img-to-right{
	float:right;
	margin-left:10px;
}
a img {
	vertical-align:text-bottom;
}
strong, strong em, strong i, b, b em, b i{
    font-weight:bold;
}

address,caption,cite,code,dfn,em,th,var { 
	font-style:normal; 
	font-weight:normal; 
} 
ol,ul { 
	list-style:none;
	-webkit-padding-start: 0; 
} 
caption,th { 
	text-align:left; 
}

/** utility **/
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
/* .clearfix {display: inline-table;} */

/* Hides from IE-mac \*/
*:first-child+html .clearfix {height:1%;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/**
* OOCSS
**/
.line,.last-child{overflow:hidden; *overflow:visible;*zoom:1;}
.col{float:left;}
.col-right{float:right;}
.size1of1{float:none;}
.size1of2{width:50%;}
.size1of3{width:33.33333%;}
.size2of3{width:66.66666%;}
.size1of4{width:25%;}
.size3of4{width:75%;}
.size1of5{width:20%;}
.size2of5{width:40%;}
.size3of5{width:60%;}
.size4of5{width:80%;}
.last-child{float:none;width:auto;_position:relative;_left:-3px;_margin-right:-3px;}




.left {
	float: left;
}
.right {
	float: right;
}
.center{
	text-align:center;
}
.hid 
{
	display:none;
	
}
.nobg{
	background:none !important;
}
.nopadd{
	padding:0 !important;
}
.nomarg{
    margin:0 !important;
}
.noBdr-top{
	border-top:none !important;
}
img.vbottom {vertical-align: bottom; }
.upperCase {
	text-transform: uppercase;
}

strong, b {
	font-weight: bold;
}
em, i {
	font-style: italic;
}
.nobdr {
	border: 0 none;
}
.clear {
	clear: both;
}
*:first-child+html img{vertical-align:text-bottom;}
* html img{vertical-align:text-bottom;}
table td{
	vertical-align:top;
}

.overlabel-wrapper {
	position:relative;
}
	.overlabel-wrapper label.overlabel-apply {
		position:absolute;
		left:0px;
		top:0px;
		cursor:text;
	}

/*++ STRUCTURE +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#mainTbl {
	width:950px;
	margin:0 auto;
}

#footer {
	margin:10px 0 0 0;
	padding:15px 0 15px 0;
	background:url(../images/backgrounds/footer-bg.gif) no-repeat center top;
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#404040;
}
* html #footer {
	padding-bottom:30px;
}
#footer .copyright {
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#404040;
	float:left;
}
#footer ul.nav-footer {
	float:right;
}
	#footer ul.nav-footer li {
		float:left;
		background:url(../images/backgrounds/nav-footer-bg.gif) no-repeat left center;
		padding:0 10px 0 10px;
	}
		#footer ul.nav-footer li a {
			font:normal 11px Arial, Helvetica, sans-serif;
			color:#404040;
			text-decoration:none;
		}
		#footer ul.nav-footer li a:hover {
			text-decoration:underline;
		}

#header .royal-logo {
	float:left;
}
#header ul.options {
	float:right;
	padding:35px 0 0 0;
}
* html #header ul.options {
	width:440px;
}
	#header ul.options li {
		float:left;
		padding:0 0 0 5px;
		background:none;
	}

#area-search {
	/*margin-top:2px;*/
}
	#area-search label.overlabel-apply {
		font:normal 12px Arial, Helvetica, sans-serif;
		color:#707070;
		left:4px;
		top:3px;
	}
	*:first-child+html #area-search label.overlabel-apply {left:3px;}
	* html #area-search label.overlabel-apply {left:3px;}
	#area-search input.txt-field {
		border:1px solid #c6c6c6;
		border-right:none;
		height:15px;
		padding:2px;
		width:173px;
		background:url(../images/backgrounds/field-bg.gif) no-repeat left top #fff;
		vertical-align:top;
		float:left;
		font:normal 12px Arial, Helvetica, sans-serif;
		color:#707070;
		cursor:text;
	}
	#area-search input.btn-submit {
		border:none;
		vertical-align:top;
		background:url(../images/buttons/btn-search.gif) no-repeat left top;
		width:24px;
		height:21px;
		float:left;
		margin:0;
	}

#header {
	background:url(../images/backgrounds/nav-main-bg.gif) repeat-x left bottom;
	padding-bottom:4px;
	height:1%;
}

.homepage #header {
	background:none;
	padding:0;
}
#header .nav-main {
}
	#header .nav-main ul {
		clear:right;
		float:right;
		padding:15px 0 0 0;
	}
		#header .nav-main ul li {
			float:left;
			padding:0 0 0 5px;
			background:none;
		}
		#header .nav-main ul li table {
			display:none;
		}
		
			#header .nav-main ul li a {
				background:url(../images/nav-menu/mnu-default.gif) no-repeat left top;
				display:block;
				width:98px;
				padding:13px 10px 9px 10px;
				text-align:center;
				text-decoration:none;
				text-transform:uppercase;
				font:bold 11px Arial, Helvetica, sans-serif;
				color:#fff;
				overflow:hidden;
			}
			#header .nav-main ul li a#where-to-buy, #header .nav-main ul li #where-to-buy:hover {background:url(../images/buttons/where-to-buy.jpg) no-repeat center center !important; width:129px; padding:21px 0 0 0 !important; text-indent:-999px;}
			#header .nav-main ul li a#products,
			#header .nav-main ul li a#resources,
			#header .nav-main ul li a#about-us,
			#header .nav-main ul li a#contact-us {
				text-indent:-9999px;
				width:118px;
				height:36px;
				padding:0;
				margin:0;
			}
			#header .nav-main ul li a#products {
				background:url(../images/nav-menu/mnu-products.gif) no-repeat left top;
			}
			#header .nav-main ul li a#resources {
				background:url(../images/nav-menu/mnu-resources.gif) no-repeat left top;
			}
			#header .nav-main ul li a#about-us {
				background:url(../images/nav-menu/mnu-about-us.gif) no-repeat left top;
			}
			#header .nav-main ul li a#contact-us {
				background:url(../images/nav-menu/mnu-contact-us.gif) no-repeat left top;
			}
			#header .nav-main ul li a:hover, #header .nav-main ul li.active a {
				background-position:left bottom !important;
				padding:15px 10px 7px 10px;
			}
			#header .nav-main ul li a:hover, #header .nav-main ul li.selected a {
				background-position:left bottom !important;
				padding:15px 10px 7px 10px;
			}
			
div.breadcrumb {
	padding:10px 12px;
	position:relative;
}
	div.breadcrumb, div.breadcrumb a, div.breadcrumb span{
		font:normal 11px Arial, Helvetica, sans-serif;
		color:#565a5c;
		cursor:default;
	}
	div.breadcrumb a {
		text-decoration:none;
		font-weight:bold;
		cursor:pointer;
	}
	div.breadcrumb a:hover {
		text-decoration:underline;
	}
	div.breadcrumb div.options {
		position:absolute;
		right:0px;
		top:0px;
		padding:10px 12px;
	}
	div.breadcrumb div.options,
	div.breadcrumb div.options a {
		font:normal 10px Arial, Helvetica, sans-serif;
	}
	div.breadcrumb div.options a {
		background:url(../images/arrow-blue.gif) no-repeat left center;
		padding-left:10px;
		margin-left:10px;
	}
	
div.content{
	padding-top:5px;
}
.homepage div.content{
	padding-top:10px;
}
.homepage h2{ margin:0; }
	div.content .content-left {
		float:left;
		width:220px;
	}
	div.content .content-right {
	    float:right;
	    width:220px;
	    margin-left:20px;
	}
	div.content .content-body {
		float:right;
		width:710px;
		padding-bottom:20px;
	}
	div.content .content-body.left {
		float:left;
	}

ul#nav-left {
	background-color:#f2f2f2;
	border:1px solid #d8d8d8;
	border-bottom:none;
	margin-bottom:10px;
}
	ul#nav-left li {
		border-bottom:1px solid #d8d8d8;
		background:none;
		padding:0;
		margin:0px;
		vertical-align:top;
	}
		ul#nav-left li a {
			font:bold 12px Arial, Helvetica, sans-serif;
			color:#1c0e52;
			text-transform:uppercase;
			text-decoration:none;
			display:block;
			padding:8px 20px 8px 10px;
			margin:0;
			background:url(../images/arrow-blue.gif) no-repeat 205px center;
		}
		ul#nav-left li a:hover {
			text-decoration:underline;
		}
		ul#nav-left li ul,
		ul#nav-left li.selected ul li ul {
			display:none;
			padding:0 0 5px 20px;
		}
		ul#nav-left li.selected a {
			background:url(../images/purple-arrow.gif) no-repeat 205px center;
		}
		ul#nav-left li.selected ul,
		ul#nav-left li.selected ul li.selected ul {
			display:block;
		}
			ul#nav-left li ul li,
			ul#nav-left li.selected ul li {
				border:none;
				background:none;
				height:1%;
				padding:0;
			}
				ul#nav-left li ul li a,
				ul#nav-left li.selected ul li a,
				ul#nav-left li.selected ul li.selected ul li a {
					font:bold 11px Arial, Helvetica, sans-serif;
					color:#424242;
					text-transform:capitalize;
					background:url(../images/arrow-blue.gif) no-repeat left 3px;
					padding:0 10px 5px 10px;
				}
				ul#nav-left li ul li a:hover {
					text-decoration:underline;
				}
				ul#nav-left li.selected ul li.selected a {
					color:#1C0E52
					background:url(../images/purple-arrow.gif) no-repeat left 3px;
				}
				ul#nav-left li.selected a.nochilds {
					/*background:url(../images/arrow-blue.gif) no-repeat left 3px !important;*/background:none; font-weight:normal;
				}
					ul#nav-left li.selected ul li.selected ul li a,
					ul#nav-left li.selected ul li.selected ul li a.nochilds {
						font-weight:normal;
						padding-left:0px;
						background:none !important;
					}
						ul#nav-left li.selected ul li.selected ul li.selected a,
						ul#nav-left li.selected ul li.selected ul li.selected a.nochilds {
							color:#a8223b;
							font-weight:bold;
							background:none !important;
						}
		

/*++ DEFAULT STYLES ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

h1{
	font:normal 28px "Myriad Pro", Arial, Helvetica, sans-serif;
	color:#ae3149;
}

body.directory h1{
	font:normal 21px Arial, Helvetica, sans-serif;
	color:#b4700e;
	text-transform:uppercase;
	border-bottom:2px solid #dcdcdc;
	margin-bottom:15px;
}
body.landing h1{
	margin:10px 0;
}
h2{
	font:bold 14px Arial, Helvetica, sans-serif;
	margin:5px 0 10px 0;
}
body.directory h2{
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#2d2d2d;
	text-transform:uppercase;
}
h3{
	font:bold 13px Arial, Helvetica, sans-serif;
	margin:8px 0 10px 0;
}

hr{
	margin:15px 0 0 0;
	padding:0 0 15px 0;
	border:none;
	border-top:1px solid #bababa;
	background:none;
	clear:both;
}

p{
	margin-bottom:8px;
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#2d2d2d;
}
p.intro{
	font:normal 14px Arial, Helvetica, sans-serif;
}

p.intro-landing{
	font:normal 14px Arial, Helvetica, sans-serif;
	width:470px;
}


body.landing p{
	font:normal 12px/18px Arial, Helvetica, sans-serif;
	margin-bottom:15px;
}
a{
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#2d2d2d;
	outline:0;
}
p a{
	color:#005595;
}
label{
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#2d2d2d;
}
select{
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#2d2d2d;
}
ol{
    margin-left:20px;
    margin-bottom:8px;
}
ol, ol li{
    list-style-position:outside;
    list-style-type:decimal;
    font:normal 11px Arial, Helvetica, sans-serif;
}
ol li{
    background:none;
    padding:0 0 1px 0px;
    color:#2d2d2d;
	height:1%;
}
ul{
}
ul li{
	background:url(../images/arrow-blue.gif) no-repeat left 3px;
	font:normal 11px Arial, Helvetica, sans-serif;
	padding:0 0 1px 10px;
	color:#2d2d2d;
	overflow:hidden;
}
* html ul li{
    height:1%;
}
ul.with-arrow li{
	background:url(../images/bullet-arrow.gif) no-repeat left 2px;
	display:block;
	overflow:hidden;
	padding:4px 0 6px 20px;
}
ul.with-arrow li a {
	text-decoration:none;
}
ul.with-arrow li a:hover {
	text-decoration:underline;
}
div.content .content-body table td {
	padding:0 10px 10px 0;
}
div.content .content-body table td:last-child {
	padding-right:0;
}
div.content .content-body table td.last-child {
	padding-right:0;
}

div.content-block {
	padding:15px 0;
}
	div.content-block p.intro {
		padding:0 10px;
		margin:0 0 15px 0;
		font-size:13px;
	}

input.txt-field {
	border:1px solid #c6c6c6;
	height:15px;
	padding:2px;
	width:170px;
	background:url(../images/backgrounds/field-bg.gif) no-repeat left top #fff;
	vertical-align:middle;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#707070;
	cursor:text;
}
.wNormal{
	width:200px !important;
}
.wLarge{
	width:250px !important;
}
.bg-white, .bg-white *{
	background-color:#fff !important;
}
/*++ CONTENT BLOCKS STYLES +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

table.box-gray {
	margin-bottom:10px;
	float:right;
	margin-left:20px;
}
.content-body {
	margin-bottom:0;
}
	table.box-gray td {
		background-color:#f6f6f6;
		border:1px solid #d3d3d3;
		padding:5px 10px !important;
	}
		table.box-gray td h2 {
			font:bold 12px Arial, Helvetica, sans-serif;
			color:#232323;
			text-transform:uppercase;
			background:url(../images/backgrounds/boxes-h2-bg.gif) repeat-x left bottom #dcdcdc;
			margin:-5px -10px 7px -10px;
			padding:3px 10px;
			cursor:default;
			text-align:left;
		}
		table.box-gray td ul
		{
			text-align:left;
		}
		table.box-gray td p {
			margin-bottom:5px;
		}
		table.box-gray td a {
			text-decoration:none;
		}
		table.box-gray td a:hover {
			text-decoration:underline;
		}
			table.box-gray table td {
				background:none;
				padding:5px 0 !important;
				border:0;
			}

table.boxes-white { }
	table.boxes-white td {
		background-color:#fff;
		border:1px solid #d3d3d3;
		padding:15px 20px !important;
		width:188px;
	}
	table.boxes-white td.nobrd {
		border:none;
	}
	table.boxes-white td.separator {
		border:none;
		background:none;
		width:10px;
		height:10px;
		padding:0px !important;
	}
		table.boxes-white  td h2 {
			font:bold 12px Arial, Helvetica, sans-serif;
			color:#232323;
			text-transform:uppercase;
			background:url(../images/backgrounds/boxes-h2-bg.gif) repeat-x left bottom #dcdcdc;
			margin:-15px -20px 15px -20px;
			padding:5px 20px;
			cursor:default;
		}
		table.boxes-white td ul li a {
			text-decoration:none;
		}
		table.boxes-white td ul li a:hover {
			color:#005595;
		}
		table.boxes-white td p {
			margin-bottom:10px;
			font:normal 11px Arial, Helvetica, sans-serif;
		}

table.boxes-cols { }
	table.boxes-cols td {
		background-color:#f6f6f6;
		border:1px solid #d3d3d3;
		padding:10px !important;
	}
	table.boxes-cols  td.separator {
		border:none;
		background:none;
		width:10px;
		height:10px;
		padding:0px !important;
	}
		table.boxes-cols  td h2 {
			font:bold 12px Arial, Helvetica, sans-serif;
			color:#232323;
			text-transform:uppercase;
			background:url(../images/backgrounds/boxes-h2-bg.gif) repeat-x left bottom #dcdcdc;
			margin:-10px -10px 10px -10px;
			padding:5px 10px;
			cursor:default;
		}
		table.boxes-cols  td ul li a {
			text-decoration:none;
		}
		table.boxes-cols  td ul li a:hover {
			color:#005595;
		}
		table.boxes-cols  td p {
			margin-bottom:5px;
			font:normal 11px Arial, Helvetica, sans-serif;
		}

table.boxes-4cols{ }
	table.boxes-4cols td {
		background:#fff;
		border-top:none;
		width:206px;
		padding:10px 12px 0 12px;
	}
	table.boxes-4cols tr.last-child td {
		background:#fff;
		height:7px;
		border-top:none;
		padding-bottom:7px;
		padding-top:7px;
	}
	table.boxes-4cols tr td.separator, table.boxes-4cols tr th.separator { 
		background:url(../images/backgrounds/td-seperator.gif) repeat-y;
		width:10px;
		border:none;
		padding:0;
	}
		table.boxes-4cols th h2 {
			color:#fff;
		}

ul.news-list { }
	ul.news-list li {
		padding: 0 0 10px 0;
		margin:0 0 10px 0;
		background:url(../images/backgrounds/separator-dotted.gif) repeat-x left bottom;
	}
	ul.news-list li.last-child {
		padding:0;
		margin:0;
		background:none;
	}
		ul.news-list li a {
			text-decoration:none;
		}
		ul.news-list li a:hover {
			text-decoration:underline;
		}
table.directory td{
	background:#e0e0e0;
	width:150px;
	padding:8px 5px 8px 10px;
}
table.directory td.space{
	background:#fff;
	width:10px;
	padding:0px;
}
table.directory h2{
	font:bold 12px/normal Arial, Helvetica, sans-serif;
	text-transform:none;
	color:#000000;
}
table.directory li {
	margin-bottom:3px;
	font:normal 11px/normal Arial, Helvetica, sans-serif;
	padding-left:0px;
	background:none;
}		
table.directory li a {
	text-decoration:none;
	font:normal 11px/normal Arial, Helvetica, sans-serif;
	color:#015a90;
}
table.directory li a:hover {
	text-decoration:underline;
}

.tabpanel:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
*:first-child+html .tabpanel {height:1%;}
* html .tabpanel {height: 1%;}
.tabpanel {display: block;}
div.tabpanel{
	padding-top:20px;
	clear:both;
}
div.tabpanel table { }
	div.tabpanel table th {
		padding-right:2px;
		vertical-align:top;
	}
	div.tabpanel table th.last-child {
		padding-right:0;
	}
		div.tabpanel table th h2 {
			background:url(../images/backgrounds/tp-title-bg.gif) no-repeat left top;
			margin:0;
			padding:0;
		}
			div.tabpanel table th h2 a {
				font:bold 10px Arial, Helvetica, sans-serif;
				color:#2d2d2d;
				text-transform:uppercase;
				background:url(../images/backgrounds/tp-title-bgr.gif) no-repeat right top;
				display:block;
				padding:5px;
				text-decoration:none;
				text-align:center;
			}
		div.tabpanel table th.hover h2 {
			background:url(../images/backgrounds/tp-title-bg-selected.gif) no-repeat left top;
			position:relative;
		}
			div.tabpanel table th.hover h2 a {
				background:url(../images/backgrounds/tp-title-bgr-selected.gif) no-repeat right top;
				color:#fffefe;
			}
			div.tabpanel table th.hover h2 span.arrow {
				display:block;
				height:8px;
				width:20px;
				position:absolute;
				background:url(../images/backgrounds/tp-title-arrow-selected.gif) no-repeat left top;
				left:50%;
				top:100%;
				margin-left:-10px;
			}
			* html div.tabpanel table th.hover h2 span.arrow { 
				margin-left:-20px;
				top:22px;
				left:expression((this.parentNode.width/2)+'px');
			}
	div.tabpanel table td.tabpanel-body {
		padding:0 !important;
	}
	div.tabpanel table div.tabpanel-body {
		border:1px solid #d3d3d3;
		background-color:#f8f8f8;
		padding:15px 20px !important;
	}
		div.tabpanel table div.tabpanel-body div.panecontent {
			display:none;
			font-size:12px;

		}
		div.tabpanel table div.tabpanel-body div.panecontent:first-child {
			display:block;
		}
		div.tabpanel table div.tabpanel-body div.panecontent.first-child {
			display:block;
		}
			div.tabpanel table div.tabpanel-body div.panecontent a {
				text-decoration:none;
				font-size:12px;
			}
			div.tabpanel table div.tabpanel-body div.panecontent a:hover {
				text-decoration:underline;
			}

table.form {
	background:url(../images/backgrounds/form-bg.gif) repeat-x left top #e5e5e5;
	font:normal 14px/18px Arial, Helvetica, sans-serif;
	color:#4c4c4c;
	border-right:1px solid #d3d3d3;
}
	table.form td {
		padding:15px;
		vertical-align:inherit;
		border:1px solid #d3d3d3;
		border-right:0;
		border-collapse:collapse;
	}
	table.form label {
		font:bold 12px Arial, Helvetica, sans-serif;
		color:#3a3a3a;
	}

div.form-login {
	width:700px;
	margin:35px auto;
	position:relative;
}
	div.form-login span.corner {
		position:absolute;
		width:5px;
		height:5px;
		background-color:red;
	}
	div.form-login span.tleft {
		left:0px;
		top:0px;
		background:url(../images/backgrounds/corner-tleft.gif) no-repeat left top;
	}
	div.form-login span.tright {
		right:0px;
		top:0px;
		background:url(../images/backgrounds/corner-tright.gif) no-repeat right top;
	}
	div.form-login span.bleft {
		left:0px;
		bottom:0px;
		background:url(../images/backgrounds/corner-bleft.gif) no-repeat left bottom;
	}
	div.form-login span.bright {
		right:0px;
		bottom:0px;
		background:url(../images/backgrounds/corner-bright.gif) no-repeat right bottom;
	}
	@-moz-document url-prefix(){
		div.form-login span.tleft {left:-1px;top:-1px;}
		div.form-login span.tright {top:-1px; }
		div.form-login span.bleft {left:-1px;}
	}
	
ul.partner-links { }
ul.partner-links li { padding-bottom:5px; }
ul.partner-links li a { font:bold 13px Arial, Helvetica, sans-serif; color:#333; }

table.search-results { width:100%; }
table.search-results thead td {
	padding:0 !important;
}
	table.search-results thead p {
		font:normal 14px Arial, Helvetica, sans-serif;
		color:#2d2d2d;
		margin:0 0 10px 0;
		padding:5px 0;
		display:block;
		border-bottom:1px solid #bababa;
	}
table.search-results tfoot td {
	border-top:1px solid #bababa;
	padding:10px 0 !important;
	word-spacing:5px;
	font:normal 12px Arial, Helvetica, sans-serif;
}
	table.search-results tfoot span {
		font-weight:bold;
	}
	table.search-results tfoot a {
		font:normal 12px Arial, Helvetica, sans-serif;
		color:#026dcf;
		text-decoration:none;
	}
	table.search-results tbody p{
		font:bold 11px Arial, Helvetica, sans-serif;
		margin:5px 0;
	}
	table.search-results tbody p span{
		font-weight:normal;
	}
	table.search-results tbody p strong{
		font:bold 18px Arial, Helvetica, sans-serif;
	}

a.search-next {
	background:url(../images/arrow-blue.gif) no-repeat right center;
	padding-right:15px;
}

table.contact-us { }
	table.contact-us td {
		background-color:#f2f2f2;
		border:1px solid #d3d3d3;
		padding:10px 20px !important;
		vertical-align:top;
	}
	table.contact-us  td.separator {
		border:none;
		background:none;
		width:10px;
		height:10px;
		padding:0px !important;
	}
		table.contact-us  td h1 {
			margin-top:0;
		}
		table.contact-us  td h2 {
			font:normal 14px Arial, Helvetica, sans-serif;
			margin-bottom:10px;
		}
		tablecontact-us  td ul li a {
			text-decoration:none;
		}
		table.contact-us  td ul li a:hover {
			color:#005595;
		}
		table.contact-us  td p {
			margin-bottom:5px;
			font:normal 11px Arial, Helvetica, sans-serif;
		}
		table.contact-us td table {
			margin-bottom:15px;
		}
			table.contact-us td table td {
				background:none;
				border:none;
				padding:0 10px 4px 0 !important;
				vertical-align:top;
			}
				table.contact-us td table td strong {
					font-size:12px;
				}
	table.contact-us select {
		font:normal 12px Arial, Helvetica, sans-serif;
		color:#838383;
	}
	table.contact-us label{
		font:normal 12px Arial, Helvetica, sans-serif;
		color:#2d2d2d;
	}
	table.contact-us .txt-field {
		width:243px;
		background:#fff;
		margin: 0 !important;
	}
	table.contact-us span.required {
		color:#d20027;
	}
	table.contact-us .radios{
		padding:10px 0;
	}
	table.contact-us .radios p{
		padding:2px 0;
	}
	table.contact-us .radios input{
		vertical-align:top;
	}
	.check-list label {
	    margin-left:5px;
	    font-size:12px;
	}
	table.contact-us .check-list label {
	    margin-left:5px;
	    font-size:12px;
	}
    
    table.TableList{ margin-bottom:10px; }
        table.TableList td{ background:url(../images/arrow-blue.gif) no-repeat scroll left 3px;  padding:0 0 1px 10px !important; }
            table.TableList td a { font-size:12px; }

ul.sitemap{ visible:false; margin-bottom:30px; }
ul.sitemap li a{ visible:false; color:#005595; }
ul.sitemap li ul{ visible:false; padding-left:0px; padding-bottom:5px; }
ul.sitemap li ul li{ visible:false; background:none; padding-left:10px; }
ul.sitemap li ul li a{ visible:false; color:#2d2d2d; font-size:11px; }
ul.sitemap li ul li ul{ visible:false; padding-bottom:0; }

/*=sitemap 2nd version*/
ul.ektSitemap { margin:0; padding:0px; background:none; }
ul.ektSitemap li { float:left; background:none; width:222px; margin:0px; padding:0 15px 0 0; }
ul.ektSitemap li a { font:bold 12px/16px Arial,Helvetica,sans-serif; text-transform:uppercase; text-decoration:none; margin:0 0 10px 0; display:block; }
ul.ektSitemap li ul li { float:none; background:url(../images/arrow-blue.gif) no-repeat scroll left 3px; width:auto; margin:0px; padding:0 0 1px 10px; }
ul.ektSitemap li ul li a { font:normal 12px/16px Arial,Helvetica,sans-serif; text-transform:none; color:#2D2D2D; text-decoration:none; margin:0; display:inline; }
ul.ektSitemap li ul li a:hover { text-decoration:underline; }
/*ul.ektSitemap li ul li ul li ul{ display:none; }*/


blockquote{ margin-left:10px; }

.Pager
{
	border-top:1px solid #bababa;
	padding:10px 0 !important;
	word-spacing:5px;
	font:normal 12px Arial, Helvetica, sans-serif;
	font-weight:bold;
	
}
 .btn-reset, .btn-submit
 {
	width:102px;
	height:26px;
	background:none;
	background:url(/uploadedimages/Generic/Buttons/btn-clearform4.jpg) no-repeat left top;
	border:none;
	font: bold 11px/11px Arial, Helvetica, sans-serif;
	color:#fff;
	text-align:left;
	padding-left:9px;
	text-transform:uppercase;
	padding-bottom:1px;
	*padding-top:3px;
	}
.btn-submit
 {	
	width:79px;
	background:url(/uploadedimages/Generic/Buttons/btn-sutmit.jpg) no-repeat left top;
	padding-left:13px;
	margin-right:5px;
	}
table.list-results{
    width:100%;
}
table.list-results td{
    padding:10px 0 !important;
    border-bottom:1px solid #eee;
}
.logos-list{
    float:right;
    margin:0 0 0 15px;
}
    .logos-list img{
        margin:0 10px;
    }
    
ol.design_list_vertical, ol.design_list_vertical li{
    list-style:none !important;
}
ol.design_list_vertical label{
    margin-left:5px;
}

.padtop10 {
	padding-top:10px;
}

.logo-product-landing {
	border:1px solid #BDCBD5; 
	width:228px; 
	float:right; 
	height:75px; 
	text-align:center; 
	padding-top:20px; 
	padding-bottom:15px;
}
span.align-center-img{
text-align:center;
display:block;
}
img.align-center-img{
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.relative{
	position:relative;
	_height:1%;
}
.to-bottom-30{
	position:absolute;
	bottom:30px;
}
.rating{
	vertical-align:middle;
	margin-right:3px;
}

.row-result{ position: relative;}
.logos-list {
    bottom:0;
    margin:0 0 0 15px;
    position:absolute;
    right:0;
}

/*= FAQ */
#faq-result { padding:0; margin:0; }
#faq-result td { padding:0; margin:0; }
#faq-result div.faq-category-result
{
    border:1px solid #b6b6b6;
    margin:0;
    padding:0;
    position:relative;
}
    #faq-result div.faq-category-result .corner-tl,
    #faq-result div.faq-category-result .corner-tr,
    #faq-result div.faq-category-result .corner-bl,
    #faq-result div.faq-category-result .corner-br
    {
        position:absolute;
        display:block;
        width:5px;
        height:5px;
    }
    #faq-result div.faq-category-result .corner-tl
    {
        left:-1px; top:-1px; background:url(../images/backgrounds/category-corner-tl.gif) no-repeat left top;
    }
    #faq-result div.faq-category-result .corner-tr
    {
        right:-1px; top:-1px; background:url(../images/backgrounds/category-corner-tr.gif) no-repeat right top;
    }
    #faq-result div.faq-category-result .corner-bl
    {
        left:-1px; bottom:-1px; background:url(../images/backgrounds/category-corner-bl.gif) no-repeat left top;
    }
    #faq-result div.faq-category-result .corner-br
    {
        right:-1px; bottom:-1px; background:url(../images/backgrounds/category-corner-br.gif) no-repeat right top;
    }
    #faq-result div.faq-category-result .faq-category-title
    {
        background:url(../images/faq-title_bg.gif) repeat-x left top;
        border-bottom:0;
    }
        #faq-result div.faq-category-result .faq-category-title h2
        {
            color:#005aa0;
            font:bold 15px Arial, Helvetica, sans-serif;
            padding:0;
            margin:0;
        }
        #faq-result div.faq-category-result .faq-category-title a
        {
            color:#484848;
            font:normal 10px Arial, Helvetica, sans-serif;
            text-decoration:none;
            padding:0;
            margin:0;
        }
        #faq-result div.faq-category-result .faq-category-title a:hover
        {
            text-decoration:underline;
        }
        #faq-result div.faq-category-result .faq-category-title td
        {
            vertical-align:middle !important;
            padding:10px;
        }
#faq-result div.faq-category-questions .faq-item
{
    padding:0;
    margin:0;
    border-bottom:1px solid #dadada;
    background:url(../images/faq-item_bg.gif) repeat-x left top #f5f5f5;
}
#faq-result div.faq-category-questions .faq-item_last-child
{
    border-bottom:0;
}
#faq-result div.faq-category-questions .faq-item .faq-item-title
{
    color:#4a4b4c;
    font:normal 14px Arial, Helvetica, sans-serif;
    text-decoration:none;
    background:url(../images/faq-arrow-right.gif) no-repeat 680px center #fff !important;
    padding:12px 100px 12px 10px;
    margin:0;
    display:block;
}
#faq-result div.faq-category-questions .faq-item a.expand
{
    background:url(../images/faq-arrow-down.gif) no-repeat 680px center transparent !important;
    color:#005aa0;
}
#faq-result div.faq-category-questions .faq-item .faq-item-answer
{
    display:none;
    padding:0 50px 10px 10px;
    border-collapse:collapse;
}
#faq-result div.faq-category-questions .faq-item .faq-item-answer,
#faq-result div.faq-category-questions .faq-item .faq-item-answer *
{
    font:normal 12px Arial, Helvetica, sans-serif;
    color:#222121;
}

ul.category-links-horizontal
{
    margin:10px 0 30px 0;
    padding:0;
    height:1%;
    display:block;
    overflow:hidden;
}
ul.category-links-horizontal li
{
    float:left;
    border-right:1px solid #a8223b;
    padding:0 8px 0 7px;
    margin:0;
    background:none;
}
ul.category-links-horizontal li:first-child
{
    padding-left:0;
}
ul.category-links-horizontal li.first-child
{
    padding-left:0;
}
ul.category-links-horizontal li:last-child
{
    padding-right:0;
    border-right:0;
}
ul.category-links-horizontal li.last-child
{
    padding-right:0;
    border-right:0;
}
ul.category-links-horizontal li a
{
    background:none;
    padding:0;
    margin:0;
    font:normal 12px Arial, Helvetica, sans-serif;
    color:#a8223b;
    text-decoration:none;
}
ul.category-links-horizontal li a:hover
{
    text-decoration:underline;
}
td.search-results-text
{
    vertical-align:bottom !important;
}
td.search-results-text, td.search-results-text p
{
    font:normal 16px Arial, Helvetica, sans-serif;
    color:#2d2d2d;
    margin:0;
}
    td.search-results-text p span.number
    {
        color:#006aa9;
    }

/*
table.faq-result td
{
    padding:0px !important;
}
table.faq-category-title
{
    background:url(../images/faq-title_bg.gif) repeat-x left top;
    border:1px solid #b6b6b6;
    border-bottom:0;
}
    table.faq-category-title tr td
    {
        padding:10px !important;
    }
        .faq-category-title h2
        {
            color:#005aa0;
            font:bold 15px Arial, Helvetica, sans-serif;
        }
        table.faq-category-title a
        {
            color:#484848;
            font:normal 10px Arial, Helvetica, sans-serif;
            text-decoration:none;
        }
        table.faq-category-title a:hover
        {
            text-decoration:underline;
        }
table.faq-result .faq-item{
    border-collapse:collapse;
    padding:0;
    border-right:1px solid #b6b6b6;
    border-left:1px solid #b6b6b6;
    border-bottom:1px solid #b6b6b6;
    border-collapse:collapse;
    background:url(../images/faq-item_bg.gif) repeat-x left top;
}
.faq-item a.faq-item-title{
    color:#4a4b4c;
    font:normal 14px Arial, Helvetica, sans-serif;
    text-decoration:none;
    background:url(../images/faq-arrow-right.gif) no-repeat 680px center #fff !important ;
    padding:10px;
    display:block;
}
.faq-item a.expand{
    background:url(../images/faq-arrow-down.gif) no-repeat 680px center transparent !important;
    color:#005aa0;
}
.faq-item-answer{
    display:none;
    padding:0 10px 20px 10px;
    font:normal 12px Arial, Helvetica, sans-serif;
    color:#222121;
    border-bottom:1px solid #dadada;
    border-collapse:collapse;
}

*/
.table-3cols{
	margin:0px 0px 25px 0px;
	padding:5px 0 0 0;
}
.table-3cols td{
	width:311px;
}
.table-3cols td.separator{
	width:9px;
}
.table-3cols img.left{
	border:1px solid #ababab;
	margin-right:18px;
}
.table-3cols h3{
	font:bold 16px/18px Arial, Helvetica, sans-serif;
	color:#2d2d2d;
	margin-bottom:5px;
	margin-top:0px;
}
div.detail{
	_float:left;
	overflow:hidden;
}
.pdngT5{
	padding-top:5px;
}
.mrgT5{
	margin-top:5px;
}
.mrgb25{
	margin-bottom:25px;
}
.relative .boxes-cols .bottom-more{
	position:absolute;
	bottom:6px;
}
.relative .boxes-cols td{
_padding-bottom:15px !important;
}

.video-list{ }
.video-list div.video-item{ float:left; margin:0; padding:0 15px 30px 0; width:220px; }
.video-list div.video-item .thumb{ float:left; margin:0 10px 10px 0; padding:0; }
.video-list div.video-item h3{ font:bold 12px Arial, Helvetica, sans-serif; color:#005595; margin:0; padding:0; }
.video-list div.video-item p{ font:normal 11px Arial, Helvetica, sans-serif !important; color:#565656; margin:0; padding:0; }

.video-item{}
.video-item .video-player{ margin:15px 0; }
.video-item p{font:normal 13px Arial, Helvetica, sans-serif !important; color:#565656; }

.container-product-image{
float: left; 
margin-right: 15px; 
max-width: 465px;
_width: 465px;
}
.container-product-image img{
max-width: 465px;
_width: 465px;}
.container-product-logo{
float: left; margin-right: 15px;
}


.red-button {
	background:url(../images/buttons/red_button.jpg) no-repeat;
	color:#FFFFFF;
	font:14px Arial, Helvetica, sans-serif;
	display:block;	
	width:217px;
	height:28px;
	padding-top:10px;
	padding-left:13px;
	text-decoration:none;
}

.red-button:hover {
	text-decoration:underline;
}


.green-button {
	background:url(../images/buttons/green_button.jpg) no-repeat;
	color:#FFFFFF;
	font:14px Arial, Helvetica, sans-serif;
	display:block;	
	width:217px;
	height:28px;
	padding-top:10px;
	padding-left:13px;
	text-decoration:none;
}


.green-button:hover {
	text-decoration:underline;
}


.orange-button {
	background:url(../images/buttons/orange_button.jpg) no-repeat;
	color:#FFFFFF;
	font:14px Arial, Helvetica, sans-serif;
	display:block;	
	width:217px;
	height:28px;
	padding-top:10px;
	padding-left:13px;
	text-decoration:none;
}


.orange-button:hover {
	text-decoration:underline;
}


/*Added Styles*/
table.search{

}	
	table.search a{
		color: #005aa0;
		text-decoration: none;
	}
	table.search a:hover{
		color: #005aa0!important;
		text-decoration: underline;
	}
	table.search table.search-form{
		margin: 0;
	}
	table.search table.search-form td{
		padding: 0!important;
	}
	table.search table.search-form h3{
		margin: 10px 0 0 0;
		font-size: 15px;
	}
	table.search table search-form h3 input {margin-bottom:0px!important;}
	table.search hr{
		margin: 7px 0 0;
		padding: 0 0 11px;
	}
	table.search table.search-form span{
		display:inline;
		float: right;
	}
	table.search table.search-form span.margintop{
		display:inline;
		float: right;
		margin-top:2px;
	}
	table.search div.map-locations{
		margin: 10px 4px 10px 4px;
	}
	table.search table.search-form div.radios{
		padding: 0;
	}
	table.search table.search-form label{
		margin: 0 7px;
		_margin: 0 3px;
		vertical-align: top;
		font-size: 12px;
		font-weight: bold;
	}
	table.search table.search-form input{		
		vertical-align: middle;
		position: relative;
		top: 0px;
		_top: -3px;
		*overflow: hidden;
	}
	table.search table.search-form div.check-boxs label{
		margin-right: 16px;
	}
	table.search table.search-form div.search-radius label{
		margin-right: 30px;
	}
	table.search table.search-form label strong{
		font-size: 15px;
	}
	table.search table.search-form input{
	 	margin: 0 0 16px 0;
	}
	table.search table.search-form input#search-locations{
	 	height: 25px;
		width: 346px;
	}
	table.search table.search-form input#button-submit{
		margin: 0;
	}
	table.search td.whitout-bg{
		padding: 0 !important;
		background: none repeat scroll 0 0 transparent;
		border: none;
	}
	table.search td.whitout-bg hr{
		border-color: #DADADA -moz-use-text-color -moz-use-text-color;
	}

	table.search td.whitout-bg span a{
		margin-bottom: 10px;
		font-size: 16px;
		font-weight: bold;
	}
	table.search td.whitout-bg h3{
		padding-top: 12px;
		margin: 0 0 0 10px;
		color: #005aa0;
		font-size: 15px;
		font-weight: bold;
	}
	table.search td.whitout-bg span{
		color: #2d2d2d;
		font-weight: bold;
	}
	table.search td.whitout-bg div.show-result{
		margin: 0;
		background:#fff;
		border: 1px solid #b6b6b6;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		behavior:url(common/js/border-radius.htc);

	}
	table.search td.whitout-bg table.show-result{
		margin: 0;
	}
	table.search td.whitout-bg table.show-result td{
		padding: 0;
	}
	table.search td.whitout-bg div.title{
		background: url(../images/backgrounds/bg-title-result.gif) repeat-x left top;
		-moz-border-radius: 4px;
		-moz-border-radius-bottomleft :0px;
		-moz-border-radius-bottomright :0px;
		-webkit-border-radius: 4px;
		-webkit-border-bottom-left-radius:0px;
		-webkit-border-bottom-right-radius:0px;
		border-radius: 4px;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
		behavior:url(common/js/border-radius.htc);
		height:40px;
		overflow:hidden;
	}
	table.search td.whitout-bg div.title h3{
		float:left;
		width:200px;
	}
	table.search td.whitout-bg div.title p{
		float:right;
		margin:12px 12px 0 0;
		text-align:right;
		width:200px;
	}
	table.search td.whitout-bg table.show-result td.title-result{
		padding: 0 0 0!important;
		height: 40px;
	}
	table.search td.whitout-bg table.show-result td.title-result p{
		padding: 12px 20px 0 0;
		text-align: right;
	}
	table.search td.whitout-bg table.show-result div.results{
		margin-top: 16px;
		padding: 0 10px;
		width: 440px;
		height: 610px;
		overflow: auto;
	}
	table.search td.whitout-bg table.show-result div.results li{
		margin-bottom: 20px;
		background: none repeat scroll 0 0 transparent;
		list-style: none;
		height:auto;
	}
	table.search td.whitout-bg table.show-result div.results li table{
		width:412px;
	}
		table.search td.whitout-bg table.show-result div.results li li{
			margin: 0;
			padding: 0;
		}
	table.search td.whitout-bg table.show-result div.results h2{
		margin: 0 0 10px;
		font-size: 16px;
		font-weight: bold;
		color: #005aa0;
	}
	table.search td.whitout-bg table.show-result div.results h2 span{
		margin-right: 5px;
		font-size: 15px;
	}
	table.search td.whitout-bg table.show-result div.results strong{
		font-size: 11px;
	}
	table.search td.whitout-bg table.show-result div.results div.logo-result{
		/*float: left;*/
		padding-left: 10px;
		height: 114px;
		border-left: 1px solid #efefef;
	}
	table.search td.whitout-bg table.show-result div.results div.logo-result ul{
		clear:both;
		/*float: right;*/
	}
			table.search td.whitout-bg table.show-result div.results div.logo-result ul a{
				float: right;
			}
	table.search td.whitout-bg table.show-result div.results div.logo-result img{
		float: right;
		margin-bottom: 20px;
	
	}
	table.search td.whitout-bg table.show-result td.foot-result{
		padding: 0 48px 15px 0!important;
	}
	table.search td.whitout-bg table.show-result td.foot-result h4{
		padding-left: 10px;
		font-size: 12px;
		font-weight: normal;
	}
	table.search td.whitout-bg table.show-result td.foot-result p{
		font-size: 11px;
		text-align: right;
	}
	table.search td.whitout-bg table.show-result td.foot-result strong{
		font-size: 11px;
	}
/*Pag Locator No Results*/
	table.search td.whitout-bg table.show-result p.no-result{
		padding: 15px 20px 0 15px;
		font-size: 12px;
		font-weight: bold;
	}
	table.search td.whitout-bg table.show-result td.foot-result p.hiden{
		visibility: hidden;
	}
	
.banner {position:relative;}
	.banner .social {display:block; position:absolute; right:14px; top:9px;}
	.banner .social .twitter {margin-right:5px;}
	.banner .social .youtube {margin-top:2px;}

#position {font-size:13px; color:#4c4c4c; border-bottom:1px solid #dcdcdc; padding-bottom:15px; margin:10px 0 20px 0;}

/*** ABOUT US LANDING PAGE ***/
#aboutUs {width:100%; overflow:hidden;}
#aboutUs .about-banner {margin-bottom:20px;}
#promoWrapper {margin-bottom:20px; width:100%; overflow:hidden;}
#aboutUs .about-promos {width:204px; height:171px; background:url(../images/backgrounds/promo-bg.gif) repeat-x; display:block; border:1px solid #dcdcdc; padding:13px 12px; float:left; margin-right:10px; position:relative;}
#aboutUs .image-promos {width:204px; height:171px; background:url(../images/backgrounds/promo-bg.gif) repeat-x; display:block; border:1px solid #dcdcdc; padding:13px 12px; float:left; margin-right:6px; position:relative; margin-bottom: 6px;}
#aboutUs .about-promos .info {color:#fff; background:url(../images/backgrounds/green-gif.jpg) repeat-x; width:170px; height:63px; display:block; position:absolute; left:0; top:30px; padding-left:13px; padding-top:2px;}
	#aboutUs .about-promos .info h3 {text-transform:uppercase; font-size:13px; font-weight:bold; letter-spacing:-1px; margin-bottom:5px;}
	#aboutUs .about-promos .info p {color:#fff; font-size:11px; line-height:13px;}
	#aboutUs .about-promos .learn-more {width:104px; height:30px; position:absolute; background:url(../images/buttons/learn-more-btn.png) no-repeat top; bottom:20px; right:18px; overflow:hidden; text-indent:-999px;}
		#aboutUs .about-promos .learn-more:hover {background-position:bottom;}
	#aboutUs .about-promos a.lm {display:block; cursor:pointer;}
	
	#aboutUs .image-promos .info h3 {    font-size: 13px; font-weight: bold; letter-spacing: -0.5px; margin-bottom: 5px; text-transform: uppercase; width: 148px;}
	#aboutUs .image-promos .info p {color:#fff; font-size:11px; line-height:13px;}
	#aboutUs .image-promos .learn-more {width:104px; height:30px; position:absolute; background:url(../images/buttons/learn-more-btn.png) no-repeat top; bottom:20px; right:18px; overflow:hidden; text-indent:-999px;}
		#aboutUs .image-promos .learn-more:hover {background-position:bottom;}
	#aboutUs .image-promos a.lm {display:block; cursor:pointer;}
	#aboutUs .image-promos a {color:#fff; background:url(../images/backgrounds/image-gallery_label_default.jpg) repeat-x; width:186px; height:63px; display:block; position:absolute; left:12px; top:128px; padding-left:13px; padding-top:2px; text-decoration:none;}
	#aboutUs .image-promos a:hover {color:#fff; background:url(../images/backgrounds/image-gallery_label_hover.jpg) repeat-x; width:186px; height:63px; display:block; position:absolute; left:12px; top:128px; padding-left:13px; padding-top:2px; text-decoration:none;}
	
	
#aboutUs .last-child {margin-right:0; padding:0; width:228px; height:197px;}
	#aboutUs .last-child h4 {background:url(../images/backgrounds/headerbg.gif) repeat-x; line-height:35px; font-size:12px; color:#232323; text-indent:14px; width:100%; text-transform:uppercase; height:35px; margin-bottom:15px;}
	
	#product {width:178px; height:113px; padding:0 25px;}
	#product .slides_container {width:177px; height:113px; display:block;}
	#product .slides_container div {width:177px; height:113px; display:block;}
	#product .slides_container div a {background:url(../images/arrow-blue.gif) no-repeat right center; height:8px; line-height:8px; padding-right:10px; text-decoration:none; color:#005aa0;}
	
	#product .pagination {margin-left:28px; margin-top:9px; width:auto;}
	#product .pagination li {display:inline; background:none; padding:0;}
	#product .pagination li a {dispaly:block; float:left; width:18px; height:18px; background:url(../images/buttons/active-feature.png) no-repeat top; overflow:hidden; text-indent:-999px; margin-right:3px;}
	#product .pagination li.current a {background-position:bottom;}
	#product .pagination li a:hover {background-position:bottom;}
	#product .featured-prev, #product .featured-next {position:absolute; background:url(../images/buttons/prev-feature.gif) no-repeat; width:6px; height:10px; left:38px; bottom:11px; cursor:pointer;}
	#product .featured-next {position:absolute; background:url(../images/buttons/next-feature.gif) no-repeat; width:6px; height:10px; left:185px;}
	
#aboutUs .bottomPromos {width:100%; overflow:hidden; display:block;}
	#aboutUs .bottomPromos h2 {font-size:16px; color:#232323; font-weight:normal; margin-top:0; border-bottom:1px solid #dcdcdc; width:100%; padding-bottom:10px;}
	#aboutUs .bottomPromos .pressReleases {width:470px; margin-right:10px; float:left; height:333px; display:block;}
		#aboutUs .bottomPromos .pressReleases  li {background:url(../images/backgrounds/pdf-icn.gif) no-repeat left top; padding-left:24px; margin-bottom:15px;}
			#aboutUs .bottomPromos .pressReleases  li a {color:#005aa0; font-size:12px; text-decoration:none; display:block;}
				#aboutUs .bottomPromos .pressReleases  li a:hover {text-decoration:underline;}
			#aboutUs .bottomPromos .pressReleases  li day {color:#3a3a3a; font-style:italic; font-size:12px;}
				#aboutUs .bottomPromos .pressReleases  li day .reg {font-size:10px; line-height:6px;}
		#aboutUs .bottomPromos .pressReleases .seeall {display:block; overflow:hidden; text-indent:-999px; background:url(../images/buttons/see-all.gif) no-repeat top; width:79px; height:23px;}
			#aboutUs .bottomPromos .pressReleases .seeall:hover {background-position:bottom;}
		#aboutUs .upcomingEvent {width:228px; height:197px; background:url(../images/backgrounds/promo-bg.gif) repeat-x; display:block; float:left; border:1px solid #dcdcdc;}
			#aboutUs .upcomingEvent p {margin-left:14px; margin-bottom:0; width:154px; color:#3a3a3a; line-height:14px;}
			#aboutUs .upcomingEvent .event-title {font-weight:bold;}
			#aboutUs .upcomingEvent .event-day {font-style:italic;}
			#aboutUs .upcomingEvent .register {width:55px; margin-left:14px; margin-top:10px; display:block; color:#005aa0; background:url(../images/blue-arrow-graybg.gif) no-repeat right; text-decoration:none;}
				#aboutUs .upcomingEvent .register:hover {text-decoration:underline;}
		
/*** BIO PAGE ***/
#bioContainer {width:100%; overflow:hidden;}
	#bioContainer .photo {float:left; width:170px;}
		#bioContainer .bioPicture {padding:5px; border:1px solid #dcdcdc; margin-bottom:10px;}
	#bioContainer .content {float:left; width:530px; padding-top:0;}
	
/*** MANAGEMENT TEAM ***/
#managementWrapper {width:100%; overflow:hidden;}
	#managementWrapper a {display:block; text-decoration:none; font-size:14px; color:#fff; text-indent:8px; letter-spacing:-.5px;}
	#managementWrapper .teamMember {display:block; border:1px solid #dcdcdc; margin:0px 5px 5px 0; width:231px; height:148px; float:left; background:#fff; text-decoration:none;}
		#managementWrapper .teamMember .member {display:block; overflow:hidden; width:100%; background:#858585;}
			#managementWrapper .teamMember .member:hover {background:#84af50;}
			#managementWrapper .teamMember .member .hover {background:#84af50;}
		#managementWrapper .teamMember .name {display:block; width:119px; height:30px; float:left; padding-top:83px; cursor:pointer;}
		#managementWrapper .teamMember:hover, * #managementWrapper .teamMember .name:hover {background:#84af50;}		
		#managementWrapper .teamMember .picture {width:112px; height:113px; float:right;}
		#managementWrapper .teamMember .bioBar {overflow:hidden; width:221px; height:31px; float:left; background:url(../images/backgrounds/bio-bar.gif) repeat-x; padding-left:10px; padding-top:4px; font-size:11px; color:#4c4c4c; text-indent:0; letter-spacing:0;}
		#managementWrapper .teamMember .bioBar span {font-style:italic;}
		#managementWrapper .teamMember .bioBar .businessTitle {display:block; float:left;}
		#managementWrapper .teamMember .readBio {float:right; display:block; width:46px; height:35px; background:url(../images/buttons/read-bio-btn.gif) no-repeat top; overflow:hidden; text-indent:-999px; position:relative; top:-4px;}
			#managementWrapper .teamMember .readBio:hover {background-position:bottom;} 
	#managementWrapper .last-child {margin-right:0px;}
	
/***************************************
IMAGE GALLERY
***************************************/
#gallery {width:446px; overflow:hidden; background:#afafaf; border:1px solid #8a8a8a; margin-bottom:15px; float:left;}
	#imgHolder {height:304px; width:100%; position:relative; text-align:center; overflow:hidden;}
		#imgHolder #lgImage {width:446px; height:304px; display:table-cell; vertical-align:middle; text-align:center;}
			#imgHolder #lgImage img {border:none;}
		#imgHolder .leftArr, #imgHolder .rightArr {display:block; position:absolute; width:26px; height:57px; background:url(../images/buttons/left-arrow-img.png) no-repeat top; top:100px; left:0; overflow:hidden; text-indent:-999px;}
			#imgHolder .rightArr {background:url(../images/buttons/right-arrow-img.png) no-repeat top; left:420px;}
			#imgHolder .leftArr:hover, #imgHolder .rightArr:hover {background-position:bottom;}
		#imgHolder .caption {display:block; position:absolute; * left:0; bottom:0; width:100%; height:auto; background:url(../images/backgrounds/caption-bg.png) repeat; text-align:left;}
			#imgHolder .caption p {color:#fff; font:12px Arial, Helvetica, sans-serif; padding:10px 20px; line-height:17px; text-shadow:1px 1px 1px #000; margin-bottom:0px;}
	#thumbnails {width:100%; height:54px; overflow:hidden; border-top:1px solid #8a8a8a; background:url(../images/backgrounds/gallery-thumb-bg.gif) repeat-x; position:relative;}
		#thumbnails .prev {cursor:pointer; border:none; display:block; width:21px; height:54px; margin-right:8px; background:url(../images/buttons/prev-thumbs.gif) no-repeat; overflow:hidden; text-indent:-999px; position:absolute; top:1px; left:0;}
		#thumbnails .next {cursor:pointer; border:none; display:block; width:21px; height:54px; margin-left:8px; background:url(../images/buttons/next-thumbs.gif) no-repeat; overflow:hidden; text-indent:-999px; position:absolute; top:1px; right:0;}
		#thumbs {width:443px; float:left; margin-top:5px; margin-left:24px; * margin-left:12px;}
			#thumbs .carousel {left:13px;}
		#thumbs ul {width:100%; overflow:hidden;}
			#thumbs li {height:45px; width:65px; float:left; background:none; padding:0; overflow:visible;}
		#thumbnails img {margin:0px 0px 0px 7px; border:2px solid #d6d7da; cursor:pointer;}
			#thumbnails .active {border:2px solid #a8223b;}
/**********
END IMAGE GALLERY
**********/

#featured {height:326px; border:1px solid #dcdcdc; width:218px; background:#fff url(../images/backgrounds/featured-bg.gif) repeat-x bottom; float:right; padding:17px 12px; position:relative;}
	#featured h3 {text-transform:uppercase; color:#232323; font-size:12px;}
	#featured h2 a {color:#005aa0; font-size:18px; text-decoration:none; background:none; font-weight:bold;}
	#featured h2 a:hover {text-decoration:underline;}
		#featured h2 sup{font-size:10px; line-height:10px;}
		#featured p {color:#3a3a3a;}
	
	.slides_container {
    width:210px;
    height:285px;
  }
  .slides_container div {
    width:210px;
    height:285px;
    display:block;}
		
	.slides_container div a {background:url(../images/arrow-blue.gif) no-repeat right center; height:8px; line-height:8px; padding-right:10px; text-decoration:none; color:#005aa0;}
		
	.pagination {margin-left:75px;}
	.pagination li {display:inline; background:none;}
	.pagination li a {dispaly:block; float:left; width:18px; height:18px; background:url(../images/buttons/active-feature.png) no-repeat top; overflow:hidden; text-indent:-999px; margin-right:3px;}
	.pagination li.current a {background-position:bottom;}
	.pagination li a:hover {background-position:bottom;}
	.featured-prev, .featured-next {position:absolute; background:url(../images/buttons/prev-feature.gif) no-repeat; width:6px; height:10px; left:74px; bottom:14px; cursor:pointer;}
	.featured-next {position:absolute; background:url(../images/buttons/next-feature.gif) no-repeat; width:6px; height:10px; left:155px;}

/*** PRODUCT CATALOGUE ***/
#productCatalogue {width:100%; overflow:hidden; margin-top:15px;}
	#catalogImage {width:178px; float:left; margin-right:20px; height:192px;}
	#catalogs {width:505px; float:left;}
		#catalogs li {background:none; padding:0; float:left; width:250px;}
		#catalogs li a {width:auto; display:block; background:url(../images/backgrounds/pdf-icon.gif) no-repeat left; height:16px; line-height:16px; padding-left:26px; font-size:13px; color:#005aa0; font-weight:bold; margin-bottom:15px; text-decoration:none;}
			#catalogs li a:hover {color:#a8223b;}
#catalogRequestForm {width:100%; overflow:hidden; margin-top:5px;}
	#catalogRequestForm h2 {background:url(../images/backgrounds/green-bg.jpg) repeat-x; width:100%; color:#fff; text-transform:uppercase; font-size:13px; height:34px; line-height:34px; text-indent:15px; margin-bottom:0;}
	#catalogRequestForm .form {width:678px; border:1px solid #43992d; border-top:none; padding:20px 15px 0 15px; background:#f7f7f7 url(../images/backgrounds/form-bg-contact.gif) repeat-x bottom; overflow:hidden; position:relative; margin-bottom:25px; * padding-bottom:20px;}
		#catalogRequestForm .form div {display:block; float:left; margin-bottom:10px; position:relative;}
			#catalogRequestForm .form div label {width:70px; display:block; float:left; margin-right:15px;}
			#catalogRequestForm .form div input {width:169px; border:1px solid #dcdcdc; padding:2px; height:18px; float:left;}
			#catalogRequestForm .form div .radio input {width:15px; border:none; height:auto; float:left; margin-right:5px;}
			#catalogRequestForm .form div .radio label {width:20px; display:block; float:left; margin-right:15px;}
			#catalogRequestForm .form div .check {margin:15px 0 20px 0; * margin-top:-5px;}
			#catalogRequestForm .form div .check input {width:15px; border:none; height:auto; float:left; margin-right:5px;}
			#catalogRequestForm .form div .check label.first-child {width:200px; display:block; float:left; margin-right:15px;}
			#catalogRequestForm .form div .check label {width:auto; display:block; float:left; margin-right:15px;}
			#catalogRequestForm .form div .comments label {width:auto; display:block;}
				#catalogRequestForm .form div .comments textarea {width:371px; border:1px solid #dcdcdc; padding:2px; float:left; * height:55px;}
		#catalogRequestForm .form .col {float:left; width:300px;}
		#catalogRequestForm .form .col em {font-size:11px;}
		#catalogRequestForm .form .last-child {float:left; width:375px;}
		#catalogRequestForm .form input:focus, #catalogRequestForm .form textarea:focus {border:1px solid #333; background:#fefefe;}
		#catalogRequestForm .form .submit, #catalogRequestForm .form .submit:focus {position:absolute; right:-1px; bottom:-3px; cursor:pointer; background:url(../images/buttons/submit.gif) no-repeat; border:none; width:64px; height:26px; overflow:hidden; text-indent:-999px; * bottom:-15px; * right:0px;}
		#catalogRequestForm select{position:relative; z-index:10; width:174px !important; height:23px !important; line-height:23px; border:1px solid #dcdcdc; padding:2px;}
		
/*** CONTACT US ***/
#conactForm {width:100%; overflow:hidden;}
	#contactForm h2 {background:url(../images/backgrounds/green-bg.jpg) repeat-x; width:100%; color:#fff; text-transform:uppercase; font-size:13px; height:34px; line-height:34px; text-indent:15px; margin-bottom:0;}
	#contactForm .form {width:918px; border:1px solid #43992d; border-top:none; padding:20px 15px 0 15px; background:#f7f7f7 url(../images/backgrounds/form-bg-contact.gif) repeat-x bottom; overflow:hidden; position:relative; margin-bottom:25px; * padding-bottom:20px;}
		#contactForm .form div {display:block; float:left; margin-bottom:10px; position:relative;}
		#contactForm .form .col {width:268px; display:block; float:left; margin-right:15px;}
		#contactForm .form .colDbl {width:580px; display:block; float:left; margin-right:15px;}
		#contactForm .form label {display:block; float:left; width:65px; line-height:20px; font-size:12px;}
		#contactForm .form .colDbl label {display:block; float:left; width:75px; line-height:20px; font-size:12px;}
		#contactForm .form input.dbl {margin-right:27px;}
		#contactForm .form input {width:185px; border:1px solid #dcdcdc; padding:2px; height:18px; float:left;}
		#contactForm .form textarea {width:471px; border:1px solid #dcdcdc; padding:2px; float:left; * height:55px;}
		#contactForm .form input:focus, #contactForm .form textarea:focus {border:1px solid #333; background:#fefefe;}
		#contactForm .form .submit, #contactForm .form .submit:focus {position:absolute; right:-52px; top:72px; cursor:pointer; background:url(../images/buttons/submit.gif) no-repeat; border:none; width:64px; height:26px; overflow:hidden; text-indent:-999px; * top:62px;}
		#contactForm select {position:relative; z-index:10; width:185px !important; height:23px !important; line-height:23px; border:1px solid #dcdcdc; padding:2px;}
		
	#contactForm .holder {width:100%; overflow:hidden; height:615px;}
	#contactForm .contactGroups {width:307px; float:left; margin-right:15px;}
		#contactForm .middle-child {margin-right:50px;}
		#contactForm .last-child {margin-right:0; width:268px;}
		#contactForm .contactGroups h3 {margin-bottom:15px;}
			#contactForm .contactGroups h4 {font-size:13px; color:#3a3a3a;}
			#contactForm ul li {margin-bottom:7px;}
			#contactForm ul li a {color:#005aa0; text-decoration:none;}
				#contactForm ul li a:hover {color:#005aa0; text-decoration:underline;}
			#contactForm .accordian {width:304px; border:1px solid #dcdcdc; padding:1px;}
				#contactForm .accordian .trigger {width:304px; height:29px; background:url(../images/backgrounds/acc-closed.jpg) no-repeat; color:#3a3a3a; font-size:12px; line-height:29px; text-indent:10px; cursor:pointer;}
				#contactForm .accordian .active {background:url(../images/backgrounds/acc-open.jpg) no-repeat; color:#a8223b;}
				#contactForm .accordian .acc-content {width:274px; padding:15px 15px 5px 15px;; background:#e5e5e5; border-top:1px solid #fff; line-height:17px; font-size:12px;}
				#contactForm .accordian .acc-content td {padding-bottom:10px;}
				#contactForm .accordian .acc-content td.first {width:80px; font-weight:bold;}
				#contactForm .accordian .acc-content td.district {font-weight:bold; color:#a8223b; padding-top:15px;}
			#contactForm .download {display:block; margin-bottom:20px; height:16px; line-height:16px; color:#005aa0; background:url(../images/backgrounds/pdf-icon.gif) no-repeat; padding-left:25px; text-decoration:none;}
			#contactForm .email-icn {display:block; margin-bottom:20px; height:18px; line-height:18px; color:#005aa0; background:url(../images/backgrounds/email-icon.gif) no-repeat; padding-left:25px; text-decoration:none;}
				#contactForm .download:hover, #contactForm .email-icn:hover {text-decoration:underline;}
				.error {border:1px solid #900!important; background:#FFDDDE;}
				label.error {width:200px !important; background:none!important; border:none!important; color:#900; display:none!important;}
				.selectDiv label.error {display:block !important; position:absolute; top:10px; z-index:999;}
			#uploadForm {}
				#uploadForm .modalBanner {display:block; margin-bottom:25px;}
				#TB_window {width:auto!important;}
				.fileHolder {cursor: pointer; display: inline-block; overflow: hidden; position: relative; width:350px; top:25px; left:65px;}
				.fileHolder input.file {cursor: pointer; height: 100%; position: absolute; left: 0; top: 0;}
				.fileHolder input.file {filter: alpha(opacity=1); -moz-opacity: 0.01; opacity: 0.01; font-size: 100px;}
				.fileHolder .fileName {width:218px; border:1px solid #dcdcdc; height:19px; padding:2px; display:inline-block;}
				.fileHolder .browse {background:url(../images/buttons/grey-btn.gif); color:#fff; height:26px; width:73px; cursor: pointer; display: inline-block; font-size: 11px; font-weight: bold; line-height:26px; text-align:center; font-size:12px;}
				.fileHolder .cancel {background:url(../images/buttons/grey-btn.gif); color:#fff; height:26px; width:73px; cursor: pointer; display: inline-block; font-size: 11px; font-weight: bold; line-height:26px; text-align:center; font-size:12px;}
				
			#contactForm	p.thanks {margin:10px 0; font-weight:bold;}
			
#feedback {width:36px; height:101px; background:url(../images/buttons/feedback-btn.gif) no-repeat left; display:block; position:absolute; top:375px; right:0px; overflow:hidden; z-index:99999;}
	#feedback:hover {background-position:right;}
 	
/******SLIDER******/			
#royalSlider {width:938px; background:#1c0e52; height:342px; padding:6px; /*border-radius:5px;*/ position:relative;}
	#royalSlider .tl {width:5px; height:5px; background:url(../images/slider/top-left-corner.jpg) no-repeat; position:absolute; top:0; left:0;}
	#royalSlider .bl {width:5px; height:5px; background:url(../images/slider/bottom-left-corner.jpg) no-repeat; position:absolute; bottom:0; left:0;}
	#royalSlider .br {width:5px; height:5px; background:url(../images/slider/bottom-right-corner.jpg) no-repeat; position:absolute; bottom:0; right:0;}
	#royalSlider #slider {width:938px; height:342px; overflow:hidden; border-radius:5px; background:#fff; overflow:hidden;}
	
	#slider .sliderControls {width:206px; float:left; height:342px; background:#ededed; box-shadow:2px 0px 10px #014984; position:absolute; border-radius:5px 0 0px 5px; *z-index:10000; _z-index:10000;}
		#slider .sliderControls ul {width:206px; height:342px; list-style:none; margin:0; padding:0;}			
			#slider .sliderControls ul li {display:block; float:left; background:none; padding:0; margin:0;}
			#slider .sliderControls ul li a {color:#093658; text-decoration:none; font-family:Arial, Helvetica, sans-serif; display:block;float:left; text-indent:-9999px;}
				#slider .sliderControls ul li .trim {overflow:hidden; background:url(../images/slider/trim-btn.jpg) no-repeat top; height:69px; width:206px;}
				#slider .sliderControls ul li .siding {overflow:hidden; background:url(../images/slider/siding-btn.jpg) no-repeat top; height:69px; width:206px;}
				#slider .sliderControls ul li .window {overflow:hidden; background:url(../images/slider/window-btn.jpg) no-repeat top; height:69px; width:206px;}
				#slider .sliderControls ul li .deck {overflow:hidden; background:url(../images/slider/deck-btn.jpg) no-repeat top; height:68px; width:206px;}
				#slider .sliderControls ul li .pipe {overflow:hidden; background:url(../images/slider/pipe-btn.jpg) no-repeat top; height:67px; width:206px;}				
				#slider .sliderControls ul li a:hover, #slider .sliderControls ul li a.active {background-position:bottom;}
				#slider .sliderControls ul li a.inactive {background-position:top!important;}
				#slider .sliderControls ul li a.inactive:hover {background-position:bottom!important;}
				#slider .sliderControls ul li .slide-text {display:none; position:absolute; top:70px; left:235px; z-index:10003; *z-index:9999; _z-index:9999; font-family:Arial, Helvetica, sans-serif; width:340px;}
				#slider .sliderContent .slides li .slide-text {display:none; position:absolute; top:85px; left:30px; z-index:9999; font-family:Arial, Helvetica, sans-serif; width:340px;}
					#slider .sliderControls ul li .slide-text .subheader, #slider .sliderContent .slides li .slide-text .subheader {font-size:18px; font-weight:bold; color:#003054; display:block; margin-top:15px;}
					#slider .sliderControls ul li .slide-text .subheaderW {font-size:18px; font-weight:bold; color:#003054; display:block; margin-top:5px;}
					#slider ul li.pre-image .subheader {color:#fff!important;}
					#slider .sliderControls ul li .slide-text .tagline {letter-spacing:-1px; font-size:36px; color:#fff; display:block; text-transform:uppercase; font-weight:bold; font-family:Arial, sans-serif; line-height:37px; display:block; margin-top:5px; text-shadow:1px 1px 4px #426d97;}
					#slider .sliderControls ul li .slide-text .taglineW {letter-spacing:-1px; font-size:36px; color:#fff; display:block; text-transform:uppercase; font-weight:bold; font-family:Arial, sans-serif; line-height:37px; display:block; margin-top:15px; text-shadow:1px 1px 4px #426d97;}
					#slider .sliderContent .slides li .slide-text .tagline {letter-spacing:-1px; font-size:36px; color:#fff; display:block; text-transform:uppercase; font-weight:bold; font-family:Arial, sans-serif; line-height:37px; display:block; margin-top:5px; text-shadow:1px 1px 4px #426d97;}
					#slider .sliderControls ul li .slide-text .tagline sup, #slider .sliderContent .slides li .slide-text .tagline sup {font-size:15px; vertical-align:text-top;}
					#slider .sliderContent ul li .slide-text .view-release-btn {display:block; margin-top:10px; width:160px; height:31px; overflow:hidden; background:url(../images/slider/download-btn.png) no-repeat top;}
						#slider .sliderContent ul li .slide-text .view-release-btn:hover {background-position:bottom;}
					#slider .sliderContent ul li .slide-text .download-btn {display:block; margin-top:10px; width:160px; height:31px; overflow:hidden; background:url(../images/slider/download-btn.png) no-repeat top;}
						#slider .sliderContent ul li .slide-text .download-btn:hover {background-position:bottom;}
					#slider .sliderContent ul li .slide-text .learn-more-btn {display:block; margin-top:10px; width:160px; height:31px; overflow:hidden; background:url(../images/slider/learn-more-btn.png) no-repeat top;}
						#slider .sliderContent ul li .slide-text .learn-more-btn:hover {background-position:bottom;}
						
					#slider .sliderControls ul li .slide-text .learn-more-pipe {display:block; margin-top:10px; width:124px; height:31px; overflow:hidden; background:transparent url(../images/slider/learn-more-pipe.png) no-repeat top;}
						#slider .sliderControls ul li .slide-text .learn-more-pipe:hover {background-position:bottom;}
					#slider .sliderControls ul li .slide-text .learn-more-deck {display:block; margin-top:10px; width:124px; height:31px; overflow:hidden; background:url(../images/slider/learn-more-deck.png) no-repeat top;}
						#slider .sliderControls ul li .slide-text .learn-more-deck:hover {background-position:bottom;}
					#slider .sliderControls ul li .slide-text .learn-more-window {display:block; margin-top:10px; width:124px; height:31px; overflow:hidden; background:url(../images/slider/learn-more-window.png) no-repeat top;}
						#slider .sliderControls ul li .slide-text .learn-more-window:hover {background-position:bottom;}
					#slider .sliderControls ul li .slide-text .learn-more-siding {display:block; margin-top:10px; width:124px; height:31px; overflow:hidden; background:url(../images/slider/learn-more-siding.png) no-repeat top;}
						#slider .sliderControls ul li .slide-text .learn-more-siding:hover {background-position:bottom;}
					#slider .sliderControls ul li .slide-text .learn-more-trim {display:block; margin-top:10px; width:124px; height:31px; overflow:hidden; background:url(../images/slider/learn-more-trim.png) no-repeat top;}
						#slider .sliderControls ul li .slide-text .learn-more-trim:hover {background-position:bottom;}
						
					#slider .sliderControls ul li .slide-text img, #slider .sliderControls ul li .slide-text a {background:transparent; -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";/* IE8 */filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);/* IE6 & 7 */ zoom: 1;}
						
						
	#slider .sliderContent {width:732px; float:right; height:342px; overflow:hidden; background:#fff; position:relative;}
		#slider .sliderContent .slides {list-style:none; margin:0; padding:0; position:absolute; top:0; left:0; z-index:10002}
			#slider .sliderContent .slides .pre-image {position:absolute; top:0; left:0;}			
			#slider ul li.pre-image2 {position:absolute; top:342px;}
			#slider .sliderContent .slides li, #slider .sliderContent .slides li a {display:block; background:none; padding:0; margin:0;}
			#slider .sliderContent .slides li {float:left; height:342px;}
			
/***
FANCYBOX STYLES
***/
.video-still {position:relative;}
	.video-still span.play-btn {position:absolute; top:0; left:0; background:url(../images/buttons/play-btn.png) no-repeat; width:100%; height:100%;}
	
a.french-verison {color:#7d1629; background:url(../images/buttons/video-icon-red.gif) no-repeat center left; padding-left:18px; display:block; float:left; text-decoration:none; margin-top:3px; position:relative; left:7px;}
	a.french-verison:hover {text-decoration:underline;}
	
#aboutUs {position:relative;}
	#aboutUs .video-links {width:225px; position:absolute; top:125px; left:20px;}
	#aboutUs a.french-verison {position:relative; left:10px;}			
			
/*** SURVEY BAR ***/
#survey-bar {width:100%; height:53px; position:relative; background:url(../images/backgrounds/survey-bg.gif) repeat-x; overflow:hidden; display:none;}
	.survey-content {width:950px; margin:0 auto; line-height:49px; color:#fff;}
		.survey-content h2 {width:207px; float:left; margin-right:10px; margin-top:0px;}
			.survey-content h2 img {margin-top:19px;}
		.survey-content h3 {background:url(../images/backgrounds/survey-divider.gif) no-repeat left center; padding-left:13px; padding-top:5px; float:left; height:31px;}
			.survey-content h3 img {margin-top:9px;}
		.survey-content ul {width:207px; float:right;}
			.survey-content li {background:url(../images/backgrounds/survey-divider.gif) no-repeat center right; padding-right:15px; width:98px; display:block; float:left; margin-top:3px; height:39px; margin-right:2px;}
			.survey-content .last-child {background:none; padding-right:0; margin-right:0; width:72px;}
			.survey-content ul .take-survery {display:block; width:96px; height:20px; background:url(../images/buttons/take-survey-btn.gif) no-repeat top; overflow:hidden; float:left; margin-top:11px;}
				.survey-content ul .take-survery:hover {background-position:bottom;}
			.survey-content	ul .no-thanks {display:block; background:url(../images/buttons/close-btn.gif) no-repeat top; overflow:hidden; height:11px; width:72px; margin-top:16px;}
				.survey-content	ul .no-thanks:hover {background-position:bottom;}
				
				


/***
INFO-BOX WIDGET
***/
.info-box {
	border: 1px solid #d3d3d3;
	margin-bottom: 15px;
	background: url("../images/backgrounds/promo-bg.gif") repeat-x scroll left bottom;
}
.info-box.fixed {
	height: 16em;
}
.info-box .info-head {
	background: #eee;
	border-bottom: 1px solid #d3d3d3;
}
.info-box .info-head h3 {
	margin: 0;
	height: 2.5em;
	line-height: 2.5em;
	background: #eee;
	padding: 0 12px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	background: url("../images/backgrounds/headerbg.gif") repeat-x 0 0;
}
.info-box .info-body {
	padding: 12px;
}

/***
ACTION LINK WIDGET
***/
.action-link {
	color: #005aa0;
	text-decoration: none;
	background: url("../images/backgrounds/arrow-blue.png") no-repeat 100% center;
	padding-right: 10px;
}
.action-link:hover {
	text-decoration: underline;

}
				
/***
SEARCH RESULTS
***/

/* Search Meta */
.search-results {
	padding-bottom: 25px;
}
.search-results p {
	margin-bottom: 0;
}
.search-results .search-meta {
	border-bottom: 1px solid #dcdcdc;
	padding: 0 0 10px 0;
	margin-bottom: 15px;
}
.search-results .search-meta .search-phrase {
	font-size: 16px;
}
.search-results .search-meta .current-results {
	text-align: right;
	font-size: 12px;
}


/* Search Body */
.search-results .search-body {
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 20px;
}
.search-results .search-body p {
	padding-bottom: 2px;
}
.search-results .search-body a {
	text-decoration: none;
}
.search-results .search-body a:hover {
	text-decoration: underline;
}
.search-results .search-body .result {
	margin-bottom: 20px;
}
.search-results .search-body .result-header a {
	color: #ae3149;
	font-size: 16px;
}
.search-results .search-body .result-header a:hover {
	color: #ae3149;
	font-size: 16px;
}
.search-results .search-body .result-url {
	color: #3a3a3a;
	font-weight: bold;
}
.search-results .search-body .result-descr {
	
}



/***
PAGER
***/
.pager {
	overflow: auto;
}
.pager .page {
	display: block;
	width: 26px;
	height: 26px;
	float: left;
	margin-right: 3px;
	border: 1px solid #d3d3d3;
	background: url("../images/backgrounds/pager.png") no-repeat 0 -300px;
}
.pager .page:hover {
	background-position: 0 -500px;
}
.pager .page.active {
	background-position: 0 -400px;
	border-color: #6ab64c;
}
.pager .page.active:hover {
	background-position: 0 -400px;
}
.pager .page.pager-end {
	background-position: 0 -200px;
	border-color: #eaeaea;
}
.pager .page.pager-end:hover {
	background-position: 0 -200px;
}

.pager .page .inner {
	display: block;
	width: 26px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	color: #005aa0;
	text-decoration: none;
	font-size: 12px;
}
.pager .page.prev .inner,
.pager .page.next .inner {
	text-indent: -9999px;
	background: url("../images/backgrounds/pager.png") no-repeat 0 -100px;
}
.pager .page.next .inner {
	background-position: 100% -100px;
}
.pager .page.prev.pager-end .inner {
	background-position: 0 0;
}
.pager .page.next.pager-end .inner {
	background-position: 100% 0;
}
.pager .page.active .inner {
	color: #fff;
}






























