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

/* Basic Settings */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:11px;
	color: #969696;
	line-height: 16px;
	border:0;
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #a1a1a1;
	line-height: 18px;
}

a {
	color : orange;
	text-decoration : none;
}

a.link {
	color: orange;
	text-decoration : none;
}

a:hover {
	color : white;
	text-decoration : none;
}

a:active {
	color : #FF0000;
	text-decoration : none;
}

/* Main Title */
.title1 {
    color: #E95A03;
    font-size: 17px;
	font-style: italic;
	font-weight: bold;
	line-height: 21px;
}

/* Main Catch Phrase */
.heading1 {
    color: #CC3300;
    font-size: 16px;
	font-weight: bold;
	line-height: 16px;
}

/* List Items */
.ContentList {
    color: #FFFFFF;
    font-size: 13px;
	line-height: 19px;
}

/* Category Name and Sub Title */
.style3 {
	color: #F26122;
	font-style: italic;
	font-weight: bold;
	font-size: 10px;
	line-height: 13px;
}

/* Small Sub Title */
.style5 {
	color: #F26122;
	font-size: 9px;
	font-style: italic;
	line-height: 11px;
}

/* Quotes */
.style6 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #8C8C8C;
	font-size: 11px;
	font-style: italic;
	font-weight:normal;
	line-height: 14px;
}

/* Yellow Reminder */
.smalltxt {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  font-style:italic;
  color: #FABE09;
  line-height:1.3;
  }
 
/* smallest Text */
.style7 {
	color: #F0F0F0;
	font-size: 8px;
	font-style: italic;
	line-height: 11px;
}


 /* wrapper */
.wrapper {
	margin: 0 auto;
	padding: 0;
	border: 0;
	width: 960px;
	text-align: center;
}

/* Index header */
#header {
   margin: 0;
   padding: 0;
   height: 260px;
   text-align: center;
   background: url(images/IntroHeader_IKONIK.jpg) top center no-repeat; 
}

#bar {
	margin: 0;
	padding: 0;
	height: 40px;
}

.txtmsg {
  display: block;
  float: left;
  position: realtive;
  width:480px;
  margin: 155px 0px 0px 0px;
  padding: 0 0 0 0;
  z-index:10;
  text-decoration:none;
  font-family: "Century Gothic", "Myriad Pro", Verdana, sans-serif;
  font-size: 11px;
  color: #FABE09;
  line-height:1.3;
  }

/* Index navigation */
#nav {
	margin: 0;
	padding: 0;
	height: 96px;
}

#nav a img {
    border:0;
	display: inline-block;
	width: 90px
	text-align: center;
}

#nav a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size:13px;
	display: inline-block;
	width: 90px
	text-align: center;
}

#nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size:13px;
	display: inline-block;
	width: 90px
	text-align: center;
}

#nav a:hover {
	color: #FABE09;
	text-decoration: none;
	font-size:13px;
	display: inline-block;
	text-align: center;
	width: 90px
	background-color: #212121;
}

#nav a:active {
	color: #333333;
	text-decoration: none;
	font-size:13px;
	display: inline-block;
	width: 90px
	text-align: center;
}

#nav li:hover, #nav li.sfhover { /* prevents IE7 drop-down menu bug (focus on a page element prevents nested menus from disappearing) */
  position: static;
  }

/* Index series navigation*/
.series {
	margin: 0;
	padding: 0;
	height: 96px;
}

.series a img {
    border:0;
	display: inline-block;
	width: 90px
	text-align: center;
}

.series a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size:13px;
	display: inline-block;
	width: 90px
	text-align: center;
}

.series a:visited {
	color: #FABE09;
	text-decoration: none;
	font-size:13px;
	display: inline-block;
	width: 90px
	text-align: center;
}

.series a:hover {
	color: #FABE09;
	text-decoration: none;
	font-size:13px;
	display: inline-block;
	text-align: center;
	width: 90px
	background-color: #212121;
}

.series a:active {
	color: #333333;
	text-decoration: none;
	font-size:13px;
	display: inline-block;
	width: 90px
	text-align: center;
}

.series li:hover, #nav li.sfhover { /* prevents IE7 drop-down menu bug (focus on a page element prevents nested menus from disappearing) */
  position: static;
  }


/* Crossfade Effect */
#promo {
	margin: 0px;
    border: 0px;
    width: 777px;
	height: 200px;
}

