@media all{
	#bsItem {
		margin:0;
		padding: 0;
		font-family: "Helvetica neue",Helvetica,Arial,Sans-serif;
		font-size: 16px;
		color:#333;
	}
	#bsItem hr {
		margin: 1em 0;
		border-right: none;
		border-left: none;
	}
	#bsItem .hr1 {
		border-top: 10px solid #6c9dbd;
		border-bottom: 5px solid #abc8d6;
	}
	#bsItem .hr2 {
		border-bottom: 10px solid #6c9dbd;
		border-top: 5px solid #abc8d6;
	}
	#bsItem a{
		color:#263C53;
		text-decoration:none;
	}
	#bsItem section, #bsItem header, #bsItem footer {
	display:block;
	}
	#bsItem img, #bsItem textarea, #bsItem input {
		vertical-align:top;
		max-width:100%;
		height: auto;
	}
	#bsItem ul {
		margin: 1em;
		padding: 0;
	}
	#bsItem li {
		margin: 0 0 1em 0;
		padding: 0;
	}
	#bsItem h1{
		font-size:2.4em;
		color: #263C53;
		letter-spacing: -0.05em;
		margin: 0.2em 0;
		text-shadow: 2px 2px 5px #ddd;
	}
	#bsItem h2 {
		font-size:1.8em;
		font-weight: bold;
		font-style: italic;
		color: #202020;
		letter-spacing: -0.03em;
		margin: 0.2em 0;
		text-shadow: 1px 1px 3px #ddd;
	}
	#bsItem h3 {
		font-size:1.4em;
		color: #202020;
		letter-spacing: -0.02em;
		margin: 0.2em 0;
	}
	
	#bsItem p {
	margin:0 0 1em;
	}
	#bsItem .hidden{display:none;}
	#bsItem .right { float:right;} 
	#bsItem .left { float:left;}
	#bsItem .fullWidth{width:99%;}
	#bsItem .fullWidth img{width:99%;}
	#bsItem .fullHeight{height: 100%;}
	#bsItem .row{
		margin-top: 1.5em;
		width:100%;
	}
	#bsItem .row:after, #bsItem section:after, #bsItem .infoBox:after, #bsItem .columns:after, #bsItem .clear:after{
		content:"";
		display:block;
		clear:both;
	}
	
	#bsItem * +html input,
	#bsItem * +html textarea,
	#bsItem * +html .textField{
		width:99%;
		padding:0;
	}
	
	#bsItem .columns{width:100%	}
	#bsItem .columns > div{
		float:left;
		vertical-align:top;
	}
	#bsItem .half{
		width:48.0%;
		margin:1.3%;
	}
	#bsItem .oneThird{
		width:32%;
		margin:1%;
	}
	#bsItem .twoThird{
		width:64%;
		margin:1%;
	}
	#bsItem .columns > div:first-child {margin-left:0;}
	#bsItem .oneThird +.oneThird +.oneThird,
	#bsItem .oneThird +.twoThird,
	#bsItem .threeForth + .oneForth,
	#bsItem .oneForth + .half,
	#bsItem .half + .half,
	#bsItem .half + .oneForth + .oneForth,
	#bsItem .last{
		float:right;
		margin-right:0;
	}
	#bsItem .oneForth{width:24%;}
	#bsItem .threeForth{width:74.5%;}
	#bsItem * +html .buttons > span{margin:0 20px;}
	#bsItem .imgHolder{
		display:inline-block;
		margin-bottom:1em;
		overflow:hidden;
	}
	#bsItem * +html .imgHolder{
		padding:0;
	}
	#bsItem .large {
	font-size: 1.4em;
	}
	#bsItem .small {
	font-size: 0.8em;
	}
	#bsItem .center {
	text-align: center;
	}
	#bsItem .infoBox {
	background: linear-gradient(to right, #e4eff9, #d4dfe9);
	padding: 1.5em;
	font-size: 0.8em;
	border-radius: 5px;
	box-shadow: 2px 2px 5px #ddd;
	}
	#bsItem .infoBox2 {
	width: 100%; 
	background-color: #eee;
	border: 1px solid #ccc;
	margin-top: 1em;
	}
	
	#bsItem .title {
	font-weight: bold;
	vertical-align: top;
	}
	#bsItem .warning {
	color: #ffffff;
	padding: 0.5em;
	font-weight: bold;
	background-color: #c11a06;
	text-align: center;
	text-transform: uppercase;
	}
	#bsItem .caution {
	background-color: #ffffff;
	padding: 0.5em;
	font-weight: bold;
	color: #c11a06;
	}
	#bsItem #pagewidth {
	width:95%;
	max-width: 958px;
	margin: 0.5em auto;
	border: 1px solid #ddd;
	}
	#bsItem #header{
		width:100%;
		height: 120px;
		background: #b8cae0 url(header_bg.png) top repeat-x;
		border-top: 10px #c0090d solid;
	}
	#bsItem #logo {
	height: 75px;
	}
	#bsItem .padded {
	padding: 18px;
	}
	#bsItem .paddedMinimal {
	padding: 0.2em;
	}
	#bsItem .infoImg {
	margin: 0.3em;
	max-width: 45%;
	height: auto;
	}
	#bsItem .features {
	font-weight: bold;
	font-style: italic;
	color: #263C53;
	line-height: 85%;
	background: linear-gradient(to right, #e4eff9, #d4dfe9);
	padding: 1em 1em 0em 1em;
	font-size: 1em;
	border-radius: 15px;
	box-shadow: 2px 2px 5px #ddd;
	}
	#bsItem .features img {
	max-width: 40px;
	margin: -0.5em 0.5em 0.5em 0;
	float: left;
	}
	#bsItem .itemPreview {
	width: 66% !important;
	margin: 0 auto;
	}
	#bsItem .singleThumbnail {
	float: none !important;
	}	
	#bsItem .singleThumbnail img {
	max-width: 200px;
	}	
	#bsItem #headerright {
	background: url(header_bg2.png) top right no-repeat;
	background-size: auto 100%;
	}
	#bsItem #content{
	padding: 29px;
	background: url(content_bg.png) bottom right no-repeat;
	background-size: 21% auto;
	}
	#bsItem #footer{
		font-size: 0.8em;
		padding: 15px;;
		color:#fff;
		background: #375585;
		background: linear-gradient(#a9bdd3, #264676);
	}
	#bsItem #footer a{
		color:#ffffff;
		font-weight: bold;
	}
	#bsItem .clear{
		clear: both;
	}
	
}

