/* GLOBAL NAV */

/* GLOBALHEADER */
#globalheader { width: 922px; height: 80px; margin: 30px auto; position: relative; z-index: 399; }
#globalheader #globalnav { margin: 0; padding: 0; zoom: 1; width: 100%;}
#globalheader #globalnav:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#globalheader #globalnav li { display: inline; }
#globalheader #globalnav li a { float: left; height: 0; padding-top: 72px; overflow: hidden; background-image: url(../images/navigation.png); _background-image: url(../images/navigation.gif); background-repeat: no-repeat; }
#globalheader #globalnav li#gn-megaseg a { width: 275px; }
#globalheader #globalnav li#gn-products a { width: 155px; }
#globalheader #globalnav li#gn-demo a { width: 225px; }
#globalheader #globalnav li#gn-buy a { width: 150px; }
#globalheader #globalnav li#gn-contact a { width: 117px; }

/* BUTTONS */
#globalheader #globalnav li#gn-megaseg a { background-position: 0 -2px; }
#globalheader #globalnav li#gn-products a { background-position: -275px -2px; }
#globalheader #globalnav li#gn-demo a { background-position: -430px -2px; }
#globalheader #globalnav li#gn-buy a { background-position: -655px -2px; }
#globalheader #globalnav li#gn-contact a { background-position: -805px -2px; }

/* OVER STATES */
#globalheader #globalnav li#gn-megaseg a:hover { background-position: 0 -74px; }
#globalheader #globalnav li#gn-products a:hover { background-position: -275px -74px; }
#globalheader #globalnav li#gn-demo a:hover { background-position: -430px -74px; }
#globalheader #globalnav li#gn-buy a:hover { background-position: -655px -74px; }
#globalheader #globalnav li#gn-contact a:hover { background-position: -805px -74px; }

/* PRESSED STATES */
#globalheader #globalnav li#gn-megaseg a:active { background-position: 0 -146px; }
#globalheader #globalnav li#gn-products a:active { background-position: -275px -146px; }
#globalheader #globalnav li#gn-demo a:active { background-position: -430px -146px; }
#globalheader #globalnav li#gn-buy a:active { background-position: -655px -146px; }
#globalheader #globalnav li#gn-contact a:active { background-position: -805px -146px; }

/* ON STATES */
#globalheader.megaseg #globalnav li#gn-megaseg a:hover { background-position: 0 -2px; cursor: default; }
#globalheader.products #globalnav li#gn-products a { background-position: -275px -218px !important; }
#globalheader.demo #globalnav li#gn-demo a { background-position: -430px -218px !important; }
#globalheader.buy #globalnav li#gn-buy a { background-position: -655px -218px !important; }
#globalheader.contact #globalnav li#gn-contact a { background-position: -805px -218px !important; }



/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; padding: 0; }

/* LAYOUT */
.clear { clear: both; }
.clearer { clear: both; display: block; margin: 0; padding: 0; height: 0; line-height: 1px; font-size: 1px; }

.search-wrapper .left, .search-wrapper .right, ul.sp-results li.viewall a, ul.sp-results li .replacementimg, 
#productheader h1 a, #productheader h2 a { margin: 4px; padding: 3px; }

input, select, textarea { 
margin: 4px;
padding: 3px; 
width: auto;
background-color: #222; 
color: #fff;
font-size: 14px;
border-style: solid;
border-width: 1px;
border-color: #999;
}


#orderform {

	display: block;
	background: #222;
	border: 1px solid #999;
	padding: 7px;
	width: 600px;
	margin-left: auto;
	margin-right: auto; 
	box-shadow: #000 0px 4px 8px;
	-moz-box-shadow: #000 0px 4px 8px;
	-webkit-box-shadow: #000 0px 4px 8px;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	
	background-image: -webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(0.06, rgb(10, 10, 10)), color-stop(0.77, rgb(70, 70, 70)));
	background: -moz-linear-gradient( center bottom, rgb(10, 10, 10) 6%, rgb(70, 70, 70) 77%);
	background-attachment: initial;
	background-origin: initial;
	background-clip: initial;
	background-color: initial;
	background-position: initial initial;
	background-repeat: initial initial;

}

.orderformtab {
	position: relative;
	top: -55px;
	border-padding: 20px; 
	margin-bottom: -55px;
}

