@import "reset.css";
@import "grid.css";
@import "forms.css";
@import "fonts.css";
@import "prettyPhoto.css";

body {
	background: url('../images/main-bg.gif') repeat 0 0;
	font: 14px/19px Arial, Helvetica, sans-serif;
	color: #656565;
	position: relative;
	background: #212121;
	min-width: 1000px;
}

html,body {
	height: 100%;
}

a {
	color: #d6501e;
	outline: none;
	cursor: pointer;
	text-decoration: none;
}

a:hover {
	color: #656565;
}

h1,h2,h3,h4,h5,h6 {
	line-height: 1.3em;
	color: #323232;
	font-family: 'OswaldRegular';
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 19px;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 17px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 15px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 13px;
}

.extra-wrap {
	overflow: hidden;
	display: block;
}

.fleft {
	float: left
}

.fright {
	float: right
}

.alignright {
	text-align: right
}

.aligncenter {
	text-align: center
}

.alignmiddle * {
	vertical-align: middle
}

.color1 {
	color: #ff2100;
}

.main {
	width: 980px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	color: #636363;
	font-weight: normal;
}

.light {
	height: 41px;
	color: #aaaaaa;
	font-weight: bold;
}

.main2 {
	width: 980px;
	padding: 0;
	margin: 0 auto;
}

.wrapper {
	width: 100%;
	overflow: hidden;
}

.p1 {
	margin-bottom: 8px;
}

.p2 {
	margin-bottom: 15px;
}

.p3 {
	margin-bottom: 30px;
}

.p4 {
	margin-bottom: 40px;
}

.p5 {
	margin-bottom: 50px;
}

.reg {
	text-transform: uppercase;
}

.title {
	margin-bottom: 18px !important;
}

.it {
	font-style: italic;
}

.letter {
	letter-spacing: -1px;
}

.margin-bot {
	margin-bottom: 35px;
}

.spacing {
	margin-right: 35px;
}

.indent {
	padding: 0 0 0px 30px;
}

.indent2 {
	padding-left: 50px;
}

.indent-bot {
	margin-bottom: 20px !important;
}

.indent-bot2 {
	margin-bottom: 30px;
}

.indent-bot3 {
	margin-bottom: 45px;
}

.img-indent-bot {
	margin-bottom: 25px;
}

.img-indent {
	float: left;
	margin: 0 20px 0px 0;
}

.img-indent2 {
	float: left;
	margin: 0 13px 0px 0;
}

.img-indent-r {
	float: right;
	margin: 0 0px 0px 40px;
}

.prev-indent-bot {
	margin-bottom: 10px !important;
}

.buttons a:hover {
	cursor: pointer;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.bg {
	background: url('../images/light.png') no-repeat center 0;
}

#sipLogo {
	display: block;
	margin-top: -10px;
	width: 325px;
	height: 62px;
	text-indent: -5000px;
	background: url('../images/logo.png') 0 0 no-repeat;
}

.lightbox-image {
	position: relative;
	overflow: hidden;
	display: inline-block;
	z-index: 99;
}

.lightbox-image img {
	position: relative;
	z-index: 2;
	background: #f1f1f1;
}

.lightbox-image span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url('../images/magnifying-glass.png') no-repeat 50% 50%;
	z-index: 1;
}

.pro_video .lightbox-image span {
	background: url('../images/play_video.png') no-repeat 50% 50%;
	z-index: 3;
	opacity: .8;
}

.pro_video .lightbox-image:hover span {
	opacity: 1;
}

.pro_video {
	z-index: 99;
	position: relative;
}

#header {
	height: 140px;
}

header {
	width: 100%;
	background: url('../images/head-bg.gif') repeat-x 0 bottom #212121;
	position: relative;
	z-index: 2;
}

.head-box1 {
	background: none repeat scroll 0 0 #070707;
	border-bottom: 1px solid #282828;
	height: 41px;
	position: relative;
	width: 100%;
	z-index: 999;
}

header h1 {
	padding: 49px 0 0;
	margin: 0;
	float: left;
	font-size: 0;
	line-height: 0;
}

.sf-menu,.sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sf-menu {
	line-height: 1.0;
}

.sf-menu li {
	float: left;
	position: relative;
	margin-right: 24px;
}

.sf-menu a {
	display: inline-block;
	position: relative;
	color: #6a6a6a;
	padding-right: 12px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 17px;
	background: url('../images/marker1.png') no-repeat right 7px;
}

.sf-menu a:hover,.sf-menu a.active,.sf-menu .li .sfHover>a {
	color: #fff;
	text-decoration: none;
	background-position: right -37px;
}

.sf-menu ul a {
	background: none;
	padding: 0;
	font-size: 12px;
	line-height: 15px;
}

nav {
	padding-top: 10px;
	float: left;
}

.sf-menu ul {
	position: absolute;
	top: -999em;
	background: #070707;
	padding: 10px 0;
	width: 120px;
}

.sf-menu ul li {
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
}

.sf-menu li:hover {
	visibility: inherit;
}

.sf-menu li:hover ul,.sf-menu li.sfHover ul {
	left: -37px;
	top: 31px;
	z-index: 99;
}

ul.sf-menu li:hover li ul,ul.sf-menu li.sfHover li ul {
	top: -999em;
}

ul.sf-menu li li:hover ul,ul.sf-menu li li.sfHover ul {
	left: 10em;
	top: 0;
}

ul.sf-menu li li:hover li ul,ul.sf-menu li li.sfHover li ul {
	top: -999em;
}

ul.sf-menu li li li:hover ul,ul.sf-menu li li li.sfHover ul {
	left: 10em;
	top: 0;
}

.sf-menu-first,.sf-menu-first * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sf-menu-first {
	line-height: 1;
	margin-top: -1px;
	border-top: 1px solid #282828;
	position: relative;
	float: left;
	border-top: 1px solid #282828;
}

.sf-menu-first li {
	float: left;
	position: relative;
}

.sf-menu-first .selected {
	background: url('../images/divider1.gif') no-repeat right 0;
	color: #d6501e;
}

