/*
	RUGGEDCOM
*/

/* BASIC PAGE SETUP & RESET */
* {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin: 0;
}
html { overflow-y: scroll; }
body { font: 62.5% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; background: url(images/BG-shadow.gif) center repeat-y #8e8e8e; }

ul { list-style: none inside; }
ul li { line-height:1.5em; }
p { font: 1.3em/1.9em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; margin-bottom: 10px; }
a { text-decoration: none; outline: none; color: red; }
a#nolink { text-decoration: none; outline: none; color: #333; }
img, a img {
	padding-right: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
img.header-img { margin-bottom: -4px; }

h1 { font-size: 25px; }
h2 { font-size: 15px; margin: 20px 0 10px 0; }

p sup { line-height: 0; }


/* END RESET */



/* TOOLBOX */
.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }
.clear-right { clear: right; }
.clear-left { clear: left; }
/* END TOOLBOX */



/* ---------- LISTS ---------- */

ul.list						{ list-style: outside disc; margin: 10px 0 15px 25px; font-size: 12px; color: #333333; }
	
	ul.list li				{ margin-top: 10px; }
	
	ul.list-sub				{ list-style: outside circle; margin-left: 25px; color: #666666; }
		
ol.list						{ list-style: decimal outside; margin: 10px 0 15px 25px; font-size: 12px; color: #333333; }
	
ol.list li					{ margin-top: 10px; }



/* ---------- STRUCTURE ---------- */

#page-wrap					{ width: 936px; height: 100%; margin: 0 auto; background: #ffffff; }

.col-2 						{ float: left; width: 45%; margin-right: 20px; }
	
/* END STRUCTURE */



/* BEGIN CSS */

/* ---------- HEADER ---------- */

#header						{ height: 105px; background: url(images/BG-header.gif) no-repeat; }
	
	#ruggedcom 				{ margin: 30px 0 0 25px; }
		
	ul.header-nav 			{ color: #ffffff; margin: 62px 145px 0 0; }
		
		ul.header-nav li	{ display: inline; }
			
		ul.header-nav li a:link, ul.header-nav li a:visited { color: #ffffff; font-size: 1.15em; text-decoration: none; margin-left: 10px; }
			
			ul.header-nav li a:hover, ul.header-nav li a:active { color: #ffde00; border-bottom: #ffde00 dotted 1px; }


/* NAV */		

#mainNav 
{
	background: #ffde00;
	color: #000000;
	z-index: 1000;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	background: #ffde00;
	z-index: 100;
}

#nav a {
	background: #ffde00;
	display: block;
	width: 133px; height: 13px;
	text-decoration: none;
	text-align: center;
	font-size: 1.4em;
	font-weight: bold;
	color: #000000;
	padding: 7px 0px;
	background: url(images/nav-divider.jpg) no-repeat right bottom;
}

#nav a:hover
{
	background-color: #000000;
	color: #ffffff;
}

#nav li { 
	float: left;
	background: #ffde00;
}


#nav li ul { /* second-level lists */
	position: absolute;
	color:#000;
	width: 130px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul{ /* second-level lists */
	position: absolute;
	color:#000;
	width: 130px;
	margin: -28px 0 0 0;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul ul{ /* second-level lists */
	position: absolute;
	color:#000;
	width: 130px;
	margin: -28px 0 0 0;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}



#nav li ul li
{	
	
	font-size: 1.05em;
	font-weight: bold;
	
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	width:128px;
	padding:0;
	margin:0;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul { /* lists nested under hovered list items */
	left: auto;
	width:128px;
	padding:0;
	margin:0;
	left:-999em
}


#nav li li:hover ul, #nav li li li:hover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	margin:-26px 0 0 132px;
}

#nav li.last li:hover ul, #nav li.last li.sfhover ul {
	left: auto;
	margin:-26px 0 0 -138px;
}



#nav li ul li a
{
	background: url(images/bg_subDrop.gif) repeat-x;
	height:12px;
	font-size: 1.05em;
	font-weight: bold;
	padding-top:7px;
	padding-left:4px;
	text-align: left;
	width:128px;
}

#nav li ul li ul li a
{
	background: url(images/bg_subDrop.gif) repeat-x;
	font-size: 1.05em;
	font-weight: bold;
	padding-top:7px;
	padding-left:4px;
	text-align: left;
	width:128px;
}



#nav li ul li a:hover
{
	background:black
}

#nav li.last a { width:138px; background-image: none }

#nav li.last ul li a
{
	background: url(images/bg_subDrop.gif) repeat-x;
	height:12px;
	font-size: 1.05em;
	font-weight: bold;
	padding-top:7px;
	padding-left:4px;
	text-align: left;
	width:134px;
}

#nav li.last ul li ul li a
{
	background: url(images/bg_subDrop.gif) repeat-x;
	height:12px;
	font-size: 1.05em;
	font-weight: bold;
	padding-top:7px;
	padding-left:4px;
	text-align: left;
	width:134px;
}

#nav li.last ul li a:hover
{
	background: black;
}




/* ---------- CONTENT ---------- */

#content					{ width: 936px; z-index: 1; }

#left						{ width: 590px; }

ul#tabs						{ margin: 15px 0 10px 15px; }
	
ul#tabs li					{ float: left; }
	
	ul#tabs li.product a:link, ul#tabs li.product a:visited {
		display: block;
		color: #000000;
		width: 117px; height: 20px;
		background: url(images/tab-product.jpg) no-repeat top;
		text-indent: -9999px;
		}
		
		ul#tabs li.product a:active, ul#tabs li.product a:hover {
			background: url(images/tab-product.jpg) no-repeat bottom;
			}
	
	ul#tabs li.case a:link, ul#tabs li.case a:visited {
		display: block;
		color: #000000;
		width: 91px; height: 20px;
		background: url(images/tab-caseStudies.jpg) no-repeat top;
		text-indent: -9999px;
		}
		
		ul#tabs li.case a:active, ul#tabs li.case a:hover {
			background: url(images/tab-caseStudies.jpg) no-repeat bottom;
			}
		
	ul#tabs li.customer a:link, ul#tabs li.customer a:visited {
		display: block;
		color: #000000;
		width: 127px; height: 20px;
		background: url(images/tab-customer.jpg) no-repeat top;
		text-indent: -9999px;
		}
		
		ul#tabs li.customer a:active, ul#tabs li.customer a:hover {
			background: url(images/tab-customer.jpg) no-repeat bottom;
			}
		
	ul#tabs li.awards a:link, ul#tabs li.awards a:visited {
		display: block;
		color: #000000;
		width: 60px; height: 20px;
		background: url(images/tab-awards.jpg) no-repeat top;
		text-indent: -9999px;
		}
		
		ul#tabs li.awards a:active, ul#tabs li.awards a:hover {
			background: url(images/tab-awards.jpg) no-repeat bottom;
			}
			
	ul#tabs li.investor a:link, ul#tabs li.investor a:visited {
		display: block;
		color: #000000;
		width: 127px; height: 20px;
		background: url(images/tab-investor.jpg) no-repeat top;
		text-indent: -9999px;
		}
		
		ul#tabs li.investor a:active, ul#tabs li.investor a:hover {
			background: url(images/tab-investor.jpg) no-repeat bottom;
			}
		
