/* @group Main */

html {
  /* this is a hack to force scrollbars on at 
     all times so that the page does not jump
     when going from short to long pages */
  height: 100%;
  margin-bottom: 1px;
}

body {
	margin: 0;
	padding: 0;
}

p {
  /* setup some more readable paragraph spacing */
  margin-top: 10px;
  margin-bottom: 15px;
}

h1, h2, h3, h4, h4 {
	/* setup some more readable header spacing */
	padding-bottom: 5px;
	margin: 15px 0;
}

/* @group Fonts */

/* @group Sizes */


body {
	font-size: 13px;
}

body.f-smaller {
	font-size: 10px;
}

body.f-default {
	font-size: 12px;
}

body.f-larger {
	font-size: 15px;
}

h1 {
	font-size: 200%;
}

h2 {
	font-size: 180%;
}

h3 { 
   font-size: 150%;
}

h4 {
	font-size:  120%;
}

.small,
.modifydate,
.createdate,
div.mosimage_caption {
	font-size: 95%;
}

div.moduletable h3,
.componentheading {
	font-size: 145%;
}

table.sections .contentheading {
	font-size: 145%;
}

.contentheading {
	font-size: 160%;
}

.componentheading {
 margin-bottom: 15px;
}

td.componentheading {
	padding-bottom: 15px;
}

/* @end */

/* @group Family */

body {
		line-height: 135%;
		font-family: Arial, Helvetica, sans-serif;
}

.contentheading,
.componentheading {
	font-weight: bold;
}


a {
	/* color: see style css */
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* @end */

/* @end */

/* @end */

/* @group Structure */

/* @group pull-down */

#fxContainer {
	position: absolute;
	padding-top: 0px;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 0;
}

#fxTarget { 
	padding-top: 1px;
	margin: 0;
	width: 100%;
	position: relative;
	top: 0;
	z-index: 100;
	height: 0;
	overflow: hidden;
}

#fxPadding {
	visibility: hidden;
	padding: 0 45px;
}

#fxTrigger {
	position: relative;
	cursor: pointer;
}

#fxTab {
	position: relative;
	margin: -6px auto 0;
	text-align: center;
	height: 38px;
	line-height: 36px;
	font-weight: bold;
	width: 176px;
	z-index: 100;
}

#fxTab a,
#fxContainer a {
	z-index: 100;
}

#fxTab a:hover {
	text-decoration: none;
}

/* @end */

/* @group mainbody */


td.mainbody {
	width: 100%;
	padding-left: 10px; /* BOB */
}

div#mainbody .contentheading {
	font-size: 200%;
}


/* @end */



#template {
	position: relative;
}

img#logo {
	position:  absolute; 
	float: left;
	/* margin-left: 20px; */
	/* margin-top: 27px; */
	width: 990px;
	height: 108px;
}

div#banner {
/*	margin-left:  370px; */
	margin-left:  800px;
	padding-top: 20px;  
	height: 84px;
/*	overflow: hidden; */
background: url(images/style2/body-hl3-h3.png) no-repeat top left;
}


div#banner .padding {
	padding:  0px;
}

div#horiz-menu {
	height: 46px;
}

table.mainbody,
table.usermodules,
table.sections {
	width: 100%;
	padding: 0;
}

td.section {
	padding: 0;
}

td.section.w49 {
	width: 50%;
}

td.section.w24 {
	width: 33%;
}

td.mainbody .padding {
	padding: 15px;
}

div#footer .rk-2 {
	height: 114px;
	overflow: hidden;
}

div#the-footer {
	text-align: center;
}

img#rocket {
	width: 150px;
	height: 105px;
}

/* @group content */

/* @group menus */

/* @group Horiz Menu */

div#horiz-menu ul {
	margin: 0;
	padding: 0;
}

div#horiz-menu li {
	margin: 0;
	padding: 0;
	padding-right: 2px;
	float: left;
	list-style: none;
}

div#horiz-menu a {
	display: block;
	float: left;
	padding: 0 25px;
	height: 42px;
	line-height: 40px;
	font-weight: bold;
	text-decoration: none;
}


/* @end */

/* @group Side Menu */

/* side menu is just a standard list so it will work with a hilite */

.sidenav a{
	font-weight: bold;
}

/* @end */

/* @group Contact Menu */

div#top ul {
	margin: 0;
	padding: 0;
	float: right;
}

div#top li {
	float:  left;
	list-style: none;
	margin-right: 20px;
}

div#top li img {
	float:  left;
	vertical-align: middle;
}

div#top a.mainlevel {
	display:  block;
	float:  left;
	background: none;
	margin: 0;
	padding: 0 5px;
	font-weight:  bold;
}

