@charset "UTF-8";
/* CSS Document */
/*

[Table Of Contents] 

	0- Reset
	1- Global
	2- Links
	3- Headings
	4- Header 
	5- Navigation
	6- Middle 
	7- Forms
	8- Extras
	9- Footer 

*/

/* =0 Reset
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
@import url('reset.css');

/* =1 Global
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

body {
	background-color: #CDCDCD;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 13px;
	font-size: 11px;
}
p {
	color: #666666;
	margin-bottom:15px;
	line-height: 13px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

.container {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	background-color: #ffffff;
	background-image:url(../images/main_background.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	padding-bottom:18px;

}

.rightcolumn {
	float: right;
	width: 220px;
	padding-left: 10px;
	margin: 5px 0px 0px 0px;
}
.rightcolumntwitter {
	margin-left:15px;
	color: #FFFFFF;
	text-align: left;
}
.rightcolumntwitter_text {
	margin:10px 0 0 0; 
	width:155px; 
	background: url(../images/social_twitter.gif) no-repeat right;
}
ul {
	list-style:outside;
	list-style-type:square;
	margin-left:15px;
	margin-bottom: 15px;
	color: #666666;
}
ol {
	margin-left:15px;
	margin-bottom: 15px;
	color: #666666;
	list-style:decimal;
}

IMG, table, td, tr {
	margin:0px; 
	padding:0px;
}
.left {
	float:left;
}

/* =2 Links
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
a, a:visited {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

a:hover, a:active {
	color: #FF0000;
}
.current {
	color:#FF0000 !important;
	text-decoration:none !important;
	border-bottom-color:#FF0000 !important;
}

/* =3 Headings
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
h1 {
	font-size: 20px;
	color: #666666;
	font-weight: normal;
	margin-bottom: 15px;
	line-height:21px;
	text-transform: uppercase;
}
h1 span {
	color: #FF0000;
}

h2 {
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	margin-bottom: 15px;
	line-height: 15px;
}
h3 {
	font-size: 12px;
	line-height:14px;
	color: #666666;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/chevron.gif);
	background-position:top left;
	background-repeat: no-repeat;
	padding-left: 15px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 7px;
}
h3 span {
	text-transform: lowercase;
}

h4 a {
	display:block;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/arrow_12px.gif);
	background-position:left top;
	background-repeat: no-repeat;
	padding-left: 15px;
	margin:0 0 5px 0;
}

/* =4 Header
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.topbanner {
	width:900px;
	height:200px;
	overflow: hidden;
	background-color: #E6E6E6;
}
#banner {
	height: 200px;
	width: 900px;
	float: right;
}
*html #banner {
	margin-right: 0px;
}
*html #banner img {
	margin-right: 30px;
}
*html #banner object {
	margin-right: 30px;
}

/* =5 Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#navmenu {
	width:200px;
	margin: 20px 10px 0px 30px;
}
#navmenu ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
#navmenu ul li {
	font:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:21px;
}
#navmenu li a {
	color:#999999;
	text-decoration:none;
	border-bottom:dashed;
	border-bottom-color:#e5e5e5;
	border-bottom-width:1px;
	display:block;
	width:190px;
	font-weight:bold;
}
#navmenu li a:link, li a:visited {
	text-decoration:none;
}
#navmenu li a:hover, li a:active {
	color:#FF0000;
	text-decoration:none;
	border-bottom-color:#FF0000;
}
#navmenu ul li ul {
	margin-left:7px;
	margin-bottom:5px;
}
#navmenu ul li ul li {
	line-height:14px;
	margin-top:3px;
}
#navmenu ul li ul li a {
	font-size:10px;
	border:none;
	font-weight:normal;
	color:#666666;
}

/* SHOW / HIDE SUBMENUS */
ul#submenuHome {
	display:none;
}
.navID#pageSchools .subnavID .container .maincontent .navcontainer #navmenu ul li ul#submenuSchools {
	display:block;
}
ul#submenuSchools {
	display:none;
}
.navID#pageHigher .subnavID .container .maincontent .navcontainer #navmenu ul li ul#submenuHigher {
	display:block;
}
ul#submenuHigher {
	display:none;
}
.navID#pageFurther .subnavID .container .maincontent .navcontainer #navmenu ul li ul#submenuFurther {
	display:block;
}
ul#submenuFurther {
	display:none;
}
.navID#pageCip .subnavID .container .maincontent .navcontainer #navmenu ul li ul#submenuCip {
	display:block;
}
ul#submenuCip {
	display:none;
}
.navID#pageEnvironmental .subnavID .container .maincontent .navcontainer #navmenu ul li ul#submenuEnvironmental {
	display:block;
}
ul#submenuEnvironmental {
	display:none;
}
.navID#pageTech .subnavID .container .maincontent .navcontainer #navmenu ul li ul#submenuTech {
	display:block;
}
ul#submenuTech {
	display:none;
}