#right { width: 346px; }
	
#news {
	color: #666666;
	background: url(images/BG-news-yellow.jpg) no-repeat top;
	padding: 5px 10px 0 20px;
	margin-top: 15px;
	}
	
	#news h1 {
		color: #000000;
		font-size: 13px;
		font-weight: bold;
		margin-bottom: 15px;
		}
		
	#news h2 {
		font-size: 12px;
		font-weight: bold;
		}
	
	#news p {
		font-size: 12px;
		}
	
	#news a:hover {
		color: #000000;
		}
		
#media {
	margin: 15px 0 10px 10px;
	color: #666666;
	}
		
#media h1 {
	background: url(images/intheMedia.jpg) no-repeat;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	padding: 25px 0 5px 10px;
	}
	
	#media h2 {
		font-size: 12px;
		font-weight: bold;
		margin: 10px 0 0 10px;
		}
		
	#media p { font-size: 12px; margin: 0 15px 0 10px }
		
	#media a:hover { color: #000000 }

/* SITE MAP */

.sitemap {
	width: 298px;
}

.sitemap a {
	color: #333333;
}

.sitemap a:hover {
	color: #FF0000;
}

.sitemap li strong {
	font-size:1.1em;
}

.sitemap-content h2 a {
	color:#000000;
	font-size:1.2em;
}

.sitemap-content h2 a:hover {
	color:red;
}


/* ---------- PRODUCTS ---------- */

#toplink						{ float: right; }
#toplink li						{ font-size: 14px; font-weight: bold; position: relative; top: 25px; }

#product						{ width: 566px; height: 167px; padding: 5px 0 0 25px; }
#product p						{ line-height: 16px; }

.rsg2200				{ background: url(images/product_spec/RSG2200_spec-blank.jpg) no-repeat; }
.rsg2288				{ background: url(images/product_spec/RSG2288_spec-blank.jpg) no-repeat; }
.rsg2100				{ background: url(images/product_spec/RSG2100_spec-blank.jpg) no-repeat; }
.rsg2100p				{ background: url(images/product_spec/RSG2100P_spec-blank.jpg) no-repeat; }
.rsg2300				{ background: url(images/product_spec/RSG2300_spec-blank.jpg) no-repeat; }
.rsg2300p				{ background: url(images/product_spec/RSG2300P_spec-blank.jpg) no-repeat; }
.m2200					{ background: url(images/product_spec/M2200_spec-blank.jpg) no-repeat; }
.m2100					{ background: url(images/product_spec/M2100_spec-blank.jpg) no-repeat; }
.rs1600					{ background: url(images/product_spec/RS1600_spec-blank.jpg) no-repeat; }
.rs900					{ background: url(images/product_spec/RS900_spec-blank.jpg) no-repeat; }
.rs900g					{ background: url(images/product_spec/RS900G_spec-blank.jpg) no-repeat; }
.rs940g					{ background: url(images/product_spec/RS940G_spec-blank.jpg) no-repeat; }
.rs969					{ background: url(images/product_spec/RS969_spec-blank.jpg) no-repeat; }
.m969					{ background: url(images/product_spec/M969_spec-blank.jpg) no-repeat; }
.i800					{ background: url(images/product_spec/i800_spec-blank.jpg) no-repeat; }
.i801					{ background: url(images/product_spec/i801_spec-blank.jpg) no-repeat; }
.i802					{ background: url(images/product_spec/i802_spec-blank.jpg) no-repeat; }
.i803					{ background: url(images/product_spec/i803_spec-blank.jpg) no-repeat; }
.rs8000					{ background: url(images/product_spec/RS8000_spec-blank.jpg) no-repeat; }
.rs900l					{ background: url(images/product_spec/RS900L_spec-blank.jpg) no-repeat; }
.rs910l					{ background: url(images/product_spec/RS910L_spec-blank.jpg) no-repeat; }
.rs920l					{ background: url(images/product_spec/RS920L_spec-blank.jpg) no-repeat; }
.rs930l					{ background: url(images/product_spec/RS930L_spec-blank.jpg) no-repeat; }
.rs500					{ background: url(images/product_spec/rs500_spec-blank.jpg) no-repeat; }
.rmc40					{ background: url(images/product_spec/RMC40_spec-blank.jpg) no-repeat; }
.rs900w					{ background: url(images/product_spec/RS900W_spec-blank.jpg) no-repeat; }
.rs910w					{ background: url(images/product_spec/RS910W_spec-blank.jpg) no-repeat; }
.rs920w					{ background: url(images/product_spec/RS920W_spec-blank.jpg) no-repeat; }
.rs930w					{ background: url(images/product_spec/RS930W_spec-blank.jpg) no-repeat; }
.rs416					{ background: url(images/product_spec/RS416_spec-blank.jpg) no-repeat; }
.rs401					{ background: url(images/product_spec/RS401_spec-blank.jpg) no-repeat; }
.rs400					{ background: url(images/product_spec/RS400_spec-blank.jpg) no-repeat; }
.rmc30					{ background: url(images/product_spec/RMC30_spec-blank.jpg) no-repeat; }
.rs910					{ background: url(images/product_spec/RS910_spec-blank.jpg) no-repeat; }
.rs416p					{ background: url(images/product_spec/RS416P_spec-blank.jpg) no-repeat; }
.rmc					{ background: url(images/product_spec/RMC_spec-blank.jpg) no-repeat; }
.rmc20					{ background: url(images/product_spec/RMC20_spec-blank.jpg) no-repeat; }
.rmc41					{ background: url(images/product_spec/RMC41_spec-blank.jpg) no-repeat; }
.rp100					{ background: url(images/product_spec/RP100_spec-blank.jpg) no-repeat; }


