body {
	background: #FFF;
	color: #333;
	font-family: "Tahoma", Arial, Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}

a, .info {
	color: #6f42d2;
	/* text-decoration: none; */
}

a:hover, .info:hover {
	/* color: #895BE4; */
	text-decoration: underline;
	cursor: pointer;
}

a.lighter, #content-container a {
	color: #b58cf3;
}

a.lighter:hover, #content-container a:hover {
	color: #6f42d2;
	background: #e3d1ff;
	cursor: pointer;
}



/*  common codes  */

.left { float: left; }
.right{ float: right; }
.clear{ clear: both; }
.under{ border-bottom: 2px solid #888; }

img {
	border: 0 none;
}

html, body, div, blockquote, ul, ol, li, h1, h2, h3, p, #nav, #banner p, #header {
	margin: 0;
	padding: 0;
}

.nav, .subnav, .main-buttons, .feed-content, .footer-nav, .sublinks {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

.hide {
	margin: 0;
	border: none;
	padding: 0;
	background: none;
}

h1, h2, h3, h4 {
	line-height: 18px;
	padding-bottom: 10px;
	color: #333;
}

h1 {
	font-size: 30px;
	font-weight: normal;
	color: #555;
}

h2 {
	font-size: 23px;
	font-weight: bold;
	/* color: #5b34a9; */
	/* color: #ff5400; */
	/* color: #ff8000; */
	color: #fe960f;
	line-height: 32px;
	text-transform: uppercase;
}

.sidebar-container h2 {
	color: #ff7800;
	text-transform: none;
}
	
h3 {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	line-height: 32px;
}

p {
	line-height: 18px;
	/* padding-bottom: 18px; */
}



/*  header  */

#header {
	margin: 0 auto;
	/* height: 225px; */
	height: 135px;
	width: 900px;
}
#header.home {
	height: 225px;
}

	#header-container {
		postition: absolute;
	}

	#header-container #logo {
		margin-top: 10px;
	}
	#header-container #logo.home {
		margin-top: 60px;
	}

	#header-container .nav {
		float: right;
		/* margin-top: 0; */
		margin-top: 20px;
	}
	#header-container .nav.home {
		float: right;
		/* margin-top: 30px; */
		margin-top: 65px;
	}

	#header-container .nav div.login a {
		height: 85px;
		width: 250px;
		background: url(/images/2/sprite.png) no-repeat;
		display: block;
		text-indent: -9999px;
		overflow: hidden;
	}

	#header-container .nav div.login a {
		background-position: 0 0;
	}

	#header-container .nav div.login a:hover {
		background-position: -250px 0;
	}

	#header-container .nav #loginNew {
		z-index: 1;
		position: absolute;
		margin-top: -12px;
	}
	#header-container .nav #loginNew.home {
		margin-top: 10px;
	}



/*  nav  */

#nav {
	background: url(/images/2/nav-bkg.png);
	height: 50px;
}

	#nav-container {
		margin: 0 auto;
		width: 900px;
	}

	#nav-container .subnav li {
		float: left;
		height: 50px;
		font-size: 16px;
		font-weight: bold;
		padding-right: 35px;
	}

	#nav-container .subnav li div {
		height: 50px;
		padding: 0 4px 0 4px;
	}

	#nav-container .subnav li .active {
		background: url(/images/2/sprite.png) -200px -412px no-repeat;
	}

	#nav-container .subnav li a {
		display: block;
		overflow: hidden;
		padding: 15px 0 15px 0;
		color: #555555;
		text-shadow: 0 2px 0 #FFF;
		text-decoration: none;
	}


/*  body content  */

#body-content {
	/* background-color: #252525; */
	background: #252525 url(/images/2/body-bkg.jpg) no-repeat center;
	padding-bottom: 50px;
}
#body-content.home {
	background: #252525 url(/images/2/body-home-bkg.jpg) no-repeat center;
}

#content {
	margin: 0 auto;
	width: 900px;
	color: #EEE;
}

	#content-container {
		float: left;
		width: 565px;
		margin-top: 50px;
		background-color:#444444;
		padding:20px 10px 6px 10px;
	}
	
	#content-container p {
		margin-bottom: 12px;
		/* font-size: 12px; */
		line-height: 22px;
	}

	.video-holder {
		float: right;
		width: 380px;
		margin-top: 50px;
	}

	#content-container h2.welcome {
		height: 50px;
		width: 500px;
		display: block;
		text-indent: -9999px;
		overflow: hidden;
	}

	#content-container h2.welcome.home {
		background: url(/images/2/welcome/welcome-home.png) no-repeat;
	}

	#content-container ul.tick {
		border: 4px solid #777;
		line-height:20px;
		list-style-type: none;
	}

	#content-container ul.tick li {
		padding-left: 25px;
		background: url(/images/2/tick.png) no-repeat;
		padding: 10px 0 10px 30px;
		background-position: 5px 11px;
	}



/*  sidebar  */

.sidebar {
		float: right;
		width: 300px;
		background: url(/images/2/sprite.png) 0 -462px no-repeat;
	}

	.sidebar-container .content.links h3 {
		font-size: 14px;
		padding: 0;
	}

	.sidebar-container .top {
		background: url(/images/2/sidebar-top.png) no-repeat;
		height: 12px;
	}

	.sidebar-container .content {
		padding: 0 15px 0 15px;
		background: url(/images/2/sidebar-bkg.png) repeat-y top;
		color: #444;
		font-size: 13px;
	}

	.sidebar-container .content p {
		padding-bottom: 10px;
		line-height: 16px;
	}
	
	.sidebar-container .content ul {
		margin-left: 0;
		padding-left: 20px;
	}

	.sidebar-container .content ul li {
		padding-bottom: 10px;
		line-height: 16px;
	}

	.sidebar-container .bottom {
		background: url(/images/2/sidebar-btm.png) no-repeat;
		height: 12px;
	}

	#nav-cycle { margin: 10px 0 10px 0; }
	#nav-cycle a { border: 1px solid #ccc; text-decoration: none; margin: 0 5px; padding: 3px 5px; }
	#nav-cycle a.activeSlide { background: #ddd; }
	#nav-cycle a:focus { outline: none; }



