/********************************************************************

	GTX - CSS
	
	Company: Gain Capital / Forex.com 
	authors: Michael Van Tassell - mvantassell@gaincapital.com
	date: March 27, 2009 
	
*********************************************************************/


/***RESET STYLESHEET NEEDED ONLY IN THIS FILE**********************************/
@import 'reset.css';

/***GLOBAL ELEMENTS************************************************************/

html, body {	
	height: 100%;
	margin: 0;
}
body {
	background: #cdced3 url(../../../images/common/bg_body.gif) repeat-y center;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
a {
	outline: none;
	color: #34a1e7;
	text-decoration: underline;
}
	a:hover {
	color:#10517b;
	}
.float_wrapper {
	width: 100%;
	overflow: hidden;
}

.hover_down_button {
}

/* Corners */
.corner {
	position: absolute;
	font-size: 0;
}
	.corner.tl { 
		top: 0;
		left: 0;
	}
	.corner.tr { 
		top: 0;
		right: 0;
	}
	.corner.bl { 
		bottom: 0 !important;
		bottom: -1px;
		left: 0;
	}
	.corner.br { 
		bottom: 0 !important;
		bottom: -1px;
		right: 0;
	}	
	

/* MASTER CONTAINER ---------------------------------------------- */
#master_container {
	margin: 0 auto;	
	width: 900px;
	background: #efefef;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treated as min-height*/

	min-height:100%; /* real browsers */
	
	padding-bottom: 25px;
	position: relative;
}

/* HEADER -------------------------------------------------------- */
#header {
	background: #fff url(../../../images/common/bg_header.jpg) no-repeat 0 0;
	position: relative;
	height: 84px;
}
	#header #logo {
		display: block;
		float: left;
		margin-right: 190px;
	}
	#header #logo img {
		padding: 25px 0 0 30px;
	}
/* Nav */	
#header #gtx_nav {
	width: 448px;
	float: left;
	margin: 25px 0 0 0;
}
#header #gtx_nav li {
	float: left;
		
}
#header #gtx_nav li a {
	display:block;
	height: 38px;
}
/* Off State */




#header #gtx_nav li.home { 
	width: 72px; background-position: 0 -50px;
}
#header #gtx_nav li.platform { 
	width: 88px; background-position: -72px -50px;
}
#header #gtx_nav li.trade { 
	width: 72px; background-position: -160px -50px; 
}
#header #gtx_nav li.technical { 
	width: 108px; background-position: -232px -50px;
}
#header #gtx_nav li.contact_us { 
	width: 106px; background-position: -340px -50px;
}

/* Hover State */
#header #gtx_nav li.home:hover {
	background-position: 0 -99px;
}
#header #gtx_nav li.platform:hover {
	background-position: -72px -99px;
}
#header #gtx_nav li.trade:hover {
	background-position: -160px -99px;
}
#header #gtx_nav li.technical:hover {
	background-position: -232px -99px;
}
#header #gtx_nav li.contact_us:hover {
	background-position: -340px -99px;
}

/* You Are Here */
#HomePage #header #gtx_nav li.home { 
	background-position: 0 0;
}
#PlatformPage #header #gtx_nav li.platform { 
	background-position: -72px 0;
}
#TradePage #header #gtx_nav li.trade { 
	background-position: -160px 0;
}
#TechnicalPage #header #gtx_nav li.technical {
	background-position: -232px 0;
	}
#ContactPage #header #gtx_nav li.contact_us { 
	background-position: -340px 0;
}

/* Utility Nav */	

a#launch {
	background:url(../images/common/bg_nav_sprite.gif) no-repeat -439px -1px;	
	width:94px;
	height: 29px;
	float:right;
	display: block;
	margin: 28px 20px 0 0;
	cursor: pointer;
	text-indent: -9999px;
}
a#launch:hover {
	background-position: -439px -41px;
	
}

/* HEADER -------------------------------------------------------- */

/* LEADERBOARD -------------------------------------------------------- */

#Leaderboard_home {
	height: 200px;
}
#Leaderboard {
	height: 100px;
}

/* LEADERBOARD -------------------------------------------------------- */
/* LEADERBOARD NO IMAGE -------------------------------------------------------- */

#Leaderboard_hollow {
	height: 25px;
}

/* LEADERBOARD -------------------------------------------------------- */