.products {
	margin:0 10px 20px 10px;
}

.products p {
	color:#666666;
	margin:0 5px 10px 5px;
}

.products h1 {
	font-size: 25px;
	margin: 20px 5px 0 5px;
}

.products h1 a {
	color: black;
}

.products h1 a:hover {
	color: #4a4a4a;
}

.products h2 {
	font-size: 2em;
	margin: 20px 5px 5px 5px;
	color: #c3013d;
}

.products a {
	color: #c3013d;
}

.products a:hover {
	color: #ff2a2a;
}

.products h3 {
	font-size: 1.5em;
	margin: 10px 5px 5px 2px;
}

.item {
	display: block;
	margin: 5px;
	padding: 12px 12px 0 12px;
	width:271px;
	height:250px;
	background-image: url(images/products_sm/BG-products_sm1.jpg);
	background-repeat: no-repeat;
}
	
.item-blank {
	display: block;
	margin: 5px;
	padding: 12px;
	width:271px;
	height:188px;
}

.item-product {
	padding: 5px;
}

.item h1 {
	font-size:12px;
	margin:5px 0pt 3px;
	padding:0pt;
}

.item h1 a:link { font-size: 14px; color: #c3013d; }

.item h1 a:hover { color: #ff2a2a; }

.item h1 a:visited { font-size: 14px; color: #900; }

.item img.logo {
	float: right;
	position: inherit;
	bottom: 5px;
	right: 10px;
	z-index: -10;
}
.item img.product {
	padding-right 10px;
}

.line {
	width: 900px;
	height: 20px;
	margin: 20px 0 5px 5px;
	padding-bottom: 10px;
	border-bottom: #333333 1px solid;
}


.gigabit {
	background: url(images/products_sm/BG-products_sm-gigabit1.jpg) no-repeat;
}
	
.gigabit-poe {
	background: url(images/products_sm/BG-products_sm-gigabit-poe1.jpg) no-repeat;
}

.mil-std {
	background: url(images/products_sm/BG-products_sm-milstd1.jpg) no-repeat;
}

.gigabit-ip66 {
	background: url(images/products_sm/BG-products_sm-gigabit-ip661.jpg) no-repeat;
}

.eovdsl {
	background: url(images/products_sm/BG-products_sm-eovdsl1.jpg) no-repeat;
}

.security {
	background: url(images/products_sm/BG-products_sm-security1.jpg) no-repeat;
}

.security-poe {
	background: url(images/products_sm/BG-products_sm-security-poe1.jpg) no-repeat;
}

.wireless {
	background: url(images/products_sm/BG-products_sm-wireless1.jpg) no-repeat;
}

.poe {
	background: url(images/products_sm/BG-products_sm-poe1.jpg) no-repeat;
}

.timesync {
	background: url(images/products_sm/BG-products_sm-time_sync1.jpg) no-repeat;
}

.timesync-gigabit {
	background: url(images/products_sm/BG-products_sm-time_sync_gigabit1.jpg) no-repeat;
}

.wide {
	width:881px;
	background: url(images/products_sm/BG-products_wd.jpg) no-repeat;
}

.wide600 {
	width:570px;
	background: url(images/products_sm/BG-products_600px.jpg) no-repeat;
}

/* SPECIFIC PRODUCTS */

ul.logo-list					{ padding-top: 10px; }
ul.logo-list li					{ float: left; text-indent: -9999px; }
li#ros							{ background: url(images/product_spec/LOGO_RoS.jpg) no-repeat; display: block; width: 70px; height: 50px; }
li#rox a						{ background: url(images/product_spec/LOGO_RoX.jpg) no-repeat; display: block; width: 70px; height: 50px; }
li#gigabit						{ background: url(images/product_spec/LOGO_gigabit.jpg) no-repeat; display: block; width: 95px; height: 50px; }
li#air							{ background: url(images/product_spec/LOGO_rugged-wireless.jpg) no-repeat; display: block; width: 95px; height: 50px; }
li#eovdsl a						{ background: url(images/product_spec/LOGO_EoVDSL.jpg) no-repeat; display: block; width: 75px; height: 50px; }
li#erstp a						{ background: url(images/product_spec/LOGO_eRSTP.jpg) no-repeat; display: block; width: 80px; height: 50px; }
li#zpl a						{ background: url(images/product_spec/LOGO_ZPL.jpg) no-repeat; display: block; width: 50px; height: 50px; }
li#timesync a					{ background: url(images/product_spec/LOGO_time_sync.jpg) no-repeat; display: block; width: 70px; height: 50px; }
li#ruggedrated a				{ background: url(images/product_spec/LOGO_ruggedrated.jpg) no-repeat; display: block; width: 70px; height: 50px; }
li#milstd						{ background: url(images/product_spec/LOGO_mil-std.jpg) no-repeat; display: block; width: 70px; height: 50px; }
li#ip6667						{ background: url(images/product_spec/LOGO_IP66-67.jpg) no-repeat; display: block; width: 70px; height: 50px; }
li#fsaward						{ background: url(images/product_spec/LOGO_fs-award.jpg) no-repeat; display: block; width: 110px; height: 50px; }
li#poe							{ background: url(images/product_spec/LOGO_PoE.jpg) no-repeat; display: block; width: 60px; height: 50px; }
li#bit56						{ background: url(images/product_spec/56bit.gif) no-repeat; display: block; width: 70px; height: 50px; }
li#bit128						{ background: url(images/product_spec/128bit.gif) no-repeat; display: block; width: 90px; height: 50px; }


.spec-products {
	margin:0 10px 0 10px;
	width: 600px;
}

.spec-products h1 {
	color: #c3013d;
	font-size: 2.1em;
	margin: 20px 5px 13px 5px;
}

.spec-products h1 a {
	color: #c3013d;
	margin-right: 10px;
}

.spec-products h1 a:hover {
	color: #ff2a2a;
	margin-right: 10px;
}

.spec-products a {
	color: red;
	font-size: 1.1em;
	text-decoration: none;
	margin-right: 4px;
	margin-left: 2px;
}

.spec-products a:hover {
	color: black;
	text-decoration: none;
	margin-right: 4px;
	margin-left: 2px;
}

.spec-item {
	display: block;
	width:591px;
	height:172px;
}

.spec-item h2 {
	font-size: 1.8em;
	color:#000000;
	padding: 15px 0 3px 15px;
}

.spec-item h3 {
	font-size: 1.3em;
	color:#000000;
	font-weight:normal;
	padding: 5px 0 3px 15px;
}

.features {
	width: 280px;
	padding-right: 20px;
	margin-bottom: 20px;
}

.features full {
	width: 560px;
	padding-right: 20px;
	margin-bottom: 20px;

}
.features ul {
	margin-left: 11px; 
}

.features li {
	font-size: 1.4em;
	color: #000000;
	padding: 3px 10px 0 0;
	margin-left: 5px; 
}

.features h1 {
	font-size: 1.75em;
	color: #000000;
}

.logos {
	margin-left: 5px;
}

.logos img {
	padding: 3px;
	margin-bottom: 10px;
}

ul.specs li {
	list-style: disc outside;
	}
	
	ul.specs-sub {
		list-style: circle outside;
		margin-left: 20px;
		font-size: 10px;
		}
		
		ul.specs-sub li {
			list-style: circle outside;
			}


/* PRODUCT MENU */

.menu {
	padding: 0 0;
	width: 296px;
}

.menu li {
	margin: 0 0;
	font-size: 1.5em;
	border-bottom: 1px solid #FFFFFF;
	display: block;
}

.menu a {
	background: #e5e5e5;
	color: #666666;
	display: block;
	margin: 0 0;
	padding: 3px 12px;
	text-decoration: none;
}

.menu a:hover {
	background: #333333;
	color: #fff;
	margin: 0;
}                                        

.menu li.first {
	background: url(images/product_spec/MENU-top.jpg) no-repeat;
	color: #FFFF00;
	margin: 20px 0 0 0;
	padding: 2px 12px;
}


.menu li.last a {
	background: url(images/product_spec/MENU-bottom.jpg) no-repeat;
	color: #666666;
}

.menu li.last a:hover {
	background: url(images/product_spec/MENU-bottom_hover.jpg) no-repeat;
	color: #fff;
}

/* SOFTWARE SECTION */

/* RUGGEDNMS */

.nms-content {
	padding: 25px 10px 10px 20px;
	width: 600px;
}

.nms-content h1 {
	margin-bottom: 10px;
	font-size: 2.5em;
}

.nms-content h2 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 2em;
}

.nms-content h3 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 1.5em;
}

.nms-content p {
	color: #666666;
}

.nms-content img {
	margin-left: 20x;
}

.nms-content a {
	font-size: 1.2em;
	color: red;
}

.nms-content a:hover {
	color: black;
}

.nms-sidebar {
	margin-right: 10px;
}

.screenshot {
	margin-right: 35px;
	margin-left: 30px;
	text-align: center;
}

.screenshot img {
	margin-left: 0;
}

ul.nms-specs {
	margin-left: 50px;
}

.nms-specs li {
	font-size: 1.2em;
	margin-bottom: 3px;
	color: #666666;	
}

ul.nms-specs li {
	list-style: disc outside;
	color: #666666;
	}

.nms-nav {
	background-image: url(images/ruggedNMS_links/single-button.jpg);
	background-color: #aa1e00;
	width: 187.2px;
	height: 31px;
	text-align: center;
	padding-top: 6px;
}

.nms-nav a {
	display: block;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 1.5em;
}

.nms-nav a:hover {
	color: #fae934;
}

.nms-features {
	width: 270px;
	margin-bottom: 20px;
	margin-left: 10px;
}

.nms-features ul { 
}

.nms-features li {
	font-size: 1.2em;
	color: #000000;
	padding: 3px 5px 0 0;

}

.nms-features p {
	font-size: 1.2em;
}


/* RUGGEDNMS TABLE */

#ruggednms-table {
	font-size: 1.2em;
}

