* { padding: 0; margin: 0; }

/* @group Text Styles */

body, body1 {
 font-family: Lucida Grande, Arial, Helvetica, sans-serif;
 line-height: 1.2em;
 font-size: 12px;
 color:black;
/* background: #000 url(../global/tile3.jpg);*/
/* background-repeat:repeat-y 50% 0%; */
background: #000 url('../global/tile3.jpg') repeat-y 50% 0%
}

body.trentatre{
	background: #000 url('../global/patterns/trentatre.gif') repeat;
}


body.blue {
	background: #000 url('../global/patterns/pattern111.jpg') repeat;
}


body.gray {
	background: #000 url('../global/bg_texture.png') repeat;
}


body.graphite {
	background: #000 url('../global/patterns/graphite.jpg') repeat;
}

body.white {
	background: #000 url('../global/white.jpg') repeat;
}

body.weave1 {
	background: #000 url('../global/patterns/weave1.gif') repeat;
}

body.weave2 {
	background: #000 url('../global/patterns/weave2.gif') repeat;
}

body.mint {
	background: #000 url('../global/patterns/SolidMint.png') repeat;
}


body.lavender {
	background: #000 url('../global/patterns/SolidLavender.png') repeat;
}

body.AquaGraphite {
	background: #000 url('../global/patterns/SolidAquaGraphite.png') repeat;
}


body.BlackElegant {
	background: #000 url('../global/black-elegantbackground.png') repeat;
}


body.BrownBackground {
	background: #000 url('../global/DarkBrownBackground.png') repeat;
}

body.BrownBackground2 {
	background: #000 url('../global/DarkBrownBackground2.jpg') repeat-y;
}

body.wood {
	background: #000 url('../global/wood.jpg') repeat;
}

body.wood1 {
	background: #000 url('../global/wood1.jpg') repeat;
}

body.wood2 {
	background: #000 url('../global/wood2.jpg') repeat;
}

body.wood3 {
	background: #000 url('../global/wood3.jpg') repeat;
}

body.wood4 {
	background: #000 url('../global/wood4.jpg') repeat;
}


footnotes{
 font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
 font-size: 7px;
 color:gray;
}


ul {
	list-style: none;
}

ul1 {
	list-style: none;
}




p {
 padding: 2px;
 line-height: 1.5em;

}

pre {
	font: 14px/14px "Courier", "Courier New", monospace;
	color: #5A698B;
	margin: 4px 0 5px 8px;
	padding: 1px;
}


b {
line-height: 1.5em;

}

h1 { font-weight: bold; font-size: 24px; line-height: 36px; margin-bottom: 18px; }
h2 { 
font-weight: bold; 
font-size: 22px; 
line-height: 28px; 
margin-bottom: 24px; 
margin-top: 24px;
border-bottom: 1px solid #ccc; 
margin-left: 5px;
margin-top:24px;
}

h3 { font-weight: bold; font-size: 1.2em; line-height: 18px; border-bottom: 1px solid #ccc; margin-left: 5px; margin-bottom:3px }
h4 { font-weight: bold;  line-height: 18px; }
p.intro { font-weight: bold; }
p.white {
	color: white;
}
p.indent {padding-left:25px;margin-bottom:0px;line-height:1.5em}
p.menu {
	font-size: 1.3em;
}
p.caption {
	padding-left:40px;
	padding-right:40px;
	font-size:x-small;
	color:#333;	

}

p.small{
font-size:x-small;
color: #333;
	}

p.bullets {
	margin-left:20%;
	margin-right:20%;
}


a { color: #08c; }
a:link, a:visited, a:active { text-decoration: none; }
a:hover { text-decoration: underline; }

/* @end */

/* @group Layout Divs */

#header {
font-size:10px
}

#wrapper { 
 margin: 0 auto;
 padding: 10px;
 width: 800px;

}


#flash, #flash1, #flash2, #flash3, #flash4, #flash5, #flash6, #flash7, #flash8 { 
 float: left;
 width: 800px;
 min-height: 400px;
 background-color: #000000;
/*background: #000 url('../global/tile3.jpg') repeat-y 50% 0%;*/
 padding: 10px;
 display: inline;
 text-align:center;
 vertical-align: middle;
 -moz-border-radius:10px;
 -webkit-border-radius:10px;

} 

