﻿/*********************/
/* CSS Imports       */
/*********************/

@import url('topmenu.css');
@import url('footer.css');
@import url('content.css');
@import url('sidemenu.css');
@import url('mainmenu_drop.css');
@import url('dropdown/dropdown.css');
@import url('dropdown/themes/LoadBalancerSolutions/default.ultimate.css');


/*********************/
/* HTML Selectors    */
/*********************/

body
	{
		margin: 0;
		padding: 0;
		font: 62.5% verdana,helvetica,sans-serif;
		color: #4d4d4d;
	/*	background: #4c4c4c url('../css/dropdown/themes/loadbalancersolutions/images/grad1.png') repeat-x 0 0;  */
		background: #acc2d7 url('../images/body_bg.jpg') repeat-x 0 0;
		text-align: center;
	}

h1, h2, h3, h4
	{
	font-family: tahoma,helvetica,sans-serif;
	}
 
h1 { 
		margin: 0 0 10px 0;
		padding: 0 0 3px 0;
		font-size: 1.8em;
		font-weight:bold;
		border-bottom: 3px solid #a5a5a5;
		color: #5a88b1;
	}

h1.small { font-size: 1.7em }

h2.short {width: 67%}
h2.extraShort { width: 230px}
 
h2
	{
		font-size: 1.5em;
		font-weight: bold;
		color: #5a88b1;
		border-bottom: 1px solid #a5a5a5;
		padding-top: 8px;
	}
  
