@charset "utf-8";

body		{ color: #000000; background: #000 /*#a4a4a4*/ url(../images/background.jpg) repeat-x top left; margin: 0; padding: 0;  }

/* Links ***********************************************************************************************/
a			{ outline: none; color: #000; text-decoration: underline; }
a:link		{ color: #000; text-decoration: underline; }
a:visited	{ color: #000; text-decoration: underline; }
a:hover		{ color: #000; text-decoration: underline; }
a:active	{ color: #000; text-decoration: underline; }

/* Layout elements ************************************************************************************/
#wrapper	{ width: 778px;  margin: 0 auto; }
	#header 	{ background: #073a5b url(../images/header_background.jpg) no-repeat top left; width: 775px; height: 128px; position: relative; }
		#header h1	{ position: absolute; top: 21px; left: 7px; }
		#header h1 a{ width: 239px; height: 81px; display: block; text-indent: -3000px; }
		#header h2	{ position: absolute; top: 359px; left: 52px; text-indent: -3000px; }
		#header #customerLogin	{ position: absolute; bottom: 1px; left: 499px; border-left: solid #fff 1px; }
		#header #customerLogin a{ width: 131px; height: 26px; display: block; text-indent: -3000px; background: url(../images/header_customerlogin_background.gif) no-repeat top left;}
		#header #customerLogin a:hover	{ background-position: bottom left; }
		#header #resellerLogin	{ position: absolute; bottom: 1px; left: 630px; border-left: solid #fff 1px; }
		#header #resellerLogin a	{ width: 131px; height: 26px; display: block; text-indent: -3000px; background: url(../images/header_resellerlogin_background.gif) no-repeat top left; }
		#header #resellerLogin a:hover	{ background-position: bottom left; }
		
	#content { float: left; display: inline; width: 760px; margin-left: 1px; padding-bottom: 30px; border-left: solid #fff 1px; border-right: solid #fff 1px; background: #fff url(../images/content_background.jpg) repeat-x bottom left; }
		#contentNav { float: left; width: 170px; padding-bottom: 55px; margin: 10px 0 0px 0px; border-top: solid #183437 0px; }
		#contentNav ul	{ margin: 0px; padding-top: 25px; background-color: none; background: #4d7aa5 url(../images/contentnav_background.jpg) repeat-x top left; }
		#contentNav ul li	{ padding: 0px; border-bottom: solid #346492 0px; color: white; width: 170px;}
		#contentNav ul li a	{ color: white; text-decoration: none; display: block; padding: 4px 5px 4px 14px; font-weight: bold; }
		#contentNav ul li a:hover	{ background-color: #346492; color:#FFFFCC;}
		#contentNav ul li a.current	{ background-color: #346492; color:#FFFFCC;}
		ul#contentNavProducts	{ padding-top: 0px; background: #4d7aa5; }
		ul#contentNavProducts li{ text-indent: 15px; }

		#contentMain { min-height: 400px; float: right; margin: 10px 10px 0 0; width: 568px; border: solid #183437 1px; border-top-width: 0px; background: #fff url(../images/contentmain_background.jpg) repeat-x top left; display: inline; }
		#contentMainHolder { margin: 20px; }
			#contentMainHolder h1 { color: #4d7aa5; font-size: 123.1%; font-weight: bold; padding-bottom: 2px; border-bottom: solid #183437 1px; margin-bottom: 5px; }
			#contentMainHolder h2 {  }
			#contentMainHolder p {  }
/*Home*/
			#home	{}
			#home #holder { float: left; width: 530px; }
			#home #holderLeft { float: left; width: 340px; border: solid red 0px; }
				#holderHomeWelcome	{ float: left; width: 340px; margin: 35px 0px 20px 0px; display: inline; border: solid red 0px; }
				#holderHomeFeaturedProduct	{ float: left; width: 340px; margin: 15px 0px 20px 0px; display: inline; border: solid red 0px; }
			
			#home #holderRight { float: right; width: 170px;  border: solid red 0px; }
				#holderHomeEvents		{ float: right; width: 170px; margin: 35px 0px 15px 0px; background: url(../images/events_background.jpg) repeat-y top left; display: inline; border: solid red 0px; }
					#holderHomeEvents h4	{ width: 170px; height: 40px; background: url(../images/events_title.jpg) no-repeat top left; text-indent: -3000px; }
					#holderHomeEvents span	{ padding: 0 10px 15px 10px; display: block; background: url(../images/events_bottom.jpg) no-repeat bottom left; }
					#holderEvents span img{ margin: 10px 5px 10px 5px; }
					#holderEvents span p { margin: 0px 5px 5px 5px; }
						p.eventName		{ font-weight: bold; }
						p.eventDate		{ font-style: italic; }
						p.eventLocation	{}
						p.eventMisc		{}
						p.eventLink a	{ color: #4d7aa5; }

				#holderHomeNews		{ float: right; width: 170px; margin: 0px 0px 20px 0px; background: url(../images/events_background.jpg) repeat-y top left; display: inline; border: solid red 0px; }
					#holderHomeNews h4	{ width: 170px; height: 40px; background: url(../images/home_news_title.jpg) no-repeat top left; text-indent: -3000px; }
					#holderHomeNews span	{ padding: 0 10px 15px 10px; display: block; background: url(../images/events_bottom.jpg) no-repeat bottom left; }
					#holderHomeNews span img{ margin: 10px 5px 10px 5px; }
					#holderHomeNews span p { margin: 0px 5px 5px 5px; }
						#holderHomeNews p.newsDate		{ font-style: italic; }
						#holderHomeNews p.newsTitle		{ font-weight: bold; }
						#holderHomeNews p.newsSummary	{}
						#holderHomeNews p.newsLink a	{ color: #4d7aa5; }


/*About*/
			#about	{}
				#about h4	{ font-weight: bold; font-style: italic; color: #4d7aa5; margin-top: 10px; }
				.aboutLogos	{ float: left; margin: 10px 15px 20px 15px; display: inline; }
/*Products*/
			#products	{}
				/*Begin Original Products listing, was too edundant*/
				#products dl	{ margin-left: 15px; }
				#products dl dt	{ clear: right; }
				#products dl dt	a	{ color: #4d7aa5; font-weight: bold; font-size: 108%; color: #4d7aa5; text-decoration: none; }
				#products dl dt	a:hover { text-decoration: underline; }
				#products dl dd		{ color: #333; padding-bottom: 10px; margin-bottom: 10px; border-bottom: solid #4d7aa5 1px;; }
				#products dl dd	a	{ color: #4d7aa5; }
				#products dl dd img	{  }
				#products dl dd h5	{ font-style: italic; } 
				/*End Original Products listing*/

				ul#productList		{ margin: 25px; }
				ul#productList li	{ color: #073a5b; font-weight: bold; font-size: 131%; margin-bottom: 20px; }
				ul#productList li a	{ text-decoration: none; color: #8f8f68; }
				ul#productList li a strong	{ color: #073a5b; }
				ul#productList li a:hover	{ text-decoration: underline; }
			
			.product	{}
			#productvCortex	{ width: 530px;  background: #fff url(../images/product_vCortex_background.jpg) no-repeat top center; }
			#product1810PT	{ width: 530px;  background: #fff url(../images/product_VIDx1810PT_background.jpg) no-repeat top center; }
			#product1810MX	{ width: 530px;  background: #fff url(../images/product_VIDx1810MX_background.jpg) no-repeat top center; }
			#productAx120	{ width: 530px;  background: #fff url(../images/product_Ax120e_background.jpg) no-repeat top center; }
			#productCx1020	{ width: 530px;  background: #fff url(../images/product_Cx1020e_background.jpg) no-repeat top center; }
			#productVx8000	{ width: 530px;  background: #fff url(../images/product_VX8000e_background.jpg) no-repeat top center; }
			#productIx1000	{ width: 530px;  background: #fff url(../images/product_IX1000e_background.jpg) no-repeat top center; }
			.product h2	{ margin-top: 28px; text-align: right; padding-right: 10px; font-size: 146.5%; font-weight: bold; font-style: italic; color: #4d7aa5; }
			.product h3	{ margin-top: 03px; text-align: right; padding-right: 10px; font-size: 123.1%; font-weight: bold; font-style: italic; }
			.product #productDetailBottom	{ margin-top: 260px; float: left; width: 530px; }
			.product #productDetailBottomL	{ float: left; width: 150px; margin-left: 10px; margin-top: 10px; display: inline; }
				#productApplications{ /*float: left;*/ width: 150px; margin-top: 10px; }
				#productApplications h4	{ font-weight: bold; font-style: italic; color: #4d7aa5; }
				#productApplications ul li { padding-left: 5px; margin-top: 5px; color: #666666; font-style: italic; }
				#productIndustry	{ /*float: right; width: 161px; margin-top: 30px;*/ }

			.product #productDetailBottomR	{ float: right; width: 315px; margin-right: 10px; margin-top: 10px; display: inline;}
				#productButtons	{ margin-top: 20px; float: left; }
				#dataSheetBtn	{ margin-top: 0px; float: left; }
				#caseStudyBtn	{ margin-top: 0px; float: right; }
/*News and Events*/
			#newsEvents	{}
				#holder { float: left; display:inline; width: 530px; }
				#holderNews 		{ float: left; width: 340px; margin: 35px 0px 20px 0px; display: inline; border: solid red 0px; }
					#holderNews h4	{ height: 19px; text-indent: -3000px; margin-bottom: 20px; background: url(../images/news_title.jpg) no-repeat top left; }
					#holderNews dl	{ padding: 0 10px; }
					#holderNews dl dt	{ font-weight: bold; }
					#holderNews dl dd	{ padding-bottom: 2px; border-bottom: solid #183437 1px; margin-bottom: 10px; }
					#holderNews dl dd p	{ text-indent: 15px; margin: 5px 0; }
				#holderEvents		{ float: right; width: 170px; margin: 35px 0px 20px 0px; background: url(../images/events_background.jpg) repeat-y top left; display: inline; border: solid red 0px; }
					#holderEvents h4	{ width: 170px; height: 40px; background: url(../images/events_title.jpg) no-repeat top left; text-indent: -3000px; }
					#holderEvents span	{ padding: 0 10px 15px 10px; display: block; background: url(../images/events_bottom.jpg) no-repeat bottom left; }
					#holderEvents span img{ margin: 10px 5px 10px 5px; }
					#holderEvents span p { margin: 0px 5px 5px 5px; }
						p.eventName		{ font-weight: bold; }
						p.eventDate		{ font-style: italic; }
						p.eventLocation	{}
						p.eventMisc		{}
						p.eventLink a	{ color: #4d7aa5; }
/*Support*/
			#supportServices	{}
				.supportMethod		{ padding: 5px 5px 5px 80px; margin-left: 20px; }
				.supportMethod h4	{ margin: 15px 0; font-weight: bold; color: #4d7aa5; font-variant: small-caps; font-size: 116%; }
				.supportMethod p	{ margin: 10px 5px; }
				#supportInstructions{ background: url(../images/contact_icon_email.jpg) no-repeat center left; }

/*Contact*/
			#contact	{}
				.contactMethod		{ padding: 5px 5px 5px 80px; margin-left: 20px; }
				.contactMethod h4	{ margin: 15px 0; font-weight: bold; color: #4d7aa5; font-variant: small-caps; font-size: 116%; }
				.contactMethod p	{ margin: 10px 5px; }
				#contactEmail		{ background: url(../images/contact_icon_email.jpg) no-repeat center left; }
				#contactPhone	{ background: url(../images/contact_icon_phone.jpg) no-repeat center left; }
				#contactAddress		{ background: url(../images/contact_icon_address.jpg) no-repeat center left; }

	#footer 	{ background-color: #000; font-size: 93%; color: white; padding: 4px 0px; text-align: center; margin-left: 1px; width: 760px; border: solid #fff 1px; border-top: solid #fff 1px; }
		#footer h5 a { color: #88b4c9; text-decoration: none; }
		#footer h5 a:hover { color: #88b4c9; text-decoration: underline; }

.summary	{ font-style: italic; padding: 0 20px; margin: 15px 0; }


/* Miscellaneous classes for reuse ********************************************************************/
.flR { float: right; margin-left: 8px; }
.flL { float: left; margin-right: 8px; }
.flClear { clear:both; height:0; font-size: 1px; line-height: 0px; } /*placed on a div or break element and should be the final element before the close of a container that should fully contain a float */

/*Partners*/
.partner_table {border:0; width:100%;}
.partner_td {padding:5px 5px 5px 5px; text-align:center; vertical-align:middle;}

/* Content elements **************************
