@charset "utf-8";
/****************************************************************************/
/*						General Site Info									
	Color Combinations
	-------------------
	Blue		#0033ff
	Blue Light	#0099ff *LINKs ARE DIFFERENT
	Blue Dark	#004d80
	Red 		#ff3300
	Red Dark	#d92b00
	Green		#66cc00
	Green Dark	#408000
	
	Grey Lines	#e2e2e2
	Hyper Links	#0066ff
	
	font-family: Arial, Tahoma, Verdana, sans-serif;
*/
/****************************************************************************/

/* :focus { outline: 0;}; is needed to eleminate firefox blue out line with DHTML sothink Menu creator */
:focus { outline: 0;}

html {
	margin: 0px;
	padding: 0px;
	overflow: scroll;
}
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../_assets/header/headerBackground.png);
	background-repeat: repeat-x;
}
h1, h2, h3, h4, h5, h6, a, p, pre, blockquote, ul, ol , li , dl , address{
	margin: 0px;
	padding: 0px;
}

.clearBoth {
	clear: both;
}
.red {
	color: #ff3300;
}
.redDark {
	color: #d92b00;
}
.blue {
	color: #0033ff;
}
.blueLight {
	color: #0099ff
}
.blueDark {
	color: #004d80;
}
.green {
	color: #66cc00;
}
.greenDark {
	color: #408000;
}
.greenStarbuck {
	color: #408000;
	font-weight: bold;
	text-decoration: underline;
}

.black {
	color: #000;
}
#noscriptmenu {
	position: absolute;
	left: -1000px;
}



#container {
	background-color: #fff;
	padding: 0px;
	width: 930px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	position: relative;
}
#header {
	margin: 0px;
	padding: 0px;
	height: 150px;
	position: relative;
	background-image: url(../_assets/header/headerBackground.png);
	background-repeat: repeat-x;
}
#header h1 {
	margin: 0px;
	padding: 0px;
	position: absolute;
	font-size: 11px;
	font-style: italic;
	color: #FFF;
	right: 20px;
	bottom: 42px;
	font-weight: normal;
}

#header #logo  {
	margin: 0px;
	padding: 0px;
	height: 81px;
	width: 459px;
	position: absolute;
	left: 0px;
	top: 20px;
}
#header #tab {
	margin: 0px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	font-size: 12px;
	background-color: #FFF;
	height: 35px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#header #tab a {
	color: #0066ff;
	text-decoration: none;
	display: block;
}

#header #tab a:hover { 
	opacity:0.4;
	filter:alpha(opacity=40);
	}

#header #tab .phone  {
	background-image: url(../_assets/header/phone.png);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 36px;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 35px;
	display: block;
}
#header #tab .email  {
	line-height: 35px;
	background-image: url(../_assets/header/email.png);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 36px;
	float: left;
	display: block;
}
#header #tab .facebook  {
	background-image: url(../_assets/icons/facebook-button.jpg);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	display: block;
	float: left;
	height: 35px;
	width: 30px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;

}
#header #tab .twitter {
	background-image: url(../_assets/icons/twitter-button.jpg);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	display: block;
	float: left;
	height: 35px;
	padding: 0px;
	width: 30px;
	margin: 0px;
}

#header #tab .chat  {
	line-height: 35px;
	background-image: url(../_assets/header/chat.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 36px;
}


#header #searchbox {
	position: absolute;
	top: 30px;
	right: 14px;
	margin: 0px;
	padding: 0px;
	float: none;
}
#menuWrapper  {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 125px; /* good value was 118 */
	left: 0px;
	width: 500px;
	height: 20px;
}
#menuWrapper a {
	text-decoration: none;
	color: #FFF;
	display: block;
}
#menuWrapper a:hover {
	color: #004d80;
}
#menuWrapper .link {
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	float: left;
	margin: 0px;
	width: 150px;
	text-align: center;
	padding: 0px;
}




#contentMain {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
}

