body {
	margin: 0;
	padding: 0;
	background-color: #F9F8FA;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

/* ****************************************************************
 content2 */

#content2 a {
color:#000000;
}

#content2 a:visited {
color: #000000;
}

#content2 a:hoover {
color:#775092;
}

#content2 {
padding: 97px 5px 10px 105px;
background-color: #FFFFFF;
width: 668px;
}

#content2 p {
font-size: 0.8em;
line-height: 1.3em;
text-align: left;
margin-top: 0;
padding: 0;
}

#content2 span {
font-weight: bold;
}

#content2 h1, #legend{
font-size: 1.2em;
font-weight: normal;
color: #000000;
margin: 0;
padding: 0.2em;
}

#content2 h2 {
font-size: 1em;
font-weight: normal;
font-style:italic;
color: #000000;
margin: 0;
padding: 0.2em;
}

#content2 h5 {
font-size: 1.1em;
font-weight: bold;
color: #000000;
margin: 0;
padding: 0.2em;
}

#content2 h3 {
font-size: 0.9em;
font-weight: normal;
color: #000000;
margin: 0;
padding: 0.2em;
}

#content2 li {
font-size: 0.8em;
line-height: 1.3em;
text-align: left;
margin-top: 0;
padding: 0;
}

#content2 ul li a:hover, #content2 a:hover {
	color: #775092;
}

#p2{
font-size: 0.8em;
font-weight: normal;
color: #000000;
margin: 0;
padding: 0;
}

#printOption {
float: right;
}

#us {
	background-color:#F2F2F2;
	font-size: 0.8em;
	line-height: 1.3em;
	text-align: left;
	margin-top: 20px;
	padding: 5px;
	float: left;
	border-color: #CCCCCC;
	border-style:solid;
	border-width: 1px;
}

#europe {
	background-color:#F2F2F2;
	font-size: 0.8em;
	line-height: 1.3em;
	text-align: left;
	margin-top: 15px;
	padding: 5px;
	float: right;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
	}

#next {
	clear: both;
	margin-bottom: 20px;
	padding-top: 20px;
	}










/*******************************************************
datasheet pages */

#back {
	margin-bottom: 1em;
	}

#back h6{
	font-size: 0.6em;
	margin: 0;
	padding:0;
	}

#modelF {
	padding-right:10px;
	padding-left: 10px;
	width:418px;
	float:right;
	margin:0;
	}

#modelP {
	width: 230px;
	background-color:#FFFFFF;
	margin: 0;
	}

#modelP h6{
	font-size: 0.6em;
	font-weight: normal;
	margin:0;
	padding:0;
	}

#modelF h3, #modelP H3{
	font-weight:bold;
	padding-bottom: 0.5em;
	}

#modelF ul{
	padding: 0;
	margin: 0;
	padding-left: 2em;
	font-size: 0.9em;
	}

#photoD{
	width: 230px;
	}

#photoD ul{
	margin-left: 0;
	float:left;
	border:thin;
	border-color:#999999;
	border-style:solid;
	}

#photoD ul li {
	float: left;
	padding: 2px;
	margin: 2px;
	list-style:none;
	display: block;
	background-color: #F2F2F2;
	font-size:0.6em;
	}

#tech {
clear: both;
margin-top: 1em;
}

td {
border: 1px solid #FFFFFF;
}

#p2 td {
border: 1px solid #F0EDE8;
padding-left: 0.3em;
}



#idxTbe td {
border: 1px solid #FFFFFF;
}

#product h1 {
clear: both;
margin-top: 4em;
}





/*******************************************************
products lists */
.productList1, .productList2 {
	width: 20.8em;
	margin: 0;
	padding: 0;
	}

.productList1 {	
	float: left; }

.productList2 {
	float: right; }

.productList1 ul, .productList2 ul{
	padding: 0;
	margin: 0;
	font-size: 0.9em;
	list-style:none;
	}
.productList1 li, .productList2 li{
	margin-bottom:2em;
	}


#productFeatures ul li {
	margin: 0;
	margin-left:2em;
	padding: 0;
	font-size:0.9em;
	line-height:1.5em;
	list-style: disc;

	}


/*
.productList1 {
	padding-top:9em;
	width: 31em;
	}

.productList2 {
	margin-top:2em;
	margin-left:10em;
	width: 30em;
	}

#productSeperate {
	clear: both;
	background-color: #F0EDE8;
	margin-bottom: 1em;
	margin-top: 1em;
	padding-bottom: 0.1em;
	padding-top: 0.1em;
	border: 0;
	}

*/