.orderformtab a {
	font-size: 20px;
	text-shadow: #000 0px -1px 1px;	
}

.orderformtab td {
	padding: 11px;
}

.orderformtab {
	
	background: #222;
	border: 0px solid #999;
	padding: 11px;
	box-shadow: #000 0px 4px 8px;
	-moz-box-shadow: #000 0px 4px 8px;
	-webkit-box-shadow: #000 0px 4px 8px;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	
	background-image: -webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(0.06, rgb(10, 10, 10)), color-stop(0.77, rgb(70, 70, 70)));
	background: -moz-linear-gradient( center bottom, rgb(10, 10, 10) 6%, rgb(70, 70, 70) 77%);
	background-attachment: initial;
	background-origin: initial;
	background-clip: initial;
	background-color: initial;
	background-position: initial initial;
	background-repeat: initial initial;

}

.orderformtab .oftOn {

	background: #999;
	text-color: #222;
	border: 0px solid #999;
	padding: 11px;
	box-shadow: #000 0px 4px 8px;
	-moz-box-shadow: #000 0px 4px 8px;
	-webkit-box-shadow: #000 0px 4px 8px;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	
	background-image: -webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(0.06, rgb(100, 100, 100)), color-stop(0.77, rgb(200, 200, 200)));
	background: -moz-linear-gradient( center bottom, rgb(100, 100, 100) 6%, rgb(200, 200, 200) 77%);
	background-attachment: initial;
	background-origin: initial;
	background-clip: initial;
	background-color: initial;
	background-position: initial initial;
	background-repeat: initial initial;

}


.orderformtab .oftOn a {
	font-size: 20px;
	text-shadow: #fff 0px 1px 1px;
	color: #222;
}


.orderformtab .oftOff:hover {
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	background-image: -webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(0.06, rgb(50, 50, 50)), color-stop(0.77, rgb(100, 100, 100)));
	background: -moz-linear-gradient( center bottom, rgb(10, 10, 10) 6%, rgb(70, 70, 70) 77%);
}

.orderformtab .oftOff:hover a {
	color:white;
}






#orderFormSections tr {

	background-image: -webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(0.06, rgb(10, 10, 10)), color-stop(0.77, rgb(70, 70, 70)));
	background: -moz-linear-gradient( center bottom, rgb(10, 10, 10) 6%, rgb(70, 70, 70) 77%);
	background-attachment: initial;
	background-origin: initial;
	background-clip: initial;
	background-color: initial;
	background-position: initial initial;
	background-repeat: initial initial;

}

#orderFormSections tr tr {
	background: transparent;
}

#orderform #ccSubmit input  {

font-size: 16px;
font-weight: bold;
color: #fff;

border-radius: 15px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-color: #ccc;
border-width: 2px;

	background-image: -webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(0.06, rgb(50, 50, 50)), color-stop(0.77, rgb(150, 150, 150)));
	background: -moz-linear-gradient( center bottom, rgb(50, 50, 50) 6%, rgb(170, 170, 170) 77%);
	background-attachment: initial;
	background-origin: initial;
	background-clip: initial;
	background-color: initial;
	background-position: initial initial;
	background-repeat: initial initial;
	
	box-shadow: #000 0px 2px 6px;
	-moz-box-shadow: #000 0px 2px 6px;
	-webkit-box-shadow: #000 0px 2px 6px;

	text-shadow: #000 0px -1px 1px;
	-moz-text-shadow: #000 0px -1px 1px;
	-webkit-text-shadow: #000 0px -1px 1px;
}

#orderform #ccSubmit input:hover {
	border-color: #fff;
}


#orderform #ccSubmit input:active {
	background-image: -webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(0.06, rgb(150, 150, 150)), color-stop(0.77, rgb(50, 50, 50)));
	background: -moz-linear-gradient( center bottom, rgb(150, 150, 150) 6%, rgb(50, 50, 50) 77%);
	background-color: #444;
}



#ratedialog { margin: 20px; margin-top: 15px; }

#ratedialog #body-head { text-align: left; display: compact; }

