html, body {
	margin: 0px auto;
	padding: 0;
	min-width: 1000px;
	font-family: 'DINPro', Geneva, sans-serif;
	font-size: 14px;
	color: #333;
}
/* CSS RESET */
applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, fieldset, form, label, legend, caption, tbody, tfoot, thead, tr, th, article, aside, canvas, details, embed, figure, figcaption, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	list-style: none;
}
/* custom fonts */
@font-face {
	font-family: 'DINPro';
	src: url('/wp-content/themes/totaldefense/assets/fonts/DINPro.eot');
	src: local('DIN Pro'), local('DIN-Pro'), url('/wp-content/themes/totaldefense/assets/fonts/DINPro.ttf') format('truetype'), url('/wp-content/themes/totaldefense/assets/fonts/DINPro.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'DINPro_Light';
	src: url('/wp-content/themes/totaldefense/fonts/DINPro-Light.eot');
	src: local('DIN Pro Light'), local('DIN-Pro-Light'), url('/wp-content/themes/totaldefense/assets/fonts/DINPro-Light.ttf') format('truetype'), url('/wp-content/themes/totaldefense/assets/fonts/DINPro-Light.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'DINPro_Medium';
	src: url('/wp-content/themes/totaldefense/fonts/DINPro-Medium.eot');
	src: local('DIN Pro Medium'), local('DIN-Pro-Medium'), url('/wp-content/themes/totaldefense/assets/fonts/DINPro-Medium.ttf') format('truetype'), url('/wp-content/themes/totaldefense/assets/fonts/DINPro-Medium.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'DINPro_Bold';
	src: url('/wp-content/themes/totaldefense/fonts/DINPro-Bold.eot');
	src: local('DIN Pro Bold'), local('DIN-Pro-Bold'), url('/wp-content/themes/totaldefense/assets/fonts/DINPro-Bold.ttf') format('truetype'), url('/wp-content/themes/totaldefense/assets/fonts/DINPro-Bold.otf') format('opentype');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'DINPro_Black';
	src: url('/wp-content/themes/totaldefense/fonts/DINPro-Black.eot');
	src: local('DIN Pro Black'), local('DIN-Pro-Black'), url('/wp-content/themes/totaldefense/assets/fonts/DINPro-Black.ttf') format('truetype'), url('/wp-content/themes/totaldefense/assets/fonts/DINPro-Black.otf') format('opentype');
	font-weight: bold;
	font-style: normal;
}
strong {
	font-family: 'DINPro_Medium', sans-serif;
	font-weight: normal;
}
a {
	color: #F60;
	text-decoration: none;
}
a:hover {
	color: #F90;
	text-decoration: none;
}
a.boldLink {
	font-family: 'DINPro_Bold', sans-serif;
}
a.whiteLink {
	color: #FFF;
	text-decoration: none;
}
a.whiteLink:hover {
	color: #F60;
	text-decoration: none;
}
a.whiteLink18 {
	font-family: 'DINPro_Medium', sans-serif;
	font-size: 18px;
	color: #FFF;
	text-decoration: none;
}
a.whiteLink18:hover {
	font-family: 'DINPro_Medium', sans-serif;
	font-size: 18px;
	color: #F60;
	text-decoration: none;
}
h1 {
	margin: 0px 0px 15px 0px;
	padding: 0;
	font-family: 'DINPro_Bold', sans-serif;
	font-size: 32px;
	color: #000;
	line-height: 110%;
}
h2 {
	margin: 0px 0px 15px 0px;
	padding: 0;
	font-family: 'DINPro_Bold', sans-serif;
	font-size: 28px;
	color: #000;
	line-height: 110%;
}
h3 {
	margin: 0px 0px 15px 0px;
	padding: 0;
	font-family: 'DINPro_Bold', sans-serif;
	font-size: 24px;
	color: #000;
	line-height: 110%;
}
h4 {
	margin: 0px 0px 15px 0px;
	padding: 0;
	font-family: 'DINPro_Bold', sans-serif;
	font-size: 20px;
	color: #000;
	line-height: 110%;
}
h5 {
	margin: 0px 0px 15px 0px;
	padding: 0;
	font-family: 'DINPro_Bold', sans-serif;
	font-size: 16px;
	color: #000;
	line-height: 110%;
}
h6 {
	margin: 0px 0px 15px 0px;
	padding: 0;
	font-family: 'DINPro_Bold', sans-serif;
	font-size: 14px;
	color: #000;
	line-height: 110%;
}
p {
	margin: 0;
	padding: 0px 0px 15px 0px;
}
ul {
	margin: 0px 0px 15px 15px;
	padding: 0;
	list-style-image: url(/wp-content/uploads/2014/05/bullet_orangearrow.png);
}
li {
	padding: 0px 0px 8px 0px;
}
.orange {
	color: #F60;
}
.red {
	color: #F00;
}
.text11 {
	font-size: 11px;
}
.text12 {
	font-size: 12px;
}
.text14 {
	font-size: 14px;
}
.text14Orange {
	font-size: 14px;
	color: #F60;
}
.text14Red {
	font-size: 14px;
	color: #F00;
}
.text16 {
	font-size: 16px;
}
.text18 {
	font-size: 18px;
}
.text20 {
	font-size: 20px;
}
.text21 {
	font-size: 21px;
}
.text22 {
	font-size: 22px;
}
.textBold {
	font-family: 'DINPro_Medium', sans-serif;
	font-weight: normal;
}
/*============================================
==============================================
TEMPLATE STYLES - DO NOT EDIT
==============================================
==============================================*/
div#wrapper {
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
	height: 100%;
}
/* navigation styles */
div#mainMiniNav {
	position: relative;
	width: 100%;
	height: 22px;
	background: #555;
}
div#miniNav {
	position: relative;
	width: 936px;
	left: 50%;
	margin-left: -468px;
	font-family: 'DINPro_Bold', sans-serif;
	font-size: 12px;
	color: #CCC;
	text-align: right;
}
div#miniNav p {
	margin: 0;
	padding: 2px 0px;
}
div#miniNav a {
	color: #CCC;
	text-decoration: none;
}
div#miniNav a:hover {
	color: #FFF;
	text-decoration: none;
}
div#mainNavWrapper {
	position: relative;
	width: 100%;
	height: 81px;
	background: #000 url(/wp-content/uploads/2014/05/bg_mainNav.gif) bottom repeat-x;
	color: #FFF;
}
div#mainNav {
	position: relative;
	width: 936px;
	height: 81px;
	left: 50%;
	margin-left: -468px;
	font-family: 'DINPro_Bold', sans-serif;
	color: #FFF;
}
div#mainNav ul.mainNavLinks {
	position: absolute;
	top: 30px;
	right: 125px;
	list-style: none;
}
div#mainNav ul.mainNavLinks li {
	margin-left: 15px;
	list-style: none;
	display: inline;
}
div#mainNav ul.mainNavLinks li a {
	color: #FFF;
	text-decoration: none;
}
div#mainNav ul.mainNavLinks li a:hover {
	color: #F60;
	text-decoration: none;
}
/*////Main Homepage Nav*/
div#mainNav ul.mainNavLinksHomepage {
	position: absolute;
	top: 30px;
	right: 0;
	list-style: none;
	z-index: 49;
}
div#mainNav ul.mainNavLinksHomepage li {
	margin-left: 15px;
	list-style: none;
	display: inline;
}
div#mainNav ul.mainNavLinksHomepage li a {
	color: #FFF;
	text-decoration: none;
}
div#mainNav ul.mainNavLinksHomepage li a:hover {
	color: #F60;
	text-decoration: none;
}
/*////HHO Nav End*/
/*////HHO Nav*/
div#mainNav ul.mainNavLinksHHO {
	position: absolute;
	top: 30px;
	right: 0;
	list-style: none;
	z-index: 49;
}
div#mainNav ul.mainNavLinksHHO li {
	margin-left: 15px;
	list-style: none;
	display: inline;
}
div#mainNav ul.mainNavLinksHHO li a {
	color: #FFF;
	text-decoration: none;
}
div#mainNav ul.mainNavLinksHHO li a:hover {
	color: #F60;
	text-decoration: none;
}
/*////HHO Nav End*/
/*////Main Nav Sub Links*/
div#mainNav ul.mainNavSubLinks {
	position: absolute;
	top: 10px;
	right: 0;
	list-style: none;
	font-size: 13px;
	color: #C2C2C2;
	z-index: 50;
}
div#mainNav ul.mainNavSubLinks li {
	margin-left: 15px;
	list-style: none;
	display: inline;
}
div#mainNav ul.mainNavSubLinks li a {
	color: #C2C2C2;
	text-decoration: none;
}
div#mainNav ul.mainNavSubLinks li a:hover {
	color: #FFF;
	text-decoration: none;
}
/*////Main Nav Sub Links End*/
div#mainNav p.navDivider {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 17px;
	right: 110px;
	font-family: 'DINPro_Light', sans-serif;
	font-size: 38px;
	color: #666;
	line-height: none;
}
div#mainNav p.navSalesNumber {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 13px;
	right: 0px;
	line-height: none;
}
/* navigation styles END */
/* hero banner styles */
div#heroBannerWrapper {
	position: relative;
	width: 100%;
	height: 420px;
	background: #000 url(/wp-content/uploads/2014/05/bg_heroBanner.gif) bottom repeat-x;
}
div#heroBanner {
	position: relative;
	width: 936px;
	height: 420px;
	left: 50%;
	margin-left: -468px;
	background: url(/wp-content/uploads/2014/05/bg_heroBannerFull.gif) top center no-repeat;/*text-align: center;*/
}
/* hero banner styles END */
/* product page styles */
div#productHeroWrapper {
	position: relative;
	width: 100%;
	background: #000 url(/wp-content/uploads/2014/05/bg_whytdhero.gif) bottom repeat-x;
}
div#productHero {
	position: relative;
	width: 936px;
	height: 300px;
	left: 50%;
	margin-left: -468px;
	background: url(/wp-content/uploads/2014/05/bg_whytdheader_blank.gif) top no-repeat;
}
div#productHero div#productHeroLeft {
	position: relative;
	float: left;
	clear: right;
	width: 620px;
	padding: 10px 0px 0px 0px;
}
div#productHero div#productHeroLeft div#productHeroDetails {
	position: relative;
	float: right;
	width: 400px;
}
div#productHero div#productHeroLeft div#productHeroDetails h1 {
	margin: 0px 0px 6px 0px;
	padding: 0;
	font-size: 24px;
}
div#productHero div#productHeroLeft div#productHeroDetails h3 {
	margin: 0px 0px 10px 0px;
	padding: 0;
	font-size: 20px;
}
div#productHero div#productHeroLeft div#productHeroDetails ul {
	margin-bottom: 0px;
}
div#productHero div#productHeroLeft div#productHeroDetails ul li {
	padding-bottom: 3px;
}
div#productHero div#productHeroRight {
	position: relative;
	float: right;
	margin: 0;
	padding: 20px 0px 0px 0px;
	width: 300px;
}
div#productHero div#productHeroRight div#productHeroRightTitle {
	position: relative;
	background: url(/wp-content/uploads/2014/05/bg_buy_title.gif) top center no-repeat;
}
div#productHero div#productHeroRight div#productHeroRightTitle h5 {
	margin: 0;
	padding: 6px 0px 6px 15px;
	font-size: 15px;
	color: #FFF;
}
div#productHero div#productHeroRight div#productHeroRightDetails {
	position: relative;
	background: url(/wp-content/uploads/2014/05/bg_buy_pricing.gif) bottom center no-repeat;
	color: #333;
	padding: 10px 0px;
	text-align: center;
}
div#buy936 {
	position: relative;
	width: 936px;
	height: 200px;
	background: #EAEAEA;
}
div#buy936Details {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 280px;
	height: 180px;
	background: #FFF;
	text-align: center;
}
div#buy936 div#buy936Info {
	 position: absolute;
	 top: 15px;
	 left: 150px;
	 width: 475px;
}
div#buy936 div#buy936Info h3 {
	   margin: 0px 0px 5px 0px;
	   padding: 0;
}
div#buy936 div#buy936Info h4 {
	  margin: 0;
	  padding: 0;
}
/* product page styles END */
/* secondary title styles */
div#secondaryTitleWrapper {
	position: relative;
	width: 100%;
	background-color: #E1E1E1;
}
div#secondaryTitle {
	position: relative;
	width: 936px;
	height: 70px;
	left: 50%;
	margin-left: -468px;
	background: #E1E1E1 url(/wp-content/uploads/2014/05/bg_secondaryTitle.gif) right no-repeat;
}
div#secondaryTitleHHO {
	position: relative;
	width: 936px;
	height: 70px;
	left: 50%;
	margin-left: -468px;
	background: #E1E1E1 url(/wp-content/uploads/2014/05/bg_secondaryTitle_Shield.gif) right no-repeat;
}
div#secondaryTitle h1, div#secondaryTitleHHO h1 {
	margin: 0;
	padding: 15px 0px 0px 0px;
	font-family: 'DINPro_Bold', sans-serif;
	font-size: 30px;
	color: #000;
}
/* secondary title styles END */
/* content area styles */
div#contentWrapperHome {
	position: relative;
	width: 100%;
	background: #FFF url(/wp-content/uploads/2014/05/bg_content.gif) top repeat-x
}
div#contentWrapper {
	position: relative;
	width: 100%;
	/* background: #FFF url(/wp-content/uploads/2014/05/bg_content.gif) top repeat-x; */
	background-color: #FFF;
}
div#content {
	position: relative;
	width: 936px;
	left: 50%;
	margin-left: -468px;
	padding: 30px 0px;
}
div#content div#template2colLeft {
	position: relative;
	float: left;
	width: 212px;
}
div#content div#template2colLeft h5 {
	margin: 10px 0px;
	padding: 5px 0px;
	width: 212px;
	border-top: 1px dotted #F60;
	border-bottom: 1px dotted #F60;
}
div#content div#template2colLeft ul#leftNav {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
	font-size: 15px;
}
div#content div#template2colLeft ul#leftNav li {
	margin: 0;
	padding: 0px 0px 5px 0px;
	list-style: none;
}
div#content div#template2colLeft ul#leftNav li a {
	font-family: 'DINPro_Medium', sans-serif;
	font-weight: normal;
}
div#content div#template2colRight {
	position: relative;
	float: right;
	width: 700px;
}
/* content area styles END */
/* footerinfo bar  area styles */
div#footerInfoBarWrapper {
	position: relative;
	width: 100%;
	background-color: #666;
	color: #FFF;
}
div#footerInfoBar {
	position: relative;
	width: 936px;
	height: 80px;
	left: 50%;
	margin-left: -468px;
	text-align: center;
}
div#footerInfoBar p {
	margin: 0;
	padding: 20px 0px 0px 0px;
	font-family: 'DINPro_Bold', sans-serif;
	font-size: 24px;
	font-weight: normal;
}
div#footerInfoBar img {
	margin: 0px 0px 0px 20px;
	padding: 0;
	vertical-align: middle;
}
/* footerinfo bar area styles END */
/* footer styles */
#footer {
	background-color:#1d212b;
	color:#fff;
	min-width: 970px;
	width: 100%;
	overflow: hidden;
}
#footer .inside{
	width: 970px;
}
#footer .grey {
	padding: 50px 0 0 0;
}
#footer .grey img{
	padding: 0;
	float: none;
}
#footer h3{
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
}
#footer ul {
	list-style-type:none;
}
#footer p {
	line-height: 20px;
}
#footer ul li{
	display: block;
	font-size: 14px;
	margin-bottom: 5px;
	margin-left: 0;
	margin-top: 5px;
	line-height: 20px;
}
div#footer {
	position: relative;
	width: 100%;
	background-color: #000;
	font-size: 13px;
}
div#footer a {
	color: #FFF;
	text-decoration: none;
}
div#footer a:hover {
	color: #F60;
	text-decoration: none;
}
div#footer div#linkFarmWrapper {
	position: relative;
	width: 100%;
	background: #666 url(/wp-content/uploads/2014/05/bg_linkFarm.gif) top repeat-x;
	color: #FFF;
}
div#footer div#linkFarm {
	position: relative;
	width: 936px;
	left: 50%;
	margin-left: -468px;
}
div#footer div#linkFarm div {
	position: relative;
	float: left;
	width: 187px;
	margin: 0;
	padding: 15px 0px;
}
div#footer div#linkFarm div ul, div#footer div#linkFarm div ul li {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	list-style-type: none;
	list-style-image: none;
}
div#footer div#linkFarm div a.linkFarmTitle {
	font-family: 'DINPro_Bold', sans-serif;
	color: #FFF;
}
img.socialIcon {
	margin: 0px 15px 0px 0px;
}
div#footer div#footerBottomWrapper {
	position: relative;
	width: 100%;
	background-color: #000;
	color: #FFF;
	font-size: 12px;
}
div#footer div#footerBottom {
	position: relative;
	width: 936px;
	left: 50%;
	margin-left: -468px;
	padding: 10px 0px 20px 0px;
	text-align: center;
}
div#footer div#footerBottom img {
	padding: 0px 10px;
}
div#footer div#footerBottom p.copyright {
	padding: 10px 0px 0px 0px;
}
/* footer styles END */
/*============================================
==============================================
END TEMPLATE STYLES
==============================================
==============================================*/
/* homepage styles */
div#heroBanner img.heroTitle {
	margin: 20px 0px 10px 0px;
	padding: 0;
}
div#heroBanner img.heroVideo {
	position: absolute;
	right: 0;
	top: 70px;
}
div#heroBanner p.heroTagline {
	margin: 0;
	padding: 0;
	font-family: 'DINPro_Medium', sans-serif;
	font-size: 26px;
	color: #FFF;
}
div#heroBanner p.heroDetailCopy {
	position: absolute;
	top: 190px;
	left: 0px;
	margin: 0;
	padding: 0;
	width: 450px;
	font-size: 20px;
	color: #FFF;
}
a.heroSlideOneLink {
	position: absolute;
	top: 290px;
	left: 30px;
	padding: 0px 0px 0px 20px;
	background: url(../images/bullet_whitearrow.png) left no-repeat;
	font-family: 'DINPro_Medium', sans-serif;
	font-size: 20px;
	color: #FFF;
	line-height: 100%;
}
a.heroSlideOneLink:hover {
	font-family: 'DINPro_Medium', sans-serif;
	font-size: 20px;
	color: #FC0;
}
div#heroBanner p.heroDetailCopy a {
	font-family: 'DINPro_Bold', sans-serif;
	color: #FFF;
}
div#heroBanner div#heroButtons {
	position: absolute;
	top: 335px;
	left: 0;
	width: 430px;
}
/*

div#heroBanner img.heroVideo {
	position: absolute;
	left: 0;
	bottom: 0;
}
div#heroBanner p.heroTagline {
	margin: 0;
	padding: 0;
	font-family: 'DINPro_Medium', sans-serif;
	font-size: 26px;
	color: #FFF;
}
div#heroBanner p.heroDetailCopy {
	position: absolute;
	top: 180px;
	right: 0px;
	margin: 0;
	padding: 0;
	width: 450px;
	font-size: 20px;
	color: #FFF;
}
div#heroBanner p.heroDetailCopy a {
	font-family: 'DINPro_Bold', sans-serif;
	color: #FFF;
}
div#heroBanner div#heroButtons {
	position: absolute;
	top: 330px;
	right: 0;
	width: 450px;
}

*/
div#heroBanner div#heroButtons img {
	margin: 0px 10px 0px 5px;
	padding: 0;
}
div#home3Features {
	position: relative;
	width: 936px;
	padding: 0px 0px 30px 0px;
}
div#home3Features div.homeFeature {
	position: relative;
	float: left;
	width: 312px;
	text-align: center;
}
div#home3Features div.homeFeature img {
	margin: 0px 0px 10px 0px;
}
div#home3Features div.homeFeature p {
	padding: 0px 20px 15px 20px;
}
div#home3Features div.homeFeature p.mid {
	padding: 0px 10px 15px 10px;
}
/*div#home3Features div.homeFeature .homeFeatureTitle {
	font-size: 28px;
}*/
div#homeSecondaryContent {
	position: relative;
	width: 936px;
	padding: 30px 0px 0px 0px;
}
div#homeSecondaryContent p {
	padding: 0px 0px 15px 0px;
}
div#homeSecondaryContent div#leftDiv {
	position: relative;
	float: left;
	clear: right;
	width: 455px;
}
div#homeSecondaryContent div#leftDiv img {
	position: relative;
	float: left;
	margin: 0px 15px 20px 0px;
}
div#homeSecondaryContent div#rightDiv {
	position: relative;
	float: right;
	width: 455px;
}
/* homepage styles END */
/* form styles */
table#formTable td {
	padding: 0px 10px;
}
input.trial {
	display: inline-block;
	width: 350px;
	font-size: 16px;
	padding: 5px 0px 5px 5px;
	border: 1px solid #CCC;
}
input.quantity {
	display: inline-block;
	width: 120px;
	font-size: 13px;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 5px 5px;
	border: 1px solid #CCC;
}
.styledSelect select {
	width: 358px;
	border: 1px solid #ccc;
	font-size: 16px;
	padding: 5px 0px 5px 5px;
}
/* secondary page styles */
div.column936 {
	position: relative;
	width: 936px;
}
div.column624 {
	position: relative;
	float: left;
	width: 624px;
}
div.column468 {
	position: relative;
	float: left;
	width: 468px;
}
div.column312 {
	position: relative;
	float: left;
	width: 312px;
}
div.column312 p {
	padding: 0px 15px 15px 0px;
}
div.column234 {
	position: relative;
	float: left;
	width: 234px;
}
div.column455Left {
	position: relative;
	float: left;
	clear: right;
	width: 455px;
}
div.column455Right {
	position: relative;
	float: right;
	width: 455px;
}
div.column455Left div.productLeft, div.column455Right div.productLeft {
	position: relative;
	float: left;
	clear: right;
	width: 120px;
	text-align: center;
}
div.column455Left div.productRight, div.column455Right div.productRight {
	position: relative;
	float: right;
	width: 320px;
}
div.column455Left ul li, div.column455Right ul li {
	padding-bottom: 2px;
}
div#whyTDHeroWrapper {
	position: relative;
	width: 100%;
	background: #000 url(/wp-content/uploads/2014/05/bg_whytdhero.gif) bottom repeat-x;
}
div#whyTDHero {
	position: relative;
	width: 936px;
	height: 300px;
	left: 50%;
	margin-left: -468px;
	background: url(/wp-header/uploads/2014/05/bg_whytdheader_blank.gif) top no-repeat;
}
div#whyTDHero h1 {
	position: absolute;
	top: 30px;
	left: 415px;
	font-family: 'DINPro_Bold', sans-serif;
	font-size: 36px;
}
div#whyTDHero p#line1 {
	position: absolute;
	top: 85px;
	left: 415px;
	font-size: 23px;
}
div#whyTDHero p#line2 {
	position: absolute;
	top: 160px;
	left: 415px;
	font-family: 'DINPro_Medium', sans-serif;
	font-size: 23px;
}
div#whyTDHero img {
	position: absolute;
	top: 210px;
	left: 415px;
}
img.divider {
	margin: 15px 0;
}
div#demoIntro {
	position: relative;
	float: left;
	clear: right;
	width: 470px;
}
div#demoIntro img {
	margin: 0px 10px;
}
div#featuredVideo {
	position: relative;
	float: right;
	width: 436px;
	text-align: center;
}
div.demoVideos {
	position: relative;
	width: 936px;
	padding: 10px 0px 0px 0px;
}
div.demoVideos div.column312 {
	text-align: center;
}
div.demoVideos div.column312 p, div.demoVideos div.column312 h4 {
	margin: 0;
	padding: 0px 25px 15px 25px;
	text-align: left;
}
div.highlight {
	position: relative;
	float: left;
	width: 468px;
	height: 250px;
	font-size: 15px;
	text-align: center;
}
div.highlight img.video {
	margin: 45px 0px 0px 0px;
}
div.highlight p {
	margin: 0;
	padding: 0px 30px;
}
div.highlight h2 {
	margin: 0px 0px 15px 0px;
	padding: 0;
}
div.features {
	position: relative;
	margin: 0;
	padding: 30px 0px 30px 0px;
	width: 936px;
}
div.features h2 {
	margin: 0px 0px 30px 0px;
	padding: 0;
	text-align: center;
}
div.resource {
	position: relative;
	float: left;
	width: 234px;
	text-align: center;
}
div.resource p {
	margin: 0;
	padding: 15px 5px;
}
div.supportLeft {
	position: relative;
	float: left;
	clear: right;
	width: 450px;
}
div.supportright {
	position: relative;
	float: right;
	width: 450px;
}
.teamPhoto {
	position: relative;
	float: right;
	margin: 0px 0px 5px 15px;
}
div.award {
	position: relative;
	float: left;
	width: 350px;
	height: 250px;
	text-align: center;
}
div.award h5 {
	margin: 10px 0px;
	padding: 0;
}
div.award p {
	margin: 0;
	padding: 0px 20px;
}
div.customerLogos {
	position: relative;
	float: left;
	padding: 25px 0px 0px 0px;
	width: 312px;
	text-align: center;
}
div.customerLogos img {
	padding: 0px 0px 25px 0px;
}
div.caseStudies {
	position: relative;
	margin: 15px 0px;
	padding: 15px 0px;
	width: 936px;
	border-top: 1px dotted #F60;
	border-bottom: 1px dotted #F60;
	background-color: #E3E3E3;
}
div.caseStudies p {
	margin: 0px 0px 15px 0px;
	padding: 0px 10px;
}
td.caseStudy {
	padding: 15px 0px;
}
div.articleOptions {
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 12px;
	text-align: right;
}
div.articleOptions ul {
	margin: 0;
	padding: 0;
}
div.articleOptions ul li {
	margin: 0;
	padding: 0;
	display: inline;
}
div.articleOptions ul li a {
	padding: 5px 0px 5px 25px;
}
div.articleOptions a.newsListing {
	background: url(../images/sprite_articleoptions.png) left no-repeat;
	background-position: 0px 0px;
}
div.articleOptions a.printArticle {
	background: url(../images/sprite_articleoptions.png) left no-repeat;
	background-position: 0px -50px;
}
div.articleOptions a.backToTop {
	background: url(../images/sprite_articleoptions.png) left no-repeat;
	background-position: 0px -75px;
}
div#pricingTDFB {
	position: relative;
	float: left;
	clear: right;
	width: 219px;
	height: 530px;
	background: url(../images/bg_pricing_tdfb.gif) top no-repeat;
	text-align: center;
	color: #FFF;
}
div#pricingTDFBFrame {
	position: relative;
	float: left;
	clear: right;
	width: 219px;
	height: 375px;
	background: url(../images/bg_pricing_tdfbframe.gif) top no-repeat;
	text-align: center;
	color: #FFF;
}
div#pricingWeb {
	position: relative;
	float: left;
	clear: right;
	width: 219px;
	height: 375px;
	background: url(../images/bg_pricing_web.gif) top no-repeat;
	text-align: center;
	color: #FFF;
}
div#pricingEndpoint {
	position: relative;
	float: right;
	width: 219px;
	height: 375px;
	background: url(../images/bg_pricing_endpoint.gif) top no-repeat;
	text-align: center;
	color: #FFF;
}
div#pricingEmail {
	position: relative;
	float: right;
	width: 219px;
	height: 375px;
	background: url(../images/bg_pricing_email.gif) top no-repeat;
	text-align: center;
	color: #FFF;
}
div#pricingEmailFrame {
	position: relative;
	float: left;
	width: 219px;
	height: 375px;
	background: url(../images/bg_pricing_email.gif) top no-repeat;
	text-align: center;
	color: #FFF;
}
p.pricingLicense {
	margin: 0;
	padding: 90px 0px 10px 0px;
	font-family: 'DINPro_Medium', sans-serif;
	font-size: 32px;
	font-weight: normal;
}
ul.pricingBullets {
	margin: 0px 0px 15px 30px;
	padding: 0;
	list-style-image: url(../images/bullet_whitearrow2.png);
}
ul.pricingBullets li {
	padding-bottom: 2px;
	text-align: left;
}
img.sysReqTile {
	margin: 0px 0px 6px 7px;
}
p.reviewRating {
	margin: 0;
	padding: 3px 0px 5px 0px;
}
/* secondary page styles END */
div.clearDiv {
	clear: both;
}