.sf-menu-first .selected:hover {
	color: #212121;
}

.sf-menu-first a {
	display: block;
	position: relative;
	font-size: 16px;
	padding: 19px 15px 19px 15px;
	background: url('../images/divider1.gif') no-repeat right 0;
	color: #fff;
	font-family: 'OswaldRegular';
}

.sf-menu-first a:hover,.sf-menu-first .li .sfHover>a {
	text-decoration: none;
	background: url('../images/menu-bg-hov.gif') repeat-x 0 0 #d6501e;
}

.sf-menu-first ul a:hover,.sf-menu-first ul .li .sfHover>a {
	text-decoration: none;
	color: #d6501e;
	background: none;
}

.sf-menu-first ul a {
	background: none;
	display: inline-block;
	text-transform: uppercase;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
}

.sf-menu-first ul {
	position: absolute;
	top: -999em;
	background: #1b1b1b;
	width: 140px;
}

.sf-menu-first ul li {
	width: 92%;
	padding: 7px 0 8px 8px;
	background: url('../images/divider2.gif') repeat-x 0 bottom;
}

.sf-menu-second,.sf-menu-second * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sf-menu-second {
	line-height: 1;
	margin-top: 0;
	position: relative;
	float: left;
}

.sf-menu-second li {
	float: left;
	position: relative;
}

.sf-menu-second .selected {
	background: url('../images/divider1.gif') no-repeat right 0;
	color: #d6501e;
}

.sf-menu-second .selected:hover {
	color: #212121;
}

.sf-menu-second a {
	display: block;
	position: relative;
	font-size: 14px;
	padding: 16px 14px 16px 14px;
	background: url('../images/divider1.gif') no-repeat right 0;
	color: #fff;
	font-family: 'OswaldRegular';
}

.sf-menu-second a:hover,.sf-menu-second .li .sfHover>a {
	text-decoration: none;
	background: url('../images/menu-bg-hov.gif') repeat-x 0 0 #d6501e;
}

.sf-menu-second ul a:hover,.sf-menu-second ul .li .sfHover>a {
	text-decoration: none;
	color: #d6501e;
	background: none;
}

.sf-menu-second ul a {
	background: none;
	display: inline-block;
	text-transform: uppercase;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
}

.sf-menu-second ul {
	position: absolute;
	top: -999em;
	background: #1b1b1b;
	width: 140px;
}

.sf-menu-second ul li {
	width: 92%;
	padding: 7px 0 8px 8px;
	background: url('../images/divider2.gif') repeat-x 0 bottom;
}

.sf-menu-third,.sf-menu-third * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sf-menu-third {
	line-height: 1;
	margin-top: 0;
	position: relative;
	float: left;
}

.sf-menu-third li {
	float: left;
	position: relative;
}

.sf-menu-third .selected {
	background: url('../images/divider1.gif') no-repeat right 0;
	color: #d6501e;
}

.sf-menu-third .selected:hover {
	color: #212121;
}

.sf-menu-third a {
	display: block;
	position: relative;
	font-size: 12px;
	padding: 13px 13px 13px 13px;
	background: url('../images/divider1.gif') no-repeat right 0;
	color: #fff;
	font-family: 'OswaldRegular';
}

.sf-menu-third a:hover,.sf-menu-third .li .sfHover>a {
	text-decoration: none;
	background: url('../images/menu-bg-hov.gif') repeat-x 0 0 #d6501e;
}

.sf-menu-third ul a:hover,.sf-menu-third ul .li .sfHover>a {
	text-decoration: none;
	color: #d6501e;
	background: none;
}

.sf-menu-third ul a {
	background: none;
	display: inline-block;
	text-transform: uppercase;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
}

.sf-menu-third ul {
	position: absolute;
	top: -999em;
	background: #1b1b1b;
	width: 140px;
}

.sf-menu-third ul li {
	width: 92%;
	padding: 7px 0 8px 8px;
	background: url('../images/divider2.gif') repeat-x 0 bottom;
}

.head-inner0 {
	float: left;
	overflow: hidden;
	padding: 5px 0 0;
}

.head-inner1 {
	float: right;
	overflow: hidden;
	padding: 5px 0 0;
}

.button1 {
	display: inline-block;
	color: #070707;
	font-size: 12px;
	line-height: 16px;
	padding: 6px 9px 8px 11px;
	background: url('../images/button1.gif') repeat-x 0 0 #fefefe;
	font-weight: bold;
	border-top: 1px solid #e9e9e9;
	border-radius: 4px;
}

.button1:hover {
	color: #fff;
	background: url('../images/button1-hov.gif') repeat-x 0 0 #5d5d5d;
	text-decoration: none;
	border-top: 1px solid #565656;
}

.p6 {
	margin-right: 6px;
}

.head-inner0 span,.head-inner1 span {
	display: block;
	float: right;
	margin-right: 9px;
	padding-top: 6px;
}

#searchForm input {
	border: none;
	border-top: 1px solid #cccccc;
	color: #070707;
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 15px;
	margin: 0 5px 0 0;
	background: #fefefe;
	border-radius: 4px;
	outline: medium none;
	padding: 7px 10px;
	width: 150px;
	-webkit-box-shadow: 0 2px 6px 3px #afafaf inset;
	-moz-box-shadow: 0 2px 6px 3px #afafaf inset;
	box-shadow: 0 2px 6px 3px #afafaf inset;
}

#searchForm {
	height: 30px;
	position: relative;
}

.search-box {
	float: right;
	padding-top: 12px;
}

.button2 {
	display: inline-block;
	color: #fff;
	font-size: 12px;
	line-height: 16px;
	padding: 6px 9px 8px 11px;
	background: url('../images/button2.gif') repeat-x 0 0 #d6501e;
	font-weight: bold;
	border-top: 1px solid #d6501e;
	border-radius: 4px;
}

.button2:hover {
	color: #070707;
	background: url('../images/button1.gif') repeat-x 0 0 #fefefe;
	text-decoration: none;
	border-top: 1px solid #e9e9e9;
}