/* -- NEW TO FOREX -- */
#new_to_forex {
	margin-top: 14px;
}
#new_to_forex .content {
	width: 870px;
	clear:both;
	margin: auto;
	padding-bottom: 10px;
}
	/* Grey Fade Content Block */
	.content_block.grey_fade .top {
		background: url(../images/common/bg_content_block_fade_top.gif) repeat-x;	
	}
		.content_block.grey_fade .top .corner.tl {			
			background: url(../images/common/bg_content_block_fade_corner_tl.gif) no-repeat;
		}
		.content_block.grey_fade .top .corner.tr {			
			background: url(../images/common/bg_content_block_fade_corner_tr.gif) no-repeat;
		}
	.content_block.grey_fade .bottom {
		background: url(../images/common/bg_content_block_fade_bottom.gif) repeat-x;	
	}
		.content_block.grey_fade .bottom .corner.bl {			
			background: url(../images/common/bg_content_block_fade_corner_bl.gif) no-repeat;
		}
		.content_block.grey_fade .bottom .corner.br {			
			background: url(../images/common/bg_content_block_fade_corner_br.gif) no-repeat;
		}
	.content_block.grey_fade .content {
		border-left: #cacaca 1px solid;
		border-right: #cacaca 1px solid;
		background: #f9f9f9 url(../images/common/bg_content_block_fade_grey.gif) repeat-x;	
	}			
	/* Content Block Header */
	.content_block .top {
		background: url(../images/common/bg_content_block_top.gif) repeat-x;
		position: relative;
		height: 6px;
		width: 872px;
		margin: auto;
	}
		.top .float_wrapper .title {
			float: left;
			margin: 13px 0 0 11px;
		}	
		.content_block .top .corner {	
			position: absolute;
			height: 6px;
			top: 0;
		}
			.content_block .top .corner.tl {			
				background: url(../images/common/bg_content_block_corner_tl.gif) no-repeat;
				width: 6px;
				left: 0;
			}
			.content_block .top .corner.tr {			
				background: url(/../images/common/bg_content_block_corner_tr.gif) no-repeat;			
				width: 6px;				
				right: 0;
			}
	.content_block .bottom {
		background: url(../images/common/bg_content_block_bottom.gif) repeat-x;
		position: relative;
		height: 6px;
		font-size: 0;
		width: 872px;
		margin: auto;
	}
		.content_block .bottom .corner {	
			position: absolute;
			height: 6px;
			bottom: 0;
		}
			.content_block .bottom .corner.bl {			
				background: url(../images/common/bg_content_block_corner_bl.gif) no-repeat;
				width: 6px;
				left: 0;
			}
			.content_block .bottom .corner.br {			
				background: url(../images/common/bg_content_block_corner_br.gif) no-repeat;			
				width: 6px;				
				right: 0;
			}
				
.inner_content_block {
	margin-bottom:6px;
}
/* LEFT -------------------------------------------------------- */
#left_content_container {
	display:block;
	width: 580px;
	float:left;
	margin: 20px 0 0 0px;
	padding: 0px 30px 0px 20px;
}
#left_content_container p, #full_content_container p {
	color:#494c56;
	margin-bottom: 18px;
	line-height: 18px;
	font-size: 12px;
}
#left_content_container h2, #full_content_container h2 {
	color:#153249;
	margin-bottom: 18px;
	font-size: 18px;
	font-weight: bold;
}
#left_content_container h3, #full_content_container h3 {
	color:#013a67;
	margin-bottom: 4px;
	font-size: 15px;
	font-weight: bold;
}
#left_content_container h4, #full_content_container  h4 {
	color:#153249;
	margin-bottom: 18px;
	font-size: 16px;
	font-weight: bold;
}
#left_content_container h5, #full_content_container h5 {
	color:#153249;
	margin: 10px 0 0 0;
	font-size: 16px;
	font-weight: bold;
}
#left_content_container h6, #full_content_container h6 {
	margin-bottom: 18px;
	color:#444;
	font-size:16px;
	font-weight:bold;
	line-height:22px;
}
#left_content_container ul.bulletedList, #full_content_container ul.bulletedList  {
	margin: 0 0 18px 25px;
}
.highlights{
		font-size: 14px !important;
}