#ruggednms-table td {
	margin: 0;
	padding: 5px;
	border: 1px solid #000000;
	text-align: center;
}

#ruggednms-table td img {
	margin: 0;
	padding: 0;
}

#ruggednms-table td.headings {
	font-size: 1.2em;
	color: #FFFFFF;
	background-color:#FF0000;
	text-align: center;
}

#ruggednms-table td.date {
	border: 1px solid #000000;
	text-align: center;
	width: 30px;
}

#ruggednms-table td.file {
	border: 1px solid #000000;
	text-align: center;
	width: 30px;
}

#ruggednms-table td.description {
	border: 1px solid #000000;
	text-align: center;
	width: 200px;
}

#ruggednms-table td.version {
	border: 1px solid #000000;
	text-align: center;
	width: 30px;
}

#ruggednms-table td.explanation {
	border: 1px solid #000000;
	text-align: center;
	width: 200px;
}

#ruggednms-table td.notes {
	border: 1px solid #000000;
	text-align: center;
	width: 20px;
}


/* RUGGEDNMS DEMO FORM */

#ruggednms-demo {
	font-size: 1.2em;
}

#ruggednms-demo td {
	padding: 5px 0 5px 0;
}


/* TACTICAL SOFTWARE */

.tactical-content h1 {
	margin-top: 20px;
	margin-bottom: 10px;
	color: #000000;
}

.tactical-content h2 {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #000000;
}

.tactical-content h2 {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #000000;
}


/* GAUNTLET */

.gauntlet-content {
	padding: 50px 20px 20px 20px;
}

.gauntlet-content h1 {
	margin-bottom: 10px;
	font-size: 2.5em;
}

.gauntlet-content h1 a {
	color: #000000;
}

.gauntlet-content h1 a:hover {
	color: #666666;
}

.gauntlet-content h2 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 2em;
}

.gauntlet-content p {
	color: #666666;
}

.gauntlet-content img {
	margin-left: 50px;
}

.gauntlet-content a {
	color: red;
}

.gauntlet-content a:hover {
	color: black;
}


/* GAUNTLET TABLE */

.gauntlet-table {
	font-size: 1.2em;
}

.gauntlet-table td {
	margin: 0;
	padding: 5px;
	border: 1px solid #000000;
	width: 184px;
}

.gauntlet-table td.first {
	margin: 0;
	padding: 5px;
	border: 1px solid #000000;
	width: 184px;
}