#ratedialog #body-head h1 { text-shadow: #000 0px -1px 2px; -webkit-text-shadow: #000 0px -1px 2px; }
#ratedialog #body-head h2 { text-shadow: #000 0px -1px 1.5px; -webkit-text-shadow: #000 0px -1px 1.5px; margin-bottom: 20px;}

#ratedialog .buttonRow input { position: relative; top: -25px; }

#ratedialog form {
	display: block;
	background: #222;
	border: 1px solid #999;
	padding: 10px;
	width: 90%;
	margin-left: auto;
	margin-right: auto; 
	box-shadow: #000 0px 4px 8px;
	-webkit-box-shadow: #000 0px 4px 8px;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	text-shadow: #000 0px -1px 1.5px;
	-webkit-text-shadow: #000 0px -1px 1.5px;
	
	background-image: -webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(0.16, rgb(35, 35, 35)), color-stop(0.97, rgb(80, 80, 80)));
	background-attachment: initial;
	background-origin: initial;
	background-clip: initial;
	background-color: initial;
	background-position: initial initial;
	background-repeat: initial initial;
}

#ratedialog form h4 { margin-left: 3px; }

#ratedialog .textbox { width: 96%; margin-bottom: 10px; }

#ratedialog #rateval { font-size: 18px; top: -7px; position: relative; }

#ratedialog .submit  {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
 	
	border-radius: 15px;
	-webkit-border-radius: 15px;
	border-color: #ccc;
	border-width: 2px;
	margin-bottom: 10px;

	background-image: -webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(0.06, rgb(50, 50, 50)), color-stop(0.77, rgb(150, 150, 150)));
	background-attachment: initial;
	background-origin: initial;
	background-clip: initial;
	background-color: initial;
	background-position: initial initial;
	background-repeat: initial initial;
	
	box-shadow: #000 0px -1px 3px;
	-webkit-box-shadow: #000 0px -1px 3px;

	text-shadow: #000 0px -1px 1.5px;
	-webkit-text-shadow: #000 0px -1px 1.5px;
}

#ratedialog .submit:hover {
	border-color: #fff;
}


#ratedialog .submit:active {
	background-image: -webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(0.06, rgb(150, 150, 150)), color-stop(0.77, rgb(50, 50, 50)));
	background-color: #444;
}



#salestar { display: block; position: relative; left: +660px; top: +80px; margin-bottom: -210px; }


table { border-spacing: 5; }

img { border: 0; }
img.left { float: left; margin: 2px 20px 16px 0; }
img.right { float: right; margin: 2px 0 16px 20px; }
img.across { margin: 2px 0 16px 0; }
img.flushleft { margin-left: -20px; }
img.flushright { margin-right: -20px; }

#banner { display: block; margin-top: 0px; position: relative; top: -20px;  }
#banner img { display: block; margin-left: auto; margin-right: auto; }
img.banner2 { display: block; margin-left: auto; margin-right: auto; }
#newversion { display: block; position: relative; left: -405px; top: -445px; margin-bottom: -210px; }
#salehome { display: block; position: relative; left: +405px; top: -445px; margin-bottom: -210px; }
#appstore { display: block; position: relative; left: +365px; top: -380px; margin-bottom: -45px; }


/* 
@-webkit-keyframes spinin {
 0% {
   opacity: 0.0;
   -webkit-transform: scale(2.0) rotate(40deg);
   -moz-transform: scale(2.0) rotate(40deg);
 }

 100% {
   opacity: 1.0;
   -webkit-transform: scale(1.0) rotate(0deg);
   -moz-transform: scale(1.0) rotate(0deg);
 }
}

#newversion {
 -webkit-animation-name: spinin;
 -webkit-animation-duration: 2s;
 -webkit-animation-direction: alternate;
 -webkit-animation-timing-function: ease-in-out;
 -moz-animation-name: spinin;
 -moz-animation-duration: 2s;
 -moz-animation-direction: alternate;
 -moz-animation-timing-function: ease-in-out;
}
*/


