body {
	background:#fff url(../images/body.gif) repeat-y center center;
	color:#333;
	line-height:15px;
	font-family:Arial,sans-serif;
	font-size:12px;
}

a {
	color:#92B02E;
	text-decoration:none;
}
	a:active, a:hover {
		color:#6F8424;
	}

h2, h3, h4, h5, h6 {
	color:#2179B5;
	font-weight:normal;
}

	h2 {
		font-size:24px;
		line-height:26px;
		padding-bottom:20px;
	}
	h3 {
		font-size:15px;
		line-height:17px;
		padding-bottom:12px;
	}
	h4 {
		padding-bottom:12px;
	}

p {
	padding-bottom:15px;
}

sup {
	vertical-align: top;
	font-size: 60%;
}

/* --- REMOVE --- */
strong { color:#F09;}
/* -------------- */


.intro {
	color:#001150;
	font-size:15px;
	line-height:1.5em;
	padding-bottom:15px;
}

.fixed {
	left:50%;
	margin:0 0 0 -500px;
	position:fixed;
	width:1000px;
}

.imgframe {
	float:right;
	margin-right:-20px;
	padding:0 20px 40px;
}

	.imgframe img, .imgframeguide img {
		border:8px solid #fff;
	}
	
	.imgframeguide {
		background:url(../images/imgframeguide.png) no-repeat center bottom;
		float:left;
		padding:8px 8px 40px 8px;
		width:211px;
		height:320px
	}

.imgbump {
	margin-top:15px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#container {
	margin:0 auto;
	padding:60px 0 120px 0;
	position:relative;
	width:1000px;
}

#hd {
	background:url(../images/hd.png) no-repeat 824px 40px;
	left:50%;
	margin-left:-454px;
	padding-bottom:19px;
	top:0;
	width:934px;
	z-index:2;
}
	#hd div {
		background:url(../images/hd_div.png);
		height:40px; 
	}

	#hd li {
		background:url(../images/hd_li.gif) no-repeat right bottom;
		float:left;
		height:40px;
		position:relative;
	}
		#hd li.last {
			background:none;
		}

	#hd li a, #hd li.current li a {
		color:#fff;
	}
		#hd li a {
			color:#fff;
			display:block;
			font-size:15px;
			height:29px;
			padding:11px 22px 0;
		}
		#hd li a:hover, #hd li.current a:hover, #hd li.current a {
			color:#92B02E;
		}

	#hd li ul {
		display:none;
		left:0;
		position:absolute;
		top:40px;
	}
	#hd li:hover ul {
		display:block;
	}
	#hd li li {
		background:none;
		height:auto;
		margin-top:1px;
	}
	#hd li li a {
		background:url(../images/hd_div.png);
		font-size:11px;
		height:auto;
		padding:10px 22px;
		width:150px;
		white-space:nowrap;
	}
	
#ft {
	background:url(../images/ft.png) repeat-x center top;
	bottom:0;
	font-size:10px;
	height:19px;
	line-height:11px;
	margin-left:-454px;
	padding-top:9px;
	width:934px;
}
	#ft, #ft a {
		color:#93B13D;
	}
	#ft a:active, #ft a:hover {
		color:#fff;
	}
	#ft p, #ft ul, #ft li {
		float:left;
	}
	#ft p, #ft ul {
		padding-left:20px;
	}
	#ft li {
		padding-right:20px;
	}
	#ft-logo {
		padding-right:10px !important;
		position:absolute;
		right:0;
		top:0;
	}
		#ft-logo a {
			background:url(../images/ft-logo.png) no-repeat;
			display:block;
			height:28px;
			overflow:hidden;
			text-indent:-9999px;
			width:84px;
		}
	
#fill {
	background:url(../images/fill.png) repeat-y;
	height:100%;
	left:50%;
	overflow:hidden;
	position:fixed;
	top:0;
	width:50%;
	z-index:-1;
}
	#fill div {
		background:#001250 url(../images/fill_div.png) no-repeat left top;
		height:100%;
		left:161px;
		padding-left:160px;
		position:absolute;
		top:0;
		width:100%;
	}
	
