﻿/*GLOBAL BASIC SITE ELEMENTS*//*---------------------------------------------------------------------------------------------*/
/*DO NOT CHANGE*/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

/*BASIC SITE STRUCTURE*//*---------------------------------------------------------------------------------------------*/

/*INDEX (HOME) PAGE*/

#indexContent { /* indexContent controls to the look of the index.htm page */
	width: 460px;
	float: right;
	padding-top: 10px;
	padding-right: 144px;
	padding-bottom: 0px;
	padding-left: 144px;
	background-image: url(images/keyboard.jpg); /*this changes the backround image for the index.htm page*/
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #F9F9F9; /*this is the colour that loads behind the background image*/
}

#boxHolder { /*this houses the  four navigation boxes on the index page*/
	height: 360px;
	width: 460px;
}

#indexBox { /*this controls the style of the four main navigation boxes on the index page*/
	padding: 10px;
	height: 210px;
	width: 210px;
	float: left;
}

/*REST OF SITE FORMATTING*/

#wrapper { /*to aligns the entire site in center of the browser*/


	text-align:left; /* resets text alignment to the left instead of being centered by the site wide center command*/
	width:748px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;	
}

#footer {
	height: 30px;
	width: 738px;
	float: left;
	text-align: center;
	vertical-align: top;
	padding: 5px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}

/*TOP BLUE BAR FORMATTING*/

#topbar { /*blue top bar where logo and 3 links to home/company/contact are*/
	height: 40px;
	width: 748px;
	background-color: #003366;
	float: right;
}

#logo { /*this controls the appearance of the logo in the top left hand corner of the top bar*/
	float: left;
	width: 500px;
	background-image: url(images/klassic-logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
}

#mainnav { /*this controls the main navigation with the four image links to the section*/
	float: right;
	width: 238px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #999999;
	text-align: right;
	padding-right: 10px;
	padding-top: 10px;
}

/*FORMATTING FOR COMPANY AND CONTACT CONTENT AREA*/

#textFullwidth { /*in the sections company and contact this makes the text content stretch to the full width of the white box*/
	height: 370px;
	width: 698px;
	float: right;
	padding: 5px;
	padding-color:#FFFFFF;
	border: 10px solid #CCCCCC;
	background-color: #FFFFFF;
}

/*SITE NAVIGATION BAR FOR THE 4 MAIN SECTIONS*/

#sections { /*houses the four main nav buttons*/
	height: 60px;
	width: 748px;
	float: left;
	background-image: url(images/top-gradient.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFFFFF;
}	

#subSection { /*controls box containing each of the main nav image rollovers*/
	float: left;
	height: 40px;
	width: 167px;
	padding: 10px;
	
}

/*CONTENT AREA FORMATTING FOR ALL PAGES*/

#subTitle { /*in the content section this controls the style for the titles above main page content*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

#content {
	width: 728px;
	float: right;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: url(images/bottom-gradient.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#text { /*this is the righthand box with the grey outline that all content goings in*/
	height: 370px;
	width: 520px;
	float: right;
	padding: 5px;
	padding-color:#FFFFFF;
	border: 10px solid #CCCCCC;
	background-color: #FFFFFF;
}

#text1 { /*this is the righthand box with the grey outline that all content goings in for storage solutions*/
	height: auto;
	width: 520px;
	float: right;
	padding: 5px;
	padding-color:#FFFFFF;
	border: 10px solid #CCCCCC;
	background-color: #FFFFFF;
}

#eolText { /*this increases the length of the content box on the EOL page "recycling" */
	height: 570px; /*to lengthen the box more increase this figure*/
	width: 520px;
	float: right;
	padding: 5px;
	padding-color:#FFFFFF;
	border: 10px solid #CCCCCC;
	background-color: #FFFFFF;
}	
	#eolThreesubnav { /*this increases the length of the subnav box on the EOL page "recycling" to correspond with the eolText length*/
	background-color: #FFFFFF;
	height: 570px; /*change this number to match that of "#eolText" for both to be the same length in the browser*/
	width: 148px;
	float: left;
	padding: 5px;
	border: 10px solid #669933;
}
#ssText { /*this increases the length of the content box on the SERVERS & STORAGE SOLUTIONS page "Parallel Storage" */
	height: 1250px; /*to lengthen the box more increase this figure*/
	width: 520px;
	float: right;
	padding: 5px;
	padding-color:#FFFFFF;
	border: 10px solid #CCCCCC;
	background-color: #FFFFFF;
}	
	#ssFoursubnav {  /*this increases the length of the subnav box on the SERVERS & STORAGE SOLUTIONS page "recycling" to correspond with the ssText length*/
	background-color: #FFFFFF;
	height: 1250px; /*change this number to match that of "#ssText" for both to be the same length in the browser*/
	width: 148px;
	float: left;
	padding: 5px;
	border: 10px solid #990000;
}
  
/*SUB NAV CONTENT STRUCTURE*//*---------------------------------------------------------------------------------------------*/	

/*HIGH DENSITY SUBNAV BAR*/	
#onesubNav {
	background-color: #FFFFFF;
	height: 370px;
	width: 148px;
	float: left;
	padding: 5px;
	border: 10px solid #3399CC;
}
/*SERVER STORAGE SUBNAV BAR*/	
#twosubNav {
	background-color: #FFFFFF;
	height: 370px;
	width: 148px;
	float: left;
	padding: 5px;
	border: 10px solid #990000;
}
/*END OF LIFE SUBNAV BAR*/	
#threesubNav {
	background-color: #FFFFFF;
	height: 370px;
	width: 148px;
	float: left;
	padding: 5px;
	border: 10px solid #669933;
}
/*PARTNERS/LINKS SUBNAV BAR*/	
#foursubNav {
	background-color: #FFFFFF;
	height: 370px;
	width: 148px;
	float: left;
	padding: 5px;
	border: 10px solid #FFCC00;
}