#contentMain .FloatLeft  {
	float: left;
}
#contentMain .FloatRight  {
	float: right;
}
#contentMain .2Column {
	width: 48%;
	position: relative;
	margin: 0px;
	padding: 0px;
}

#contentMain #error  {
	font-size: 13px;
	margin-top: 20px;
	margin-bottom: 100px;
}
#contentMain #error p {
	margin-top: 10px;
	margin-bottom: 10px;
}


#contentMain #breadcrumbs {
	padding: 0px;
	font-size: 11px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #333;
}

#contentMain #breadcrumbs a {
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	color: #666;
}
#contentMain #breadcrumbs a:hover {
	text-decoration: underline;
}

#contentMain #breadcrumbs table  {
	margin: 0px;
	padding: 0px;
}
#contentMain #breadcrumbs table td {
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#contentMain #categories {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#contentMain #categories #prodCatTop {
	font-size: 12px;
	color: #00F;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	padding: 30px;
	margin: 30px;
}

#contentMain #categories h1 {
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000;
	padding: 0px;
	margin: 0px;
	text-align: left;
}
#contentMain #categories h2 {
	font-size: 16px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	font-variant: normal;
	color: #000;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 30px;
}
#contentMain #categories h3 {
	font-size: 16px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	font-variant: normal;
	color: #00F;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 50px;
}
#contentMain #categories h4 {
	font-size: 13px;
	font-style: normal;
	line-height: 13px;
	font-weight: bold;
	font-variant: normal;
	color: #333;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 70px;
	margin: 0px;
}
#contentMain #categories h5 {
	font-size: 12px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	font-variant: normal;
	padding-top: 0px;
	padding-right: 100px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	text-align: right;
}
#contentMain #categories h6 {
	font-size: 12px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	font-variant: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 70px;
}
#contentMain #categories a  {
	color: #0066ff;
}


#contentMain #categories p {
	font-size: 13px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	color: #000;
	padding-top: 0px;
	padding-right: 80px;
	padding-bottom: 10px;
	padding-left: 70px;
	margin: 0px;
}

#contentMain #flashIndex {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	border: 1px solid #eeeeee;
	background-image: url(../_flash/IntroSplash13.jpg);
	background-repeat: no-repeat;
	height: 375px;
	width: 930px;
}
#contentMain #flashIndexOld {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	border: 1px solid #eeeeee;
}


#contentMain #flashIndex h4 {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	float: left;
	line-height: 30px;
}
#contentMain #flashIndex img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	margin-left: 20px;
}


#contentMain #index3Button {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	height: 330px;
}
#contentMain #index3Button a {
	padding: 0px;
	color: #0033ff;
	margin: 0px;
}
#contentMain #index3Button li.noArrow{
	background-image: none;
}


#contentMain #index3Button h1 {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000;
	text-align: left;
	line-height: 35px;
	text-indent: 13px;
}
#contentMain #index3Button img {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 1px;
}
#contentMain #index3Button ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#contentMain #index3Button ul li {
	background-image: url(../_images/greenLightArrow8px.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	font-size: 11px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}

#contentMain #index3Button .i3bLeft {
	background-color: #39C;
	margin: 0px;
	padding: 0px;
	height: 330px;
	width: 296px;
	float: left;
	background-image: url(../_assets/banners/Index3ButtonBox.gif);
}
#contentMain #index3Button .i3bMiddle {
	padding: 0px;
	height: 330px;
	width: 296px;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	background-image: url(../_assets/banners/Index3ButtonBox.gif);
	margin-right: 0px;
}
#contentMain #index3Button .i3bRight {
	margin: 0px;
	padding: 0px;
	height: 330px;
	width: 296px;
	float: right;
	background-image: url(../_assets/banners/Index3ButtonBox.gif);
}
#contentMain #ProductListAD {
	margin-bottom: 10px;
}
#contentMain #ProductListType {
	margin-bottom: 20px;
}
#contentMain #ProductListMFG {
	margin-bottom: 20px;

}
#contentMain #ProductListSecurity {
	margin: 0px;
	padding: 0px;
}