#watermark {
  float:left;
  width: 480px;
  height: 177px;
  margin: 0;
  padding: 0 0 0 0;
  background: url(images/Key_Watermark.jpg) top left no-repeat; 
}

#footer {
	margin: 0;
	padding: 0;
    width: 960px;
	height: 177px;
}

.tooltip {
	position: absolute;
	display: none;
	padding: 3px 10px;
	background: #000000;
	color: #AAAAAA;
	border: 1px solid #CCCCCC;
	font-family: Arial;
	font-size: 10px;
	text-transform: lowercase;
	letter-spacing: 1px;
	z-index: 11;
}

.index {
   margin: o auto;
}

/* Main Menu nav */
#MenuNav a {
	display:block;
	float:left;
	width:159px;
	height:25px;
	margin: 0 auto;
	padding:8px 0 0 10px;
	font-family:Verdana;
	font-size:14px;
	color:#CBBDB5;
	background: url("images/MenuBTN_01.jpg") 0 0 no-repeat;
	text-decoration: none;
	text-align:justify;
   }

#MenuNav a:hover {
	background-position: 0 -33px;
	color:#FFFFFF;
   }

#MenuNav a:active {
	background-position: 0 -66px;
	color:#282828;
   }

#MenuNav a:visited {
	text-decoration: none;
  }

#CurrentMenu {
	display:block;
	float:left;
	width:159px;
	height:25px;
	margin: 0 auto;
	padding:8px 0 0 10px;
	font-family:Verdana;
	font-size:14px;
	color:#FFFFFF;
	background: url("images/MenuBTN_01.jpg") 0 0 no-repeat;
	background-position: 0 -33px;
	text-decoration: none;
	text-align:justify;
}

#CurrentMenu a:visited {
	text-decoration: none;
	color:#FFFFFF;
  }

/* Chassis Series navigation */
.seriesnav a {
	display:block;
	float:right;
	width:78px;
	height:26px;
	margin: 0 auto;
	padding:4px 0 0 12px;
	font-family: Verdana;
	font-size:13px;
	color:orange;
	background: url("images/BTN_seriesnav.png") 0 0 no-repeat;
	background-color:#000000;
	text-decoration: none;
	text-align:justify;
   }

.seriesnav a:hover {
	background-position: 0 -30px;
	background-color: #000000;
	color:#FFFFFF;
   }

.seriesnav a:active {
	background-position: 0 -60px;
	background-color: #000000;
	color:#121315;
   }

.seriesnav a:visited {
	text-decoration: none;
   }

#CurrentSeries {
	display:block;
	float:right;
	width:78px;
	height:26px;
	margin: 0 auto;
	padding:4px 0 0 12px;
	font-family: Verdana;
	font-size:13px;
	color:#FFFFFF;
	background: url("images/BTN_seriesnav.png") 0 0 no-repeat;
	background-position: 0 -30px;
	background-color:#000000;
	text-decoration: none;
	text-align:justify;
}

#CurrentSeries a:visited {
	text-decoration: none;
	color:#FFFFFF;
   }

/* PSU Series navigation */
#PSUseriesnav a {
	display:block;
	float:left;
	width:78px;
	height:26px;
	margin: 0 auto;
	padding:4px 0 0 12px;
	font-family: Verdana;
	font-size:13px;
	color:#3366FF;
	background: url("images/BTN_PSUse.png") 0 0 no-repeat;
	background-color:#000000;
	text-decoration: none;
	text-align:justify;
   }

#PSUseriesnav a:hover {
	background-position: 0 -30px;
	background-color: #000000;
	color:#FFFFFF;
   }

#PSUseriesnav a:active {
	background-position: 0 -60px;
	background-color: #000000;
	color:#121315;
   }

#PSUseriesnav a:visited {
	text-decoration: none;
   }

#CurrentPSU {
	display:block;
	float:left;
	width:78px;
	height:26px;
	margin: 0 auto;
	padding:4px 0 0 12px;
	font-family: Verdana;
	font-size:13px;
	color:#FFFFFF;
	background: url("images/BTN_PSUse.png") 0 0 no-repeat;
	background-position: 0 -30px;
	background-color:#000000;
	text-decoration: none;
	text-align:justify;
}

#CurrentPSU a:visited {
	text-decoration: none;
	color:#FFFFFF;
   }