h3 { margin: 15px 0 8px 0; font-size: 1.3em; color: #5a88b1; padding-bottom: 0;}
 
h4	{
	font-size: 1.1em;
	margin: 0;
	padding: 5px 0 5px 0;
	}
 
img { border: none; }

acronym { border-bottom: 1px dotted #999; }
 
 
/*********************/
/* Layout Structures */
/*********************/

#MainWrapper
	{
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 850px;
	height: auto;
	}

#TopBanner, #TopSubBanner, #Content
	{
		position: relative;
		margin: 0;
		padding: 0;
		width: 100%;
		height: auto;
		text-align: left;
	}

#TopBanner
	{
		height: 73px;
		overflow: hidden;
		background: url('../images/header_bg2.jpg') no-repeat top left;
		text-align: left;
	}
 
#TopSubBanner 
	{
		background: url('../images/mainmenu_bg.jpg') repeat-x 0 0;
		height: 34px;
		z-index: 100;
	}

#MainMenu
	{
		position: relative;
		margin-bottom: -3px;
		padding: 0;
		width: 610px;
		height: 34px;
		float: right;
		text-align: left;
		color: #fff;
	}

#LeftGreenBox
	{
		float: left;
		margin: 0;
		height: 49px;
		width: 13px;
		background: url('../images/LeftGreenBox.gif') no-repeat top left;
		z-index: 10;
	}

#HeaderSearch
	{
		position: relative;
		right: 50px;
		width: 200px;
		float: right;
		text-align: right;
		top: 7px;
		vertical-align: top;
		clear: both;
	}

#ShoppingCartBox
	{
		position: relative;
		margin: 1px 0 0 8px;
		color: #fff;
		height: 49px;
		width: 200px;
		font-size: .9em;
		overflow: visible;
		line-height: 1.2em;
	} 

.ShoppingCartImage
	{
		float: right;
		top: 0;
		margin: 0;
		height: 45px;
		width: 65px;
		background: url('../images/cart1a.gif') no-repeat 0 0;
	}

#ShoppingCartBox a
	{
	color: #82c4ff;
	}

a.CartLink 
	{ 
		color: #fff; 
		text-decoration: none; 
		padding-left: 15px;
	}

a:hover.CartLink { color: #fff;}
a:active.CartLink { color: #fff; }
 
#Content
	{
		clear: both;
		overflow: hidden;
		background: url('../images/content_bg.jpg') repeat-y 0;
		font-size: 1.2em;
	}
 
#SideMenu
	{
		position: relative;
	/*	background: url('../images/sidemenu_bg.gif') repeat-y 8px;  */
		float: left;
		width: 220px;
		height: auto;
		text-align: left;
		margin: 0;
		overflow: visible;
		font-family: tahoma,helvetica,sans-serif;
		font-size: 1.1em;
	} 
 
#Footer
	{
		position: relative;	
		top: 0;
		background: url('../images/footer_background.jpg') no-repeat;
		color: #3e3e3e;
		font-size: 1em;
		margin-bottom: 36px;
		padding: 15px 0 0 0;
		line-height: 1.2em;
		height: 165px;
		width: 100%;
		text-align: left;
	}
 
/*********************/
/* Base Classes      */
/*********************/
 
a.tLink { color: #c00; }
a:hover.tLink { color: #e2e2e2; text-decoration: none; }

.tSmall { font-size: 0.8em; }

.tMedium {font-size: 0.9em;}

.tOrangeLite { color: #c60; }

.tNormal { font-weight: normal;	}

.tStrike { text-decoration: line-through; }

.tItalic { font-style: italic; }

.tBold { font-weight: bold; }

.tWhite { color: #fff; }

.tGrey { color: #666; }

.tRed { color: #c03; }
	
.noShow { display: none; }

.clear { clear: both; }

.FloatR { float: right; }

.FloatL { float: left; }

.topLink { float: right; padding: 0 1em; background-color: #fff; position: relative; z-index: 1000}

.tVSmallBold
	{
	font-size: 8pt;
	font-weight: bold;
	}


/**************************/
/* FROM STOREFRONT        */
/* Default CSS Stylesheet */ 
/* for a new Web          */
/* Application project    */
/**************************/

.Instructions
	{
	display: block;
	color: #344f66; 
	background-color: #e2e2e2; 
	text-align: left;
	padding: 8px;
	border: 1px solid #ccc;
	font-size: 0.9em !important;
	line-height: 1.5em;
	margin-bottom: 15px;
	}

.ErrorMessages
	{
	display: block;
	font-weight: bold; 
	text-align: center;
	color: #fff;
	background: #c03 url('../images/errorbox.gif') no-repeat top center;
	padding: 20px 0 10px 0;
	border: 1px solid #600;
	margin-bottom: 10px;
	}

.ErrorMessages a { color: #fff !important;}

#ErrorParagraph
	{
	height: auto !important;
	}

.Messages
	{
	display: block;
	border-bottom: 1px solid #ccc;
	color: #344f66; 
	font-weight: bold; 
	text-decoration: none; 
	text-align: center; 
	width: 95%;
	padding: 3px 8px;
	font-size: 1em;
	}

.Inputs
	{
	color: black; 
	font-weight: normal; 
	font-style: normal; 
	text-decoration: none; 
	background-color: #fff; 
	background-image: none;
	font-size: 1em;
	}

/* to size the text in Partner Listing  */

#dgPartnerLogos
	{
	width: 100%;
	}

.smText
	{
	font-family: Arial;
	font-size: 8pt;
	}

/************************************/
/*    Mouseover CallGuarantee    */
/***********************************/

a.popBoxLink
    {
        position:absolute;
        top:10px;
        left:860px;
        z-index:1400;
        text-decoration:none;
        background:transparent;
    }

a.popBoxLink span
    {
        display:none;
        z-index:1400;
    }

a.popBoxLink:hover
    {
        cursor:default;
        z-index:1400;
    }

a.popBoxLink:hover
.popbox 
	{
	    display:block;
	    position:absolute;
	    top:5px;
	    left: -100px;
	    width:250px;
	    height:auto;
	    overflow-y: auto;
	    background-color:#eaeaea;
	    color:#555;
	    border:1px solid #4173a4;
	    padding:1ex;
	}