#container { width: 800px; margin: 0 auto; margin-bottom: 50px; position: relative; }
#body-sub { width: 800px; margin: 0 auto; margin-top: 30px; position: relative; }
#body-sub-faq { width: 800px; margin: 0 auto; margin-top: 30px; position: relative; }
#body-sub-faq h3 { margin-bottom: 12px; font-size: 16px; }
#body-head h1 { color: #fff; }
#body-head h2 { color: #ccc; }
#buybutton { position: absolute; left: 670px; top: 25px; }
#float-right { float: right; margin: 40px 0px 15px 20px; width: 150px; }
#float-right .review { display: block; font-family: "Geneva", "Lucida Grande", "Helvetica", Arial, Verdana, sans-serif; 
color: #999; font-size: 14px; margin-top: 50px; line-height: 24px; }
#float-right .sig { display: block; font-family: "Geneva", "Lucida Grande", "Helvetica", Arial, Verdana, sans-serif; 
color: #ccc; font-size: 14px; text-align: right; margin-bottom: 100px; }


.product-item { display: table-row; }
.float-right-product { display: inline; float: right; margin: 0px 0px 30px 30px; width: 160px; }
.float-right-product img { margin-top: -5px; margin-left: -95px; margin-bottom: -40px; }


#caption-link { text-align: center; margin-bottom: 20px; font-size: 9pt; }
#caption-link a { color: #b6e3f2; }
#caption-link a:hover { color: #fff; text-decoration: none; }

blockquote { width: 600px; display: block; margin-left: auto; margin-right: auto; }


          
.splash-box {
	display: block;
	background: #222;
	border: 1px solid #999;
	padding: 0px;
	width: 390px;
	margin-left: -47px;
	margin-top: 5px;
	box-shadow: #000 0px 2px 6px;
	-moz-box-shadow: #000 0px 2px 6px;
	-webkit-box-shadow: #000 0px 2px 6px;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	
	background-image: -webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(0.06, rgb(10, 10, 10)), color-stop(0.77, #323232));
	background: -moz-linear-gradient( center bottom, rgb(10, 10, 10) 6%, rgb(50, 50, 50) 77%);
	background-attachment: initial;
	background-origin: initial;
	background-clip: initial;
	background-color: initial;
	background-position: initial initial;
	background-repeat: initial initial

	resize: none;
	outline: none;
	height: auto;           
	font-size: 13px;
	font-family: "Lucida Grande","Helvetica","Arial" ;
	line-height: 18px;
	font-weight: normal;
	text-align: left;  
	padding: 12px 20px 20px 20px;
	overflow: hidden;
	color: #ccc;
}

.splash-box h3 { text-transform: uppercase; }

#boxleft {
	float: left;
	margin-left: -47px;
	margin-right: 0px;
}  
          
#boxright {
	float: right;
	margin-left: auto;
	margin-right: -47px;
	margin-bottom: 30px;
}



/* TYPE */
body {
	font: 14px/20px "Lucida Grande", "Lucida Sans Unicode", "Helvetica", Arial, Verdana, sans-serif;
	background-color: #242424; color: #ccc;
	background:url("../images/bkgd.jpg") no-repeat scroll center top #242424;
	font:96%/1.5 Helvetica, Arial, sans-serif;
}

  