#flash1 {
	background-color: white;
	vertical-align:middle;
	height:200px;
}

#flash2 {
	background-color: white;
	vertical-align:middle;
	height:475px;
}

#flash3 {
	background-color: white;
	vertical-align:middle;
	min-height:100px;
	height:300px;
}

#flash4 {
	background-color: white;
	vertical-align:middle;
	min-height:100px;
	height:300px;
}

#flash5 {
	background-color: gray;
	vertical-align:middle;
	min-height:100px;
	height:300px;
}

#flash6 {
	background-color: white;
	vertical-align:middle;
	min-height:100px;
	height:660px;
}


#flash7 {
	background-color: white;
	vertical-align:middle;
	min-height:100px;
	height:500px;
}

#flash8 {
	background-color: white;
	vertical-align:middle;
	min-height:100px;
	height:325px;
	-moz-border-radius:50px;
	-webkit-border-radius:50px;
}


#navigator { 
 float: left;
 color: #333;
 width: 800px;
 min-height: 400px;
 padding: 10px;
 display: inline;
 vertical-align: top;
  border: 1px solid #cccccc;
   -webkit-border-top-left-radius:5px;
   -webkit-border-top-right-radius:5px;   
   -webkit-box-shadow:2px 2px 2px #cccccc;
   -moz-border-radius-topleft:5px;
   -moz-border-radius-topright:5px;
   -moz-box-shadow:2px 2px 4px #cccccc;
    background-color: #FFFFFF;
    behavior:url(border-radius.htc);
} 




#content { 
 float: left;
 color: #333;
 width: 580px;
 padding: 20px;
 display: inline;
 vertical-align: top;
  border: 1px solid #cccccc;
   -webkit-border-bottom-left-radius:5px;
   -webkit-border-top-left-radius:5px;
   -webkit-border-top-right-radius:5px;   
   -webkit-border-bottom-right-radius:5px;
   -webkit-box-shadow:2px 2px 2px #cccccc;
   -moz-border-radius-topleft:5px;
   -moz-border-radius-topright:5px;
   -moz-border-radius-bottomleft:5px;   
   -moz-border-radius-bottomright:5px;
  behavior:url(border-radius.htc);
   -moz-box-shadow:2px 2px 4px #cccccc;
    background-color: #FFFFFF;
    background-image:url(../global/white.jpg) repeat;
}


#midcallout, #longcallout {
	float:  left;
	background:url(../global/midcallout.jpg) no-repeat;
    width: 560px;
    height:320px;
    margin: 5px;
    margin-bottom:20px;
    padding-left:20px;
    padding-right:20px;
    
    vertical-align:middle;
}


#longcallout {
	
	background:url(../global/midcallout-med.jpg) no-repeat;
	width: 560px;
	height:510px;
	
	
}

#screenshotbox {
	float:  left;
	background:url(../global/midcallout2.jpg) no-repeat;
    width: 560px;
    height: 180px;
    margin: 5px;
  padding-left:40px;
  padding-right:20px;
    
    vertical-align:middle;
}


#moviebox {
	float:  left;
	background:url(../global/moviescallout.jpg) no-repeat;
    width: 560px;
    height: 180px;
    margin: 5px;
  padding-left:40px;
  padding-right:20px;
    
    vertical-align:middle;
}

#simplecallout {
	float:  left;
	background:url(../global/575pxblurb.png) no-repeat;
    width: 560px;
    height:370px;
    margin: 5px;
    margin-bottom:20px;
    padding-left:20px;
    padding-right:20px;
    
    vertical-align:middle;
}




#blurb { 
 float: left;
 color: #333;
 width: 580px;
 padding: 10px;
 display: inline;
 vertical-align: top;
  border: 1px solid #cccccc;
   -webkit-border-bottom-left-radius:5px;
   -webkit-border-top-left-radius:5px;
   -webkit-border-top-right-radius:5px;   
   -webkit-border-bottom-right-radius:5px;
   -webkit-box-shadow:2px 2px 2px #cccccc;
   -moz-border-radius-topleft:5px;
   -moz-border-radius-topright:5px;
   -moz-border-radius-bottomleft:5px;   
   -moz-border-radius-bottomright:5px;
   behavior:url(border-radius.htc);
   -moz-box-shadow:2px 2px 4px #cccccc;
    background-color: #FFFFFF
}

