/* CSS Document */


/*************** NEW STUFF **********/

.arrow {
font-family: verdana,arial,helvetica;
font-weight: bold;
}


/*********** END NEW STUFF **********/

body {  
	margin: 0px;
	padding: 0px;
	font-family: Arial; 
	font-size: 11px;
}
 
#container {
	width: 802px;
	position: relative;
	margin-left: 2px;
	padding:0px;
}
/*********************** Header Layout ******************************/
#header {
	width: 100%;
	height: 50px;
}
 
#logo {
	width: 250px;
	float: left;
	margin: 15px 0px 0px 10px;
}
 
#searcharea {
	float: right;
	width: 320px;
	vertical-align: bottom;
	margin: 12px 10px 0px 0px;
}
 
/*********************** Top Banner Layout ******************************/
#content, flash {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
 	
#products { 
	width: 100%; 
	height: 87px;
	margin: 5px 0px 5px 0px; 
	padding: 0px;
}
 
#products div{
	float: left;
	position:absolute;
}
 
#products a {
	display: block;
	width: 263px;
	height: 85px;
}
 
#products #smb{
	background-image: url(/images/pic/bg_smb.jpg);
	background-repeat: no-repeat;
	width: 265px;
	height: 87px;
	position: relative;
	margin: 0px 3px 0px 0px;
	 
}

#products #enterprise{
	background-image: url(/images/pic/bg_ent.jpg);
	background-repeat: no-repeat;
	width: 264px;
	height: 87px;
	position: relative;
	margin: 0px 3px 0px 0px;
	 
}
 
#products #mssp{
	background-image: url(/images/pic/bg_mssp.jpg);
	background-repeat: no-repeat;
	width: 265px;
	height: 87px;
	position: relative;
	 
}
 
#products h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-stretch:wider;
	text-transform: uppercase;
	color: #ff0000;
	margin: 6px 0px 0px 12px;
}	
 
#products h2 {
	font-family: Arial;
	font-size: 10px;
	font-weight: bolder;
	color: #000;
	margin: 3px 10px 0px 12px;
}	

#products div#smb h2{
	margin-right: 100px;
}

#products div#enterprise h2{
	margin-right: 30px;
}
 
#products div#mssp h2{
	margin-right: 120px;
}
 
/*********************** Main Content Layout ******************************/
#column-main{
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
 
#column-mainleft{
	float: left;
	width: 533px;
	margin: 0px;
	padding: 0px;
}
 
#column-main div{
	float: left;
	margin: 0px;
	padding: 0px;
	border-left: 1px solid #CCCCCC;
}
 
#quote{	width: 265px; height: 135px;}
#news {	width: 266px; height: 135px;}
#banner{ width: 265px; height: 135px; }
#info {	width: 266px; height: 135px; }
#fortiguard { width: 265px; height: 270px;}
 
#column-main span{
	float: left;
	background-image: url(/images/bg_dark.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 20px;
	margin: 0px;
}
 
#column-main h2{
	background-image: url(/images/redarrow3.gif);
	background-repeat: no-repeat;
	background-position: 0 40%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-transform: uppercase;
	margin: 2px 10px 0px 5px;
	padding: 0px 0px 0px 20px;
}
 
#column-main a{
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}	
 
#column-main a:hover{
	font-family: Arial;
	font-size: 11px;
	color: #CC0000;
}	
 
#column-main p{
	float: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 3px 3px 3px 3px;
}
	
#column-main ul#left{
	float: left;
	list-style: none;
	line-height: 20px;
	width: 123px;
	margin: 5px 0px 0px 3px;
	padding: 0px;
}
 
#column-main ul#right{
	float: left;
	list-style: none;
	line-height: 20px;
	width: 135px;
	margin: 5px 0px 0px 2px;
	padding: 0px;
}
 
#column-main li{
	background-image: url(/images/redarrow.gif);
	background-repeat: no-repeat;
	background-position: 0 60%;
	padding: 0px 0px 0px 12px;
}
/*********************** bottomnav Layout ******************************/
#bottomnav{
	float: left;
	width: 100%;
	height: 20px;
	background-image: url(/images/bg_dark.gif);
	background-repeat:repeat-x;
	margin: 0px;
	padding: 0px;
}
 
#bottomnav ul{
	clear: both;
	margin: 0px;
	padding: 2px;
}
 
#bottomnav li{
	background-image: url(/images/div_red.gif);
	background-repeat: no-repeat;
	background-position: 0 55%;
	display: inline;
	padding: 0px 31px 0px 31px;
}
 
#bottomnav #first{
	background: none;
	padding-left: 30px;
}
 
#bottomnav li:hover, #bottomnav #first:hover{
	background-image: url(/images/bg_red.gif);
	background-repeat: repeat-x;
}
 
#bottomnav li a{
	font-size: 11px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #FFFFFF;
	letter-spacing: 2px;
}
/*********************** footer Layout ******************************/
#footer{
	clear: both;
	float: left;
	margin: 5px 0px 10px 5px;
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 9px;
	color: #333333;
	text-transform: uppercase;
	width: 800px;
}
 
#footer a{
	color: #333333;
	padding: 0px 5px 0px 5px;
}
/********************* Other Sytles ******************************/
.formtext {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; color:#666666;}
a {	text-decoration: none; }	