/* =6 Middle
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.maincontent, .maincontent_1col {
	clear:both;
}
.Semimaincontent_1col {
	clear:both;
	background-image: url(../images/maincontentgradBG.jpg);
	background-repeat:repeat-y;
	margin-right:30px;
}
.navcontainer {
	width:245px;
	float:left;
	margin-right: 20px;
	margin-left: 0px;
}
.bodycontainer {
	width:630px;
	float:right;
	background-color: #FFFFFF;
	margin-top: 22px;
}
.bodycontainerSemi {
	width:610px;
	float:right;
	margin-top: 22px;
	margin-right: 15px;
}
.leftbody {
	width:380px;
	float:left;
	margin-right: 10px;
	}
	
.c {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.bodytext li {
	margin-bottom:5px;
}
.bodytext_extra {
	margin: 0;
	border-top: 1px dashed #666666;
	padding: 20px 0 0 0;
}

.news {
	background-color: #d1d2d4;
	margin: 0px 0px 0px 20px;
	text-align: left;
}

.news h3 {
	background-image: none;
	padding: 10px 10px 0px 10px;
	color: #000000;
	margin-bottom: 0px;
	text-transform: none;
	font-size: 15px;
	font-weight: normal;
}

.bodytext .news hr {
	width: 160px;
	padding: 0px;
	margin: 5px 0px 10px 0px;
	border-top: 1px solid #000000;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
}

.article {
	background-image: url(../images/news_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 180px;
	height: 75px;
	overflow: hidden;
}

.article p {
	margin: 0px;
	color: #000000;
	font-weight: bold;
	padding: 0px 10px 10px 10px;
}

.article a {
	color: #FF0000;
}

.rightbody {
	width:200px;
	float:right;
	margin-right: 20px;
}
.doublecolumn {
	margin:0px 30px 0px 0px;
	background-image: url(../images/bodyBG.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	min-height:300px;
}
.doublecolumnText {
	margin: 20px 10px;
}
.bodybolddark {
	color: #333333;
	font-weight: bold;
}
.SemiRuggedised {
	color: #666666;
	margin-bottom:15px;
}
.SemiRuggedised_small {
	font-size:9px;
	color: #666666;
	margin-bottom:15px;
}
.indent p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 15px;
}

.indent span {
	padding-right: 6px;
}

.moreinfo {
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/arrow_12px.gif);
	background-position:left top;
	background-repeat: no-repeat;
	padding-left: 15px;
	margin-top: 5px;
	padding-top: 0px;
	margin-bottom: 20px;
	margin-left:0px;
}
.laptop {
	width:500px;
	
}

.laptop_holder {
	width: 610px;
}

.laptop_holder h1 {
	margin-bottom: 8px;
}

.laptop_left {
	float: left;
	width: 295px;
	margin-right: 15px;
}

.laptop_right {
	float: right;
	width: 295px;
}


.table {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 13px;
	font-size: 11px;
	color: #666666;
	padding:0px;
	margin:0px;
}
.carbon {
	float:right; 
	margin-left:55px; 
	margin-right:20px; 
	margin-top:10px;
}
.trade {
	float:right; 
	margin-left:85px; 
	margin-right:20px;
	margin-top:-15px;
}
.enviro {
	margin:20px;
}

.ctavideo {
	margin:20px 0 10px 30px;
	width:191px;
} 

#promo_holder1, #promo_holder2, #promo_holder3 {
	position: absolute;
	top: -150px;
}

#promo_holder1 {
	z-index: 30;
}

#promo_holder2 {
	z-index: 20;
}

#promo_holder3 {
	z-index: 10;
}

/* VIDEO PAGE */