#content {
	width: 100%;
	padding: 0;
	border-top: 1px solid #282828;
	position: relative;
	z-index: 1;
	background: url('../images/bg4.gif') repeat-x 0 0;
}

#page1 #content {
	background-position: 0 529px;
}

.content-box1 {
	background: url('../images/menu-bg.gif') repeat-x 0 0 #171717;
	width: 100%;
	padding-bottom: 1px;
}

.content-box2 {
	background: #060606;
}

#content .main {
	padding: 20px 10px 22px;
	width: 960px;
	border-top: 1px solid #fff;
	background: url('../images/content-bg.gif') repeat-x 0 0 #fff;
}

.title1 {
	background: url('../images/title-bg.gif') repeat-x 0 0 #fefefe;
	padding: 15px 19px 17px;
	border-radius: 4px;
	border-bottom: 1px solid #e5e5e5;
}

.title1 span {
	color: #d6501e;
}

.title2 {
	background: url('../images/title2-bg.gif') repeat-x 0 0 #ff6024;
	padding: 15px 19px 17px;
	border-radius: 4px;
	border-bottom: 1px solid #c4491d;
	color: #fff;
	margin-bottom: 18px;
}

.title3 {
	background: url('../images/title3.gif') repeat-x 0 0 #2e2e2e;
	padding: 15px 19px 17px;
	border-radius: 4px;
	border-bottom: 1px solid #252525;
	color: #fff;
	margin-bottom: 16px;
}

.p7 {
	position: relative;
	margin-top: -38px;
	z-index: 9999;
}

.page1-box1 {
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 20px;
}

.p8 {
	padding-bottom: 15px;
}

.inner1 {
	position: relative;
	overflow: hidden;
}

.inner1 span {
	background: url('../images/bg1.png') repeat scroll 0 0 transparent;
	bottom: 0;
	color: #FFFFFF;
	display: block;
	font-family: 'OswaldRegular';
	font-size: 15px;
	left: 0;
	line-height: 20px;
	padding: 12px 0px 11px 15px;
	position: absolute;
	text-transform: uppercase;
	width: 100%;
	word-spacing: 1px;
}

.inner3 {
	float: left;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}

.inner2 {
	background: url('../images/bg2.gif') repeat-x 0 0 #292929;
	overflow: hidden;
	padding: 12px 15px 11px;
	margin-bottom: 15px;
	border-top: 1px solid #303030;
	border-radius: 0 0 4px 4px;
}

.inner3 span {
	color: #d6501e;
}

.inner4 {
	float: right;
	padding: 2px 0 0;
}

.link1 {
	display: inline-block;
	color: #d6501e;
	text-decoration: underline;
	font-weight: bold;
	margin-left: 3px;
	text-transform: uppercase;
}

.link1:hover {
	color: #fff;
	text-decoration: none;
}

.link2:hover {
	color: #d6501e;
	text-decoration: none;
}

.link2 {
	display: inline-block;
	color: #909090;
	text-decoration: underline;
	font-weight: bold;
	text-transform: uppercase;
}

.comment {
	background: url('../images/marker3.png') no-repeat scroll 0 2px transparent;
	display: inline-block;
	height: 19px;
	min-width: 20px;
	margin-left: 13px;
	padding-left: 27px;
}

.link3 {
	display: inline-block;
	color: #d6501e;
	position: relative;
	font-weight: bold;
}

.link3 span {
	background: url('../images/marker4.png') no-repeat scroll 0 0 transparent;
	display: block;
	height: 6px;
	position: absolute;
	right: -10px;
	top: 7px;
	width: 6px;
}

.link3:hover {
	color: #000;
	text-decoration: none;
}

.page1-box2 {
	border-bottom: 1px solid #E0E0E0;
	margin-bottom: 18px;
	overflow: hidden;
	padding-bottom: 20px;
	padding-right: 10px;
}

.page1-box2 a {
	color: #202020;
	font-weight: bold;
}

.page1-box2 a:hover {
	color: #d6501e;
	text-decoration: none;
}

.page1-img3 {
	float: left;
	margin-right: 20px;
	margin-top: 2px;
}

.date {
	display: block;
	font-size: 12px;
	font-weight: bold;
}

.date1 {
	display: inline-block;
	color: #d6501e;
	font-weight: bold;
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 5px;
}

.date1:hover {
	color: #fff;
	text-decoration: none;
}

.last2 {
	margin-bottom: 14px !important;
}

.p9 {
	margin-bottom: 15px !important;
}

.img-bot {
	background: #282828;
	padding: 6px;
}

aside h6 {
	color: #fff;
	margin-bottom: 21px;
}

aside .main {
	background: #2c2c2c;
	padding-top: 25px;
	padding-bottom: 12px;
	padding: 25px 0 12px;
}

.page1-img4 {
	float: left;
	margin-right: 13px;
	margin-top: 4px;
}

.page1-box3 {
	overflow: hidden;
	color: #7e7d7d;
	background: url('../images/divider4.gif') repeat-x 0 bottom;
	margin-bottom: 13px;
}

.p10 {
	padding-bottom: 17px;
}

.link4 {
	display: inline-block;
	color: #fff;
	position: relative;
	font-weight: bold;
}

.link4 span {
	background: url('../images/marker5.png') no-repeat scroll 0 0 transparent;
	display: block;
	height: 6px;
	position: absolute;
	right: -13px;
	top: 7px;
	width: 6px;
}

.link4:hover {
	color: #d6501e;
	text-decoration: none;
}

.tweet_time {
	display: block;
	background: url('../images/marker6.png') no-repeat 0 4px;
	padding-left: 27px;
	margin-bottom: 7px;
}

.tweet_time a {
	color: #d6501e;
	font-weight: bold;
}

.tweet_time a:hover {
	color: #fff;
	text-decoration: none;
}

.tweet_list li {
	color: #7e7d7d;
	margin-bottom: 8px;
	padding-bottom: 11px;
	background: url('../images/divider4.gif') repeat-x 0 bottom;
}

