html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0 none;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}

body {
    color: #2C353C;
}

/**************************************************
* New header begin
**************************************************/
.headerContainer {
	width: 1024px;
	margin: 0 auto;
	padding-top: 28px;
	background: #373b3e;
}

.headerContainer .headerInner {
	border-top: 1px solid #fefefe;
}

.headerContainer .headerTop {
	width: 960px;
	height: 28px;
	margin: 0 auto;
}

.headerTopInner {
	width: 100%;
	display: inline-block;
}

.headerContainer .langMenu {
	width: 110px;
	height: 23px;
	padding-top: 5px;
	margin-right: 17px;
	float: left;
	position: relative;
	color: #aeafb1;
	font-size: 11px;
	list-style: none;
	z-index: 999;
	cursor: pointer;
	display: inline-block;
	top: 0;
	left: 0;
	background: none;
	border: none;
	border-right: 1px solid #FEFEFE;
}

.headerContainer .langMenu:hover {
	padding: 5px 0 0 0;
}

.headerContainer .langMenu img {
	margin: 0 7px;
	float: left;
}

div.langMenu .noactive {
    display: none;
    top: 25px;
    float: left;
    width: 20px;
}

.headerContainer .langMenu .activeLang {
	color: #aeafb1;
	padding-right: 20px;
	background: url("/templates/ieguide/Images/arrow.jpg") no-repeat 20px;
}

.headerContainer .langMenu .imgArrow {
	margin-top: 7px;
}

.headerContainer .langMenu .noactive-1,
.headerContainer .langMenu .noactive-2,
.headerContainer .langMenu .noactive {
	width: 50px;
	background: #373B3E;
	z-index: 1000;
	left: -3px;
	text-align: left;
	padding-left: 58px;
}

#content-ieguide-step1
{
    padding-top: 60px;
}

.headerContainer .langMenu .noactive-1,
.headerContainer .langMenu .noactive {
	top: 25px;
}

.headerContainer .langMenu .noactive-2 {
	top: 46px;
	border-bottom: 1px solid #373b3e;
}

.headerContainer .langMenu .noactive {
	border-bottom: 1px solid #373b3e;
}

.headerContainer .langMenu:hover .noactive {
	display: block;
}

.headerContainer .langMenu .noactive-1 a,
.headerContainer .langMenu .noactive-2 a,
.headerContainer .langMenu .noactive a {
	display: block;
	text-decoration: none;
	color: #aeafb1;
}

.headerContainer .langMenu .noactive-1 a,
.headerContainer .langMenu .noactive a {
	padding: 2px 2px 2px 61px;
}

.headerContainer .langMenu .noactive-2 a {
	padding: 5px 10px 5px 61px;
}

.headerContainer .langMenu a:hover,
.headerContainer .langMenu .noactive a:hover {
	color: #FFF;
}

.headerContainer .headerClaim {
	width: 95px;
	height: 12px;
	margin-top: 8px;
	margin-right: 13px;
	background: url(/templates/ieguide/Images/headerClaim.gif) no-repeat;
	border: none;
	position: relative;
	left: 0;
	top: 0;
	float: right;
}

.contentContainer {
	width: 1024px;
	margin: 0 auto;
	background: #e0e9ee;
}

.contentContainer .header {
	height: 109px;
	background-image: none;
	padding: 0px 22px 0 0px;
	position: relative;
}

.contentContainer .logo {
	width: 95px;
	height: 45px;
	margin-right: 0px;
	position: relative;
	top: 20px;
	float: right;
	background: url("/templates/ieguide/Images/sew_logo.png") no-repeat;
}

.contentContainer .logo span{
	display: none;
}

.contentContainer .header .navigationFirstLevel {
	top: 123px;
}

/**************************************************
* New header end
**************************************************/

.InfoMonkey {
    padding-bottom: 10px;
    padding-left: 30px;
    width: 900px;
}

.box {
    background-color: white;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
    box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
    color: #4a4a4a;
    display: block;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
}

.box:not(:last-child) {
    margin-bottom: 1.5rem;
}

a.box:hover, a.box:focus {
    -webkit-box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px #00d1b2;
    box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px #00d1b2;
}

a.box:active {
    -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px #00d1b2;
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px #00d1b2;
}