#videoListContainer {
	width:180px; 
	height:273px; 
	margin-top:23px;
	border:1px solid #999999; 
	overflow:auto;
	float:left;
}
#videoListScrollArea {
	width:150px; 
	margin:10px; 
	margin-right:0;
}
h4.videoTitle {
	font-weight:normal;
	color:#666666;
	font-size:14px;
	margin-bottom:10px;
}
.videoPreview {
	float:left; 
	width:70px; 
	margin-bottom:10px;
}
.videoLinks {
	float:right;
	width:80px;
}
.videoLinks p {
	margin-bottom:10px;
}
#brandText .videoLinks a {
	color:#E11B22;
	border:none;
	outline:none;
}
#videoListScrollArea hr {
	margin:0 10px 10px 0;
	height:1px;
	display:block;
	border:none;
	background-color:#CCCCCC;
}

#videoProductPlayer{
	float:left;
	width:438px;
	height:260px;
	border: 1px solid #999999;
	_border: 0px;
	_border-top: 1px solid #999999;
}

#videoPlayerLarge {
	width:438px;
	height:260px;
}

.video_info {
	float: right;
	margin: 0px 0px 0px 10px; 
	width: 152px;
}

.video_info .title {
	color: #FF0000;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 19px;
}

.clearBoth {
	clear:both; 
}


/* =7 Form
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
form {
	background-color: #CCCCCC;
	background-attachment: fixed;
}

/* =8 Extra
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.didyouknow {
	min-height:300px;
	text-align:right;
	margin:0px;
	padding:0px;
}

.articleTitle {
	font-size: 10px;
	font-weight: bold;
	line-height: 12px;
	color: #FF0000;
}

.articleLink a{
	font-weight:bold;
	font-size: 10px;
	color: #58595B;
	line-height: 12px;
	text-decoration: none;
}

#events {
	background-image: url(../images/event_background.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	float: right;
	width: 583px;
	height: 100px;
	margin: 15px 20px 10px 0px;
}

.back {
	width: 22px;
	height: 29px;
	float: left;
	position: relative;
	top: 35px;
	left: -10px;
}

.slide {
	width: 539px;
	height: 80px;
	float: left;
	margin-top: 10px;
}

.event_slides {
	width: 539px;
	height: 80px;
	margin-top: 10px;
}

.inner_slide {
	float: left;
	width: 169px;
	height: 80px;
}

.next {
	width: 22px;
	height: 29px;
	float: right;
	position: relative;
	top: 35px;
	right: -10px;
}

/*.back, .next {
	opacity:0.4;
	filter:alpha(opacity=40);
}*/

#clearingdiv {
	clear:both;
	height:20px;
	display:block;
	background-color:#FFFFFF;
 }
.logos {
	height: 200px;
	width: 245px;
	float:left
}
.imageright {
	float: right;
	margin: 0px 4px 30px 20px;
}
.imageright2 {
	float: right;
	margin-bottom: 10px;
	margin-left: 20px;
}
.business_logos {
	float:left;
	width:135px;
	height:70px;
	margin-right:15px;
	margin-bottom:20px;
}
.business_copy {
	float:left;
	width:430px;
	height:70px;
	margin-bottom:20px;
}

