
	img { border:none; }
	
	#supersized-loader { position:absolute; top:50%; left:50%; z-index:0; width:60px; height:60px; margin:-30px 0 0 -30px; text-indent:-999em; background:url(../images/progress.gif) no-repeat center center;}
	
	#supersized {  display:block; position:fixed; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%; }
		#supersized img { width:auto; height:auto; position:relative; display:none; outline:none; border:none; }
			#supersized.speed img { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; }	/*Speed*/
			#supersized.quality img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }			/*Quality*/
		
		#supersized li { display:block; list-style:none; z-index:-30; position:fixed; overflow:hidden; top:0; left:0; width:100%; height:100%; background:#111; }
		#supersized a { width:100%; height:100%; display:block; }
			#supersized li.prevslide { z-index:-20; }
			#supersized li.activeslide { z-index:-10; }
			#supersized li.image-loading { background:#111 url(../img/progress.gif) no-repeat center center; width:100%; height:100%; }
				#supersized li.image-loading img{ visibility:hidden; }
			#supersized li.prevslide img, #supersized li.activeslide img{ display:inline; }
			
			
			
			
			/****menu****/
			

#thicktabs{
	margin: 0;
	padding: 0;
	float: center;
	font-family: webfontregular, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 25px;
}

#thicktabs li{
	display: inline;
	color: #FFFFFF;
}

#thicktabs li a{
	float: center;
	color: #FFF; /*padding of tabs*/
	text-decoration: none;
	padding-top: 8px;
	padding-right: 3px;
	padding-bottom: 8px;
	padding-left: 3px;
}

#thicktabs li a#leftmostitem{ /*Extra CSS for left most menu item*/
	color: #FFF;
}

#thicktabs li a#rightmostitem{ /*Extra CSS for right most menu item*/
	border-right: 1px solid #d3bdbe; /*right border style*/
	background-position: top left; /*Position background image to the left instead of default right, to hide indented underline for this link*/
	color: #FFF;
}

#thicktabs li a:visited{
	color: #FFF;
}

#thicktabs li a:hover{
	color: #FFF;
	background-color: #E76D25;
}
h1 {
	padding: 0;
	font-family: webfontregular, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	vertical-align: bottom;
	color: #F30;
	text-align: left;
	width: 100%;
}

h2, .contentheading {
	padding: 0;
	font-family: webfontregular, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	vertical-align: bottom;
	color: #0066FF;
	text-align: left;
	width: 100%;
}

input.button { cursor: pointer; }

p { margin-top: 0; margin-bottom: 20px; }

ul, ol, dl {
	margin: 10px 0;
	padding-left: 30px
}	
dl { margin: 10px 0; }
ul.arrow,
ul.checkbox,
ul.check,
ul.star {
	margin: 10px 0px 10px 0px;
	padding-left: 20px;
	list-style: none;
}

ul.arrow li,
ul.checkbox li,
ul.check li,
ul.star li {
	margin: 5px 0px 5px 0px;
	padding-left: 35px;
	font-weight: bold;
	line-height: 26px;  
}

ul.arrow li { background: url(../images/list_arrow.png) 0 0 no-repeat; }
ul.checkbox li { background: url(../images/list_checkbox.png) 0 0 no-repeat; }
ul.check li { background: url(../images/list_check.png) 0 0 no-repeat; }
ul.star li { background: url(../images/list_star.png) 0 0 no-repeat; }

/* links style */
ul.links {
	margin: 10px 0px 20px 0px;
	padding-left: 0px;
	list-style: none;
}
.module ul.links { margin: 0; }

ul.links li {
	padding-left: 14px;
	height: 30px;
	line-height: 30px;
	background: url(../images/list_links.png) 0px 0 no-repeat;
	cursor: pointer;
}

ul.links li:hover { background-position: 0px -30px; }

#page ul.links li a {
	display: block;
	color: #646464;
	text-decoration: none;
}
#page ul.links li a:hover { color: #3489c8; }

/* hoverbox style */
ul.hoverbox {
	margin: 10px 0px 20px 0px;
	padding-left: 0px;
	border-bottom: 1px solid #DFE0E1;
	list-style: none;
}
.module ul.hoverbox { margin: 0; }

ul.hoverbox li {
	padding-left: 40px;
	height: 40px;
	line-height: 40px;
	background: url(../images/list_big.png) 0px 0 no-repeat;
	overflow: hidden;
}
ul.hoverbox li:hover { background-position: 0px -40px; }

ul.hoverbox li a {
	display: block;
	margin-left: -40px;
	padding-left: 40px;
	height: 40px;
	color: #858586;
	text-decoration: none;
	cursor: pointer;
}
ul.hoverbox li:hover a { color: #3C3D3E; }

ul.hoverbox li span.title { 
	display: block;
	color: #3C3D3E;
	font-size: 12px;
	line-height: 30px;
}

ul.hoverbox li span.subtitle { 
	display: block;
	margin-top: -7px;
	font-size: 10px;
	line-height: 10px;
	overflow: hidden;
}

/* table style */
ul.table {
	margin: 20px 0px 20px 0px;
	padding-left: 0px;
	list-style: none;
}

ul.table li {
	padding: 5px;
	border-bottom: 1px solid #E0E0E1;
}

ul.table li:nth-child(odd) { background: #F8F9FA; }
ul.table li:nth-child(even) { background: #ffffff; }
ul.table li:last-child { border: none; }

/*
 * ordered lists
 */

ol.disc {
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 45px;
	background: url(../images/list_disc.png) 20px 0px repeat-y;
}

ol.disc li {
	margin: 5px 0px 5px 0px;
	padding-left: 10px;
	font-weight: bold;
	line-height: 26px;  
}

/*
 * horizontal rule
 */
 
hr.dotted {
	margin: 15px 0px 15px 0px;
	display: block;
	background: url(../images/line_dotted.png) 0 0 repeat-x;
	height: 1px;
	border: none;
}