#contentMain #productWrap {
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
}
#contentMain #productWrap .columnL {
	margin: 0px;
	width: 178px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
}
#contentMain #productWrap .columnR {
	margin: 0px;
	width: 178px;
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
}
#contentMain #productWrap a      {
	color: #0066ff;
	text-decoration: none;
}
#contentMain #productWrap a:hover {
	text-decoration: underline;
}

#contentMain #productWrap a.pwTitle {
	color: #004d80;
}


#contentMain #productWrap  h1 {
	font-size: 13px;
	font-weight: bold;
	color: #333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	line-height: 20px;
}
#contentMain #productWrap h3 {
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333;
}

#contentMain #productWrap ul li  {
	font-size: 12px;
	line-height: 15px;
	color: #000;
	text-align: left;
	text-indent: 0px;
	list-style-type: none;
}
/* Change Margin-Left to indent bullet */
#contentMain #productWrap ul li ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;	
	list-style-type: none;
}
/* background-posiiton used to move the image for centering */
#contentMain #productWrap ul li ul li  {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	color: #06F;
	font-size: 12px;
	background-image: url(../_images/greenLightArrow8px.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px; /* used to move the image for centering */
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	list-style-type: none;
}
#contentMain #services {
}
#contentMain #services a  {
	color: #0066ff;
	text-decoration: none;
}
#contentMain #services a:hover {
	text-decoration: underline;
}

#contentMain #services h1 {
	font-size: 14px;
	font-style: normal;
	color: #333;
	text-align: center;
	padding-bottom: 20px;
}
#contentMain #services h2 {
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 21px;
	text-align: left;
	color: #FFF;
}
#contentMain #services h5 {
	font-size: 12px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
}

#contentMain #services p {
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	margin-right: 20px;
	margin-top: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#contentMain #services #techSupport {
	width: 425px;
	float: left;
	background-image: url(../_assets/general/servicebox.jpg);
	background-repeat: no-repeat;
	height: 200px;
}
#contentMain #services #techSupport img {
	float: left;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	border: 1px solid #CCC;
}

#contentMain #services #extendedWarrantyBox {
	width: 425px;
	float: right;
	background-image: url(../_assets/general/servicebox.jpg);
	background-repeat: no-repeat;
	height: 200px;
}
#contentMain #services #extendedWarrantyBox img {
	float: left;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	border: 1px solid #CCC;
}



#contentMain #twoImagesAcross {
	width: 600px;
	position: relative;
	margin: 0px;
	padding: 0px;
}
#contentMain #twoImageAcross h1 {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	float: left;
	width: 200px;
	margin: 0px;
	text-align: center;
	padding-left: 20px;
}
#contentMain #twoImageAcross h2 {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	float: right;
	text-align: center;
	width: 200px;
	padding-right: 20px;
}
#contentMain #twoImageAcross #imgLeft {
	height: 150px;
	width: 425px;
	float: left;
	background-image: url(../_assets/banners/serverHeader.jpg);
	border: 1px solid #E2E2E2;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
}
#contentMain #twoImageAcross #imgRight {
	margin: 0px;
	height: 150px;
	width: 425px;
	float: right;
	background-image: url(../_assets/banners/storageHeader.jpg);
	border: 1px solid #e2e2e2;
	background-repeat: no-repeat;
	padding: 0px;
}
#contentMain #warranty {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #000;
}
#contentMain #warranty a {
	color: #0066ff;
	text-decoration: none;
}
#contentMain #warranty a:hover {
	text-decoration: underline;
}


#contentMain #warranty h1 {
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #0033ff;
	text-align: center;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
#contentMain #warranty h2 {
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #0033ff;
	text-align: center;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}