.tweet_text a {
	color: #fff;
}

.list1 a {
	color: #7e7d7d;
	font-size: 12px;
}

.list1 a:hover {
	color: #d6501e;
	text-decoration: none;
}

.list1 li {
	display: block;
	background: url('../images/divider4.gif') repeat-x 0 bottom;
	padding-bottom: 9px;
	margin-bottom: 8px;
	line-height: 15px;
}

.list1 {
	padding-top: 1px;
}

.link5 {
	display: inline-block;
	color: #d6501e;
	text-decoration: underline;
}

.link5:hover {
	text-decoration: none;
	color: #fff;
}

.page1-box4 {
	overflow: hidden;
	color: #7e7d7d;
	background: url('../images/divider4.gif') repeat-x 0 bottom;
	padding-bottom: 14px;
	margin-bottom: 8px;
}

.page1-box4 p {
	padding-bottom: 5px;
}

.nav a,.p29 a {
	display: block;
	float: left;
	background: url('../images/bg3.gif') repeat-x 0 0 #fdfdfd;
	border-bottom: 1px solid #ebebeb;
	color: #6c6c6c;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	margin-right: 4px;
	padding: 2px 7px 3px;
	border-radius: 4px;
}

.nav a:hover,.p29 a:hover,.activeSlide {
	color: #fff !important;
	background: url('../images/bg3-hov.gif') repeat-x 0 0 #d6501e !important;
	text-decoration: none;
}

#pager {
	height: 915px !important;
	margin-bottom: 17px;
}

.page2-img1 {
	float: left;
	margin-right: 20px;
	margin-top: 2px;
}

.text1 {
	display: block;
	color: #323232;
	font-size: 16px;
	line-height: 22px;
	text-transform: uppercase;
	font-family: 'OswaldRegular';
}

.page2-box1 {
	overflow: hidden;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 18px;
	padding-bottom: 4px;
	width: 700px;
}

.page2-box1 .date {
	margin-bottom: 10px;
}

.inner6 {
	float: left;
	margin-right: 22px;
	width: 483px;
}

.inner7 {
	float: left;
	background: url('../images/page2-bg1.gif') repeat-x 0 0 #292929;
	text-align: center;
	width: 90px;
	margin-top: 2px;
	padding-top: 10px;
	height: 79px;
	border-radius: 4px;
	color: #fff;
}

.text2 {
	display: block;
	font-weight: bold;
	font-size: 13px;
	position: relative;
	line-height: 16px;
}

.text3 {
	display: block;
	font-size: 33px;
	line-height: 40px;
	margin-top: -2px;
}

.p12 {
	margin-top: -2px;
}

.page2-box2 {
	overflow: hidden;
	border-bottom: 1px solid #E0E0E0;
	margin-bottom: 15px;
}

.page2-box3 {
	color: #a5a5a5;
	background: url('../images/page2-bg2.gif') repeat-x 0 0 #535353;
	border-bottom: 1px solid #494949;
	overflow: hidden;
	padding: 18px 0 28px 17px;
	border-radius: 4px;
	margin-bottom: 19px;
}

.text4 {
	font-weight: bold;
	color: #f6f6f6;
	font-family: 'OswaldRegular';
	display: block;
	font-size: 38px;
	line-height: 47px;
	letter-spacing: -1px;
}

.text5 {
	color: #F6F6F6;
	display: block;
	font-family: 'OswaldRegular';
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	margin-top: -5px;
	word-spacing: -2px;
}

.page2-box2 span {
	display: block;
	color: #202020;
	font-weight: bold;
	margin-bottom: 13px;
}

.p13 {
	padding-bottom: 14px;
}

.list2 a {
	color: #d6501e;
	font-weight: bold;
	text-decoration: underline;
	font-size: 12px;
}

.list2 a:hover {
	color: #fff;
	text-decoration: none
}

.list2 li {
	background: url('../images/divider5.gif') no-repeat scroll right 3px transparent;
	display: block;
	float: left;
	line-height: 15px;
	margin-right: 6px;
	padding-right: 6px;
}

.p14 {
	margin-bottom: 16px;
}

.page2-img2 {
	padding-top: 12px;
	margin: 0 0 12px 40px;
}

.page2-box4 {
	overflow: hidden;
	margin-bottom: 1px;
	background: url('../images/marker7.png') no-repeat 0 5px;
	padding-left: 10px;
}

.link6 {
	color: #d6501e;
	display: inline-block;
	font-weight: bold;
}

.last3 {
	border-bottom: 1px solid #E0E0E0;
	margin-bottom: 10px;
	padding-bottom: 22px;
}

#pager1 {
	width: 700px !important;
	height: 1104px !important;
	margin-bottom: 20px
}

.page3-img1 {
	float: left;
	margin-right: 16px;
	margin-top: 2px;
}

.p15 {
	margin-bottom: 13px;
}

.page3-box1 {
	border-bottom: 1px solid #E0E0E0;
	margin-bottom: 16px;
	overflow: hidden;
	padding-bottom: 16px;
}

.list3 a {
	color: #d6501e;
	font-weight: bold;
	font-size: 12px;
}

.list3 a:hover {
	color: #000;
	text-decoration: none;
}

.list3 li {
	background: url('../images/marker7.png') no-repeat scroll 0 3px transparent;
	display: block;
	line-height: 15px;
	padding-bottom: 9px;
	padding-left: 10px;
}

#pager2 {
	height: 859px !important;
	margin-bottom: 20px;
}

.button4 {
	background: url('../images/button4.gif') repeat-x 0 0 #d6501e;
	border-bottom: 1px solid #198aab;
	border-top: 1px solid #21d0e9;
	font-weight: bold;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	padding: 7px 11px 8px 13px;
	display: inline-block;
	margin-right: 6px;
}

.button4:hover {
	background: url('../images/button4-hov.gif') repeat-x 0 0 #747474;
	border-bottom: 1px solid #7b7b7b;
	border-top: 1px solid #c3c3c3;
	text-decoration: none;
}

