@charset "UTF-8";

/* subpage2.css
$Revision: 1.0 $
(c) 2008 Fortinet. All rights reserved. 
*/


/* Left Column Settings ----------------------------------------- */
#sub1_left_col_container {
	float: left;
}
#sub1_left_col {
	margin: 80px 0 0 10px; /* subtracted the 15px from height for first menu items spacing. was 75px; */
	width: 131px; /* subtract the 30px margin from 161px */
	bor\der: 1px solid #00FF00;
}
#sub1_left_nav, #sub1_left_nav a {
	font: 11px/12px Arial, Helvetica, Verdana, sans-serif;
	color: #6a737b;
}
#sub1_left_nav a {
	padding: 2px 0 10px 0;
}
#sub1_left_nav a:hover {
	color: #ef4035;
	text-decoration: underline;
}
.sub1_nav_headline {
	padding: 15px 0 3px 0;
}
#sub1_left_nav .sub1_nav_headline a {
	font: 12px/14px Arial, Helvetica, Verdana, sans-serif;
	color: #6a737b;
	text-decoration: none;
	font-weight:bold;
}
#sub1_left_nav .sub1_nav_headline a:hover {
	color: #ef4035;
	text-decoration: underline;
}
#how_buy {
	padding: 20px 0 20px 0;
}
#how_buy {
	font: bold 13px/15px Arial, Helvetica, Verdana, sans-serif;
	color: #6a737b;
}
#how_buy a {
	font: 11px/12px Arial, Helvetica, Verdana, sans-serif;
	color: #ef4035;
	text-decoration: none;
}
#how_buy a:hover {
	color: #6a737b;
	text-decoration: none;
}


/* Center Column Settings ----------------------------------------- */
#sub1_center_col_container {
	float: left;
}
#sub1_center_col {
	padding: 12px 5px 20px 12px;
	width: 451px; /* subtract the 5px + 86px margin from 468px */
	bor\der: 1px solid #00FF00;
}

#sub1_center_col ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
#sub1_center_col li {
	padding-left: 10px;
	background-image: url(../../images/fortinet/li_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}
#sub1_center_col a {
	color:#000000;
	text-decoration: underline;
}
#sub1_center_col a:hover {
	color:#FF3E31;
	text-decoration: none;
}

/* Right Column Settings ----------------------------------------- */
#sub1_right_col_container {
	float: right;
	bor\der: 1px solid #00FF00;
}
#sub1_product {
	position: relative;
	top: 20px;
	right: 0;
}
#sub1_right_col {
	background: #e7e7e8 url(../../images/fortinet/sub_rightcol_bkrd_prod.jpg) repeat-x;
	width: 184px; /* 204px subtract the 47px margin & 20px from the padding from 271px */
    height: 500px;
	margin: -109px 0 0 47px !important; /* FF and IE handle negative margins about 3-5px differently. sigh. */
	margin: -113px 0 0 47px; /* put in negative margin to compensate for the product image */
	padding: 150px 20px 0 20px;
	bor\der: 1px solid #00FF00;	
}


/* Feature Box 2 Settings ----- */
/* --See the frame work for standard sub page feature box settings */


/* Page Footer Settings ----------------------------------------- */
#content_footer {
	clear: left;
	padding: 0 0 10px 0;
}
#footer_certs {
	padding: 10px 0 0 30px;
}
#footer_certs img {
	vertical-align: middle;
}
#crumb_nav {
	padding: 0 0 2px 0;
	font: 9px/12px Arial, Helvetica, Verdana, sans-serif;
	color: #939ba1;
}
#crumb_nav a {
	font: 9px/12px Arial, Helvetica, Verdana, sans-serif;
	color: #939ba1;
	text-decoration: none;
}
#crumb_nav a:hover {
	font: 9px/11px Arial, Helvetica, Verdana, sans-serif;
	color: #455560;
	text-decoration: underline;
}
/* added table "threats" H2 tag here to override red style for content div */
table.threats h2 {color:#FFFFFF;}

#viewTicket_col ul {
	list-style-type:disc;
	list-style-position:inside;
	margin-top: 1em;	
	margin-left: 1em;
}
#viewTicket_col li {
	padding-left: 10px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0 .5em;
}
#viewTicket_col ol {
	list-style-type:decimal;
	list-style-position:inside;
}