#contentMain #warranty h3 {
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #0033ff;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#contentMain #warranty p {
	margin-bottom: 10px;
	margin-right: 150px;
}
#contentMain #warranty ol {
	margin-bottom: 15px;
	margin-left: 40px;
}
#contentMain #warranty ol li {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#contentMain #warranty ol li a  {
	color: #000;
}

#contentMain #warranty ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 150px;
	margin-bottom: 0px;
	margin-left: 20px;
	list-style-type: none;
}
#contentMain #warranty ul li {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	color: #000;
	font-size: 12px;
	background-image: url(../_images/greenLightArrow8px.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px; /* used to move the image for centering */
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	list-style-type: none;
}





#contentSub {
	margin: 0px;
	padding: 0px;

}
#footer {
	margin: 0px;
	padding: 0px;
	font-family: arial, Verdana, tahoma, sans-serif;
	position: relative;
}
#footer #htagwrap {
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 930px;
}
#footer #htagwrap  h1{
	padding: 0px;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #fff;
	margin: 0px;
	position: absolute;
	left: -10000px;
	bottom: 0px;
}
#footer #htagwrap  h2{
	padding: 0px;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	position: absolute;
	left: -10000px;
	margin: 0px;
	bottom: 0px;
}
#footer #htagwrap  h3{
	padding: 0px;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #fff;
	margin: 0px;
	position: absolute;
	left: -10000px;
	bottom: 0px;
}
#footer #htagwrap  h4{
	padding: 0px;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #fff;
	margin: 0px;
	position: absolute;
	left: -10000px;
	bottom: 0px;
}
#footer #footerContent {
	width: 930px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	background-image: url(../_assets/footer/footerbkgd.png);
	background-color: #3364ad;
	background-repeat: no-repeat;
	position: relative;
}
#footer #footerContent .footerColumn {
	float: right;
	width: 120px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#footer #footerContent .footerColumn a {
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}
#footer #footerContent .footerColumn a:hover {
	text-decoration: underline;
}

#footer #footerContent h1  {
	font-size: 12px;
	color: #FFF;
	line-height: 15px;
	margin: 0px;
	text-align: left;
	font-weight: bold;
	float: none;
	padding: 0px;
}
#footer #footerContent ul  {
	margin: 0px;
	padding: 0px;
}
#footer #footerContent ul li  {
	font-size: 11px;
	list-style-type: none;
	font-family: arial, Verdana, tahoma, sans-serif;
	line-height: 12px;
	color: #CCC;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
#footer #footerContent #footerlogos {
	position: absolute;
	bottom: 5px;
	left: 293px;
}
#footer #footerContent #footerlogos img {
	float: left;
	margin-left: 10px;
}
#footer #footerContent #footerlogos a:hover {
	text-decoration: none;
}
#footer-blank  {
	background-color: #337DEA;
	height: 80px;
	width: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3372D2;
	position: relative;
}





/*************************************************************/
/*		       		 BEGIN NAVIGATION 						 */
/*************************************************************/

.nav {
	list-style-type:none;				/* default styling */
	padding:0;							/* default styling */
	float:left;							/* default styling */
	margin-bottom:-1px;					/* default styling - original -1 - creates overlap? */
	width:200px;						/* Width SAME as .nav a width & margin-right -(same-1) i.e. if this is 150 then -149 */
	margin-right:-1px;					/* default styling - original -1 - creates overlap? */
	margin-top: 0;						
	margin-left: 0;
}
.nav ul {
	list-style-type:none;		/* default styling */
	margin:0;					/* default styling */
	padding:0;					/* default styling */
	float:left;					/* default styling */
	position:relative;			/* DO NOT CHANGE */
	margin-bottom:-10000px;		/* DO NOT CHANGE */
	z-index:1;					/* Do NOT DELETE - Increase if needed - Used to get menu on top of relative tagged div */

}
.nav ul li {
	max-width:200px;			/* fix for IE8 - should match other width */
	float:left;					/* DO NOT CHANGE */
	clear:left;
} 
.nav a {
	float:left;					/* style the links */
	color:#fff;					/* Changes ALL text color */
	text-align:left;			/* Aligns ALL links */
	padding:4px 0;				/* Style the links */
	margin-bottom:-1px;			/* include in margin-right calculation - Moves the drop down/fly out UP - ALWAYS leave at -1 */
	width:200px;				/* Changes all links: +(-149(.nav-a MarginRight)) subtract +(-1(nav MarginRight)) = 148 then add (2(nav-a border width)) = 150 */
	margin-right:-199px;		/* total link width - 1px (i.e. width=150px subtract (? -1 ?) = -149px */
	position:relative;
	text-decoration: none;
	background-color: #58a61e;
	border: 1px solid #FFF;
	overflow:visible;			/*added for the expanding box problem - Don't remove*/
}
.nav .sub-li ul {
	max-width:200px;			/* Original Values - should match other max-width property */
}