a { color: #66ccff; }
a:link, a:visited { text-decoration: none; }
a:hover { text-decoration: none; color: #fff; }
a:active { text-decoration: none; color: #999; }
strong, b { font-weight: bold; }
em, i { font-style: italic; }
sup { padding-left: 1px; font-size: 10px !important; font-weight: normal !important; vertical-align: baseline; position: relative; bottom: 0.33em; color: #76797c; _position: static !important; }
abbr { border: 0; }

p { margin-bottom: 18px; }
h1 { font-weight: bold; font-size: 24px; line-height: 36px; margin-bottom: auto; color: #fff; text-shadow: #000 0px 2px 2px; }
h2 { font-weight: bold; font-size: 18px; line-height: 22px; margin-bottom: auto; color: #fff; text-shadow: #000 0px 2px 2px; }
h3 { font-weight: bold; font-size: 16px; line-height: 20px;  margin-bottom: auto; color: #fff; }
h4 { font-weight: bold; font-size: 14px; line-height: 18px; }
p.intro { font-weight: bold; }
.more { text-align: right;}

ul { margin-bottom: 18px; list-style: none outside; }
ol { margin-bottom: 18px; list-style: decimal; margin-left: 2.2em; }
ul.square,
ul.circle { margin-left: 2em; }
ul.square { list-style: square outside; }
ul.circle { list-style: circle outside; }
ul ul.circle,
ul ul.square { margin-top: 4px; margin-bottom: 5px; }
ol.copyright { margin-left: 0; padding-left: 2em; }

ul.square-spaced { margin-left: 2em; list-style: square outside; }
ul.square-spaced li { margin-top: 4px; margin-bottom: 15px; }
ul.square-spaced ul.square { margin-top: 2px; margin-bottom: 15px; }
ul.square-spaced ul.square li { margin-top: 2px; margin-bottom: 2px; }

ol.spaced { margin-left: 2em; list-style: decimal; }
ol.spaced li { margin-top: 4px; margin-bottom: 15px; }


.radio dt { font-weight: bold; font-size: 14px; }
.radio dd { font-size: 13px; margin-bottom: 15px;  }
.radio blockquote { font-size: 13px; color: #aaa; font-style: italic; width: auto; margin-left: 40px; margin-top: 10px; margin-right: 40px; }



#bullet-spaced ul li { margin-bottom: 20px; }

.medium  {
  font-size: 12px;
  font-family: "Lucida Grande","Helvetica","Arial" ;
  font-weight: bold;
  line-height: 15px;
  color: #ccc;
}
.bodybold {
  font-size: 14px;
  font-family: "Lucida Grande","Helvetica","Arial" ;
  line-height: 18px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  text-shadow: #000 0px 2px 2px;
}
.tiny   {
  font-size: 10px;
  font-family: "Lucida Grande","Helvetica","Arial" ;
  font-weight: normal;
  line-height: 12px;
  margin-left: 2px;
  color: #ccc;
}
.mini   {
  font-size: 11px;
  font-family: "Lucida Grande","Helvetica","Arial" ;
  font-weight: bold;
  line-height: 14px;
  text-shadow: #000 0px 2px 2px;
  color: #ccc;
}
p.home	{
	padding-bottom: 10;
}
.center { display:block; margin-left: auto; margin-right: auto; }

.last { margin-bottom: 0; }


.imagerow-right { margin: 0px; margin-bottom: 0px; margin-left: -40px; clear: both; width: 880px; position: relative; left: +0px; border-top: solid #999;  border-top-width: thin; }
.imagerow-left { margin: 0px; margin-top: 0px; margin-left: -40px; clear: both; width: 880px; position: relative; border-top: solid #999; border-top-width: thin; }

.imagerow-right p { font-size: 14px; text-align: left; position: static; margin-left: 2px; width: 455px; }
.imagerow-left p { font-size: 14px; text-align: left; position: static; margin-left: 2px; margin-right: 20px; }

.imagerow-right img { float: right; display: block; margin-right: 0px; margin-left: auto; margin-top: 0px; margin-bottom: 0px; }
.imagerow-left img { float: left; display: block; margin-right: 20px; margin-left: 0px; margin-top: 0px; margin-bottom: 0px; }

.imagerow-right h1 { text-transform: uppercase; font-size: 22px; text-align: left; position: static; margin-top: 15px; margin-bottom: -7px; width: 455px; margin-left: 2px; }
.imagerow-left h1 { text-transform: uppercase; font-size: 22px; text-align: left; position: static; margin-top: 15px; margin-bottom: -7px; margin-right: 20px; }

/* .imagerow-left a { color: #ccc; }
.imagerow-right a { color: #ccc; }
*/

.more-right { clear: both; text-align: right;  position: relative; top: +15px; height: +30px; }

.right { clear: both; text-align: right; }

#main .sidebar { font-size: 10px; line-height: 18px; color:#686868; }
#main .callout { font-size: 11px; line-height: 18px; margin-bottom: 18px; }

#buzz .usercomment { display: block; margin-bottom: 100px; margin-left: 50px; margin-right: 50px; margin-top: 50px; clear: right; text-indent: 30px; }
#buzz .usercomment h1, h2, h3, h4, h5 { text-indent: 0px; }
#buzz .sig { display: block; color: #999; font-size: 10pt; font-style: italic; float: right; width: auto; margin-right: 80px; margin-top: 10px; margin-bottom: 30px; text-indent: 0px; }
#buzz img { display: block; float: right; margin-left: 20px; margin-bottom: 20px; margin-top: 10px; 
	box-shadow: #000 0px 2px 6px;
	-moz-box-shadow: #000 0px 2px 6px;
	-webkit-box-shadow: #000 0px 2px 6px; }
#buzz .left { display: block; float: left; margin-left: 0px; margin-right: 20px; margin-bottom: 20px; margin-top: 10px; }
#buzz .left-noshadow { display: block; float: left; margin-left: 0px; margin-right: 20px; margin-bottom: 20px; margin-top: 10px;
	box-shadow: #000 0px 0px 0px;
	-moz-box-shadow: #000 0px 0px 0px;
	-webkit-box-shadow: #000 0px 0px 0px; }
#buzz .right { text-align: right; clear: both; }

#buzz blockquote { 
margin-top: 20px;
font-style: italic;
color: #999;
display: block;
padding: 0 60px;
text-indent: 0px;
}
#buzz blockquote:before, blockquote:after {
color: #aaa;
display: block;
font-size: 600%;
width: 50px;
}
#buzz blockquote:before {
content: "“";
height: 0;
margin-left: -0.55em;
position: relative;
top: -35px;
}
#buzz blockquote:after {
content: "";
height: 5px;
margin-top: -70px;
margin-left: 580px;
}



/* PRODUCTHEADER */
#productheader { position: relative; overflow: hidden; width: 900px; margin: 20px auto; margin-top: -20px; text-align: center !important; height: auto; }
#productheader ul { display: inline; }
#productheader ul { font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Arial, Verdana, sans-serif; }
#productheader ul { font-size: 18px; font-weight: 800; line-height: auto; }
#productheader ul li { display: inline; margin-left: 20px; margin-right: 20px; }
#productheader ul li a { color: #b6e3f2; float: center !important; padding: 0; text-decoration: none; text-shadow: #000 0px 2px 2px; }
#productheader ul li a:hover { color: #fff; }
#productheader ul li a:active { color: #999; }
#productheader.overview #productnav li#pn-overview a { color: #fff; } 
#productheader.features #productnav li#pn-features a { color: #fff; } 
#productheader.userbuzz #productnav li#pn-userbuzz a { color: #fff; } 
#productheader.outputs #productnav li#pn-outputs a { color: #fff; } 
#productheader.controllers #productnav li#pn-controllers a { color: #fff; } 
#productheader.faq #productnav li#pn-faq a { color: #fff; } 


/* PIPED LINKS */
.piped { display: block; zoom: 1; }
.piped:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.piped li { float: left; display: inline; }
.piped a { border-left: 1px solid #797c80; padding: 0 0 0 0.75em; margin-left: 0.75em; }
.piped a.first { border-left: 0 !important; padding-left: 0; margin-left: 0 !important; }

/*--- Global Footer ---*/
#globalfooter { width: 900px; color: #999; font-size: 12px; margin: 18px auto; padding-bottom: 36px; text-align: left !important; }
#globalfooter { font-family: "HelveticaNeue-Normal", "Helvetica Neue Normal", "Helvetica Neue", Arial, Verdana, sans-serif; }
#globalfooter h5 { font-size: 10px; line-height: normal; margin-bottom: +5px; font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; }
#globalfooter a { color: #b6e3f2; }
#globalfooter a:hover { color: #fff; text-decoration: none; }
#globalfooter a:active { color: #999; text-decoration: none; }
#globalfooter p { margin-bottom: 1em; }
#globalfooter ul.piped a { padding: 0 0 0 1.5em; margin-left: 1.5em; border-left: 1px solid #888; }
#globalfooter .gf-links { float: right; margin: 0px 3px 9px 0; }
#globalfooter .gf-copyright { clear: both; width: 100%; border-top: 1px solid #888; padding-top: 9px; }
#globalfooter .gf-copyright a { padding: 0 10px; }
#globalfooter .gf-copyright p { float: left; margin-left: 3px; }
#globalfooter form { margin: 18px 10px; }

#google_translate_element {
width: 900px; color: #888; font-size: 12px; margin: 18px auto; margin-top: -46px; padding-bottom: 36px; text-align: right !important; 
font-family: "HelveticaNeue-Normal", "Helvetica Neue Normal", "Helvetica Neue", Arial, Verdana, sans-serif; 
}

/* iPhone */
@media screen and (max-device-width: 480px) { html { -webkit-text-size-adjust: none; } }