#primary {
	float:left;
	padding:0 0 0 8px;
	width:652px;
}
	#primary .content {
		padding:0 65px 40px 40px;
	}
	#primary .content ul {
		padding-bottom:18px;
		padding-left:12px;		
	}
	
	#primary .content li {
		list-style: disc outside;
		padding: 5px 20px 0 10px;
	}
	
		
.content h3 {
	padding-bottom: 0px!important;
}

.content h2.pageBreak {
	clear:both;
	padding-top: 60px;
}

.content h2#top {
	padding-top: 0px;
}

.content .downloads, .content .downloads li, .content .downloads ul {
	padding:0 !important;
}

.content .downloads li {
	float:left;
	list-style:none none !important;
	overflow:hidden;
	width:130px;
}
	.content .downloads li ul {
		font-size:10px;
		margin-bottom:30px;
	}
	.content .downloads li li {
		float:none;
	}
	.content .downloads li li a {
		color:#001150;
	}
	.content .downloads li li a:hover {
		color:#92B02E;
	}

.content .downloads .imgframe {
	background-image:url(../images/downloads_imgframe.png);
	float:left;
	margin:0 0 10px -5px;
	padding:0 0 20px;
}
	.content .downloads .imgframe img {
		border-width:5px;
	}
	
.content .downloads h4 {
	color:#5099CE;
	padding-bottom:0;
}

#marketplace {
	margin:33px 0 30px 25px;
}

#breadcrumbs {
	color:#2179B5;
	font-size:9px;
	margin-top:-7px;
	padding:0 0 30px 0 !important;
}
	#breadcrumbs li {
		float:left;
		list-style:none none !important;
		margin-right:10px;
		padding:0 !important;
	}
	#breadcrumbs a {
		color:#808080;
		margin-right:10px;
	}
	#breadcrumbs a:hover {
		color:#92B02E;
	}

#mast {
	background:url(../images/mast.png) no-repeat;
	height:72px;
	overflow:hidden;
	text-indent:-9999px;
	width:652px;
}

#fixed-bar {
	position:fixed;
	right:-161px;
	top:60px;
	width:50%;
}

	#fixed-bar #sidebar {
		float:none;
	}
	
	#fixed-bar li a {
		color:#A0D2F1;
	}
		#fixed-bar li a:hover, #fixed-bar li a.current:hover {
			color:#fff;
		}
	#fixed-bar li a.current {
		color:#fff;
	}

#sidebar {
	background:url(../images/sidebar.png) no-repeat 212px 11px;
	color:#191C4E;
	float:right;
	padding:60px 0 60px 0;
	width:339px;
}
	
	#guide #sidebar h1 {
	margin-left: 18px;
	}
	
	#guide #sidebar ul {
	margin-left: 18px;
	}	
	
	#guide #sidebar li {
	padding-top: 7px;
	font-size:15px;
	}	
	
	#sidebar h1 {
		color:#fff;
		font-size:30px;
		font-weight:normal;
		line-height:36px;
		margin-left:26px;
		margin-bottom:12px;
		width:240px;
	}
	#sidebar a, #sidebar h2, #sidebar h3, #sidebar h4, #sidebar h5, #sidebar h6 {
		color:#ebf3f7;
	}
	#sidebar a:active, #sidebar a:hover {
		color:#90cbf1;
	}
	#sidebar .imgframe {
		background-image:url(../images/sidebar_imgframe.png);
		background-position:right bottom;
		float:left;
		margin-top:24px;
		padding:0 8px 13px 0;
	}
		#sidebar .imgframe img {
			border-left:0;
		}
	#sidebar blockquote, #sidebar dt {
		color:#fff;
		font-size:16px;
		line-height:20px;
	}
	#sidebar blockquote {
		background:url(../images/sidebar_blockquote.png) no-repeat;
		margin:0 20px 0 20px;
		padding:24px 20px 0 10px;
	}
	#sidebar blockquote p {
		background:url(../images/sidebar_blockquote_p.png) no-repeat right bottom;
		padding-bottom:27px;
	}
	#sidebar dl {
		clear:both;
		margin-left:18px;
		padding-right:40px;
	}
	#sidebar dt {
		background:url(../images/sidebar_dt.png) no-repeat;
		padding:12px 0 0 32px;
	}
	#sidebar dd {
		padding-left:32px;
		line-height: 1.4em;
	}
	#sidebar p {
		margin-left:28px;
		width:240px;
	}
	
	#sidebar h2 {
		margin-left:28px;
		margin-top:50px;
	}
	
	#sidebar .downloads {
		font-size:12px;
		margin-left:2px;
	}
		#sidebar .downloads li {
			background:url(../images/downloads_li.png) no-repeat;
			padding:8px 0 15px 30px;
		}
		#sidebar .downloads a {
			font-size:15px;
		}
	