/*SUB NAV ELEMENTS*//*---------------------------------------------------------------------------------------------*/

/*FORMATTING FOR HIGH DENSITY SUB NAV*/

#navcontainer {
	width: 133px;
	padding:  0px 0px 0px 15px;
}

#navcontainer ul
{
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: disc;
	margin-left: 0px;
}

#navcontainer a
{
	padding: 3px;
	width: 127px;
	display: block;
}

#navlist a:visited
{
	color: #3399CC;
	text-decoration: none;
	text-align: left;
	vertical-align: text-top;
}

#navcontainer a:link
{
	color: #3399CC;
	text-decoration: none;
	text-align: left;
	vertical-align: text-top;
}

#navcontainer a:hover
{
background-color: #FFFFFF;
color: #33CCFF;
}

/*FORMATTING FOR SEVERS & STORAGE SOLUTIONS SUB NAV*/

#twonavcontainer {
	width: 133px;
	padding:  0px 0px 0px 15px;
}

#twonavcontainer ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: bullet;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#twonavcontainer a
{
display: block;
padding: 3px;
width: 127px;
}

#twonavlist a:visited
{
	color: #990000;
	text-decoration: none;
	text-align: left;
	vertical-align: text-top;
}

#twonavcontainer a:link
{
	color: #990000;
	text-decoration: none;
	text-align: left;
	vertical-align: text-top;
}

#twonavcontainer a:hover
{
background-color: #FFFFFF;
color: #CC0000;
}

/*FORMATTING FOR END OF LIFE SUB NAV*/

#threenavcontainer {
	width: 133px;
	padding:  0px 0px 0px 15px;
}

#threenavcontainer ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: bullet;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#threenavcontainer a
{
display: block;
padding: 3px;
width: 127px;
}

#threenavlist a:visited
{
	color: #669933;
	text-decoration: none;
	text-align: left;
	vertical-align: text-top;
}

#threenavcontainer a:link
{
	color: #669933;
	text-decoration: none;
	text-align: left;
	vertical-align: text-top;
}

#threenavcontainer a:hover
{
background-color: #FFFFFF;
color: #99CC00;
}

/*FORMATTING FOR PARTNERS SUB NAV*/

#fournavcontainer {
	width: 133px;
	padding:  0px 0px 0px 15px;
}

#fournavcontainer ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: bullet;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#fournavcontainer a
{
display: block;
padding: 3px;
width: 127px;
}

#fournavlist a:visited
{
	color: #FFCC00;
	text-decoration: none;
	text-align: left;
	vertical-align: text-top;
}

#fournavcontainer a:link
{
	color: #FFCC00;
	text-decoration: none;
	text-align: left;
	vertical-align: text-top;
}

#fournavcontainer a:hover
{
background-color: #FFFFFF;
color: #FFFF00;
}

#active a:hover
{
	color: #999999;
	background-color: #FFFFFF;
}

#active a:visited
{
	color: #999999;
	background-color: #FFFFFF;
}

#active a:link
{
	color: #999999;
	background-color: #FFFFFF;
}

#contentTitle {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

/*BASIC LINKS USED ON THE "HOME / COMPANY / CONTENT" NAV (TOP RIGHT OF BLUE BAR)*/ 

a:link {
	font: inherit;
	border-style: none;
	color: #0000FF;
	text-decoration: none;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

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

a:hover {
	color: #CCCCCC;
	text-decoration: none;
}

/*END OF LIFE URL FORMATTING*/ 

a.eol:link {
	color: #669933;
	text-decoration: none;
}

a.eol:active {
	color: #99CC00;
	text-decoration: none;
}
a.eol:visited {
	color: #669933;
	text-decoration: none;
}

a.eol:hover {
	color: #99CC00;
	text-decoration: none;
}

/*SERVERS & STORAGE SOLUTIONS URL FORMATTING*/ 

a.ss:link {
	color: #990000;
	text-decoration: none;
}

a.ss:active {
	color: #CC0000;
	text-decoration: none;
}
a.ss:visited {
	color: #990000;
	text-decoration: none;
}

a.ss:hover {
	color: #CC0000;
	text-decoration: none;
}

/*HIGH DENSITY URL FORMATTING*/ 

a.hd:link {
	color: #3399CC;
	text-decoration: none;
}

a.hd:active {
	color: #33CCFF;
	text-decoration: none;
}
a.hd:visited {
	color: #3399CC;
	text-decoration: none;
}

a.hd:hover {
	color: #33CCFF;
	text-decoration: none;
}


/*PARTNERS/LINKS URL FORMATTING*/ 

a.p:link {
	color: #FFCC00;
	text-decoration: none;
}

a.p:active {
	color: #FFE100;
	text-decoration: none;
}
a.p:visited {
	color: #FFCC00;
	text-decoration: none;
}

a.p:hover {
	color: #FFE100;
	text-decoration: none;
}

	
#homeText {
	width: 460px;
}


/*TABLE FOR QUICK SHIP SERVERS*/

table#main {
	border : 1px solid #999999;
	width : 510px;
	padding: 5px;
}

td.title {
	padding : 5px;
	background-color: #CCCCCC;
	text-align: center;
	vertical-align: top;
}
tr.content {
	padding : 5px;
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: top;
}