#left_content_container ul.bulletedList li, #full_content_container ul.bulletedList li {
	line-height: 22px;
	font-size: 12px;
	color:#494c56;
	list-style: none;
	background-image:url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding-left: 15px;
}
#full_content_container .logobox {
	display: inline-block;
	float:left;
	width:200px;
	height: 100px;
}
#full_content_container .logobox .gtx_logo{
	float: none!important;	
}
#full_content_container .sales {
	display: inline-block;
	float:left;
	width:210px;
}
#full_content_container .sales h3 {
	margin-bottom: 10px;
}
#full_content_container .technical {
	display: inline-block;
}
#full_content_container .technical h3 {
	margin-bottom: 10px;
}
#full_content_container .phone {
	font-size: 14px;
	font-weight: bold;
}
#full_content_container .name {
	font-size: 14px;
}
#full_content_container .email {
	font-size: 12px;
}

#full_content_container p img {
	padding: 0 ;
	float: right;
	margin-left: 10px;
}

#left_content_container h6 {
}
#left_content_container hr, #full_content_container hr {
	background-color:#E5E5E5;
	border:medium none;
	color:#E5E5E5;
	display:block;
	height:1px;
	margin-bottom:15px;
}
.thumb_platform {
	visibility:hidden;
	position: relative;
	width:1px;
	height:1px;
	overflow:hidden;
}
.thumb_platform .hiddenLink {
	visibility:hidden;
}

#left_content_container .gtx_logo, #full_content_container .gtx_logo {
	float: left;
	margin-right: 30px;
}
#locations {
	background: #313944;
	width: 210px;
	float: left;
	padding: 15px;
	margin-right: 20px;
	margin-bottom: 20px;
}
#locations h3 {
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
#locations .address {
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
}
.list_wrapper{
	
	width: 350px;
	float: right;
	height: 350px;
}
/* LEFT -------------------------------------------------------- */

/* RIGHT -------------------------------------------------------- */
#right_content_container {
	display:block;
	width: 200px;
	float:left;
	margin: 20px 0 0 0;
	padding: 0 0 5px 30px;
	border-left: 1px #ccc solid;
}
#right_content_container p {
	color:#494c56;
	margin-bottom: 18px;
	line-height: 18px;
	font-size: 12px;
}
#right_content_container h2 {
	color:#153249;
	margin-bottom: 18px;
	font-size: 16px;
	font-weight: bold;
}
#right_content_container h3 {
	color:#013a67;
	margin-bottom: 4px;
	font-size: 14px;
	font-weight: bold;
}
#right_content_container h4 {
	color:#153249;
	margin-bottom: 18px;
	font-size: 16px;
	font-weight: bold;
}
#right_content_container ul {
	margin: 0 0 18px 25px;
}
#right_content_container ul li {
	line-height: 18px;
	font-size: 12px;
	color:#494c56;
	list-style-type: disc;
}
#right_content_container .sales {
}
#right_content_container .sales h3 {
	margin-bottom: 10px;
}
#right_content_container .technical {
}
#right_content_container .technical h3 {
	margin-bottom: 10px;
}
#right_content_container .phone {
	font-size: 14px;
	font-weight: bold;
}
#right_content_container .name {
	font-size: 14px;
}
#right_content_container .email {
	font-size: 12px;
}
#right_content_container h6 {
}
#right_content_container hr {
	background-color:#E5E5E5;
	border:medium none;
	color:#E5E5E5;
	display:block;
	height:1px;
	margin-bottom:15px;
}
#right_content_container .gtx_logo {
		margin: 0 0 30px 0;
}
/* RIGHT -------------------------------------------------------- */

/* FULL -------------------------------------------------------- */
#full_content_container {
	display:block;
	width: 790px;
	float:left;
	margin: 20px 0 0 0;
	padding: 0 0 5px 30px;
}
/* END FULL -------------------------------------------------------- */




/* FOOTER -------------------------------------------------------- */

#footer {
	width:852px;
	margin: auto;
}
#footer p {
	color: #666874;
	font-size: 12px;
	margin-top:15px;
}
#footer p.bottom_nav {
	margin-top:5px;
}
#footer  .copyright {
	width:300px;
	float: left;	
}
#footer  .legal {
	font-size: 11px;
	margin: 7px 0px 0px 0px!important;
}
#footer  .forexster {
	width:170px;
	float: right;	
}
#footer  .forexster img {
	margin-top: 0;
	.margin-top: -15px;
	float: right;
}