.promo_logos {
	float:left;
	width:95px;
	height:120px;
	margin-right:15px;
	margin-bottom:20px;
}

.promo_copy {
	font-size: 14px;
	float:left;
	width:480px;
	height:120px;
	margin-bottom:20px;
	background-color: #FFFFFF;
}

.keyModels_logos, .slideshow {
	float:left;
	width:180px;
	height:170px;
	margin-right:15px;
	margin-bottom:20px;
}

.keyModels_copy {
	float:right;
	width:340px;
	height:200px;
	margin-bottom:20px;
	margin-top: 20px;
}

.keyModels_copy2 {
	float:right;
	width:340px;
	height:200px;
	margin-bottom:20px;
	margin-top: 20px;
}


ul#sitemap ul {
	margin-bottom:10px;
}
ul#sitemap li {
	margin-bottom:5px;
}
ul#sitemap ul li a {
	font-weight:normal;
}
#moreevents_btn, #backevents_btn {cursor:pointer;}
#moreevents_btn { margin-left:10px;}

.hidden {display:none}

.selection1, .selection2, .selection3, .selection4 {
	background-image: url(../images/keyModels_selection_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 280px;
	height: 84px;
	margin: 0px 0px 15px 0px;
}

.selection1 img, .selection2 img, .selection3 img, .selection4 img {
	float: right;
	margin-right: 7px;
	margin-top: -10px;
}

.selection1 p, .selection2 p, .selection3 p, .selection4 p {
	margin: 7px 0px 7px 7px;
}

.selection1 a, .selection2 a, .selection3 a, .selection4 a {
	color: #FF0000;
	margin: 0px 0px 0px 7px;
}

.selection_title {
	margin: 7px 0px 0px 7px;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FF0000;
}

/* =9 Footer
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

.partners {
	margin: 20px 0px 0px 0px;
	width: 100%;
}

.partners img {
	margin-right: 15px;
}

.footer {
	width:605px;
	float:right;
	font-size: 9px;
	color: #333333;
	text-align: left;
	padding-top: 5px;
	margin-right: 25px;
	margin-top: 30px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #666666;
}
.footer a:link {
	color: #333333;
	font-weight: normal;
}
.footer a:hover {
	color: #FF0000;
}
.copyright {
	float:right;
	text-align: right;
}
.bodytext hr {
	margin-bottom: 15px;
}


/* =10 Slideshow 
-------------------------------------------------------------------*/

#slideshow {
	margin:0 auto;
	width:600px;
	height:88px;
	position:relative;
	top: 15px;
	float: left;
	border: 1px solid #999999;
	_border: 0px;
	_border-top: 1px solid #999999;
	background-color: #FFFFFF;
}

#slideshow #slidesContainer {
  margin:0 auto;
  width:555px;
  height:88px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}

#slideshow #slidesContainer .slide {
  margin:13px auto;
  width:520px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:88px;
}
 
/* Slideshow controls */

.control {
  display:block;
  width:21px;
  height:88px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}

#leftControl{
  top:0;
  left:0;
  background: url(../images/control_left_normal.jpg) no-repeat 0 0;
}

#rightControl{
  top:0;
  right:0;
  background: url(../images/control_right_normal.jpg) no-repeat 0 0;
}

.inner_slide_left {
	float: left;
	margin-right: 25px;
}

inner_slide_right {
	float: right;
	width: 82px;
}

.inner_slide_left h2, .inner_slide_right h2 {
	font-size: 14px;
	text-transform: uppercase;
	color: #666666;
	margin: 0px 0px 5px 0px;
}

.inner_slide_left h2 span, .inner_slide_right h2 span{
	color: #FF0000;
}

.event_grad {
	margin: 1px auto;
}

/* video slider */

.video_slider #slideshow {
	margin:0 auto;
	width:439px;
	height:107px;
	position:relative;
	top: 15px;
	float: left;
	border: 1px solid #999999;
	border-left: 0px;
	border-right: 0px;
	_border: 0px;
	_border-top: 1px solid #999999;
	background-color: #FFFFFF;
}