/* @end */

/* @end */

/* @group Code */

pre {
	padding: 10px;
}

/* @end */

/* @group Notices */

span.alert,
span.info,
span.download,
span.note {
	display: block;
	padding: 10px 10px 10px 50px;
	margin: 15px 0;	
}

/* @end */

/* @group Lists */
#section1 ul,
#section2 ul,
#mainbody ul {
	margin-left: 0;
	padding-left: 1em;
}

#section1 li,
#section2 li,
#mainbody li {
	margin-left: 0;
	list-style: none;
	padding-left: 25px;
	padding-top: 2px;
	margin-bottom: 3px;
}



#mainbody ul.check1,
#mainbody ul.check2,
#mainbody ul.arrow1,
#mainbody ul.arrow2,
#mainbody ul.arrow3,
#mainbody ul.star,
#mainbody ul.circle,
#mainbody ul.morespace {
	margin-left: 35px;
	padding: 0;
}

ul.check1 li,
ul.check2 li,
ul.arrow1 li,
ul.arrow2 li,
ul.arrow3 li,
ul.star li,
ul.circle li,
li.check1,
li.check2,
li.arrow1,
li.arrow2,
li.arrow3,
li.star,
li.circle {
	list-style: none;	
	padding-bottom: 15px;
	padding-left: 40px;
}

/* @end */

/* @group Blockquote */

blockquote {
	width: auto;
	padding: 10px 10px 10px 80px;
	margin: 15px 0;
}

/* @group My Group */

/* @end */

/* @end */

/* @group Login Area */

#fxPadding div.moduletable h3 {
	float: left;
	margin: 0;
	padding: 0;
	line-height: 40px;
	height: 40px;
}

#fxPadding form {
	float: left;
	padding-left: 30px;
	height: 22px;
	margin-top: 8px;
}

#fxPadding div.loginelement {
	float: left;
	margin-left: 30px;
	height: 22px;
	line-height: 22px
}

#fxPadding div.loginelement input {
	width: 100px;
	padding-left: 5px;
}

span.loginsubmit,
span.logoutsubmit {
	display: block;
	padding-left: 8px;
	margin-left: 10px;
	line-height: 25px;
	width: 96px;
	float: left;
	cursor: pointer;
}

/* @end */

/* @group Regular Content Items */

table.contentpaneopen tbody tr td span.small,
td.createdate {
	padding-left: 20px;
}

/* @end */

.screenshot {
	float:  right;
	margin-top: -35px;
	z-index: 9;
}

.hide {
	display: none;
}

form {
	border: 0;
	margin: 0;
	padding: 0;
}

table.blog span.article_seperator {
	display: block;
	height: 20px;
}

/* @end */

/* @end */

/* @group Joomla Core */

/* @group modules */

div.moduletable,
div.moduletable-hilite1,
div.moduletable-hilite2,
div.moduletable-hilite3,
div.moduletable-hilite4,
div.moduletable-hilite5,
div.moduletable-hilite6,
div.moduletable-hilite7,
div.moduletable-hilite8 {
	padding: 0 15px 10px 15px;
}

div.moduletable h3,
div.moduletable-hilite1 h3,
div.moduletable-hilite2 h3,
div.moduletable-hilite3 h3,
div.moduletable-hilite4 h3,
div.moduletable-hilite5 h3,
div.moduletable-hilite6 h3,
div.moduletable-hilite7 h3,
div.moduletable-hilite8 h3 {
	margin: 0 -15px 15px -15px;
	padding: 10px 15px;
	line-height: 100%;
}

td.left div.moduletable,
td.right div.moduletable {
	margin-bottom: 25px;
}

/* @end */

/* @group content */

.contentheading {
	padding: 10px 0;
	line-height:100%;
}

td.buttonheading {
 	vertical-align: middle;
}

td.buttonheading img {
	margin-right: 5px;
}

table.contentpaneopen, table.contentpane {
  border-collapse: collapse;
  padding: 0;
  margin: 0;
  width: 100%;
}

div.contentpane, div.contentpaneopen {
  width: 100%;
}

.clr {
	clear: both;
}

div.mosimage {
  margin: 5px;
}

a.readon {
	margin-top: 15px;
	display: block;
	width:  116px;
	height: 36px;
	line-height: 26px;
	padding-left: 5px;
	font-weight: bold;
	/* background: see style css */
}

a.readon:hover {
	text-decoration: none;
}

span.content_rating img {
	vertical-align: top;
}

.modifydate {
	height: 20px;
	vertical-align: bottom;
}

