@charset "utf-8";
/* CSS Document */
	body{ text-decoration:none; color:#3d3d3d; }
	a{ text-decoration:none; color:#3a3a3a;}
	a:hover{ color: #2973a4;}

@font-face {
  font-family: "GillSansMTProCyr-Light";
  src: url("../fonts/GillSansMTProCyr-Light.eot");
  src: local(""),
  url("../fonts/GillSansMTProCyr-Light.eot?#iefix") format("eot"),
  url("../fonts/GillSansMTProCyr-Light.woff") format("woff"),
  url("../fonts/GillSansMTProCyr-Light.ttf") format("truetype"),
  url("../fonts/GillSansMTProCyr-Light.svg#GillSansMTProCyr-Light") format("svg");
  font-weight: normal;
  font-style: normal;
  }


@font-face {
  font-family: "GillSansMTProBold";
  src: url("../fonts/gillsansmtpro-bold-webfont.eot");
  src: local(""),
  url("../fonts/gillsansmtpro-bold-webfont.woff") format("woff"),
  url("../fonts/gillsansmtpro-bold-webfont.ttf") format("truetype"),
  url("../fonts/gillsansmtpro-bold-webfont.svg#GillSansMTProBold") format("svg");
  font-weight: bold;
  font-style: normal;
  }


@font-face {
  font-family: "HelveticaNeueLightCond";
  src: url("http://alliedtelesis.com/fonts/HelveticaNeue-LightCond.eot");
  src: local(""),
  url("../fonts/HelveticaNeue-LightCond.eot?#iefix") format("eot"),
  url("../fonts/HelveticaNeue-LightCond.woff") format("woff"),
  url("../fonts/HelveticaNeue-LightCond.ttf") format("truetype"),
  url("../fonts/HelveticaNeue-LightCond.svg#HelveticaNeueLightCond") format("svg");
  font-weight: normal;
  font-style: normal;
  }


@font-face {
  font-family: "HelveticaNeueBoldCond";
  src: url("http://alliedtelesis.com/fonts/helveticaneueltstdbdcn.eot");
  src: local(""),
  url("../fonts/helveticaneueltstdbdcn.woff") format("woff"),
  url("../fonts/helveticaneueltstdbdcn.ttf") format("truetype"),
  url("../fonts/helveticaneueltstdbdcn.svg#HelveticaNeueBoldCond") format("svg");
  font-weight: bold;
  font-style: normal;
  }


/*font-size*/
	.size10,.size10 a,.size10 a:hover{ font-size:10px;}
	.size11,.size11 a,.size11 a:hover{ font-size:11px;}
	.size12,.size12 a,.size12 a:hover{ font-size:12px;}
	.size13,.size13 a,.size13 a:hover{ font-size:13px;}
	.size14,.size14 a,.size14 a:hover{ font-size:14px;}
	.size16,.size16 a,.size16 a:hover{ font-size:16px;}
	.size17,.size17 a,.size17 a:hover{ font-size:17px;}
	.size18,.size18 a,.size18 a:hover{ font-size:18px;}
	.size20,.size20 a,.size20 a:hover{ font-size:20px;}
	.size22,.size22 a,.size22 a:hover{ font-size:22px;}
	.size24,.size24 a,.size24 a:hover{ font-size:24px;}
	.size26,.size26 a,.size26 a:hover{ font-size:26px;}
	.size28,.size28 a,.size28 a:hover{ font-size:28px;}
	.size30,.size30 a,.size30 a:hover{ font-size:30px;}
	.size32,.size32 a,.size32 a:hover{ font-size:32px;}
	.size36,.size36 a,.size36 a:hover{ font-size:36px;}
/*color*/
	.light-grey,a.light-grey, .light-grey a{ color: #999999;}
	a.light-grey:hover, .light-grey a:hover { color:#666666;}
	.white,a.white, .white a{ color: #fff;}
	a.white:hover, .white a:hover { color:#fff;}
	.black,a.black, .black a{ color: #3a3a3a;}
	a.black:hover, .black a:hover { color:#3a3a3a;}
	.deep-blue,a.deep-blue, .deep-blue a{ color: #1f3b8b;}
	a.deep-blue:hover, .deep-blue a:hover { color:#1f3b8b;}
	.dark-red,a.dark-red, .dark-red a{ color: #dc0000;}
	a.dark-red:hover, .dark-red a:hover { color:#dc0000;}
	.dark-red-2,a.dark-red-2, .dark-red-2 a{ color: #9d3029;}
	a.dark-red-2:hover, .dark-red-2 a:hover { color:#9d3029;}
	.dark-green,a.dark-green, .dark-green a{ color: #008543;}
	a.dark-green:hover, .dark-green a:hover { color:#008543;}
	.dark-yel,a.dark-yel, .dark-yel a{ color: #ca7700;}
	a.dark-yel:hover, .dark-yel a:hover { color:#ca7700;}

	
	
/*other*/
	.upcase,.upcase a{ text-transform:uppercase;}
	.bold ,.bold a,.bold a:hover { font-weight:bold;}
	.italic ,.italic a,.italic a:hover { font-style:italic;}
	.light ,.light a,.light a:hover { font-weight:lighter;}	
	.left ,.left a,.left a:hover { text-align:left;}
	.center ,.center a,.center a:hover { text-align:center;}
	.lh-20, .lh-200{ line-height:2 !important;}
	.lh-18, .lh-180{ line-height:1.8 !important;}
	.lh-15, .lh-150{ line-height:1.5 !important;}
	.lh-14, .lh-140{ line-height:1.4 !important;}
	.lh-13, .lh-130{ line-height:1.3 !important;}
	.lh-12, .lh-120{ line-height:1.2 !important;}
	.lh-10, .lh-100{ line-height:1 !important;}
	
/*shadow*/
	.shadow1,.shadow1 a,.shadow1 a:hover {text-shadow: 0px 1px 1px #444;}
	.shadow2,.shadow2 a,.shadow2 a:hover {text-shadow: 0px 1px 2px #aaa;}