#blurbtabs { 
 float: left;
 color: #333;
 width: 640px;
 display: inline;
 vertical-align: top;
 padding: 0px;
 margin: 0px;
}

#blurbnav { 
 float: left;
 color: #333;
 width: 580px;
 height: 30px;
 padding: 10px;
 display: block;
 list-style: none;
 vertical-align: top;
  border: 1px solid #cccccc;
   -webkit-border-bottom-left-radius:5px;
   -webkit-border-bottom-right-radius:5px;
   -webkit-box-shadow:2px 2px 2px #cccccc;
   -moz-border-radius-bottomleft:5px;   
   -moz-border-radius-bottomright:5px;
   behavior:url(border-radius.htc);
   -moz-box-shadow:2px 2px 4px #cccccc;
    background-color: #DFDFDF
}




#maincontent { 
 float: left;
 color: #333;
 width: 800px;
 padding: 10px;
 display: inline;
 vertical-align: top;
  border: 1px solid #cccccc;
   -webkit-border-top-left-radius:5px;
   -webkit-border-top-right-radius:5px;   
   -webkit-box-shadow:2px 2px 2px #cccccc;
   -moz-border-radius-topleft:5px;
   -moz-border-radius-topright:5px;
   -moz-box-shadow:2px 2px 4px #cccccc;
    background-color: #FFFFFF;
    behavior:url(border-radius.htc);
}   

#maincontent2,#maincontent3 {
/*margin-left:100px;*/
 float: left;
width: 610px;
height:729px;
padding-left:200px;
/*-webkit-border-top-left-radius:50px;
-webkit-border-bottom-right-radius:50px; */  
-webkit-box-shadow:0px 0px 0px #cccccc;
/*-moz-border-radius-topleft:50px;
-moz-border-radius-bottomright:50px;*/
-moz-box-shadow:0px 0px 0px #cccccc;
border-width:0px;
border-color:#C3D5EF;
color: none;
background-color: #DBE8F9;
background-image:url(../global/envelope.png);
}

#maincontent3{
	background-image:url(../global/delivered.png);
	
}

#contactinfo {
	height: 300px;
	width: 300 px;
	float: left;
	padding-left:300px;
}




#pagenav {
float:left;
vertical-align: middle;
 display: inline;
 padding: 10px;
 color: #333;
 width: 800px;
 height:30px;
 min-height: 30px;
 float: left;
   border: 1px solid #cccccc;
  background-image:url(../global/backdrop3.png) ;
   -moz-border-radius-bottomleft:5px;   
   -moz-border-radius-bottomright:5px;
   -moz-box-shadow:2px 2px 4px #cccccc;
    -webkit-border-bottom-right-radius:5px;
   -webkit-box-shadow:2px 2px 2px #cccccc;
      -webkit-border-bottom-left-radius:5px;
      behavior:url(border-radius.htc);
}

#pagenav div.previous { float: left; }
#pagenav div.previous a { padding-left: 20px; background: url(../global/left-arrow-green.png) no-repeat 0 50%; }
#pagenav div.next { float: right; text-align: right; }
#pagenav div.next a { padding-right: 20px; background: url(../global/right-arrow-green.png) no-repeat 100% 50%; }


   

#footer {
 overflow: hidden;
 font-size: -3;
 color: #333;
 width: 820px;
 height:200px;
 float: left;
 padding: 10px;
 display: inline;
 vertical-align: top;
 text-align: center;

}



#header {
 color: #333;
 width: 800px;
 float: left;
}

#rightcolumn { 
padding-left:8px;
 color: #333;
 height: 350px;
 width: 150px;
 float: right;
  }
  
#rightcolumn2 { 
padding-left:8px;
padding-top:20px;
 color: #333;
 height: 350px;
 width: 150px;
 float: right;
 /*-webkit-border-radius:10px;
   -webkit-box-shadow:2px 2px 2px #cccccc;*/
  }
  