.createdate {
	height: 20px;
	vertical-align: top;
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 0px;
}

table.contenttoc {
  margin: 5px;
  padding: 5px;
}

table.contenttoc td {
  padding: 0 5px;
}

/* @end */

/* @group pathway */

span.pathway {
	display: block;
	float:  left;
	height: 16px;
	line-height: 18px;
	vertical-align: middle;
	margin-left: 25px;
	margin-bottom: 10px;
	font-weight: bold;
}

span.pathway img {
	float:  left;
	margin: 0 12px 0 14px;
	border: 0;
	width: 17px;
	height: 16px;
	vertical-align: middle;
}

span.pathway a {
	float:  left;
	font-weight: normal;
}


/* @end */

/* @group sections */

table.mainbody td.mainbody td.sectiontableheader {
  font-weight: bold;
  padding: 4px;
  line-height: 20px;
}

tr.sectiontableentry1 td,
tr.sectiontableentry2 td,
td.sectiontableentry1,
td.sectiontableentry2 {
  padding: 5px;
}

/* @group My Group */

/* @end */

.pollstableborder {
	text-align: left;
}

.pollstableborder .sectiontableentry1,
.pollstableborder .sectiontableentry2 {
	background: none;
	border:  0;
}


/* @end */

/* @group mainmenu */

a.mainlevel {
	text-decoration: none;
}

a.mainlevel {
	font-weight: bold;
	display: block;
	padding: 2px 0 2px 20px;
	margin-bottom: 3px;
}

a.sublevel {
	font-weight: bold;
	text-decoration: none;
	padding-left: 10px;
}

a.mainlevel:hover {
	text-decoration: underline;
}

a.sublevel:hover {
	text-decoration: none;
}

.nounder {
	text-decoration: none;
	border: 0;
}

.style-wrapper {
	padding-left: 70px;
	padding-top: 30px;
}

.style {
	float: left;
	margin-right: 50px;
	margin-bottom: 50px;
}

/* @end */

/* @end */


/*============================================================ 
  START: BOB's NEW HORIZONTAL MENU CSS FOR THE FOOTER MENU
  ============================================================ */
#mainlevel-footer ul
{
float:right;
width:100%;
padding:0;
margin:0;
list-style-type:none;
font-size: 10px;
}

#mainlevel-footer a
{
float:right;
text-decoration:none;
color:white;
padding:0.2em 0.6em;
border-left:1px solid white;
}

#mainlevel-footer a:hover 
{
text-decoration: underline;
}

#mainlevel-footer li 
{
display:inline
}
/*============================================================ 
  END: BOB's NEW HORIZONTAL MENU CSS FOR THE FOOTER MENU
  ============================================================ */


/*============================================================ 
  START: BOB's NEW MENU CSS FOR THE FORTINET DEMO MENU
         NOTE: THERE IS A NEW MAINLEVEL-DEMO STYLE IN STYLE2.CSS
  ============================================================ */
a.mainlevel-demo u {
	list-style-type: disc
}
a.mainlevel-demo {
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding: 2px 0 2px 2px;
	margin-bottom: 3px;
}
a.mainlevel-demo:hover {
	text-decoration: underline;
}
/*============================================================ 
  END: BOB's NEW MENU CSS FOR THE FORTINET DEMO MENU
  ============================================================ */


/*============================================================ 
  START: BOB's NEW "-GREY1" BORDER AROUND MODULES
  ============================================================ */
div.module-grey1 h3 {
	margin: 0 0 5px;
	font-size: 1em;
	color: #3F89C3;
	text-transform: uppercase;
}

div.module-grey1 {
	margin-bottom: 8px;
	padding: 0;
	float: left;
	clear: both;
	width: 100%;
/* THE _WHITE GIFS HAVE THE MAIN BACKGROUND AT THE CORNERS WHITE INSTEAD OF GREY-ISH */
	background: url(../images_fortiwalls/box-br_white.gif) no-repeat bottom right;
}

div.module-grey1 div {
	padding: 0;
	background: url(../images_fortiwalls/box-bl_white.gif) no-repeat bottom left;
}

div.module-grey1 div div {
	padding: 0;
	background: url(../images_fortiwalls/box-tr_white.gif) no-repeat top right;
}

div.module-grey1 div div div {
	padding: 9px 15px 15px;
	background: url(../images_fortiwalls/box-tl_white.gif) no-repeat top left;
}

div.module-grey1 div div div div {
	margin: 0;
	padding: 0;
	background: none;
}
/*============================================================ 
  END: BOB's NEW "-GREY1" BORDER AROUND MODULES
  ============================================================ */