@media all and (max-width: 1080px){
	#bsItem { font-size:15px;}
	#bsItem .row{ margin-top: 0.5em;}
	#bsItem #content{padding: 16px;}
	#bsItem #footer{ padding: 10px;;}
	#bsItem h1{ text-shadow: 2px 2px 3px #ddd; }  	
	#bsItem #header{ height: 100px; border-top: 8px #c0090d solid;}
	#bsItem #logo { height: 65px; }
	#bsItem .padded {padding: 15px;}
	#bsItem #headerright img { max-width: 345px; }
}

@media all and (max-width: 780px){
	#bsItem #pagewidth { width:100%; border: none; }
	#bsItem {font-size:14px;}
	#bsItem .columns .half, #bsItem .columns .twoThird, #bsItem .columns .threeForth { float:none !important; width:100%; margin: 1em 0 0 0; clear: both; }
	#bsItem .itemPreview.small .half { float:left !important; width:50.0%; }
	#bsItem #content{padding: 8px; background: none; }
	#bsItem #footer{ padding: 8px;;}
	#bsItem h1{ font-size: 2em; text-shadow: none; }
	#bsItem h2 { font-size: 1.5em; text-shadow: none; }
	#bsItem #header{ height: auto; border-top: 5px #c0090d solid;}
	#bsItem .fullHeight { height: auto; }
	#bsItem #logo { height: 50px; }
	#bsItem .padded {padding: 10px;}
	#bsItem .itemPreview.small { width: 75% !important; }
	#bsItem #headerright { background: none; }
	#bsItem #headerright img { max-width: 100%; }
	#bsItem hr { margin: 0.5em 0;	}
	#bsItem .hr1 { border-top: 5px solid #6c9dbd; border-bottom: 3px solid #abc8d6; margin-top: 1em; }
	#bsItem .hr2 { border-top: 3px solid #abc8d6; border-bottom: 5px solid #6c9dbd; margin-bottom: 1em; }
	#bsItem .infoImg { margin: 0.1em; }
	#bsItem .infoBox { padding: 1em; border-radius: 2px; box-shadow: none; background: #d4dfe9; }
	#bsItem .singleThumbnail img { max-width: 120px; }	
}

@media all and (max-width: 380px){
	#bsItem {font-size:13px;}
	#bsItem .columns .oneForth, #bsItem .columns .oneThird { float:left !important; width:50%; margin: 0 0 0.5em 0; }
	#bsItem #content{padding: 8px;}
	#bsItem h1{ font-size: 1.6em; }
	#bsItem h2 { font-size: 1.3em; }
	#bsItem h3 { font-size: 1.1em; }
	#bsItem #logo { max-width: 100%; height: auto; }
	#bsItem .padded {padding: 8px;}
	#bsItem .itemPreview { width: 100% !important; }
}

	
}