#rightcolumn3 { 
padding-left:8px;
padding-top:40px;
 color: #333;
 height: 300px;
 width: 140px;
 float: right;
 background:url(../global/texture2.jpg) repeat-x 150%; 
  }  
  
#rightcolumn4 { 
padding-left:8px;
padding-top:40px;
 color: #333;
 height: 600px;
 width: 150px;
 float: right;
/*border: 1px solid #DFDFDF;*/
background-color:#FFFFFF;
 -webkit-border-radius:10px;
 overflow:hidden
  }    
  

#spacer {
margin-top: 20px;
float:left;
display:inline;
 color: #333;
 width: 600px;
 height:100px
 float: left;
}


#promos, #frontpromos { 
 float: left;
 color: #333;
 width: 800px;
 padding: 10px;
 display: inline;
 vertical-align: top;
 background-image:url(../global/promos-texture1.jpg) ;
  border: 1px solid #cccccc;
   -webkit-border-bottom-left-radius:5px;
   -webkit-border-top-left-radius:5px;
   -webkit-border-top-right-radius:5px;   
   -webkit-border-bottom-right-radius:5px;
   -webkit-box-shadow:2px 2px 2px #cccccc;
   -moz-border-radius-topleft:5px;
   -moz-border-radius-topright:5px;
   -moz-border-radius-bottomleft:5px;   
   -moz-border-radius-bottomright:5px;
   -moz-box-shadow:2px 2px 4px #cccccc;
   behavior:url(border-radius.htc);
}   
   
#compleft {
/*  padding:5px;*/
  margin-top:10px;
  width: 25%;
  float: left;
  border-color: #00659a;
  border-bottom-width:thin;
  border-bottom-style:solid;
  margin-bottom:2px;
}

#compright {
/*  padding:5px;*/
  margin-top:10px;
  width: 75%;
  float: left;
  border-bottom-color:#00659a;
    border-bottom-width:thin;
  border-bottom-style:solid;
    margin-bottom:2px;
}
   
   
   
#frontpromos{
background-image:url(../global/frontgradient.jpg) ;
	
}   
   

#downloads1 { 
	overflow: hidden;
 float: left;
 width: 200px;
 min-width:200px;
  min-height: 200px;
 display: inline;
 vertical-align: top;
 padding-right: 5px;
   border-right: 1px solid #cccccc;
    text-align: center;

}

#downloads2 { 
	overflow: hidden;
 float: left;
 color: #333;
 width: 200px;
 min-width: 200px;
 min-height: 200px;
  padding-right: 5px;
 display: inline;
   border-right: 1px solid #cccccc;
 vertical-align: top;
  text-align: center;


}
#downloads3 {
	overflow: hidden; 
 float: left;
 color: #333;
 width: 190px;
  min-width:190px;
   min-height: 200px;
 display: inline;
 vertical-align: top;
  border-right: 1px solid #cccccc;
   text-align: center;


}

#downloads4 {
	overflow: hidden; 
 float: left;
 color: #333;
 width: 180px;
  min-width:180px;
   min-height: 200px;
 display: inline;
 vertical-align: top;
   text-align: center;


}

#smallspacer {
	float:left;
	min-width: 200px;
	border: 1px black;
}

/* @end */

/* @group Image Styles */

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; }
img.aligned {vertical-align:middle; margin-right:20px;}
img.photo {
vertical-align:middle;
	border: 8px solid white;
   -webkit-box-shadow:2px 2px 6px #cccccc;
   -moz-box-shadow:2px 2px 4px #cccccc;
margin:5px;
-webkit-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;

}

img.photo:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
}

img.photoframe {
vertical-align:middle;
	border: 8px solid white;
   -webkit-box-shadow:2px 2px 6px #cccccc;
   -moz-box-shadow:2px 2px 4px #cccccc;
margin:5px;

}

img.photo2 {
vertical-align:middle;
	border: 8px solid white;
   -webkit-box-shadow:2px 2px 6px #cccccc;
   -moz-box-shadow:2px 2px 4px #cccccc;
margin:5px;
-webkit-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
z-index:5000;
}

img.photo2:hover {
/*	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.5);*/
}

img.photo2:click {
	-webkit-transform: scale(2);
	-moz-transform: scale(2);
}