/* home page */

html {
	height:100%;
}

body#home {
	background:#A0D5F3 url(../images/home.gif) repeat-y;
	height:100%;
}

#home #container {
	height:100%;
	padding:0;
}

#slideshow img {
	display:none;
	height:100%;
	position:absolute;
	right:338px;
	top:0;
	z-index:-1;
}

#slideshow img.active, #slideshow img.last-active {
	display:block;
}
	
	#slideshow #tags img {
		height:auto;
		right:430px;
		top:130px;
		z-index:1;
	}

#slideshow img.last-active {
	z-index:-2;
}

#home #sidebar {
	background-image:url(../images/home_sidebar.png);
	background-position:103px 20px;
	margin-top:40px;
	padding-bottom:40px;
	padding-top:90px;
	position:relative;
}
	#home #sidebar h1 {
		margin:0 0 40px 80px;
		width:220px;
	}
	#home #sidebar h2 {
		margin-left:65px;
		padding-bottom:5px;
	}
	#home #sidebar h2 a {
		background:url(../images/home_sidebar_h2_a.png) no-repeat;
		display:block;
		height:57px;
		overflow:hidden;
		text-indent:-9999px;
		width:237px;
	}
	#home #sidebar h2 a:hover {
		background-image:url(../images/home_sidebar_h2_a_hover.png);
	}
	#home #sidebar dl {
		margin-left:70px;
	}

#home-phone {
	left:-85px;
	position:absolute;
	top:65px;
}

#icon-bank {
	font-size:1.1em;
	line-height:20px;
	margin-top:20px;
}
	#icon-bank li {
		background:url(../images/icon-bank_li.png) no-repeat right center;
		width:312px;
	}
	#icon-bank a {
		background-position:left center;
		background-repeat:no-repeat;
		display:block;
		height:28px;
		margin-left:-45px;
		padding:22px 0 15px 80px;
		width:277px;
	}
	#icon-bank-1 {
		background-image:url(../images/icon-bank-1.png);
		background-position:5px center !important;
	}
	#icon-bank-2 {
		background-image:url(../images/icon-bank-2.png);
		background-position:7px center !important;
	}
	#icon-bank-3 {
		background-image:url(../images/icon-bank-3.png);
	}
	
#overlay {
	background:#000; 
	display:none; 
	height:100%; 
	left:0; 
	opacity:0; 
	position:fixed; 
	top:0; 
	width:100%;	
	z-index:5;
}

#mobox {
	background:#fff;
	display:none;
	opacity:0;
	padding:20px;
	position:fixed;
	width:450px;
	z-index:10;
}

#mobox-close {
	float:right;
	text-transform:uppercase;
}

#imgscroll {
	background:url(../images/imgscroll.png) no-repeat center bottom;
	padding:20px 20px 30px;
	position:relative;
}

#imgscroll-prev, #imgscroll-next {
	display:block;
	position:absolute;
	top:0;
}
	#imgscroll-prev {
		left:0;
	}
	#imgscroll-next {
		right:0;
	}

#imgscroll-imgs {
	overflow:hidden;
	text-align:center; /* Remove if scroll is enabled */
	white-space:nowrap;
}

#imgscroll-imgs img {
	padding:0 20px;
}

#imgscroll-imgs .current img {
	background:url(../images/imgscroll-imgs_current.png) no-repeat right center;
}

#phoneswap, #phoneswap img {
	height:356px;
	/*width:216px;*/
}
	#phoneswap {
		position:relative;
	}
	#phoneswap img {
		left:0;
		position:absolute;
		top:0;
	}
	
#textswap div {
	display:none;
}
#textswap div.active {
	display:block;
}
#textswap div.active p {
	line-height: 1.4em;
}