
/* --------- DIV IDS --------- */

#blue-steel {
	position: relative;
	clear: both;
	float: left;
	margin-top: 14px;
	width: 864px;
	height: 444px;
	padding: 35px 0 0 36px;
	background: url('../images/bg_steel.jpg') no-repeat;
}

#status {display: none;}

#carousel {
	position: relative;
	clear: both;
	float: left;
	width: 826px;
	height: 282px;
}
#carousel #nav {
	float: left;
	width: 83px;
	height: 282px;
	text-align: center;
	background: url('../images/carousel/bg_nav.jpg') no-repeat;
}
#carousel #bc { float: right; }
#carousel #large {
	float: right;
}

#carousel .hold-items {
	position: absolute;
	top: 4px;
	left:-30px;
}

#carousel .hold-items ul {
	list-style-type: none;
}

#carousel .hold-items li {
	overflow: hidden;
	margin-bottom: 8px;
	display: block;
	width: 59px;
	height: 36px;
	border: 0px solid #ffcc00;
	padding:3px;
}

#carousel .prev, #carousel .next {
	position: absolute;
	width: 83px;
	text-align: center;
	cursor: pointer;
	display: none;
}
#carousel .next {
	bottom: 0px;
}
#carousel .prev {
	top: 1px;
}

#intro {
	position: absolute;
	top: 343px;
	left: 36px;
}

/*
#h-dl-lrg {
	position: absolute;
	top: 360px;
	right: 32px;
}
*/

#h-dl-lrg {
	position: absolute;
	top: 360px;
	right: 32px;
	text-align: center;
	font-size: 10px;
	color: #fff;
}
#h-dl-lrg a.dlbtn {
	display: block;
	width: 276px;
	height: 10px;
	padding: 58px 0 0 0;
	background: url('../images/bg_download_button.png') no-repeat;
	text-decoration: none;
	font-size: 12px;
	color: #afadb9;
}
#h-dl-lrg a.dlbtn:hover {
	text-decoration: none;
}
#h-dl-lrg a {
	text-decoration: none;
	font-size: 10px;
	color: #fff;
}
#h-dl-lrg a:hover {
	text-decoration: underline;
}

#black-steel {
	position: relative;
	clear: both;
	float: left;
	margin-bottom: 26px;
	padding: 25px 0 0 28px;
	width: 872px;
	height: 162px;
	background: url('../images/bg_black_angle_birds.jpg') no-repeat;
}

#col-1, #col-2, #col-3 {
	position: relative;
	float: left;
}
#col-1 h2 {
	margin-bottom: 6px;
}
#col-1 div {
	clear: both;
	padding: 10px 0 10px 0;
}
#col-1 div.addbordr {
	border-bottom: 1px dotted #acabab;
}
#col-2 h2 {
	margin-bottom: 6px;
}
#col-1 {
	width: 300px;
}
#col-1 img {
	margin-top: 10px;
}
#col-2 {
	margin-left: 20px;
	margin-right: 20px;
}
#col-2 img {
	float: left;
	margin-right: 20px;
}
#col-2 hr {
	clear: both;
	width: 100%;
	margin-top: 24px;
	margin-bottom: 20px;
	border-top: 1px dashed #dadbdc;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
}
#col-2, #col-3 {
	width: 280px;
}
#col-3 {
	font-size: 14px;
	line-height: 17px;
}
#col-3 img {
	float: left;
	margin-bottom: 10px;
}

* html #col-2 {
	display: inline;
}


/* --------- TOGGLE --------- */

a.ct-link1, a.ct-link2, a.ct-link3, a.ct-link4 {
	margin-bottom: 8px;
	display: block;
	width: 88px;
	height: 26px;
	border: 0px;
	outline: 0px;
}

a.ct-link1 {
	background: url('../images/home_toggle.png') no-repeat -197px -10px;
}
a.ct-link1:hover {
	background: url('../images/home_toggle.png') no-repeat -108px -10px;
}
a.ct-link1-on, a.ct-link1-on:hover {
	background: url('../images/home_toggle.png') no-repeat -10px -10px;
}

a.ct-link2 {
	background: url('../images/home_toggle.png') no-repeat -197px -43px;
}
a.ct-link2:hover {
	background: url('../images/home_toggle.png') no-repeat -108px -43px;
}
a.ct-link2-on, a.ct-link2-on:hover {
	background: url('../images/home_toggle.png') no-repeat -10px -43px;
}

a.ct-link3 {
	background: url('../images/home_toggle.png') no-repeat -197px -77px;
}
a.ct-link3:hover {
	background: url('../images/home_toggle.png') no-repeat -108px -77px;
}
a.ct-link3-on, a.ct-link3-on:hover {
	background: url('../images/home_toggle.png') no-repeat -10px -77px;
}

a.ct-link4 {
	background: url('../images/home_toggle.png') no-repeat -197px -109px;
}
a.ct-link4:hover {
	background: url('../images/home_toggle.png') no-repeat -108px -109px;
}
a.ct-link4-on, a.ct-link4-on:hover {
	background: url('../images/home_toggle.png') no-repeat -10px -109px;
}

#ct-txt1, #ct-txt2, #ct-txt3, #ct-txt4 {
	position: absolute;
	left: 176px;
	top: 31px;
	width: 440px;
	font-size: 17px;
	line-height: 20px;
	color: #c4c4c4;
}


/* --------- IMAGES --------- */

.space-it {
	margin-right: 10px;
}