img.thumbnail {
	border: 4px solid white;
   -webkit-box-shadow:2px 2px 4px #cccccc;
   -moz-box-shadow:2px 2px 4px #cccccc;
width: 60px;
height:60px;
-webkit-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
}

img.thumbnail:hover {
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	
}


img.thumbnail_large {
	border: 6px solid white;
   -webkit-box-shadow:2px 2px 2px #cccccc;
   -moz-box-shadow:2px 2px 2px #cccccc;
width: 96px;
height:96px;
margin-left:12px
}

img.spin {
/*	-webkit-transition: all 2s ease-in-out;
	-moz-transition: all 2s ease-in-out;*/
}

img.spin:hover{
/*	-webkit-transform:rotate(5deg);
	-moz-transform:rotate(5deg);*/

}

img.fullspan{
	margin:0px;
	padding:0px;
	z-index:5000;
}


/* @end */

/* @group Gradients */

/* gradient 1 */
.gradient1 h1 {
	font: bold 330%/100% "Lucida Grande", Arial, sans-serif;
	position: relative;
	margin: 30px 0 20px;
	color: #464646;
}
.gradient1 h1 span {
	background: url(images/gradient-white3.png) repeat-x;
	position: absolute;
	display: block;
	width: 100%;
	height: 31px;
}

/* gradient 2 */
.gradient2 h1 {
	font: small-caps bold 310%/90px 
	position: relative;
	margin: 20px 0 10px;
	color: black;
	text-transform: uppercase;
}
.gradient2 h1 span {
	background: url(images/gradient-glossy2.png) repeat-x;
	position: absolute;
	display: block;
	width: 50%;
	height: 18px;
}

.gradient2 h2 {
 font-weight: bold; 
 font-size: 20px; 
 line-height: 24px; 
 margin-bottom: 24px; 
 border-bottom: 1px solid #ccc; 
 margin-left: 20px;
 text-shadow: gray 1px 1px 2px;
	color: black;
}
.gradient2 h2 span {
	background: url(images/gradient-glossy2.png) repeat-x;
	position: absolute;
	display: block;
	width: 40%;
	height: 28px;
}


.gradient2 a {
	color: #000;
	text-decoration: none;
}
.gradient2 a:visited {
	color: #000;
}
.gradient2 a:hover {
	color: #555;
}

/* gradient 3 */
.gradient3 {
	background: #d7e1e3;
	padding: 30px 10px;
	padding: 30px 0 30px 30px;
}
.gradient3 h1 {
	font: bold 280%/100% "Lucida Grande", Arial, sans-serif;
	position: relative;
	margin: 0;
	color: #000;
	letter-spacing: -2px
}
.gradient3 span {
	background: url(images/gradient-grey.png) repeat-x;
	position: absolute;
	display: block;
	width: 100%;
	height: 29px;
}

/* gradient 4 */
.gradient4 {
	background: url(images/gradient4-bg.png) repeat-x left bottom;
	font-variant: small-caps;
}
.gradient4 h1 {
	font: normal normal 340%/120% "Lucida Grande", Arial, sans-serif;
	position: relative;
	margin: 0;
	color: #fff;
}
.gradient4 h2 {
	font: normal 150%/100% "Lucida Grande", Arial, sans-serif;
	position: relative;
	margin: 0;
	color: #fff;
}
.gradient4 span {
	background: url(images/gradient-dark.png) repeat-x;
	position: absolute;
	bottom: -0.1em;
	display: block;
	width: 100%;
	height: 29px;
}

/* gradient 5 */
.gradient5 {
	background: #000;
	padding: 30px 0 30px 30px;
	margin: 30px 0 50px;
}
.gradient5 h1 {
	font: normal 330%/100% "Lucida Grande", Arial, sans-serif;
	position: relative;
	margin: 0;
	color: #fff;
	letter-spacing: -1px;
}
.gradient5 h1 span {
	background: url(images/gradient-shine.png) repeat-x;
	position: absolute;
	display: block;
	width: 100%;
	height: 64px;
}