/*  feeds  */
#footer-feed-bkg {
		z-index:-2;
		position: absolute;
		background: #252525 url(/images/2/footer-bkg-fade.png) repeat-x top;
		width: 100%;
}

#feeds {
	margin-bottom: 50px;
}

	#feed-container {
		margin: 0 auto;
		width: 900px;
		background: url(/images/2/feeds-bkg.png) repeat-y top;
	}

	#feeds .top {
		margin: 0 auto;
		width: 900px;
		background: url(/images/2/feeds-top-transparent.png) no-repeat;
		height: 12px;
	}

	#feeds .bottom-shadow {
		z-index:-1;
		position: absolute;
		margin: -90px 0 0 -32px;
		/* margin: -90px auto; */
		width: 900px;
		background: url(/images/2/feeds-btm-shadow.png) no-repeat;
		height: 130px;
		width: 964px;
	}

	.box {
		width: 275px;
		float: left;
		color: #555;
		font-size: 12px;
	}

	.box a {
		color: #555;
		text-decoration: none;
	}

	.box a:hover {
		text-decoration: underline;
	}

	.box h3 strong {
		color: #ed7212;
		font-weight: normal;
	}

	.icon {
		background: url(/images/2/sprite.png) no-repeat;
		width: 250px;
		height: 45px;
		text-indent: 46px;
		line-height: 45px;
		margin: 0;
		padding: 0;
	}

	.feed-content {
		padding-top: 10px;
	}

	.feed-content li {
		padding-bottom: 10px;
		line-height: 18px;
	}

	.first {
		margin: 0 25px 0 10px;
	}

	.first h3 {
		background-position: 0 -85px;
	}

	.middle {
		margin: 0 25px 0 0;
	}

	.middle h3 {
		background-position: 0 -130px;
	}

	.last {
		margin: 0 10px 0 0;
	}

	.last h3 {
		background-position: 0 -175px;
		text-indent: 55px;
	}


	form input[type$='text'], textarea {
		width: 253px;
		padding: 5px;
		margin: 2px 0 10px 0;
		border: 1px solid #CCC;
		background: url(/images/2/sprite.png) no-repeat;
		background-position: 0 -352px;
		font-size: 14px;
	}
	form #submitMessage {
		float: left;
		height: 27px;
		width: 132px;
		background: url(/images/2/send-message-sprite.png) no-repeat;
		display: block;
		text-indent: -9999px;
		overflow: hidden;
		border: none;
		background-position: 0 0;
		cursor: pointer;
		color: transparent;
		text-transform: capitalize;
	}
	form #submitMessage:hover {
		background-position: -132px 0;
	}



/*  footer  */

#footer {
	margin: 0 auto;
	width: 900px;
	height: 200px;
	font-size: 10px;
	color: #746f6f;
}

	#footer-email-subscribe {
		float: left;
		width: 280px;
	}
	
	#footer-email-subscribe #email {
		width: 253px;
		padding: 2px 5px 2px 5px;
		margin-bottom: 5px;
		border: 1px solid #CCC;
		background: url(/images/2/sprite.png) no-repeat;
		background-position: 0 -352px;
		font-size: 14px;
	}
	
	#footer-email-subscribe #subscribe-button {
		float: left;
		height: 22px;
		width: 80px;
		background: url(/images/2/sprite.png) no-repeat;
		display: block;
		text-indent: -9999px;
		overflow: hidden;
		border: none;
		background-position: 0 -220px;
		cursor: pointer;
		color: transparent;
		text-transform: capitalize;
	}

	#footer-email-subscribe #subscribe-button:hover {
		background-position: -80px -220px;
	}
	
	
	
	.footer-seals {
		float: right;
		width: 580px;
		border-left: 1px solid #EEE;
		padding-bottom: 10px;
		padding-left: 20px;
	}

	.footer-seals .nav li {
		float: left;
	}

	.footer-seals .nav li.verisign a {
		height: 55px;
		width: 110px;
		background: url(/images/2/sprite.png) no-repeat;
		background-position: 0 -242px;
		display: block;
		text-indent: -9999px;
		overflow: hidden;
	}

	.footer-seals .nav li.truste a {
		height: 55px;
		width: 138px;
		background: url(/images/2/sprite.png) no-repeat;
		background-position: 0 -297px;
		display: block;
		text-indent: -9999px;
		overflow: hidden;
	}

	.footer-seals .nav li.gimigo a {
		height: 66px;
		width: 216px;
		background: url(/images/2/sprite.png) no-repeat;
		background-position: 0 -630px;
		display: block;
		text-indent: -9999px;
		overflow: hidden;
	}

	.footer-links {
		float: right;
		width: 580px;
	}

	.footer-nav li {
		float: left;
		background: url(/images/2/footer-nav-divider.png) no-repeat right;
		padding: 0 10px;
	}

	.footer-nav li a {
		color: #6633CC;
	}

	.footer-nav li a:hover {
		text-decoration: underline;
	}

	.footer-nav li.hide {
		padding-right: 0;
		background: none;
	}

	.footer-nav li.hide-first {
		padding-left: 0;
	}