.gauntlet-table td.sub-table {
	margin: 0;
	padding: 5px;
	border: 1px solid #000000;
	width: 184px;
	background-color:#FFFF99;
	font-weight: bold;
}

.gauntlet-table td.last {
	margin: 0;
	padding: 5px;
	border: 1px solid #000000;
	width: 368px;
}

.gauntlet-table td img {
	margin: 0;
	padding: 0;
}

.gauntlet-table td.headings {
	font-size: 1.2em;
	color: #000000;
	background-color: #FFCC00;
	text-align: center;
}
	
ul.gauntlet-specs {
	margin-left: 20px;
}

.gauntlet-specs li {
	font-size: 1em;
	margin-bottom: 3px;
	color: #000000;	
}

ul.gauntlet-specs li {
	list-style: disc outside;
	color: #000000;
	}

/* APPLICATIONS */

.apps-content {
	width: 582px;
	padding: 20px 20px 20px 20px;
	border-right: 1px solid #CCCCCC;
	margin-top: 0;
}

.apps-content h1 {
	font-size: 2em;
	margin-bottom: 10px;
}

.apps-content h2 {
	font-size: 1.4em;
	margin-bottom: 10px;
	margin-top: 20px;
}

.apps-content h2 a {
	color: #000000;
	font-size: 1.3em;
}

.apps-content h2 a:hover {
	color: #666666;
}

.apps-content h3 {
	font-size: 1.8em;
}

.apps-content p {
	font-size: 1.2em;
	line-height: 1.4;
	color: #666666;
}

.apps-content a {
	color: red;
	font-size: 1.2em;
}

.apps-content a:hover {
	color: #000000;
	text-align: left;
}

.apps-content li {
	color:#666666;
}

.apps-content img {
	margin-left: 27px;
}


/* APPLICATIONS SIDEBAR */

.apps-sidebar {
	width: 273px;
	margin:0;
	padding: 20px 20px 0px 20px;
	background-color: #ededed;
}

.apps-sidebar h1 {
	font-size: 2.5em;
	font-weight: 300;
}

.apps-sidebar h2 {
	font-size: 2.0em;
}

.apps-sidebar img {
	display: block;
	margin: 10px auto 10px auto
}

.apps-gradient {
	width: 313px;
	height: 200px;
	margin-bottom: 20px;
	background-image: url(images/applications/BG-sidebar-gradient.jpg);
}


/* CYBER SECURITY SIDEBAR */

.cyber-sidebar h1 {
	color: #2753d8;
}

.cyber-sidebar h2 {
	color: #2753d8;
}

.cyber-sidebar a {
	color: #2753d8;
	font-weight: 300;
}

.cyber-sidebar a:hover {
	color: #000000;
}

.cyber-sidebar ul {
 	list-style: square;
	margin-left: 40px;
	color: #000000;
}

.cyber-sidebar li {
	vertical-align: top;
}


/* UTILITY SIDEBAR */

.utility-sidebar h1 {
	color: #ee3c30;
}

.utility-sidebar h2 {
	color: #ee3c30;
}

.utility-sidebar a {
	color: #ee3c30;
	font-weight: 300;
}

.utility-sidebar a:hover {
	color: #000000;
}

.utility-sidebar ul {
 	list-style: square;
	margin-left: 40px;
	color: #000000;
}

.utility-sidebar li {
	vertical-align: top;
}


/* INDUSTRIAL SIDEBAR */

.industry-sidebar h1 {
	color: #ec3a30;
}

.industry-sidebar h2 {
	color: #ec3a30;
}

.industry-sidebar a {
	color: #ec3a30;
	font-weight: 300;
}

.industry-image img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.industry-sidebar a:hover {
	color: #000000;
}

.industry-sidebar ul {
 	list-style: square;
	margin-left: 40px;
	color: #000000;
}

.industry-sidebar li {
	vertical-align: top;
}


/* SMART GRID SIDEBAR */

.smart-sidebar h1 { color:#C00; text-align: left; font-size: 2em; font-weight:bold }

.smart-sidebar h2 { color: #C00; font-size: 1.5em }

.smart h3 {
	font-size: 2em;
	color: #ee3c30;
}

.smart-sidebar a {
	color: #ee3c30;
	font-weight: 300;
}

.smart-sidebar a:hover {
	color: #000000;
}

.smart-sidebar ul {
 	list-style: square;
	margin-left: 40px;
	color: #000000;
}

.smart-sidebar li {
	vertical-align: top;
}

.smart-image img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}


/* TRANSPORTATION SIDEBAR */

.trans-sidebar h1 {
	color: #0c2991;
}

.trans-sidebar h2 {
	color: #0c2991;
}

.trans-sidebar a {
	color: #0c2991;
	font-weight: 300;
}

.trans-sidebar a:hover {
	color: #000000;
}

.trans-sidebar ul {
 	list-style: square;
	margin-left: 40px;
	color: #000000;
}

.trans-sidebar li {
	vertical-align: top;
}

.trans-image img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}


/* ZERO PACKET LOSS */

.zpl-content {
	width: 896px;
	padding: 20px 20px 20px 20px;
}

.zpl-content p {
	color: #666666;
}

.zpl-content li {
	color: #666666;
}

.zpl-content a {
	color: red;
	font-size: 1.2em;
}

.zpl-content a:hover {
	color: #000000;
}


/* INDUSTRIAL DEFENDER */

.indy-defender ul.list {
	list-style: outside disc;
	margin: 10px 0 15px 25px;
	font-size: 12px;
	color: #333333;
}
	
.indy-defender ul.list li {
	margin-top: 5px;
}

.indy-caption {
	width: 570px;
}


/* SALES */

.sales-content {
	width: 560px;
	padding: 20px;
}

.sales-content h1 {
	font-size: 25px;
	margin-bottom: 10px;
}

.sales-content h2 {
	font-size: 18px;
	margin-bottom: 10px;
}

.sales-content hr {
	margin-bottom: 10px;
	margin-top: 10px;
}

.sales-content a {
	color: red;
}

.sales-content a:hover {
	color: black;
}

.sales-menu {
	width: 296px;
	padding-right: 20px;
}

.local-sales {
	text-align: center;
}

.local-sales li {
	display: inline;
	font-size: 1.2em;
	font-weight: bolder;
	margin-left: 10px;
	margin-right: 10px;
}