/* gradient 6 */
.gradient6 {
	background: #000;
	padding: 30px 0 30px 30px;
	margin: 30px 0 50px;
}
.gradient6 h1 {
	font: bold 310%/100% "Lucida Grande", Arial, sans-serif;
	position: relative;
	margin: 0;
	color: #fff;
	letter-spacing: -2px;
}
.gradient6 h1 span {
	background: url(images/gradient-dark-stripe.png) repeat-x;
	position: absolute;
	bottom: -0.1em;
	display: block;
	width: 100%;
	height: 29px;
}

/* gradient 7 */
.gradient7 {
	background: #000;
	padding: 30px 0 30px 30px;
	margin: 30px 0 50px;
}
.gradient7 h1 {
	font: bold 310%/100% "Lucida Grande", Arial, sans-serif;
	position: relative;
	margin: 0;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: -2px;
}
.gradient7 h1 span {
	background: url(images/gradient-dark-stripe-hz.png) repeat-x;
	position: absolute;
	bottom: -0.1em;
	display: block;
	width: 100%;
	height: 29px;
}

/* pattern */
.pattern {
	background: #000;
	padding: 30px 0 30px 30px;
	margin: 30px 0 50px;
}
.pattern h1 {
	font: bold 600%/100% "Lucida Grande", Arial, sans-serif;
	position: relative;
	margin: 0;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: -6px;
}
.pattern h1 span {
	background: url(images/pattern-zebra.png);
	position: absolute;
	display: block;
	width: 100%;
	height: 100px;
}

/* gradient IE6 png hack */
.gradient-ie h1 {
	font: bold 320%/100% "Lucida Grande", Arial, sans-serif;
	position: relative;
	margin: 30px 0 50px;
	color: #464646;
}
.gradient-ie h1 span {
	background: url(images/gradient-white.png) repeat-x;
	position: absolute;
	display: block;
	width: 100%;
	height: 31px;
}

/* @end */

/* @group Data Content */

#datacontent {
  padding: 20px 10px;
}

#datacontent ul {
  list-style: none;
  margin: 0;
  padding: 5px;
  display: block;
  height: 30px;
  background: #DFDFDF;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;  
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  behavior:url(border-radius.htc);
  -webkit-box-shadow:0px 2px 3px #cccccc;
  background: #000 url('../global/navtile.jpg') repeat 50% 0%;
    
}

#datacontent li {
  float: left;
}

#datacontent li a {
  outline: 0;
  display: block;
/*  background: #DFDFDF;*/
  color: #666;
  text-decoration: none;
  padding: 1px 5px;
  margin: 5px;
/*  border: 1px solid #DFDFDF;*/
}

#datacontent li a:hover {
  border: 1px solid #D1D1D1;
  background: #D1D1D1;
  color: #000;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  behavior:url(border-radius.htc);
}

#datacontent li a.selected {
  background: #AFAFAF;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  behavior:url(border-radius.htc);
  color: #fff;
  
}

#datacontent .panels {
  border: 1px solid #DFDFDF;
  background-color:#FFFFFF;
  border-top: 0;
  display:none;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-box-shadow:0px 2px 3px #cccccc;
behavior:url(border-radius.htc);

  overflow: hidden;
}

#datacontent .panelsInner {
  overflow: hidden;
}

#datacontent .panel {
  padding: 20px;
}

#simplepanel {
  border: 1px solid #DFDFDF;
  background-color:#FFFFFF;
  border-top: 0;
  display:none;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-box-shadow:0px 2px 3px #cccccc;
behavior:url(border-radius.htc);

  overflow: hidden;
}



/* @end */

/* @group Blurbs */

#textblurb {
  
  margin: 10px;
  height: 128px;
  border: 1px solid #DFDFDF;
  background-color:#FFFFFF;
  vertical-align: top;
    -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;  
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  behavior:url(border-radius.htc);
	text-indent: 20px;
	line-height: inherit;
	font-size: inherit;
	padding: 10px;
}

#distblurb {
  
  margin: 20px;
/*  height: 175px;*/
  border: 1px solid #DFDFDF;
  background-color:#FFFFFF;
  vertical-align: top;
    -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;  
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  behavior:url(border-radius.htc);
/*	text-indent: 20px;*/
	line-height: inherit;
	font-size: inherit;
	padding: 10px;
}



