@charset "utf-8";
/* CSS Document */

body {
	background-color: #E1E5E8;
}

/* The div that holds all the divs - there is no div outside of this*/
#bodydiv {
	width: 59.5em;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center bottom;
}
/*-------------------------------------------------------*/


/*this is for the footer to stay at the bottom */
.clearboth {
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-align: center;
	color: #333333;
}
#bodydiv .clearboth a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
}

#bodydiv .clearboth a:hover {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	color: #FFFFFF;
	font-weight: bold;
}
#bodydiv .clearboth a:visited {
	color: #660000;
	text-decoration: none;
}
/*-------------------------------------------------------*/


/*styles main navigation bar at the top of the page */
#mainnav a:link {
	text-decoration: none;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#mainnav  a:hover {
	font-weight: normal;
	color: #CCCCCC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#mainnav a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
.white1em {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	vertical-align: middle;
	text-align: center;
	background-color: none;
	color: #FFFFFF;
	font-weight: normal;
}
/*-------------------------------------------------------*/
#suppliernav {
	width: 11.34em;
	float: right;
	list-style-type: none;
}
#suppliernav p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	padding: 0px;
}
#suppliernav a {
	color: #7A7A7A;
	text-decoration: none;
}
#suppliernav a:hover {
	background-color: #FFFFFF;
	display: block;
	background-image: url(../images/supnavshade30.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#suppliernav a:visited {
	color: #B18594;
}
#thispage/*for the supplier page we are on*/ {
	background-color: #FFFFFF;
	background-image: url(../images/supnavshade30.png);
	background-repeat: no-repeat;
	background-position: right center;
}
/*-------------------------------------------------------*/
#leftdiv {
	float: left;
	height: 100%;
	width: 48.16em;
	margin: 0px;
	padding: 0px;
}
/*-------------------------------------------------------*/

/* there is just an empty div to create space in the top right hand corner above the suppliers nav */
.space {
	height: 6.3em;
}
/*-------------------------------------------------------*/

/*this is the area that contains the main text and main navigation... most of the important things*/
#maincontent {
	background-color: #FFFFFF;
	height: 100%;
	width: 36em;
	float: right;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(../images/shade.png);
	background-repeat: repeat-x;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
#maincontent a:hover {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #FF9933;
}
#eb2bcomlogo {
	float: right;
	height: 2.1em;
	width: 13.35em;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}
/* -------------------------Lists in maincontent--------------------*/
#maincontent li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #333333;
}
#bmcpoint li {
	list-style-image: url(../images/BMC/bmcpoint.png);
	line-height: 2.5em;
}
#maincontent dl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #333333;
}
#maincontent dl dt {
	font-weight: bold;
	color: #666666;
	line-height: 1em;
}
#maincontent  dl a:link {
	color: #666666;
	text-decoration: none;
}
#maincontent  dl a:visited {
	color: #666666;
	text-decoration: none;
}

#maincontent li li a:link {
	text-decoration: none;
	color: #666666;
}
#maincontent li li a:hover {
	color: #999999;
	background-color: #F2F2F2;
	display: inline;
}
#maincontent li li a:visited {
	color: #CCCCCC;
	text-decoration: none;
}

/*Extras Div - the one with the PDFs in it, inside maincontent*/
#extras li {
	color: #FF9900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	list-style-type: none;
	line-height: 2em;
}
#extras li li {
	list-style-type: square;
	color: #666666;
}
/* -----------------------------------------------*/

/*The dropdown menu styling*/
#dropmenudiv{
	position:absolute;
	border-bottom-width: 0px;
	z-index:100;
	font-family: Verdana;
	font-size: 0.7em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	white-space: nowrap;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	text-decoration: none;
}
#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#dropmenudiv a:link {
	color: #787878;
}
#dropmenudiv a:hover{ /*hover background color*/
background-color: #cccccc;
}
/*------------------------------------------------------------*/


/*individual classes made for the logos, images and bullet points in content of the suppliers- so they scale*/

/*a:hover {
	border: none;
}*/

body a:hover {
	border: none;	
}
.image {
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}

/*to make the hover on the image go away */
#maincontent a.nohover:hover {
	border: none;
}
.pinglogo {
	height: 5.4em;
	width: 26.6em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.commpowerlogo {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.centrifylogo {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.imageping {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 13.5em;
	width: 18.8em;
	float: right;
}
.imagecommpower {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: right;
}

.view500logo {
	height: 14.68em;
	width: 36.7em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#encentuatepoint li {
	list-style-image: url(../images/encentuate/Encentuatepoint.gif);
}
.encentuatelogo {
	height: 5.3em;
	width: 22.99em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.bmclogo {
	height: 9.8em;
	width: 35.8em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.boldonjameslogo {
	height: 4.8em;
	width: 21.1em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.rllogo {
	height: 14.2em;
	width: 26.8em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.rlpoint {
	list-style-image: url(../images/radiantlogic/rlpoint5.png);
}
.certgatelogo {
	height: 5.35em;
	width: 20.9em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.clearswiftlogo {
	height: 14.1em;
	width: 22.2em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.omadalogo {
	height: 7.991em;
	width: 35.98em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.omadapoint {
	list-style-image: url(../images/omada/Omadapoint.png);
}
.aetlogo {
	height: 8.16em;
	width: 14.64em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.tcslogo {
	height: 3.65em;
	width: 20.6em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.secureagelogo {
	height: 2.9em;
	width: 9.3em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.crytomathiclogo {
	height: 3.2em;
	width: 18.5em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.ncplogo {
	height: 15.5em;
	width: 35.7em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.saplogo {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 11.2em;
	width: 13.em;
}