/* SALES TABLE */

.sales-table {
	font-size: 1em;
}

.sales-table td {
	margin: 0;
	padding: 10px;
}

.sales-table td td {
	padding: 0;
}

ul.sales-specs {
	margin-left: 20px;
}

.sales-specs li {
	font-size: 1em;
	margin-bottom: 3px;
	color: #000000;	
}

ul.sales-specs li {
	list-style: disc outside;
	color: #000000;
}


/* SALES FORM */

.supportform-content {
	width: 896px;
	padding: 20px;
}

.supportform-content a {
	color: red;
}

.supportform-content a:hover {
	color: black;
}

.supportform {
	font-size: 1.2em;
}

.supportform td {
	padding: 5px 20px 5px 0;
}

.supportform td h2 {
	margin-top: 20px;
	margin-bottom: 10px;
}


/* SALES MAP */

.sales-map {
	width: 584px;
	padding: 20px 10px 20px 18px;
}

.sales-map a {
	color: red;
}

.sales-map a:hover {
	color: black;
}

.sales-map hr {
	margin-bottom: 10px;
	margin-top: 10px;
}

.map-sidebar {
	width: 273px;
	padding: 20px 20px 0px 20px;
	background-color: #ededed;
}

.map-sidebar a {
	font-size: 0.9em; 
	color: black;
	font-weight: bolder;
}

.map-sidebar a:hover {
	color: #999999;
}

/*

.map-new {
	margin-top: 30px;
	width: 579px;
}

ul.map-links li {
	width: 100px;
	text-indent: none;
	list-style: inside;
}

.map-links a, .map-links a:hover {
	color: #000000;
}

#africa-new {
	display: block;
	position: relative;
	bottom: 170px;
	left: 280px;
	z-index: 100;
}

#asia-new {
	display: block;
	position: relative;
	bottom: 220px;
	left: 405px;
	z-index: 110;
}

#australia-new {
	display: block;
	position: relative;
	bottom: 113px;
	left: 468px;
	z-index: 100;
}

#canada-new {
	display: block;
	position: relative;
	bottom: 290px;
	left: 68px;
	z-index: 100;
}

#europe-new {
	display: block;
	position: relative;
	bottom: 330px;
	left: 425px;
	z-index: 100;
}

#mid-east-new {
	display: block;
	position: relative;
	bottom: 277px;
	left: 336px;
	z-index: 100;
}

#s-america-new {
	display: block;
	position: relative;
	bottom: 218px;
	left: 160px;
	z-index: 100;
}

#us-new {
	display: block;
	position: relative;
	bottom: 340px;
	left: 77px;
	z-index: 100;
}

*/

#world a {
	display:block;
	text-indent:-9999px;
	text-decoration:none;
	outline:none;
	cursor:default;
}

.map {
	margin-top: 30px;
	width: 580px;
	height: 324px;
}

.map-canada {
	margin-top: 30px;
	width: 580px;
	height: 324px;
}
.map-usa {
	margin-top: 30px;
	width: 580px;
	height: 324px;
}
.map-latinamerica {
	margin-top: 30px;
	width: 580px;
	height: 324px;
}
.map-europe {
	margin-top: 30px;
	width: 580px;
	height: 324px;
}
.map-africa {
	margin-top: 30px;
	width: 580px;
	height: 324px;
}
.map-asia {
	margin-top: 30px;
	width: 580px;
	height: 324px;
}
.map-middleeast {
	margin-top: 30px;
	width: 580px;
	height: 324px;
}
.map-australia {
	margin-top: 30px;
	width: 580px;
	height: 324px;
}

.map ul li {
	list-style: none;
}

.map ul {
	display: block;
	width: 580px;
	height: 324px;
	background: url(images/sales-map/world-map-grey.gif) no-repeat;
	position: relative;
}
.map-canada ul {
	display: block;
	width: 580px;
	height: 324px;
	background: url(images/sales-map/world-map-canada.gif) no-repeat;
	position: relative;	
}
.map-usa ul {
	display: block;
	width: 580px;
	height: 324px;
	background: url(images/sales-map/world-map-usa2.gif) no-repeat;
	position: relative;	
}
.map-latinamerica ul {
	display: block;
	width: 580px;
	height: 324px;
	background: url(images/sales-map/world-map-latinamerica.gif) no-repeat;
	position: relative;	
}
.map-africa ul {
	display: block;
	width: 580px;
	height: 324px;
	background: url(images/sales-map/world-map-africa.gif) no-repeat;
	position: relative;	
}
.map-europe ul {
	display: block;
	width: 580px;
	height: 324px;
	background: url(images/sales-map/world-map-europe.gif) no-repeat;
	position: relative;	
}
.map-asia ul {
	display: block;
	width: 580px;
	height: 324px;
	background: url(images/sales-map/world-map-asia.gif) no-repeat;
	position: relative;	
}
.map-middleeast ul {
	display: block;
	width: 580px;
	height: 324px;
	background: url(images/sales-map/world-map-middleeast.gif) no-repeat;
	position: relative;	
}
.map-australia ul {
	display: block;
	width: 580px;
	height: 324px;
	background: url(images/sales-map/world-map-australia.gif) no-repeat;
	position: relative;	
}

#asia {
	position: absolute;
	top: 77px;
	left: 352px;
	cursor: pointer;
	width: 161px;
	height: 148px;
}

#asia a {
	height: 148px;
}

#asia a:hover {
	background: url(images/sales-map/asia-hover2.gif) no-repeat;
}

#australia {
	position: absolute;
	cursor: pointer;
	top: 200px;
	right: 17px;
	width: 110px;
	height: 97px;
}

#australia a {
	height: 97px;
}

#australia a:hover {
	background: url(images/sales-map/australia-hover2.gif) no-repeat;
}

#africa {
	position: absolute;
	cursor: pointer;
	top: 120px;
	right: 217px;
	width: 114px;
	height: 151px;
}

#africa a {
	height: 151px;
}

#africa a:hover {
	background: url(images/sales-map/africa-hover2.gif) no-repeat;
}

#usa {
	position: absolute;
	cursor: pointer;
	top: 95px;
	left: 67px;
	width: 98px;
	height: 44px;
}

#usa a {
	height: 58px;
}

#usa a:hover {
	background: url(images/sales-map/usa-hover4.gif) no-repeat;
}