/* ****************************************************************
datasheet pages */
.photoMenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	z-index: 100;
	margin-top: 1em;
	}

/* remove all the bullets, borders and padding from the default list styling */
.photoMenu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	}
		
.photoMenu ul ul {
	width: 105px;
	}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.photoMenu li {
	float: left;
	position: relative;
	}

/* style the links for the top level */
.photoMenu a, .photoMenu a:visited {
	display: block;
	font-size: 1em;
	text-decoration: none;
	margin-left: 2em;
	padding-right: 1em;
	line-height: 1.7em;
	height: 30px;
	}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .photoMenu a:visited {
	width: 105px;
	w\idth: 95px;
	}

/* style the second level background */
.photoMenu ul ul a.drop, .photoMenu ul ul a.drop:visited {
	color: #000000;
	}

/* style the second level hover */
.photoMenu ul ul a.drop:hover{
	color: #000000;
	}

.photoMenu ul ul :hover > a.drop {
	color: #000000;
	}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.photoMenu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:21px;
	left:0;
	}

/* another hack for IE5.5 */
* html .photoMenu ul ul {
	top:19px;
	t\op:20px;
	}

/* style the table so that it takes no part in the layout - required for IE to work */
.photoMenu table {
	position:absolute; 
	top:0; 
	left:0;
	}

/* style the second level links */
.photoMenu ul ul a, .photoMenu ul ul a:visited {
	background: #F0EDE8;
	text-align: left;
	padding: 0 5px 0 5px; 
	margin-left: 75px;
	width: 90px;
	border: 1px solid #C5B6A2;
	height:auto;
	color: #000000;
	}

.photoMenu #docs a, .photoMenu #docs a:visited {
	width:140px;
	margin-left: 65px;
	}

/* yet another hack for IE5.5 */
* html .photoMenu ul li a{
	width:106px;
	w\idth:95px;
	}

/* style the top level hover */
.photoMenu a:hover, .photoMenu ul ul a:hover, #content2 .photoMenu a:hover, #content2 .photoMenu ul ul a:hover{
	color: #000000;
	background: #C5B6A2;
	}
.photoMenu :hover > a, .photoMenu ul ul :hover > a {
	color: #000000;
	background: #C5B6A2;
	}

/* make the second level visible when hover on first level list OR link */
.photoMenu ul li:hover ul, .photoMenu ul a:hover ul{
	visibility: visible; 
	}











/*******************************************************
sitemap page */
#sitemap {
	width: 310px;
	float: left;
	margin: 10px;
	}

#sitemap h2, #sitemap2 h2{
	font-size: 0.8em;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
	margin: 0;
	margin-bottom: 0.5em;
	padding-left: 0.3em;
	background-color: #775092;
	display: block;
	}

#sitemap ul, #sitemap2 ul{
	font-size: 1em;
	clear: both;
	text-align: left;
	margin: 0;
	padding: 0;
	padding-left: 0.5em;
	margin-bottom:1em;
	}

#sitemap ul li, #sitemap2 ul li {
	margin-top: 0.3em;
	list-style: none;
	font-size: 0.8em;
	clear: both;
	display: block;
	line-height: 1em;
	text-align: left;
	margin-bottom: 0;
	}

#sitemap span {
	font-size: 0.8em;
	background-color: #B6A2C5;
	font-weight: normal;
	padding-left: 0.5em;
	padding-right: 0.5em;
	display: block;
	width: 297px;
	}
	
#sitemap ul li ul li, #sitemap2 ul li ul li{
	clear: both;
	height: 0.6em;	
	margin-bottom: 0;
	margin-left: 1em;
	padding-left: 0.5em;
	padding-bottom: 0.5em;
	}




#sitemap2 {
	width: 99%;
	float: left;
	margin: 10px;
	}

#sitemap2 span {
	font-size: 0.8em;
	background-color: #B6A2C5;
	font-weight: normal;
	padding-left: 0.5em;
	padding-right: 0.5em;
	display: block;
	width: 97%;
	}













#footer {
	padding-top: 10px;
	margin-top: 10px;
	clear: both;
}

#footer p {
	font-size: 0.6em;
	text-align: center;
	margin-top: 10px;
}

#footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-decoration: underline;
}

#footer a:hover, #footer p a:hover {
	color: #775092;
	}

#thankyou {
padding-top:6em;
padding-left:8em;
width: 40em;}









/* ****************************************************************
top banner styles */
.banner {
	margin: 0;
	padding: 0;
	border: 0;
	width: 779px;
	height: 73px;
	background-image: url(../media/videologyBG.gif);
	background-repeat:no-repeat;
	z-index: 100;
	}