/*// ------GENERAL NAV------ //*/

#cssmenu ul, #cssmenu li, #cssmenu span, #cssmenu a {
	margin: 0;
	padding: 0;
	position: relative;
}
#cssmenu {
	height: 30px;
	position: absolute;
	top: 30px;
	right: 0;
	z-index: 49;
}
#cssmenuaccount {
	display: inline-block;
	float: right;
	width: 360px;
	text-align: right;
	height: 15px;
	position: absolute;
	top: 12px;
	right: 15px;
}

#cssmenu:after, #cssmenu ul:after {
	content: '';
	display: block;
	clear: both;
}
#cssmenu a {
	color: #FFF;
	display: inline-block;
	font-family: 'DINPro_Bold', sans-serif;
	font-size: 14px;
	line-height: 25px;
	padding: 0px 10px;
	text-decoration: none;
}
#cssmenu ul {
	list-style: none;
}
#cssmenu > ul {
	float: left;
}
#cssmenu > ul > li {
	float: left;
}
#cssmenu > ul > li > a {
	color: #ffffff;
	font-size: 14px;
}
#cssmenu > ul > li:hover:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -10px;
}
#cssmenu > ul > li.active:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -10px;
}
#cssmenu > ul > li.active > a {
	background: #FF6600;
}
#cssmenu > ul > li:hover > a {
	background: none;
	color: #FF6600;
}
#cssmenu .has-sub {
	z-index: 1;
}
#cssmenu .has-sub:hover > ul {
	display: block;
}
#cssmenu .has-sub ul {
	display: none;
	position: absolute;
	width: 150px;
	top: 100%;
	left: 0;
}
#cssmenu .has-sub ul li {
 *margin-bottom: -1px;
}
#cssmenu .has-sub ul li a {
	background: #ff6600;
	border-bottom: 1px dotted #ff8533;
	filter: none;
	font-size: 12px;
	display: block;
	line-height: 120%;
	padding: 10px;
	color: #ffffff;
}
#cssmenu .has-sub ul li:hover a {
	background: #cc5200;
}
#cssmenu .has-sub .has-sub:hover > ul {
	display: block;
}
#cssmenu .has-sub .has-sub ul {
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
}
#cssmenu .has-sub .has-sub ul li a {
	background: #cc5200;
	border-bottom: 1px dotted #ff8533;
}
#cssmenu .has-sub .has-sub ul li a:hover {
	background: #b34700;
}