.tabs {
	width: 700px;
	background: url('../images/page4-bg1.gif') repeat-x 0 0 #292929;
	padding: 15px 0 11px;
	border-radius: 0 0 4px 4px;
	margin-bottom: 20px;
	height: 19px;
	overflow: hidden;
}

.tabs a {
	font-weight: bold;
	font-size: 12px;
	line-height: 15px;
	color: #fff;
}

.tabs a:hover,.tabs .current {
	color: #d6501e;
	text-decoration: none;
}

.tabs li {
	display: inline-block;
	padding-left: 16px;
	padding-right: 6px;
}

.button-box {
	overflow: hidden;
	margin-bottom: 16px;
}

.page4-box1 {
	overflow: hidden;
	background: #4c4c4c;
	padding: 10px 10px 19px;
	margin-bottom: 16px;
}

.page4-box1 span {
	display: block;
	font-weight: bold;
	color: #d6501e;
	padding-top: 6px;
}

.page4-box1 a {
	display: inline-block;
	color: #fff;
	font-family: 'OswaldRegular';
	text-transform: uppercase;
}

.page4-box1 a:hover {
	color: #d6501e;
	text-decoration: none;
}

.tab_container {
	overflow: hidden;
}

.page4-img1 {
	margin-bottom: 19px;
}

.p28 {
	border-bottom: 1px solid #E0E0E0;
	height: 484px !important;
	margin-bottom: 20px;
	overflow: hidden;
}

.p28>div {
	width: 700px !important;
}

.nav {
	overflow: hidden;
}

.tabs1 {
	height: 591px;
	overflow: hidden;
}

.tabl1 td {
	background: none repeat scroll 0 0 #575754;
	font-weight: bold;
	width: 135px;
	padding: 8px 0 6px 20px;
}

.grey {
	background: none repeat scroll 0 0 #81817F !important;
}

.page4-box2 {
	overflow: hidden;
	width: 620px;
	padding-top: 2px;
}

.tabl1 a {
	color: #fff;
	font-weight: bold;
}

.tabl1 a:hover {
	color: #d6501e;
	text-decoration: none;
}

.p16 {
	margin-top: 20px;
}

.page4-box3 {
	border-bottom: 1px solid #E0E0E0;
	margin-bottom: 18px;
	overflow: hidden;
	padding-bottom: 18px;
}

.text6 {
	display: block;
	font-weight: bold;
	color: #202020;
	font-size: 12px;
	line-height: 19px;
	margin-top: -2px;
	margin-bottom: 12px;
}

#page4 .lightbox-video span {
	background: url('../images/marker8.png') no-repeat scroll 50% 50% transparent;
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.page4-box4 {
	overflow: hidden;
	padding: 27px 0 30px;
	text-align: center;
	background: url('../images/page4-img2.gif') no-repeat 0 0;
}

.text7 {
	display: block;
	color: #f6f6f6;
	font-family: 'OswaldRegular';
	font-weight: bold;
	font-size: 30px;
	margin-bottom: 8px;
	line-height: 36px;
	letter-spacing: -1px;
}

.text8 {
	display: block;
	color: #d6501e;
	letter-spacing: -1px;
	font-family: 'OswaldRegular';
	font-weight: bold;
	font-size: 48px;
	line-height: 58px;
	margin-bottom: 27px;
}

.button5 {
	display: inline-block;
	background: url('../images/button5.gif') repeat-x 0 0 #d6501e;
	padding: 6px 11px 8px;
	color: #fff;
	font-weight: bold;
	border-top: 1px solid #d6501e;
	font-size: 12px;
	line-height: 16px;
	border-radius: 4px;
}

.button5:hover {
	background: url('../images/button4-hov.gif') repeat-x scroll 0 0 #747474;
	border-top: 1px solid #C3C3C3;
	text-decoration: none;
}

.comment1 {
	background: url('../images/marker9.png') no-repeat scroll 0 0 transparent;
	color: #FFFFFF;
	display: block;
	float: left;
	font-size: 11px;
	height: 23px;
	line-height: 20px;
	text-align: center;
	width: 22px;
	margin: 0 8px 0 0;
}

.page5-img2 {
	float: left;
	margin-right: 16px;
	margin-top: 2px;
}

.page5-box1 {
	overflow: hidden;
	border-bottom: 1px solid #E0E0E0;
	padding-bottom: 21px;
	margin-bottom: 21px;
}

.p17 {
	margin-bottom: 6px;
}

.p19 {
	margin-top: 8px;
}

.p18 {
	padding-bottom: 13px;
}

.p20 {
	margin-bottom: 9px;
}

#pager4 {
	height: 670px !important;
	margin-bottom: 19px;
}

.page6-img1 {
	float: left;
	margin-right: 18px;
}

.p21 {
	padding-bottom: 34px;
}

.page6-box1 {
	overflow: hidden;
}

.page6-box1 p {
	padding-bottom: 19px;
}

.page6-box1 span {
	display: block;
	color: #202020;
	font-weight: bold;
}

.page6-box1 a {
	color: #d6501e;
	font-weight: bold;
	display: inline-block;
	margin-top: -4px;
}

.page6-box1 a:hover {
	color: #000;
	text-decoration: none;
}

.dl1 dt {
	width: 150px;
	margin-bottom: 19px;
	color: #202020;
	font-weight: bold;
}

.dl1 span {
	float: left;
	width: 69px;
}

.dl1 dd {
	line-height: 19px;
}

.dl1 dd a {
	color: #d6501e;
	font-weight: bold;
	display: inline-block;
	margin-left: 10px;
}

.dl1 dd a:hover {
	color: #000;
	text-decoration: none;
}

footer {
	width: 100%;
	padding: 19px 0 30px;
}

footer .main {
	border-bottom: 1px solid #383838;
}

.foot-page1 a {
	display: inline-block;
	margin-left: 16px;
	color: #d6501e;
}

.foot-page1 a:hover {
	color: #fff;
	text-decoration: none;
}