#alaska {
	position: absolute;
	cursor: pointer;
	top: 39px;
	left: 1px;
	width: 52px;
	height: 47px;
}

#alaska a {
	height: 47px;
}

#alaska a:hover {
	background: url(images/sales-map/alaska-hover2.gif) no-repeat;
}

#canada {
	position: absolute;
	cursor: pointer;
	top: auto;
	left: 41px;
	width: 160px;
	height: 116px;
}

#canada a {
	height: 118px;
}

#canada a:hover {
	background: url(images/sales-map/canada-hover3.gif) no-repeat;
}

#middleeast {
	position: absolute;
	cursor: pointer;
	top: 109px;
	right: 199px;
	width: 63px;
	height: 67px;
}

#middleeast a {
	height: 67px;
}

#middleeast a:hover {
	background: url(images/sales-map/middleeast-hover2.gif) no-repeat;
}

#europe {
	position: absolute;
	cursor: pointer;
	top: 4px;
	right: -2px;
	width: 344px;
	height: 123px;
}

#europe a {
	height: 123px;
}

#europe a:hover {
	background: url(images/sales-map/europe-hover2.gif) no-repeat;
}

#latin {
	position: absolute;
	cursor: pointer;
	top: 133px;
	left: 79px;
	width: 135px;
	height: 191px;
}

#latin a {
	height: 191px;
}

#latin a:hover {
	background: url(images/sales-map/latin-hover2.gif) no-repeat;
}



/* SERVICES */

.service-content {
	width: 582px;
	padding: 20px 20px 20px 20px;
	border-right: 1px solid #CCCCCC;
}

.service-content h1 {
	font-size: 2.5em;
	margin-bottom: 10px;
}

.service-content h2 {
	font-size: 2em;
	margin-bottom: 10px;
	margin-top: 20px;
}

.service-content h3 {
	font-size: 1.8em;
}

.service-content h3 a {
	font-size: .7em;
	color: black;
}

.service-content h3 a:hover {
	color: #666666;
}

.service-content p {
	font-size: 1.2em;
	line-height: 1.4;
	color: #666666;
}

.service-content a {
	color: red;
}

.service-content a:hover {
	color: #000000;
}

.service-content li {
	color:#666666;
}

.service-sub {
	width: 293px;
	margin: 20px 9px 9px 9px;	
}

.service-sub a {
	color: red;
}

.service-sub a:hover {
	color: black;
}


.service-sub li {
	font-size: 1.3em;
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #999999;	
}

.title-padding {
	margin: 30px 0 10px 0;
}


/* SERVICES SIDEBAR */

.service-sidebar {
	width: 273px;
	padding: 20px 20px 0px 20px;
	background-color: #ededed;
}

.service-sidebar h1 {
	color: #2753d8;
	font-weight: 400;
}

.service-sidebar h2 {
	color: #2753d8;
}

.service-sidebar a {
	color: #2753d8;
	font-weight: 300;
}

.service-sidebar a:hover {
	color: #000000;
}

.service-sidebar ul {
 	list-style: square;
	margin-left: 40px;
	color: #000000;
}

.service-sidebar li {
	vertical-align: top;
}

.service-sidebar img {
	display: block;
	margin: 10px auto 10px auto
}

.service-gradient {
	width: 313px;
	height: 200px;
	margin-bottom: 20px;
	background-image: url(images/applications/BG-sidebar-gradient.jpg);
}

/* SUPPORT NAV */

#support {
	width: 313px;
	background: url(images/services/BG-sidebar-support.jpg) no-repeat;
	color: #ffffff;
	}
	
	#support h1 {
		margin: 200px 0 10px 20px;
		}
		
	#support p {
		margin:0 0 20px 20px;
		}

#gradient {
	width: 313px;
	height: 200px;
	background-image: url(images/services/BG-sidebar-gradient-blue.jpg);
}

ul#support-nav {
	margin: 0 0;
	list-style: outside none;
	}
	
	ul#support-nav li a {
		display: block;
		width: 313px; height: 35px;
		text-indent: -9999px;
		border-bottom: 1px solid #ffffff;
		}
	
	ul#support-nav li#email a, ul#support-nav li#email a:visited {
		background: url(images/support/SIDE_button-email.jpg) no-repeat;
		border-top: 1px solid #ffffff;
		}
		
		ul#support-nav li#email a:hover {
			background: url(images/support/SIDE_button-email-hover.jpg) no-repeat;
			}
		
	ul#support-nav li#technical a, ul#support-nav li#technical a:visited {
		background: url(images/support/SIDE_button-tech.jpg) no-repeat;
		}
		
		ul#support-nav li#technical a:hover {
			background: url(images/support/SIDE_button-tech-hover.jpg) no-repeat;
			}
		
	ul#support-nav li#documents a, ul#support-nav li#documents a:visited {
		background: url(images/support/SIDE_button-doc.jpg) no-repeat;
		}
		
		ul#support-nav li#documents a:hover {
			background: url(images/support/SIDE_button-doc-hover.jpg) no-repeat;
			}
		
	ul#support-nav li#software a, ul#support-nav li#software a:visited {
		background: url(images/support/SIDE_button-soft.jpg) no-repeat;
		}
		
		ul#support-nav li#software a:hover {
			background: url(images/support/SIDE_button-soft-hover.jpg) no-repeat;
			}
		