.banner h1 {
	font-weight: normal;
	font-style:italic;
	color: #FFFFFF;
	float: right;
	font-size: 1.5em;
	text-align:right;
	margin:0;
	padding-top: 0.5em;
	padding-right:1em;
	padding-left:0;
	padding-bottom:0;
	
	}
.banner h2 {
	font-weight: normal;
	font-style:italic;
	color: #FFFFFF;
	float: right;
	text-align:right;
	font-size: 1.1em;
	padding-top: 0.3em;
	padding-right:1.6em;
	padding-left:0;
	padding-bottom:0;
	margin:0;
	display:block;
	width:300px;
	}









/* ****************************************************************
menus no scroll*/
body > .sideMenu {
	position: fixed;
	}

body > .banner {
	position: fixed;
	}

body > .menu {
	position:fixed;
	}










/* top menu navigation */
.menu {
	width: 779px;
	margin-top: 73px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
	position: relative;
	z-index: 100;
	border-top: 1px solid #B6A2C5;
	}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	}

.menu ul ul {
	width:100px;
	}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float: left;
	position: relative;
	}

/* style the links for the top level */
.menu a, .menu a:visited {
	display: block;
	font-size: 0.7em;
	text-decoration: none; 
	color: #ffffff; 
	width: 106px; 
	height: 19px; 
	border-width: 0; 
	background-color: #310F49; /*220C3A;*/
	padding: 0; 
	line-height: 1.5em;
	}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	width:106px;
	w\idth:95px;
	}

.menu ul li#spacer {
	width: 249px;
	background: #310F49;
	height: 19px;
	}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background:#310F49;
	}

/* style the second level hover */
.menu ul ul a.drop:hover{
	background:#B6A2C5;
	}

.menu ul ul :hover > a.drop {
	background:#B6A2C5;
	}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	background:#310F49;
	}

/* style the third level hover */
.menu ul ul ul a:hover {
	background:#B6A2C5;
	}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility: hidden;
	position: absolute;
	top:18px;
	border-top: 1px solid #B6A2C5;
	}

/* another hack for IE5.5 */
* html .menu ul ul {
	top:18px;
	t\op:19px;
	}

/* position the third level flyout menu */
.menu ul ul ul{
	left:150px; 
	top:0;
	width:150px;
	}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
	left:-150px;
	}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {
	position: absolute; 
	top: 0; 
	left: 0;
	}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background: #310F49; 
	color: #FFFFFF;
	text-align: left;
	height: auto; 
	padding: 0 5px 0 10px;
	width: 125px;
	border-left: 1px solid #B6A2C5;
	border-bottom: 1px solid #B6A2C5;
	border-right: 1px solid #B6A2C5;
	}

.menu ul ul#support  a, .menu ul ul#support  a:visited {
	width:170px;
	}

/* yet another hack for IE5.5 */
* html .menu ul ul a{
	width:106px;
	w\idth:95px;
	}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
	color: #000000; 
	background:#B6A2C5;
	}

.menu :hover > a, .menu ul ul :hover > a {
	color:#000000;
	background:#B6A2C5;
	}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
	visibility: visible; 
	}
	
/* keep the third level hidden when you hover on first level list OR link */


/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
	visibility: visible;
	}

.menu li li {
	background:transparent;
	}






/* ****************************************************************
side menu */

.sideMenu {
	background-color:#49166D;
	width: 100px; 
	height: 100%;
	margin-top: 92px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: right;
	position:relative;
	z-index:100;
	}

.sideMenu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	background: #310F49;
	}

.sideMenu ul ul {
	width:100px;
	}

.sideMenu li {
	width:1;
	position:relative;

	}

.sideMenu h1 {
	color: #FFFFFF;
	font-size: 1.3em;
	font-weight: normal;
	text-align: right;
	padding-right: 10px;
	padding-top: 0.1em;
	padding-bottom:0;
	}

.sideMenu span {
	font-style: italic;
	}

.sideMenu a, .sideMenu a:visited {
	display: block;
	font-size: 0.7em;
	text-decoration: none; 
	color: #ffffff; 
	width: 90px; 
	height: auto; 
	border: 1px solid #B6A2C5; 
	border-width: 0 0 1px 0; 
	padding-right: 10px;
	line-height: 1.7em;
	background: transparent;
	}

/* a hack so that IE5.5 faulty box model is corrected */
* html .sideMenu a, * html .sideMmenu a:visited {
	width:106px;
	w\idth:95px;
	}
	