/* Large Button navigation */
#LBTNnav a {
	display:block;
	float:left;
	width:110px;
	height:25px;
	margin: 0 auto;
	padding:7px 0 0 10px;
	font-family: Arial;
	font-size:11px;
	color:#E95A03;
	background: url("images/LBTN_01.png") 0 0 no-repeat;
	background-color:#000000;
	text-decoration: none;
	text-align:justify;
   }

#LBTNnav a:hover {
	background-position: 0 -34px;
	background-color: #000000;
	font-size:13px;
	color:#EEEEEE;
   }

#LBTNnav a:active {
	background-position: 0 -68px;
	background-color: #000000;
	color:#E05902;
   }

#LBTNnav a:visited {
	background-color: #000000;
}


/* Bullseye Button navigation */
#Bullseye a {
	display:block;
	float:left;
	width:105px;
	height:31px;
	margin: 0 auto;
	padding:2px 0 0 15px;
	font-family: Arial;
	font-size:11px;
	color:#787878;
	background: url("images/BTN_Bullseye.png") 0 0 no-repeat;
	background-color:#000000;
	text-decoration: none;
	text-align:left;
   }

#Bullseye a:hover {
	background-position: 0 -33px;
	background-color: #000000;
	font-size:11px;
	color:#EEEEEE;
   }

#Bullseye a:active {
	background-position: 0 -66px;
	background-color: #000000;
	color:#E05902;
   }

#Bullseye a:visited {
	background-color: #000000;
}


/* Bullseye Button navigation 2 */
#Bullseye2 a {
	display:block;
	float:right;
	width:100px;
	height:25px;
	margin: 0 auto;
	padding:8px 0 0 20px;
	font-family: Arial;
	font-size:11px;
	color:#CBBDB5;
	background: url("images/BTN_Bullseye2.png") 0 0 no-repeat;
	background-color:#000000;
	text-decoration: none;
	text-align:left;
   }

#Bullseye2 a:hover {
	background-position: 0 -33px;
	background-color: #000000;
	font-size:11px;
	color:#EEEEEE;
   }

#Bullseye2 a:active {
	background-position: 0 -66px;
	background-color: #000000;
	color:#505050;
   }

#Bullseye2 a:visited {
	background-color: #000000;
}


/* navigation spacing */
#spacing {
	display:block;
	float:left;
	width:30px;
	height:26px;
	margin: 0 auto;
	padding:0 0 0 0;
	font-family: Arial;
	font-size:11px;
	color:#787878;
	background: url("images/_blank.gif") 0 0 no-repeat;
	background-color:#000000;
	text-decoration: none;
	text-align:justify;
   }


/* High Resolution Galleries Banner */
#HRgalleries a{
	display:block;
	float:left;
	width:777px;
	height:180px;
	margin: 0 auto;
	padding:0 0 0 0;
	font-family: Arial;
	font-size:11px;
	color:#121315;
	background: url("images/MV_HRgalleries02.jpg") 0 0 no-repeat;
	background-color:#000000;
	text-decoration: none;
	text-align:left;
}

#HRgalleries a:hover {
	background-position: 0 -21px;
	background-color: #000000;
	font-size:11px;
	color:#121315;
   }

/* Footer Button navigation */
#FooterBTN a {
	display:block;
	float:left;
	width:82px;
	height:20px;
	margin: 0 auto;
	padding:2px 0 0 0px;
	font-family: Arial;
	font-size:10px;
	color:#787878;
	background: url("images/BTN_Footer.png") 0 0 no-repeat;
	background-color:#000000;
	text-decoration: none;
	text-align:center;
   }

#FooterBTN a:hover {
	background-position: 0 -22px;
	background-color: #000000;
	color:#FFFFFF;
   }

#FooterBTN a:active {
	background-position: 0 -44px;
	background-color: #000000;
	color:#121315;
   }

#FooterBTN a:visited {
	text-decoration: none;
   }

/* Footer Note */
#FooterNote {
	display:block;
	float:left;
	width:400px;
	height:21px;
	margin: 0 auto;
	padding:10px 0 0 10px;
	font-family: Verdana;
	font-size:10px;
	color:#333333;
	text-decoration: none;
	text-align:left;
   }

/* Tower Seperation Mark */
#TowerMark {
	display:block;
	float:right;
	width:60px;
	height:30px;
	margin: 0 auto;
	padding:0px 0 0 0px;
	background: url("images/SeperationMark.png") 0 0 no-repeat;
	font-family: Verdana;
	font-size:10px;
	color:#333333;
	text-decoration: none;
	text-align:left;
   }