#channelblurb {
  
  margin: 10px;
  height: 32px;
  border: 2px solid #DFDFDF;
  background-color:#FFFFFF;
  vertical-align: middle;
    -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;  
  -moz-border-radius-bottomleft:5px;
  -moz-border-radius-bottomright:5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  behavior:url(border-radius.htc);
	text-indent: 20px;
	line-height: inherit;
	font-size: inherit;
	padding: 10px;
}


#datasheetblurb {
  
  margin: 10px;
  border: 2px solid #DFDFDF;
  background-color:#FFFFFF;
  vertical-align: middle;
    -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;  
  -moz-border-radius-bottomleft:5px;
  -moz-border-radius-bottomright:5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  behavior:url(border-radius.htc);
	text-indent: 20px;
	line-height: inherit;
	font-size: inherit;
	padding: 10px;
}

#appnoteblurb {
  padding:5px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  behavior:url(border-radius.htc);
  color: gray;
  width: 75%;
  float: right;
}


#slideshowblurb {
  
  margin: 10px;
  height: 140px;
  border: 1px solid #DFDFDF;
  background-color:#FFFFFF;
  vertical-align: top;
  -webkit-border-radius:5px;
-moz-border-radius:5px;
  behavior:url(border-radius.htc);
	padding: 10px;
	width: 25%;
	
}





/* @end */

/* @group menu */

#logo {
	float: left;
	width:280px;
	vertical-align:top;
/*	  border: 2px solid #cccccc;*/
	margin-top: 20px;
	  margin-bottom:10px;
	 
}

#submenu { 
 float: right;
 	margin-top: 20px;
 width: 500px;
 text-align:center;
/* background:#DFDFDF;*/
 display: inline;
 vertical-align: top;
background-image:url(../global/backdrop.png) ;
   -webkit-border-radius:10px;
   -moz-border-radius:10px;
  font-size:small;
} 



#menuitem a {
  outline: 0;
  display: block;
 text-decoration:none;
  padding: 2px 6px;
  margin: 5px;
  float: left;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
    font-size:small;
  
}
#menuitem a:hover {
  border: 1px solid #D1D1D1;
  background: #D1D1D1;
   text-decoration:none;
  text-shadow:none;
  color: #000;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
a.selected {
  background: #AFAFAF;
  -moz-border-radius: 10px;
   text-decoration:none;
  
  -webkit-border-radius: 10px;
  color: #fff;
	text-shadow: #c0c0c0 0 1px 1px;
}

/* @end */

/* @group Feature Bullets */

#feature_bulletpoints 
{
	border-color:#000;
}

#feature_bulletpoints ul1 {
	margin-top: 20px;
	margin-bottom: 50px;
	width: 200px;
	font-size: 12px;
	line-height: 18px;
	color: #555;
}
 
 

#feature_bulletpoints ul1.left {
	padding-left: 85px;
	float: left;
}
 
#feature_bulletpoints ul1.right {
	padding-right: 20px;
	float: right;
}
 
#feature_bulletpoints li1 {
	position: relative;
	padding-bottom: 36px;
	line-height: 18px;
}
 
 
 
#feature_bulletpoints ul2 {
	margin-top: 20px;
	margin-bottom: 50px;
/*	margin-left:2em;*/
	width: 200px;
	font-size: 12px;
	line-height: 18px;
	color: #555;
	list-style-type:square;
	
} 
 
#feature_bulletpoints li2 {
	position: relative;
	padding-bottom: 18px;
	color: #555;
	font-size:11px;
	line-height: 18px;
	margin-left:2em;
	margin-bottom:1em;
	list-style-type:square;
} 
 
 
#feature_bulletpoints img {
	display: compact;
	width: 32px;
	height: 32px;
	position: absolute;
	top: 5px;
	left: -40px;
}
 
 #feature_bulletpoints img2 {
 	display: block;
 	position: absolute;
 	top: -5px;
 	left: -40px;
 }
 
#feature_bulletpoints strong {
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	display: block;
	color: #333;
}
 
#feature_bulletpoints em {
	/*color: #333;*/
	/*font-style: normal;
	font-weight: bold;*/
}
 
#feature_bulletpoints .note {
	color: #888;
	font-size: 11px;
}

/* @end */