/* Postlmayr added */
.nav .sub-li b    {
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	margin-top: -10000px;		/* DO NOT CHANGE controls all levels*/
	margin-left: 10px;
	/*width:100%;*/			/* Posty added as a IE 5-7 fix */
	
}
/* Postlmayr added - TOP ROW ONLY */
.nav .sub-a .top {
	line-height: 24px;			
	font-size: 16px;
	font-weight: normal;
	margin-left: 10px;
	margin-top: 10000px;			/* DO NOT CHANGE */
	/*width: 100%;*/				/* Posty added as a IE 5-7 fix */
}
.nav ul.fly {
	top:-25px;					/* FIRST flyout=right TopLeft corner orientation - positions the top of first flyout sub-li menus (negative moves up)*/
	left:199px;					/* Shoulde match .nav a width -1 /consider borderWidth- FIRST flyout Top left corner orientation - first flyout */
} 
.nav ul.fly2 {
	top:-41px;					/* flyout TOP positions - position the top of the flyout sub-limenus with previous text on two lines */
} 
.nav a.sub-a {
	color: #FFF;				/* Controls top position Color, but not hover - background colors will not work with inline transparent */
	background-color: transparent;
}

/* Decorates top row's hover attributes */
.nav a.sub-a:hover {
	/*text-decoration: underline;*/	
}

.nav a.sub-b {
	background-color: #0F6;		/* 2nd list  Background - Create a sub-c for the third level or image*/
}
.sub-a {
	margin-top:10000px;			/* DO NOT CHANGE */
}
.sub-b {
	margin-top:10000px;			/* DO NOT CHANGE */
}
.sub-li {
	margin-top:-10000px;		/* DO NOT CHANGE controls all levels*/
	overflow: visible;
}
.nav a:hover,
.nav a:focus,
.nav a:active {
	/*outline:0;*/					/* Original for something?? style the links */
	color:#000;					/* style the links */
}

.sub-li a:hover,
.sub-li a:focus,
.sub-li a:active {
	margin-right:0px;			/* DO NOT CHANGE - The bit that does ALL the work to bring the sub-li menus into view ?? didn't do anythign for me*/
	/*color: #903;*/				/* is the color that becomes after clicking on a link.. or making "current" */
}
.nav .left ul.fly {
	left:auto;					/* flyout LEFT positions */
	right:199px;				/* flyout LEFT positions - syncs to two or three other widths should be a -1 of the real width*/
}
.nav li:hover > a {
	color:#fff;					/* Not sure how this works yet?? -this is for the path highlight in all browsers except IE6 and lower */
	background-color: #009FDA;
} 	
/* OPERA fix */
.nav ul:hover {
	/*clear:right;*/ 				/* OPERA fix: DO NOT CHANGE - Removed to fix i.e. 7 problems - The closest to another solution is to use '.nav li:hover {background:transparent;}' which cures 90% of the problem */
}
/*IE5-7 fix*/
.nav .sub-li {
	width:100%;					/* iE5-7 Fix: DO NOT CHANGE */
}