.video_slider #slideshow #slidesContainer {
  margin:0 auto;
  width:396px;
  height:107px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}

.video_slider #slideshow #slidesContainer .slide {
  margin:0px auto;
  width:418px;
  height:107px;
}
 
/* Slideshow controls */

.video_slider .control {
  display:block;
  width:20px;
  height:107px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}

.video_slider #leftControl{
  top:0;
  left:0;
  background: url(../images/video_control_left.jpg) no-repeat 0 0;
}

.video_slider #rightControl{
  top:0;
  right:0;
  background: url(../images/video_control_right.jpg) no-repeat 0 0;
}

.video_inner_slide_left {
	float: left;
	margin: 0px;
}

.video_inner_slide_right {
	float: left;
	padding-top: 5px;
}

.video_title {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}

.video_slider .inner_slide_left h2, .inner_slide_right h2 {
	font-size: 14px;
	text-transform: uppercase;
	color: #666666;
	margin: 0px 0px 5px 0px;
}

.video_slider .inner_slide_left h2 span, .inner_slide_right h2 span{
	color: #FF0000;
}

.video_slider .event_grad {
	margin: 1px auto;
}


/* New Events bar */

.main_events {
	width: 220px;
	overflow: hidden;
}

.events_holder {
	*margin-top: -5px;
	height:200px;
	width:220px;
}

.events {
	width: 200px;
	color: #FF0000;
	margin: 0px 10px 0px 10px;
}

.events img {
	margin-left: -10px;
	padding: 0px;
}

.events p {
	color: #666666;
	margin: 0px;
}

.events a {
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}

.events_title {
	width: 200px;
	color: #FF0000 !important;
	font-size: 17px;
	line-height: 20px;
	padding: 10px 0px;
}

.events_links {
	padding-top: 8px;
}

#navigation {
	width: 220px;
	height: 20px;
	text-align: center;
	font-size: 11px;
	font-weight:bold;
}

#navigation a {
	display: inline-block;
	color: #666666;
	font-size: 11px;
	text-decoration: none;
	padding: 5px;
}

.activeSlide {
	background-image: url(../images/active_btn.jpg);
	background-position: center;
	background-repeat: no-repeat;
	color: #FFFFFF !important;
}

/* Twitter Feed */

.twtr-hd {
	background-color: #FFFFFF;
}

.twtr-ft, .twtr-bd {
	background-image: url(../images/twitter_background.jpg);
	background-repeat: no-repeat;
	background-position:bottom;
}

.twtr-doc h3, .twtr-doc h4 a {
	background-image: none;
	color: #000000;
	font-weight: bold;
}

.twtr-atreply{
	color: #000000;
	font-weight: bold;
}

.twtr-tweet-wrap {
	border-top: 1px solid #FFFFFF;
}

.twitter_intro {
	font-size: 11px;
	line-height: 12px;
	width: 187px;
}

/* image scrollers */

.slideshow {
	margin:0px 40px 0px 0px;
	width:220px;
	height:170px;
	position:relative;
	clear: both;
	border: 1px solid #999999;
	_border: 0px;
	_border-top: 1px solid #999999;}
.slideshow .slidesContainer {
  	margin:0 auto;
  	width:180px;
  	height:170px;
  	position:relative;
}
.slideshow .slidesContainer .slide {
  	margin:0 auto;
  	width:180px; /* reduce by 20 pixels of .slidesContainer to avoid horizontal scroll */
  	height:170px;
	overflow: hidden;
}

.leftControl, .rightControl {
	width: 20px;
	height: 170px;
	position: absolute;
	top: 0px;
	cursor:pointer;
}
 
.leftControl {
  	background:transparent url(../images/control_left.jpg) no-repeat 0 0;
	left: 0px;
}

.rightControl {
  	background:transparent url(../images/control_right.jpg) no-repeat 0 0;
	right: 0px;
}