/*============================================================ 
  START: BOB's NEW "-HL3" BACKGROUND FOR "YOUR CART"
  ============================================================ */
div.module-hl3 {
	margin-bottom: 8px;
	padding: 0;
	float: left;
	clear: both;
	width: 100%;
	background: url(../images/style2/body-hl3-h3.png) no-repeat bottom right;
}

div.module-hl3 div {
	padding: 0;
	background: url(../images/style2/body-hl3-h3.png) no-repeat bottom left;
}

div.module-hl3 div div {
	padding: 0;
	background: url(images/style2/body-hl3-h3.png) no-repeat top right;
}

div.module-hl3 div div div {
	padding: 9px 15px 15px;
	background: url(images/style2/body-hl3-h3.png) no-repeat top left;
}

div.module-hl3 div div div div {
	margin: 0;
	padding: 0;
	background: none;
}
/*============================================================ 
  END: BOB's NEW "-HL3" BACKGROUND FOR "YOUR CART"
  ============================================================ */



/*============================================================ 
  START: BOB's VM STYLES VERSION 1 (NOT USED)
  ============================================================ */
div.bb-productwrapN {
	margin: 10px 0px 0 0px!important;
	border-right: 3px dotted #F3FADF;
	border-left: 3px dotted #F3FADF;
}

div.bb-productN {
	margin: 0 15px!important;
}

div.bb-productN h3 {
	margin: 0 -20px 5px;
	padding: 0px;
	border-top: 1px solid #EFEFEF;
	border-left: 1px solid #EFEFEF;
	border-right: 1px solid #EFEFEF;
/*	background: url(../images_vm/h3-bg.gif) repeat-y top left; */
	font-size: 1em;
	text-indent: 25px;
	text-transform: capitalize;
	text-align: center;
	line-height: normal;	
}

div.bb-productsN img {
	margin: 5px;
}


span.ja-separatorN {
	display: block;
	height: 3px;
	background: url(../images_vm/seperator.gif) left bottom repeat-x;
}


#bb-contentN .componentheading a {
	text-decoration: none;
}

.shop_tipN {
	width: 85% !important;
	padding: 30px 50px 10px 10px;
	background: url(../images_vm/pin-bg.gif) no-repeat top right #FEFAE1;
	-moz-border-radius: 0px;
  	-khtml-border-radius: 0px;
  	border-radius: 0px;
}

.bb-rightseparatorN {
	background: url(../images_vm/v-seperator.gif) right top repeat-y;
}
/*============================================================ 
  END: BOB's VM STYLES VERSION 1
  ============================================================ */


/*============================================================ 
  START: BOB's VM STYLES VERSION 2 (NOT USED)
  ============================================================ */
div.bb-productwrap {
	margin: 10px 0px 0 0px!important;
	border-right: 3px dotted #FFFFFF; 
	border-left: 3px dotted #FFFFFF; 
}

div.bb-product {
	margin: 0 15px!important;
}

div.bb-product h3 {
	margin: 0 -20px 5px;
	padding: 0px;
/*	background: url(../images_vm/h3-bg.gif) repeat-y top left; */
	font-size: 1em;
	text-indent: 25px;
	text-align: center;
	line-height: normal;	
}

div.bb-products img {
	margin: 5px;
}


span.ja-separator {
	display: block;
	height: 3px;
	background: url(../images_vm/seperator.gif) left bottom repeat-x;
}


#bb-content .componentheading a {
	text-decoration: none;
}

.shop_tip {
	width: 85% !important;
	padding: 30px 50px 10px 10px;
	background: url(../images_vm/pin-bg.gif) no-repeat top right #FEFAE1;
	-moz-border-radius: 0px;
  	-khtml-border-radius: 0px;
  	border-radius: 0px;
}

.bb-rightseparator {
	background: url(../images_vm/v-seperator.gif) right top repeat-y;
}
/*============================================================ 
  END: BOB's VM STYLES VERSION 2
  ============================================================ */


/*
Images are wrapped in divs classed "flickr_badge_image" with ids
"flickr_badge_imageX" where "X" is an integer specifying ordinal position.
Below are some styles to get you started!
*/
#flickr_badge_uber_wrapper {text-align:center;}
#flickr_badge_wrapper {padding:10px 0 10px 0;}
.flickr_badge_image { float:left;}
.flickr_badge_image img {float: left; margin: 0 3px 3px 0;}
#flickr_badge_icon {float:left; margin-right:5px;}
#flickr_www {display:block; padding:0 10px 0 10px !important; font: 11px Arial, Helvetica, Sans serif !important; color:#3993ff !important;}