/*// ------B2B NAV------ //*/

#b2bcssmenu ul, #b2bcssmenu li, #b2bcssmenu span, #b2bcssmenu a {
	margin: 0;
	padding: 0;
	position: relative;
}
#b2bcssmenu {
	height: 30px;
	position: absolute;
	top: 30px;
	right: 115px;
	z-index: 49;
}
#b2bcssmenu:after, #b2bcssmenu ul:after {
	content: '';
	display: block;
	clear: both;
}
#b2bcssmenu a {
	color: #FFF;
	display: inline-block;
	font-family: 'DINPro_Bold', sans-serif;
	font-size: 14px;
	line-height: 25px;
	padding: 0px 10px;
	text-decoration: none;
}
#b2bcssmenu ul {
	list-style: none;
}
#b2bcssmenu > ul {
	float: left;
}
#b2bcssmenu > ul > li {
	float: left;
}
#b2bcssmenu > ul > li > a {
	color: #ffffff;
	font-size: 14px;
}
#b2bcssmenu > ul > li:hover:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -10px;
}
#b2bcssmenu > ul > li.active:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -10px;
}
#b2bcssmenu > ul > li.active > a {
	background: #FF6600;
}
#b2bcssmenu > ul > li:hover > a {
	background: none;
	color: #FF6600;
}
#b2bcssmenu .has-sub {
	z-index: 1;
}
#b2bcssmenu .has-sub:hover > ul {
	display: block;
}
#b2bcssmenu .has-sub ul {
	display: none;
	position: absolute;
	width: 150px;
	top: 100%;
	left: 0;
}
#b2bcssmenu .has-sub ul li {
 *margin-bottom: -1px;
}
#b2bcssmenu .has-sub ul li a {
	background: #ff6600;
	border-bottom: 1px dotted #ff8533;
	filter: none;
	font-size: 12px;
	display: block;
	line-height: 120%;
	padding: 10px;
	color: #ffffff;
}
#b2bcssmenu .has-sub ul li:hover a {
	background: #cc5200;
}
#b2bcssmenu .has-sub .has-sub:hover > ul {
	display: block;
}
#b2bcssmenu .has-sub .has-sub ul {
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
}
#b2bcssmenu .has-sub .has-sub ul li a {
	background: #cc5200;
	border-bottom: 1px dotted #ff8533;
}
#b2bcssmenu .has-sub .has-sub ul li a:hover {
	background: #b34700;
}