.foot-page1 {
	float: left;
	color: #fff;
	padding-bottom: 18px;
}

.foot {
	float: right;
	color: #fff;
}

#page7 #content .main {
	padding-bottom: 14px;
}

.adjustedToTitle {
	padding: 0 19px 0 19px;
}

.paragraph {
	float: left;
	width: 32px;
	margin: 8px 8px 8px 0;
	text-align: right;
}

.paragraphContent {
	float: left;
	width: 868px;
	margin: 8px 0 8px 0;
}

.paragraphShift {
	margin-left: 32px;
}

.section,.section:hover,.section:focus {
	color: #202020;
}

.sectionUp {
	width: 100%;
	margin: 8px 0 -8px 0;
	text-align: center;
}

blockquote {
	float: right;
	width: 50%;
	font-family: Georgia, serif;
	font-size: 20px;
	font-style: italic;
	margin: 24px 0 8px 8px;
	padding: 8px 8px 4px 64px;
	line-height: 24px;
	position: relative;
	color: #383838;
	background: #f0f0f0;
}

blockquote:before {
	display: block;
	content: "\201C";
	font-size: 96px;
	position: absolute;
	left: 8px;
	top: 16px;
	color: #7a7a7a;
}

blockquote cite {
	color: #808080;
	font-size: 14px;
	display: block;
	margin-top: 8px;
}

blockquote cite:before {
	content: "\2014 \2009";
}

.contentImage {
	text-align: center;
}

.contentImage img {
	border: 1px solid #656565;
}

#footer-logo {
	width: 100%;
	text-align: center;
}

#poig-logo {
	float: left;
	width: 40%;
	text-align: center;
}

#sip-logo {
	float: left;
	width: 20%;
	text-align: center;
}

#efrr-logo {
	float: left;
	width: 40%;
	text-align: center;
}

#poig-efrr-info {
	margin: 16px 0 16px 0;
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: #fff;
}

.advert-header,.advert-home-middle,.advert-common-top,.advert-common-bottom {
	text-align: center;
}

.advert-header {
	width: 580px;
	height: 100px;
	float: right;
	margin-top: 20px;
	background: #b0b0b0;
}

.advert-home-middle {
	width: 300px;
	margin: 0 16px 16px 0;
}

.advert-common-top,.advert-common-bottom {
	width: 220px;
}

.advert-common-top {
	margin-bottom: 16px;
}

.aside {
	margin-bottom: 16px;
}

.user-avatar-small,.user-avatar-medium,.user-avatar-large,.group-logo-small,.group-logo-medium,.group-logo-large {
	border-radius: 4px;
}

.user-avatar-small,.group-logo-small {
	width: 30px;
	height: 30px;
}

.user-avatar-medium,.group-logo-medium {
	width: 60px;
	height: 60px;
}

.user-avatar-large,.group-logo-large {
	width: 90px;
	height: 90px;
}

.vertical-space-top {
	margin-top: 40px;
}

.vertical-space-bottom {
	margin-bottom: 16px;
}

.button1-disabled {
	display: inline-block;
	color: #b0b0b0;
	font-size: 12px;
	line-height: 16px;
	padding: 6px 9px 8px 11px;
	background: url('../images/button1-disabled.gif') repeat-x 0 0 #fefefe;
	font-weight: bold;
	border-top: 1px solid #f9f9f9;
	border-radius: 4px;
}