/*IE5-7 fix*/
a:active {						/* iE5-7 Fix: DO NOT CHANGE */
	}							
.nav .sub-li ul li .title {
	background-color: #007acc;
	color: #fff;
}



/****************************************************************************/
/*                         Search button 								    */
/****************************************************************************/

/* Selector for entire element. */
.cse .gsc-control-cse,
.gsc-control-cse {
}
.cse .gsc-control-cse:after,
.gsc-control-cse:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.cse .gsc-resultsHeader,
.gsc-resultsHeader {
  border:none;
}
.cse input.gsc-search-button,
input.gsc-search-button {
  font-family: inherit;
  color: #000000;
  background-color: #CECECE;
  border: 1px outset;
  border-color: #666666;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
/* Inactive tab */
.cse .gsc-tabHeader.gsc-tabhInactive,
.gsc-tabHeader.gsc-tabhInactive {
	border-bottom: none;
	color: #666666;
	background-color: #C06;
	border: 1px solid;
	border-color: #e9e9e9;
	border-bottom: none;
}
/* Active tab */
.cse .gsc-tabHeader.gsc-tabhActive,
.gsc-tabHeader.gsc-tabhActive {
	background-color: #FFFFFF;
	border: 1px solid;
	border-top: 2px solid;
	border-color: #e9e9e9;
	border-top-color: #003fff;
	border-bottom: none;
}
/* This is the tab bar bottom border. */
.cse .gsc-tabsArea,
.gsc-tabsArea {
  margin-top: 1em;
  border-bottom: 1px solid #e9e9e9;
}
/* Inner wrapper for a result */
.cse .gsc-webResult.gsc-result,
.gsc-webResult.gsc-result {
  padding: .25em;
  border: 1px solid;
  border-color: #ffffff;
  margin-bottom: 1em;
}
/* Result hover event styling */
.cse .gsc-webResult.gsc-result:hover,
.gsc-webResult.gsc-result:hover {
  border: 1px solid;
  border-color: #FFFFFF;
}
/*Promotion Settings*/
/* The entire promo */
.cse .gs-promotion.gs-result,
.gs-promotion.gs-result {
  background-color: #FFFFFF;
  border: 1px solid;
  border-color: #336699;
}
/* Promotion image */
.cse .gs-promotion.gs-result .gs-promotion-image,
.gs-promotion.gs-result .gs-promotion-image {}
/* Promotion title */
.cse .gs-promotion.gs-result a.gs-title:link,
.gs-promotion.gs-result a.gs-title:link {
  color: #0000CC;
}
.cse .gs-promotion.gs-result a.gs-title:visited,
.gs-promotion.gs-result a.gs-title:visited {
  color: #0000CC;
}
.cse .gs-promotion.gs-result a.gs-title:hover,
.gs-promotion.gs-result a.gs-title:hover {
  color: #0000CC;
}
.cse .gs-promotion.gs-result a.gs-title:active,
.gs-promotion.gs-result a.gs-title:active {
  color: #0000CC;
}
/* Promotion snippet */
.cse .gs-promotion.gs-result .gs-snippet,
.gs-promotion.gs-result .gs-snippet {
  color: #000000;
}
/* Promotion url */
.cse .gs-promotion.gs-result .gs-visibleUrl,
.gs-promotion.gs-result .gs-visibleUrl {
  color: #008000;
}
/* Style for auto-completion table
 * .gsc-completion-selected : styling for a suggested query which the user has moused-over
 * .gsc-completion-container : styling for the table which contains the completions
 */
.gsc-completion-selected {
  background: #D5E2FF;
}
.gsc-completion-container {
  font-family: Arial, sans-serif;
  font-size: 13px;
  position: absolute;
  background: white;
  border: 1px solid #666666;
  margin-left: 0;
  margin-right: 0;
  /* The top, left, and width are set in JavaScript. */
}

#container #contentMain #results {
	height: 300px;
}