/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(../images/prettyPhoto/default/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(../images/prettyPhoto/default/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(../images/prettyPhoto/default/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(../images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(../images/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(../images/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(../images/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(../images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_expand:hover{background:url(../images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(../images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_contract:hover{background:url(../images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{width:30px;height:30px;background:url(../images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer}
div.pp_default .pp_gallery ul li a{background:url(../images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(../images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(../images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}
div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}
div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
div.pp_default .pp_bottom .pp_left{background:url(../images/prettyPhoto/default/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(../images/prettyPhoto/default/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(../images/prettyPhoto/default/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(../images/prettyPhoto/default/loader.gif) center center no-repeat}
div.light_rounded .pp_top .pp_left{background:url(../images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}
div.light_rounded .pp_top .pp_right{background:url(../images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}
div.light_rounded .pp_next:hover{background:url(../images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.light_rounded .pp_previous:hover{background:url(../images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_rounded .pp_expand{background:url(../images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_rounded .pp_expand:hover{background:url(../images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_rounded .pp_contract{background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_rounded .pp_contract:hover{background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_rounded .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_rounded .pp_nav .pp_play{background:url(../images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_nav .pp_pause{background:url(../images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_arrow_previous{background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}
div.light_rounded .pp_arrow_next{background:url(../images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}
div.light_rounded .pp_bottom .pp_left{background:url(../images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}
div.light_rounded .pp_bottom .pp_right{background:url(../images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_top .pp_left{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}
div.dark_rounded .pp_top .pp_right{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}
div.dark_rounded .pp_content_container .pp_left{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}
div.dark_rounded .pp_content_container .pp_right{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}
div.dark_rounded .pp_next:hover{background:url(../images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_rounded .pp_previous:hover{background:url(../images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.dark_rounded .pp_expand{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_expand:hover{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract{background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract:hover{background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_rounded .pp_description{margin-right:85px;color:#fff}
div.dark_rounded .pp_nav .pp_play{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_nav .pp_pause{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_arrow_previous{background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}
div.dark_rounded .pp_arrow_next{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}
div.dark_rounded .pp_bottom .pp_left{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}
div.dark_rounded .pp_bottom .pp_right{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_loaderIcon{background:url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}
div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
div.dark_square .pp_loaderIcon{background:url(../images/prettyPhoto/dark_square/loader.gif) center center no-repeat}
div.dark_square .pp_expand{background:url(../images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_square .pp_expand:hover{background:url(../images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_square .pp_contract{background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_square .pp_contract:hover{background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_square .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_square .pp_nav{clear:none}
div.dark_square .pp_nav .pp_play{background:url(../images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{background:url(../images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_arrow_previous{background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}
div.dark_square .pp_arrow_next{background:url(../images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}
div.dark_square .pp_next:hover{background:url(../images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_square .pp_previous:hover{background:url(../images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_square .pp_expand{background:url(../images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_square .pp_expand:hover{background:url(../images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_square .pp_contract{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_square .pp_contract:hover{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_square .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_square .pp_nav .pp_play{background:url(../images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_nav .pp_pause{background:url(../images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_arrow_previous{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}
div.light_square .pp_arrow_next{background:url(../images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}
div.light_square .pp_next:hover{background:url(../images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}
div.light_square .pp_previous:hover{background:url(../images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_top .pp_left{background:url(../images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}
div.facebook .pp_top .pp_middle{background:url(../images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}
div.facebook .pp_top .pp_right{background:url(../images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}
div.facebook .pp_content_container .pp_left{background:url(../images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}
div.facebook .pp_content_container .pp_right{background:url(../images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}
div.facebook .pp_expand{background:url(../images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.facebook .pp_expand:hover{background:url(../images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.facebook .pp_contract{background:url(../images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.facebook .pp_contract:hover{background:url(../images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.facebook .pp_close{width:22px;height:22px;background:url(../images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.facebook .pp_description{margin:0 37px 0 0}
div.facebook .pp_loaderIcon{background:url(../images/prettyPhoto/facebook/loader.gif) center center no-repeat}
div.facebook .pp_arrow_previous{background:url(../images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}
div.facebook .pp_arrow_next{background:url(../images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
div.facebook .pp_nav{margin-top:0}
div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}
div.facebook .pp_nav .pp_play{background:url(../images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_nav .pp_pause{background:url(../images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_next:hover{background:url(../images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}
div.facebook .pp_previous:hover{background:url(../images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_bottom .pp_left{background:url(../images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}
div.facebook .pp_bottom .pp_middle{background:url(../images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}
div.facebook .pp_bottom .pp_right{background:url(../images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;white-space:nowrap;margin:2px 4px}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}
.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}

<!-- UNOSLIDER css-->
.unoSlider, .unoSlider ul, .unoSlider .sliderView {
	position: relative;
	width: 936px;
	height: 420px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.unoSlider ul, .unoSlider .sliderView {
	min-height: 420px
}
.unoSlider ul {
	list-style: none;
	position: relative;
}
div.unoSliderNav {
	position: absolute;
	top: 10px;
	right: 20px;
	z-index: 50;
}
.unoSliderNav span {
	color: #333;
	cursor: pointer;
	font-size: 44px;
	khtml-user-select: none;
	margin-right: 0;
	moz-user-select: none;
	ms-user-select: none;
	o-user-select: none;
	user-select: none;
	webkit-user-select: none;
}
.unoSliderNav span:hover, .unoSliderNav span:active, .unoSliderNav span:visited {
	color: #F90;
}
.unoSliderNav span.current {
	color: #FFF;
}
.unoSlider .sliderView {
	left: 1000px;
	opacity: 0;
	position: absolute;
	top: 0;
	z-index: 5;
}
.unoSlider .sliderView.current {
	left: 0;
	opacity: 1;
	z-index: 10;
}

.tdblog {
	background-color: #000;
}

<!--blog-->
div.blogPage #headerHolder {width:100%; position:absolute; top:0; left:0;}
div.blogPage #header {width:916px; height:87px; position:relative; margin:0 auto;}
div.blogPage #header a.headerLogo {display:block; position:absolute; bottom:0; left:0; width:265px; height:55px;  background:transparent url('/Images/website/tDefenseLogo.png') no-repeat scroll 0 0;}

div.blogPage div.headerLinks {position:absolute; right:0; bottom:0; padding-bottom:13px;}
div.blogPage div.headerLinks ul {float:right;}
div.blogPage div.headerLinks ul li {float:right; padding:0 8px; border-right:1px dotted #dedede; line-height:1.3em;}
div.blogPage div.headerLinks ul li:first-child {border:0px none;}
div.blogPage div.headerLinks ul li.external {padding:0 17px 0 8px;}
div.blogPage div.headerLinks ul li a {font-size:1.8em; color:#ffffff;}

div.blogPage div.centerCol h1 {float:left; width:575px; font-size:24px; line-height:1.1em; color:#FF5D00; font-family:VLIDINWebProBold, Arial; padding-top:4px; text-transform:uppercase; margin-left:24px; position:relative; padding-bottom:20px; margin-right:0px;}
div.blogPage div.centerCol .clear.border {border-bottom:1px dashed #9E9E9E; margin:0 25px}
div.blogPage div.headerHolder .logoTagline {float:left;display:inline; font-family:Helvetica Neue, Helvetica, Arial; font-size:38px; color:#ffffff; margin: 55px 0 0 2px}

div.blogPage div.rightBarBlog div.searchBar ul li input.searchBox {line-height:2em; font-size:1.2em; color:#fff; height:23px;padding:4px 29px 4px 17px; border:0 none; width:183px; background:transparent url('/Images/website/framework/spriteFramework.png') no-repeat scroll -145px -420px; position:relative;left:15px;}
div.blogPage div.rightBarBlog div.searchBar ul li input.searchButton {position:absolute; top:7px; right:8px; cursor:pointer; display:block; height:18px; width:18px; border: 0 none; background:transparent url('/Images/website/framework/spriteFramework.png') no-repeat scroll -120px -6px;}
div.blogPage div.rightBarBlog div.searchBar ul li input.searchBox:focus {outline: 0 none}


/*========================================
				Post
==========================================*/

div.blogPage li.external {display:none;}
div.blogPage.Detail li.external {display:none;}

div.blogPage .postCommentCount {display:none;}

div.blogPage .menu ul.favourites {display: none}

div.blogPage img.postAuthor {float:left; margin: 0 9px 3px 0; padding:3px; display:block; background-color:#ffffff; border-left:1px solid #f2f2f2; border-right:1px solid #f2f2f2; border-bottom:1px solid #d7d7d7;}

div.blogPage div.postContainer {padding:21px 0 19px 88px; position:relative; margin-top:16px; width:525px; margin-left:25px;}
div.blogPage.Detail div.postContainer {padding:21px 0 19px 88px; margin-top:0; position:relative;width:500px;margin-left:42px;}
div.blogPage div.postContainer img.postAuthor {position:absolute; left:0; top:21px;}

div.blogPage div.postContent {padding-bottom:4px;}
div.blogPage div.postContent h2 {font-size:2.5em; padding-bottom:11px;}
div.blogPage div.postContent h2 a, div.postContent h2 a:visited {color:#3C3C3C;}

div.blogPage div.postMeta {padding-bottom:9px;}
div.blogPage div.postMeta p {font-size:1.2em; line-height:1.4em; padding-bottom:3px;}
div.blogPage div.postMeta p span.metaLinks {color:#9d9a9a;}
div.blogPage div.postMeta p a {font-weight:bold;}

div.blogPage div.postInfo {padding-bottom:10px;}
div.blogPage div.postInfo p.postAuthor {font-size:1.4em; line-height:1.3em; padding-bottom:2px; color:#e86d20; font-style:italic;}
div.blogPage div.postInfo p.postDate {font-size:1.2em; padding-bottom:0;}

div.blogPage div.postNavigation {border-top:1px solid #dad8d5; border-bottom:1px dotted #d3d3d3;}
div.blogPage div.postNavigation ul {float:left; padding:7px 0 7px 4px;}
div.blogPage div.postNavigation ul li {font-size:1.4em; padding:0 12px; line-height:1.6em; float:left; border-left:1px solid #dad8d5;}
div.blogPage div.postNavigation ul li:first-child {border-left:0px none;}
div.blogPage div.postNavigation ul li a {font-weight:bold;}

div.blogPage div.postSocialMediaLinks {width:100%;}
div.blogPage div.postSocialMediaLinks a {display:block; float:left; line-height:60px; font-size:1.2em; font-weight:bold; padding-left:12px;}
div.blogPage div.postSocialMediaLinks a:first-child {padding-left:0;}
div.blogPage div.postSocialMediaLinks a.shareOnFacebook span.icon {display:block; float:left; width:60px; height:60px;}
div.blogPage div.postSocialMediaLinks a.shareOnLinkedIn span.icon {display:block; float:left; width:60px; height:60px;}
div.blogPage div.postSocialMediaLinks a.shareOnTwitter span.icon {display:block; float:left; width:60px; height:60px;}

div.blogPage a.viewMore {margin-left:148px; font-size:1.1em; padding-left:12px;}


/*========================================
		Content
==========================================*/
div.blogPage .pageOptions {padding: 0 30px}

div.blogPage div.centerCol {width:629px;}
div.blogPage div.xStandardContent p {font-weight:normal; font-size:15px; line-height:1.5em;}
div.blogPage div.postMeta p {font-size:12px; font-family:Arial;}
div.blogPage div.postInfo p.postAuthor {font-size:14px; font-family:Arial;}
div.blogPage div.rightBarCategories ul li {font-size:15px; font-family:Arial; font-weight:bold; color:#454545;}
div.blogPage div.rightBar ul li a {color:#454545;}
div.blogPage div.rightBarCategories ul span.arrow {background:transparent url('/Images/website//arrow.png') no-repeat scroll 0 3px; height:9px; padding-left:15px;}

div.blogPage div.centerCol div.bodyBackgroundTop {background:transparent url('/Images/website//bodyBackgroundTop.png') no-repeat scroll 0 0; width:670px; height:36px;margin-left:17px;}
div.blogPage div.centerCol div.bodyBackgroundMiddle {background:transparent url('/Images/website//bodyBackgroundMiddle.png') repeat-y scroll 0 0; width:670px; margin-left:17px;}
div.blogPage div.bodyBackgroundBottom {background:transparent url('/Images/website//bodyBackgroundBottom.png') no-repeat scroll 0 -102px; width:670px; height:20px; margin-bottom:10px;margin-left:17px;}

div.blogPage div.rightBarComments img.commentAuthor {padding:3px; display:block; background-color:#ffffff; border-left:1px solid #f2f2f2; border-right:1px solid #f2f2f2; border-bottom:1px solid #d7d7d7;}

div.blogPage div.rightBarArchive img {position:absolute; top:330px;}

div.blogPage div.content div.centerCol {float:left; width:610px; padding:136px 12px 82px 51px;}
div.blogPage div.centerCol a.mainRssLink {margin-right:35px; display:block; float:right; background:transparent url('/Images/website/framework/spriteFramework.png') no-repeat scroll 0 -138px; height:32px; width:30px}


div.blogPage div.rightBar {width:308px; float:right; margin-right:-1px; padding-bottom:50px;}


div.blogPage div.rightBarTopTag {background:transparent url('/Images/website/miniPanel/rightPanelTop.png') no-repeat scroll 0 0; height:20px; width:267px; margin-left:21px;}
div.blogPage.Detail div.rightBarTopTag {height:20px; width:267px; margin-left:21px;}

div.blogPage div.rightBarMiddleTag {background:transparent url('/Images/website/miniPanel/rightPanelMiddle.png') repeat-y scroll 0 0; width:267px;margin-left:21px; min-height:43px; }


div.blogPage div.rightBarBottomTag {background:transparent url('/Images/website/miniPanel/rightPanelBottom.png') no-repeat scroll 0 0; height:40px; width:267px;margin-left:21px;}
div.blogPage.Detail div.rightBarBottomTag {top:89px;}


div.blogPage div.rightBarTopCateg {background:transparent url('/Images/website/miniPanel/rightPanelTop.png') no-repeat scroll 0 0; height:20px; width:267px; position:relative; left:21px; top:0;}
div.blogPage.Detail div.rightBarTopCateg{top:0;}

div.blogPage div.rightBarMiddleCateg {background:transparent url('/Images/website/miniPanel/rightPanelMiddle.png') repeat-y scroll 0 0; width:267px;position:relative; left:21px; }
div.blogPage.Detail div.rightBarMiddleCateg {top:0;}

div.blogPage div.rightBarBottomCateg {background:transparent url('/Images/website/miniPanel/rightPanelBottom.png') no-repeat scroll 0 0; height:40px; width:267px;position:relative; left:21px; top:0;}
div.blogPage.Detail div.rightBarBottomCateg {top:0;}


div.blogPage div.rightBarTopComments {background:transparent url('/Images/website/miniPanel/rightPanelTop.png') no-repeat scroll 0 0; height:20px; width:267px; position:relative; left:21px; top:0;}


div.blogPage div.rightBarMiddleComments {background:transparent url('/Images/website/miniPanel/rightPanelMiddle.png') repeat-y scroll 0 0; width:267px;position:relative; left:21px; top:0; }


div.blogPage div.rightBarBottomComments {background:transparent url('/Images/website/miniPanel/rightPanelBottom.png') no-repeat scroll 0 0; height:40px; width:267px;margin-left:21px; top:0;}
div.blogPage div.rightBarTopComments {top:0;}


div.blogPage.Detail div.rightBar div.tagCloud {margin-top:0;}
div.blogPage div.rightBar div.tagCloud a.selected {font-weight:bold;}

div.blogPage div.rightBarPanel {padding:0 12px 0 21px;}

div.blogPage div.rightBarArchive {padding:0 30px;}
div.blogPage div.rightBarArchive h2.rightBarArchive {display:block; width:150px; margin-bottom:8px; height:25px;}

div.blogPage div.rightBarArchive select {width:215px; border:1px solid #dedede; padding:2px 3px; font-size:1.4em;}


div.blogPage div.rightBarCategories h2.rightBarCategories {display:block; width:150px; margin-bottom:12px; height:25px; padding: 13px 0 0 6px}

div.blogPage div.rightBarCategories ul {border-top:1px dotted #d3d3d3; margin: 0 15px 0 7px}
div.blogPage div.rightBarCategories ul li {font-size:1.4em; border-bottom:1px dotted #d3d3d3; padding:10px 0 10px 0px;}
div.blogPage div.rightBarCategories ul li.selected a {font-weight:bold;}
div.blogPage h2.rightBarCategories span {margin-top:30px;}

div.blogPage h2.rightBarTagCloud {display:block;font-weight:normal;line-height:36px; padding:0 0 0 7px; font-size:18px; color:#989898; font-family:VLIDINWebProBold, Arial;}


div.blogPage div.rightPanelSep {margin:0 42px 0 50px; padding-top:39px; border-bottom:1px solid #d3d3d3;}

div.blogPage div.rightBarComments img.commentAuthor {background-color:#ffffff; padding:3px; float:left; margin:0 8px 5px 0;}
div.blogPage div.rightBarComments h2.rightBarComments {display:block; width:215px }
div.blogPage.Detail div.rightBarComments h2.rightBarComments {margin-top:0;}
div.blogPage div.rightBarComments {width:215px; margin-left:5px;}


div.blogPage div.rightBarComments ul {border-top:1px dotted #d3d3d3; width:215px;}
div.blogPage div.rightBarComments ul li {font-size:1.2em; border-bottom:1px dotted #d3d3d3; padding:10px 0;}
div.rightBarComments ul li h3 {font-size:1.08em; font-weight:normal; padding:3px 0 1px; color:#e86d20; font-style:italic;}
div.blogPage div.rightBarComments ul li p.postDate {font-size:1.0em; padding-bottom:0;}
div.blogPage div.rightBarComments ul li a {color:#3c3c3c;}

div.blogPage div.rightBarPanel div.rightBarBlog { background:transparent url('/Images/website/blogSearch.png') no-repeat scroll 0 0; min-height:107px;}
div.blogPage div.rightBarBlog h2.rightBarBlog {color:#fff; display:block; font-size:18px; padding:27px 27px 5px;}
div.blogPage img.keySearch {margin-top:-108px; margin-left:27px;}


div.blogPage h2.rightBarArchive, h2.rightBarBlog, h2.rightBarCategories, h2.rightBarComments {padding-top:20px;font-size:18px; color:#989898;font-family:VLIDINWebProBold, Arial;font-weight:normal;}

div.blogPage div.postContent h2 {font-family:Arial; font-size:25px; font-weight:bold; padding-top:0}


div.blogPage div.postNavigation ul li span.arrowGrey {margin-left:-20px; padding-left:20px; background:transparent url('/Images/website//arrowGrey.png') no-repeat scroll 4px 1px;}
div.blogPage a.viewMore span.arrowGrey {margin-left:-25px; padding-left:17px; background:transparent url('/Images/website//arrowGreySmall.png') no-repeat scroll 0 3px;}
/*========================================
		Footer
==========================================*/

div.blogPage .footerWrapper {width:1024px; overflow:hidden; margin-top:110px;}

/*========================================
				Comments
==========================================*/

div.blogPage.Detail div.formOperation {position:absolute; display:none; width:100%; height:100%; top:0; left:0; background-color:#fff; background:transparent url('/Images/website/framework/formOperation.png') repeat scroll 0 0;}
div.blogPage.Detail div.formOperation div.spinner {position:absolute; width:100%; height:100%; top:0; left:0; background:transparent url('/Images/website/framework/spinner.png') no-repeat scroll center center;}
div.blogPage.Detail div.formOperation p.formInfo {line-height:19px; text-align:center; position:relative; top:45%; margin:0 20px; padding:10px; border:2px solid #fd7e00; background-color:#ffffff;}


div.blogPage.Detail div.postCommentsContainer {padding:5px 0 5px 88px;margin-left:18px;}
div.blogPage.Detail div.postCommentForm {background-color:#f3f3f3; padding:7px 10px; position:relative; width:505px;margin-left:70px;}
div.blogPage.Detail div.postCommentForm h2 {display:block; width:200px; margin-bottom:12px; height:25px; background:transparent url('/Images/website/framework/blogSprite.png') no-repeat scroll -238px 0;}
div.blogPage.Detail div.postCommentForm h2 span {visibility:hidden;}
div.blogPage.Detail div.postCommentForm input.textInput, div.postCommentForm textarea {border:1px solid #9e9e9e; padding:2px 7px 3px;}
div.blogPage.Detail div.postCommentForm textarea {padding:5px 7px;}
div.blogPage.Detail div.postCommentForm input.commentName {width:485px;}
div.blogPage.Detail div.postCommentForm textarea.postComment {width:485px; margin-top:18px;}

div.blogPage.Detail div.postCommentForm div.formOperation p.formInfo {top:100px;}

div.blogPage.Detail div.postCommentForm a.commentSubmit {display:block; float:right; margin-top:6px; width:107px; height:26px; background:transparent url('/Images/website/framework/blogSprite.png') no-repeat scroll -5px -4px;}

div.blogPage.Detail div.postCommentList {padding:6px 0 0;}
div.blogPage.Detail div.postCommentList ul li {position:relative; padding:12px 10px 11px; margin-bottom:5px;}
div.blogPage.Detail div.postCommentList ul li div.commentContainer {position:relative; width:500px; margin-left:60px;}
div.blogPage.Detail div.postCommentList ul li img.commentAuthor {float:left; margin:0 9px 3px 0; padding:3px; display:block; background-color:#ffffff; border-left:1px solid #f2f2f2; border-right:1px solid #f2f2f2; border-bottom:1px solid #d7d7d7;}
div.blogPage.Detail div.postCommentList ul li h3 {font-size:1.3em; font-weight:normal; padding:5px 110px 2px 0; color:#e86d20; font-style:italic; font-family:Arial; font-weight:normal;}
div.blogPage.Detail div.postCommentList ul li p {font-size:14px; font-family:Arial; font-weight:normal;}
div.blogPage.Detail div.postCommentList ul li p.postDate {font-size:1.2em; padding-bottom:0;}
div.blogPage.Detail div.postCommentList ul li a.expandComment {font-size:1.1em; padding-left:14px; font-family:Arial;  background:transparent url('/Images/website/framework/blogSprite.png') no-repeat scroll left -189px; position:absolute; right:0; top:8px;}
div.blogPage.Detail div.postCommentList ul li a.expandComment.expanded {background-position:left -249px;}
div.blogPage.Detail div.postCommentList ul li a:focus, div.postCommentList ul li a:active {outline:0;}

div.blogPage.Detail div.commentContent {height:47px; overflow:hidden;}
div.blogPage.Detail div.commentContent p {padding-bottom:0;}

div.blogPage.Detail div.postCommentsContainer div.commentsPanelTop {background:transparent url('/Images/website/CommentsPanelTop.png') no-repeat scroll 0 0; width:670px; height:60px; margin-left:-88px;}
div.blogPage.Detail div.postCommentsContainer div.commentsPanelMiddle {background:transparent url('/Images/website/CommentsPanelMiddle.png') repeat-y scroll 0 0; width:670px;margin-left:-88px;}
div.blogPage.Detail div.postCommentsContainer div.commentsPanelBott {background:transparent url('/Images/website/CommentsPanelBott.png') no-repeat scroll 0 0; width:670px; height:60px; margin-left:-88px; margin-top:-5px;}



div.blogPage.Detail div.postCommentsContainer {width:670px;}
div.blogPage.Detail div.postCommentList ul li {width:500px;}