hr {
	border: 0;
	height: 1px;
	background: #333;
	background-image: -webkit-linear-gradient(left, #efefef, #cccccc, #efefef);
	background-image: -moz-linear-gradient(left, #efefef, #cccccc, #efefef);
	background-image: -ms-linear-gradient(left, #efefef, #cccccc, #efefef);
	background-image: -o-linear-gradient(left, #efefef, #cccccc, #efefef);
}

.commentItem a {
	color: #d6501e;
}

.commentItem a:hover {
	color: #656565;
}

.proSlidesList {
	margin: -8px 0 4px 0;
	padding: 0 4px 0 4px;
}

.pro_slide-down-box {
	position: relative;
	z-index: 101;
	margin-bottom: 8px;
}

.pro_slide-down-box dt {
	display: block;
	border: 1px solid #DDD;
	border-radius: 3px;
	text-shadow: 0 1px 1px white;
	box-shadow: 0 1px 1px #fff;
	font: bold 11px Sans-Serif;
	padding: 6px 10px;
	white-space: nowrap;
	vertical-align: middle;
	color: #666;
	background: transparent;
	cursor: pointer;
	border-color: #ddd;
	background: #E0E0E0;
	background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMGUwZTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+');
	background: -webkit-linear-gradient(to bottom, white, #E0E0E0);
	background: -moz-linear-gradient(to bottom, white, #E0E0E0);
	background: -ms-linear-gradient(to bottom, white, #E0E0E0);
	background: -o-linear-gradient(to bottom, white, #E0E0E0);
	background: linear-gradient(to bottom, white, #E0E0E0);
	-pie-background: linear-gradient(to bottom, white, #E0E0E0);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), inset 0 0 3px #fff;
}

.pro_slide-down-box dt:hover {
	box-shadow: inset 0 0 3px #fff;
	border-color: #999;
	text-decoration: none;
}

.pro_slide-down-box dt.active {
	border: 1px solid #AAA;
	border-bottom-color: #CCC;
	border-top-color: #999;
	box-shadow: inset 0 1px 2px #aaa;
	background: #E6E6E6;
	background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2ZTZlNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkY2RjZGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+');
	background: -webkit-linear-gradient(top, #E6E6E6, gainsboro);
	background: -moz-linear-gradient(top, #E6E6E6, gainsboro);
	background: -ms-linear-gradient(top, #E6E6E6, gainsboro);
	background: -o-linear-gradient(top, #E6E6E6, gainsboro);
	background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2ZTZlNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkY2RjZGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+');
}

.pro_slide-down-box dt span:nth-of-type(1) {
	display: inline-block;
	width: 11px;
	height: 11px;
	background: url('../images/slide-down-plus.png') 0 0 no-repeat;
	margin: 2px 6px 0 0;
}

.pro_slide-down-box dt.active span:nth-of-type(1) {
	background: url('../images/slide-down-minus.png') 0 0 no-repeat;
}

.pro_slide-down-box dd {
	display: none;
	padding: 8px;
	margin: 8px 0 0 0;
	background: #fff;
	border-radius: 5px;
	position: relative;
	box-shadow: inset 0 1px 1px rgba(170, 170, 170, .8);
	border: 1px solid #AAA;
	border-bottom-color: #CCC;
	border-top-color: #999;
}

.pro_slide-down-box .absol dd {
	position: absolute;
	top: 27px;
	left: 0;
	z-index: 99;
	width: auto;
}

.pro_slide-down-pad {
	padding: 5px 0;
}

.pro_tabs-horz-top,.pro_tabs-horz-bottom,.pro_tabs-horz-top2,.pro_tabs-horz-bottom2,.pro_tabs-vert-left,.pro_tabs-vert-right {
	position: relative;
	overflow: hidden;
}

.pro_tabs-horz-top .pro_tab-content,.pro_tabs-horz-bottom .pro_tab-content,.pro_tabs-horz-top2 .pro_tab-content,.pro_tabs-horz-bottom2 .pro_tab-content,.pro_tabs-vert-left .pro_tab-content,.pro_tabs-vert-right .pro_tab-content {
	width: auto;
	box-shadow: none;
	background: #fff;
	border: 1px solid #eee;
	padding: 10px;
}

.pro_tabs-horz-bottom .pro_tab-content,.pro_tabs-horz-bottom2 .pro_tab-content,.pro_tabs-vert-left .pro_tab-content,.pro_tabs-vert-right .pro_tab-content {
	margin: 0;
	min-height: 54px;
}

.pro_tabs-vert-left .pro_tab-content-box,.pro_tabs-vert-right .pro_tab-content {
	overflow: hidden;
}

.pro_tabs-nav {
	position: relative;
	overflow: hidden;
}

.pro_tabs-nav li {
	float: left;
	margin-right: 3px;
}

.pro_tabs-horz-top2 .pro_tabs-nav,.pro_tabs-horz-bottom2 .pro_tabs-nav {
	float: right;
}

.pro_tabs-nav li a {
	display: block;
	padding: 6px 15px;
	position: relative;
	top: 4px;
	z-index: 99;
	background: #E0E0E0;
	border: 1px solid #DDD;
	border-radius: 3px;
	text-shadow: 0 1px 1px white;
	font-weight: bold;
	white-space: nowrap;
	vertical-align: middle;
	color: #666;
	cursor: pointer;
	background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMGUwZTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+');
	border-color: #ddd;
	background: -webkit-linear-gradient(to bottom, white, #E0E0E0);
	background: -moz-linear-gradient(to bottom, white, #E0E0E0);
	background: -ms-linear-gradient(to bottom, white, #E0E0E0);
	background: -o-linear-gradient(to bottom, white, #E0E0E0);
	background: linear-gradient(to bottom, white, #E0E0E0);
	-pie-background: linear-gradient(to bottom, white, #E0E0E0);
	box-shadow: inset 0 0 3px #fff;
}

.pro_tabs-nav li a:hover,.pro_tabs-nav li a.current {
	top: 1px;
	text-decoration: none;
	background: #fff;
	-pie-background: linear-gradient(to bottom, #fff, #fff);
	color: #666;
}

.pro_tabs-horz-bottom .pro_tabs-nav,.pro_tabs-horz-bottom2 .pro_tabs-nav {
	top: -1px;
}

.pro_tabs-horz-bottom .pro_tabs-nav li a,.pro_tabs-horz-bottom2 .pro_tabs-nav li a {
	top: -4px;
}

.pro_tabs-horz-bottom .pro_tabs-nav li a:hover,.pro_tabs-horz-bottom .pro_tabs-nav li a.current,.pro_tabs-horz-bottom2 .pro_tabs-nav li a:hover,.pro_tabs-horz-bottom2 .pro_tabs-nav li a.current {
	top: -1px;
}

.pro_tabs-horz-top .pro_tabs-nav li a,.pro_tabs-horz-top2 .pro_tabs-nav li a {
	border-radius: 3px 3px 0 0;
}

.pro_tabs-horz-bottom .pro_tabs-nav li a,.pro_tabs-horz-bottom2 .pro_tabs-nav li a {
	border-radius: 0 0 3px 3px;
}

.pro_tabs-vert-left .pro_tabs-nav li a {
	border-radius: 3px 0 0 3px;
}

.pro_tabs-vert-right .pro_tabs-nav li a {
	border-radius: 0 3px 3px 0;
}

.pro_tabs-vert-left .pro_tabs-nav {
	float: left;
	margin-right: -1px;
}

.pro_tabs-vert-left .pro_tabs-nav li,.pro_tabs-vert-right .pro_tabs-nav li {
	float: none;
	margin: 0 0 3px 0;
}

.pro_tabs-vert-left .pro_tabs-nav li a {
	top: 0 !important;
	right: -4px;
}

.pro_tabs-vert-left .pro_tabs-nav li a:hover,.pro_tabs-vert-left .pro_tabs-nav li a.current {
	right: -1px;
}

.pro_tabs-vert-right .pro_tabs-nav {
	float: right;
	margin-left: -1px;
}

.pro_tabs-vert-right .pro_tabs-nav li a {
	top: 0 !important;
	left: -4px;
}

.pro_tabs-vert-right .pro_tabs-nav li a:hover,.pro_tabs-vert-right .pro_tabs-nav li a.current {
	left: -1px;
}

.pro_tabs-pad {
	padding: 20px 0 0 0;
}

.publishedAsUserInfo {
	color: #ff0000;
	margin: 14px 0 16px 0;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
}

.asideMenu {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 12px;
	color: #a0a0a0;
}

.asideMenuItem {
	float: left;
	width: 204px;
	background: url('../images/title-bg.gif') repeat-x 0 0 #fefefe;
	margin-bottom: 8px;
	padding: 10px 8px 8px 8px;
	border-radius: 4px;
	border-bottom: 1px solid #e5e5e5;
	cursor: default;
}

.asideMenuItem img {
	margin: 2px 8px 2px 4px;
}

.asideMenuItem a {
	color: #656565;
	font-size: 12px;
}

.asideMenuItem a:hover {
	color: #d6501e;
}

.subgroupsMembersList {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 17px;
	text-transform: none;
	margin: 8px;
}

.subgroupMemberBox {
	display: table;
	background: url('../images/title-bg.gif') repeat-x 0 0 #fefefe;
	padding: 10px 8px 8px 8px;
	border-radius: 4px;
	border-bottom: 1px solid #e5e5e5;
}

.subgroupMemberBox .avatar {
	float: left;
	padding: 4px 12px 4px 4px;
}

.subgroupMemberBox .separator {
	float: left;
	display: table;
	width: 578px;
	min-height: 67px;
	border-left: 1px dotted #d6501e;
	padding-left: 12px;
}

.subgroupMemberBox .span {
	display: table-cell;
	vertical-align: middle;
}

.subgroupMemberBox .name {
	padding: 4px 0 4px 0;
}

.subgroupMemberBox .name a {
	font-weight: bold;
}

.subgroupMemberBox .functionDescription {
	padding: 4px 0 4px 0;
}

.removed {
	color: #aaaaaa;
}

.notificationsIcon {
	float: left;
}

.notificationsIcon img {
	width: 32px;
	height: 30px;
	margin: 0 8px 0 0;
}

.notificationsInfo {
	float: left;
}

.notifications {
	position: absolute;
	height: 30px;
	cursor: pointer;
}

.notificationsList {
	display: none;
	opacity: 0;
	position: absolute;
	margin-top: 40px;
	background: rgba(0, 0, 0, 0.95);
	border-radius: 4px;
	border: 1px solid #aaaaaa;
}

.notificationsListItem {
	padding: 4px 6px 4px 8px;
	margin: 4px;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 4px;
}

.deleteNotification {
	width: 16px;
	height: 16px;
	margin: 2px;
	cursor: pointer;
}

.links {
	margin: -4px 0 0 16px;
}

.links a {
	padding-top: 10px;
	display: inline-block;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	position: relative;
}

.links a span {
	background: url('../images/marker5.png') no-repeat scroll 0 0 transparent;
	display: block;
	height: 6px;
	position: absolute;
	right: -13px;
	top: 14px;
	width: 6px;
}

.links img {
	margin: -9px 2px 0 0;
}

.content-box2 {
	position: relative;
	width: 100%;
	height: 470px;
	overflow: hidden;
	border-bottom: 1px solid #212121;
}

.slider {
	width: 1480px;
	position: absolute;
	top: 0;
	margin-left: -740px;
	left: 50%;
	height: 470px;
	overflow: hidden;
	z-index: 2
}

.items {
	display: none;
}

.pagination {
	display: inline-block;
	padding-right: 10px;
	position: absolute;
	right: 241px;
	top: 332px;
	z-index: 9999;
}

.pagination li {
	float: left;
	margin: 0;
	text-align: center;
	width: 31px;
	padding: 14px 0;
	display: block;
	background: url('../images/divider3.gif') no-repeat 0 0;
}

.pagination a {
	display: block;
	font-family: 'OswaldRegular';
	font-size: 17px;
	line-height: 21px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	color: #fff;
	text-decoration: none;
}

.pagination li.current a,.pagination a:hover {
	color: #d6501e;
	text-decoration: none;
}

.prev {
	display: block;
	width: 25px;
	height: 22px;
	position: absolute;
	z-index: 15;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	top: 552px;
	left: 359px;
	padding: 2px 0 0 0;
	font-weight: bold;
	text-align: center;
	color: #fff;
	text-decoration: none;
}

.prev:hover {
	color: #999
}

.next {
	display: block;
	width: 25px;
	height: 22px;
	position: absolute;
	z-index: 15;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	top: 552px;
	left: 553px;
	padding: 2px 0 0 0;
	font-weight: bold;
	text-align: center;
	color: #fff;
	text-decoration: none;
}

.next:hover {
	color: #999
}

.play {
	display: block;
	width: 45px;
	height: 22px;
	position: absolute;
	z-index: 15;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	top: 552px;
	left: 823px;
	padding: 2px 0 0 0;
	text-align: center;
	color: #fff;
	text-decoration: none;
}

.play span {
	display: none;
}

.play em {
	font-style: normal;
	display: block;
}

.paused span {
	display: block;
}

.paused em {
	display: none;
}

.banner {
	color: #FFFFFF;
	font-family: 'OswaldRegular';
	font-size: 15px;
	height: 53px;
	left: 241px;
	line-height: 18px;
	margin-left: 9px;
	overflow: hidden;
	position: absolute;
	font-weight: normal;
	text-transform: uppercase;
	top: 332px;
	width: 980px;
	z-index: 15;
}

.banner-bg {
	top: 332px;
	width: 980px;
	left: 241px;
	height: 53px;
	background: url('../images/banner-bg.png') repeat scroll 0 0 transparent;
	margin-left: 9px;
	position: absolute;
	z-index: 999;
}

.banner a {
	display: inline-block;
	font-weight: normal;
	padding: 17px 0 0 17px;
	color: #fff;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.banner a:hover {
	color: #d6501e;
	text-decoration: none;
}

.banner span {
	display: inline-block;
	width: 50px;
	height: 53px;
	background: url('../images/marker2.gif') no-repeat 0 0;
}

.progbar {
	background: #000;
	width: 100%;
	height: 2px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 999;
}

.numStatus {
	display: block;
	width: 45px;
	height: 22px;
	background: url('../images/pagination-bg.gif') left top repeat-x;
	position: absolute;
	z-index: 15;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	top: 551px;
	left: 583px;
	padding: 2px 0 0 0;
	text-align: center;
	color: #fff;
	text-decoration: none;
}