/*
.support {
	width: 293px;
	color: #FFFFFF;
	background: url(images/services/BG-sidebar-support.jpg) no-repeat;
}

.support h1 {
	font-weight: 400;
}

.support a {
	color: #FFFFFF;
}

.support a:hover {
	color: #FFFFFF;
}

.support-nav img {
	margin: 0;
}

.support-gradient {
	width: 313px;
	height: 200px;
	background-image: url(images/services/BG-sidebar-gradient-blue.jpg);
}

.support a:hover {
	color: #999999;
}

.support-nav {
	width: 293px;
}


ul#supporting li {
	}

		ul#supporting li#email a:link, ul#supporting li#email a:visited {
		background: url(images/support/SIDE_button-email.jpg) no-repeat 0 0;
		display: block;
		height: 35px;
		width: 313px;
		}
		
		ul#supporting li#email a:hover {
			background: url(images/support/SIDE_button-email-hover.jpg) no-repeat;
			}

		
		ul#supporting li#tech a:link, ul#supporting li#tech a:visited {
		background: url(images/support/SIDE_button-tech.jpg) no-repeat 0 0;
		display: block;
		height: 35px;
		width: 313px;
		}
		
		ul#supporting li#tech a:hover {
			background: url(images/support/SIDE_button-tech-hover.jpg) no-repeat;
			}

		
		ul#supporting li#doc a:link, ul#supporting li#doc a:visited {
		background: url(images/support/SIDE_button-doc.jpg) no-repeat 0 0;
		display: block;
		height: 35px;
		width: 313px;
		}
		
		ul#supporting li#doc a:hover {
			background: url(images/support/SIDE_button-doc-hover.jpg) no-repeat;
			}

		ul#supporting li#soft a:link, ul#supporting li#soft a:visited {
		background: url(images/support/SIDE_button-soft.jpg) no-repeat 0 0;
		display: block;
		height: 35px;
		width: 313px;
		}
		
		ul#supporting li#soft a:hover {
			background: url(images/support/SIDE_button-soft-hover.jpg) no-repeat;
			}
*/


/* SUPPORT TABLE */

.support-table {
	width: 896px;
	margin: 20px;
	font-size: 1.2em;
	font-weight: bolder;
	border: 1px solid #000000;
}

.support-table2 {
	width: 580px;
	font-size: 1.2em;
	font-weight: bolder;
	border: 1px solid #000000;
}

.support-table td {
	padding: 5px 20px 5px 20px;
}

.support-table2 td {
	padding: 5px;
}

.support-table a, .support-table2 a {
	color: red;
}

.support-table a:hover, .support-table2 a:hover {
	color: black;
}


/* TECH FORM */

.tech-form {
	width: 573px;
	font-size: 1.2em;
}

.tech-form td {
	padding: 5px;
}


/* SERVICES COURSE TABLE */


#course-table {
	font-size: 1.2em;
}

#course-table td {
	margin: 0;
	padding: 5px;
	border: 1px solid #000000;
	text-align: center;
}

#course-table td img {
	margin: 0;
	padding: 0;
}

#course-table td.headings {
	font-size: 1.2em;
	color: #FFFFFF;
	background-color: #000099;
	text-align: center;
}

#course-table td.date {
	border: 1px solid #000000;
	text-align: center;
	width: 30px;
}

#course-table td.file {
	border: 1px solid #000000;
	text-align: center;
	width: 30px;
}

#course-table td.description {
	border: 1px solid #000000;
	text-align: center;
	width: 200px;
}

#course-table td.version {
	border: 1px solid #000000;
	text-align: center;
	width: 30px;
}

#course-table td.explanation {
	border: 1px solid #000000;
	text-align: center;
	width: 200px;
}

#course-table td.notes {
	border: 1px solid #000000;
	text-align: center;
	width: 20px;
}


/* ABOUT US */

.about-content {
	margin: 0 10px 20px 13px;
	width: 575px;
	padding-top: 27px;
}

.about-content h1 {
	font-size: 20px;
	margin-bottom: 10px;
	}
	
.about-content h2 {
	font-size: 16px;
	}

.about-content h2, .career h2 {
	margin: 0 0 10px 0;
}

.about-content p, .career p {
	color: #666666;
	line-height: 1.5em;
}

.about-content hr {
	margin: 15px 0 15px 0;
}

.about-content a, .career a {
	color: red;
}

.about-content a:hover, .career a:hover {
	color: black;
}

.invest-content {
	width: 600px;
	margin-bottom: 20px;
}

.contact {
	width: 400px;
	margin: 0;
}

.contact-map {
	width: 200px;
	margin: 0;
}

.aff {
	width: 600px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.aff-content {
	width: 455px;
	padding-left: 10px;
}

.aff-logo {
	width: 130px;	
}

.aff-logo img {
	display: block;
	margin: 0 auto 0 auto;
}

.career {
	width: 896px;
	margin-left: 15px;
}

.career ul.list {
	line-height: 1.6em;
	color: #666666;
	margin-left: 50px;
}

.invest {
	width: 293px;
}

.about-table {
	border: 1px solid #000000;
	margin-bottom: 20px;
}

.about-table td {
	padding: 5px;
	margin: 0;
}

.about-header{
	font-weight:bold;
	color: #FFFFFF;
	font-size: 1.5em;
	text-align: center;
	background-color:#255a19;
}

.about-left{
	font-weight:bold;
	font-size: 1.5em;
	background-color: #88e673;
	text-align: center;
}

.analyst-content {
	width: 375px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.analyst-logo {
	width: 200px;
	padding-top: 10px;
	padding-bottom: 10px;	
}

.analyst-logo img {
	display: block;
	margin: 0 auto 0 auto;
}

.customer-menu {
	padding: 0 15px 0 15px;
	width: 264px;
	background-color: #ee1c24;
	color: #FFFFFF;
}

.customer-menu ul.list {
	color: #FFFFFF;
	line-height: 0.7em;
}

.news-title {
	width: 250px;
}

.news {
	width: 555px;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.news-content {
	width: 425px;
	padding-left: 10px;
}

.news-date {
	width: 90px;
}

/* IEEE */

.ieee a {
 	color:#000000;
}

.ieee a:hover {
 	color:#ee3c30;
}


/* SIDEBAR */

.sidebar {
	width: 296px;
	margin-top: 6px;
	margin-right: 10px;
	}

/* ACCOUNT */

.account-table td{
	padding: 5px;
	border: 1px solid #999999;
}


/* FOOTER */

#footer {
	border-top: 1px solid #666666;
	margin: 25px 15px 10px 15px;
	padding-top: 10px;
	color: #666666;
	font-size: .8em;
	text-align: center;
	clear: both;
	}
	
	#footer p {
		margin-bottom: 5px;
		}
		
ul#bottom-nav {
	border-top: 1px solid #666666;
	margin: 25px 15px 10px 15px;
	padding-top: 10px;
	color: #666666;
	text-align: center;
	}
	
	ul#bottom-nav li {
		display: inline;
		border-right: #666666 1px solid;
		padding: 0 5px;
		line-height: 20px;
		}
		
	ul#bottom-nav li a:link, ul#bottom-nav li a:visited {
		color: #666666;
		}
		
		ul#bottom-nav li a:hover, ul#bottom-nav li a:active {
			color: #FF0000;
			}