/* style the second level background */
.sideMenu ul ul a.drop, .sideMenu ul ul a.drop:visited {
	background:#310F49;
	}
	
/* style the second level hover */
.sideMenu ul ul a.drop:hover{
	background:#B6A2C5;
	}
	
.sideMenu ul ul :hover > a.drop {
	background:#B6A2C5;
	}
	
/* style the third level background */
	.sideMenu ul ul ul a, .sideMenu ul ul ul a:visited {
	background:#310F49;
	}
	
/* style the third level hover */
	.sideMenu ul ul ul a:hover {
	background:#B6A2C5;
	}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.sideMenu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:0;
	left:0;
	}
	
/* another hack for IE5.5 */
* html .sideMenu ul ul {
	top:19px;
	t\op:20px;
	}

/* position the third level flyout menu */
.sideMenu ul ul ul{
	left:150px; 
	top:0;
	width:150px;
	}
	
/* position the third level flyout menu for a left flyout */
	.sideMenu ul ul ul.left {
	left:-150px;
	}

/* style the table so that it takes no part in the layout - required for IE to work */
.sideMenu table {
	position:absolute; 
	top:0; 
	left:0;
	}

/* style the second level links */
.sideMenu ul ul a, .sideMenu ul ul a:visited {
	background: #310F49; 
	color: #ffffff;
	text-align: left;
	padding: 0 5px 0 5px;
	margin-top: 0px;
	margin-left: 100px;
	border-left: 1px solid #B6A2C5;
	border-right: 1px solid #B6A2C5;
	height: 18px;
	}
	
.sideMenu ul ul#typeMenu  a, .sideMenu ul ul#typeMenu  a:visited {
	width:115px;
	}
	
.sideMenu ul ul#marketMenu  a, .sideMenu ul ul#marketMenu  a:visited {
	width:210px;
	}
	
.sideMenu ul ul#chartMenu  a, .sideMenu ul ul#chartMenu  a:visited {
	width:175px;
	}
	
/* yet another hack for IE5.5 */
* html .sideMenu ul ul a{
	width:106px;
	w\idth:95px;
	}

/* style the top level hover */
.sideMenu a:hover, .sideMenu ul ul a:hover{
	color: #000000; 
	background: #B6A2C5;
	}
	
.sideMenu :hover > a, .sideMenu ul ul :hover > a {
	color: #000000;
	background: #B6A2C5;
	}

/* make the second level visible when hover on first level list OR link */
	.sideMenu ul li:hover ul,
	.sideMenu ul a:hover ul{
	visibility: visible; 
	}
	
/* keep the third level hidden when you hover on first level list OR link */
.sideMenu ul :hover ul ul{
	visibility: hidden;
	}

/* make the third level visible when you hover over second level list OR link */
.sideMenu ul :hover ul :hover ul{ 
	visibility: visible;
	}

#associations a {
	text-align: right;
	border:0;
	}








/* ****************************************************************
zoomSearch */
.highlight {
	background-color: #CCCCFF;
	}
	
.summary {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	text-transform: lowercase;
	color: #37253D;
	}
	
.searchheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #37253D;
	}
	
.results {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #37253D;
	font-style: normal;
	line-height: normal;
	}
	
.category {
	color: #000000;
	}

.description {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #5A256B;
	}

.context {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	color: #37253D;
	}

.infoline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #5A256B;
	}
	
.sorting {
	text-align: right;
	}
	
.result_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #37253D;
	}
	
.zoom_searchform {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	margin-right: 0.2em;
	}

.zoom_options {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #5A256B;
	}
	
	
	
	
	
	
	
	
	
	
	
	
/*copyIndex to be deleted*/
#VideologyLogo {
    height: 0;
    width: 0;
	display: none;
  }
.CopyParagraph {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;

}
.CopyParagraphFIRST {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;

}
.CopyHeadingINDEXwhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #FFFFFF;
}
.CopyHeaderWHITE {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #FFFFFF;
}
.CopyNavbarWHITE {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}
.CopyNavbarWHITEfirst {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #FFFFFF;
}
.CopyBodyWHITE {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #FFFFFF;
}
.CopyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
.CopyBodyBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
}
.CopyBodyBoldCapt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	text-decoration: none;
}
.CopyParagraph2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
}
.CopyParagraph2BOLD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
}
.CopyIndexparagraph {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
}

.CopyText a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-decoration: underline;
}

.CopyText a:hover, .CopyText p a:hover {
	color: #775092;
	}
