@charset "utf-8";
/* CSS Document */
/* ©2017 SMS-PLAUEN | My Design Studio */


/*-----------------------------------------
	Common Content Styles
-----------------------------------------*/


html, body {
    font-family: Arial, Helvetica, sans-serif;
    color:#333;
}

h1{  
    font-size:28px;
    font-weight: normal;
    line-height: 1.07;
    margin: 0 0 20px 0;
    color: #333;
}

h2 {
    font-size:20px;
    font-weight: normal;
    line-height: 1.2;
    margin: 19px 0 9px 0;
    color: #333;
}

h3 {
    font-size: 16px;
    font-weight: bold;
    /* margin-bottom:5px; */
    line-height: 1.19;
    margin: 18px 0 8px 0;
    color: #0f73c3;
}

h4 {
    font-size: 12px;
    font-weight: normal;
    line-height: 1.17;
    margin: 14px 0 6px 0;
    color: #0f73c3;
}

h5 {
    font-size:11px;
    font-weight:normal;
    line-height: 1.27;
    margin: 14px 0 6px 0;
    text-transform: uppercase;
    color: #0f73c3;
}

h6 {
    font-size:11px;
    font-weight:normal;
    line-height: 1.27;
    color: #333;
    margin: 14px 0 6px 0;
    text-transform: uppercase;
}

p {
	font-size:12px;
	color:#06F;
	line-height:1.4;
	margin: 6px 0;
}

a {
    color:#333;
    text-decoration:none;
}

	a:hover {
		color:#0f73c3;
	}

h3 a {
    font-size: 16px;
    /* font-weight: bold; */
    margin-bottom:5px;
}

	h3 a:hover {
	    color:#666666;
	}

p a {
    color:#0f73c3;
    text-decoration:none;
}

	p a:hover {
		color:#333;
		text-decoration: underline;
	}
	
ul, ol {
	font-size: 12px;
	line-height: 17px;
}

.green { color:#689434; }
.blue { color:#0f73c3; }
.orange { color:#e07f16; }
.white { color:#fff; }

.left {float:left;}
.right {float:right;}
.block {display:block;}
		
sup {
	font-size: .55em;
	vertical-align: super;
}

a.smBlueArrowLink, a.smGreyArrowLink, .smBlueArrowLink, a.smCoralArrowLink {
	font-size:13px;
	display:block;
	padding-right: 18px;
	float: left;
	text-decoration: none;
}
a:hover.smBlueArrowLink, a:hover.smGreyArrowLink, a:hover.smCoralArrowLink {text-decoration:underline;}
a.smBlueArrowLink, a:hover.smBlueArrowLink, .smBlueArrowLink {
	color:#0f73c3;
	background: url(../images/smBlueArrow.gif) right 50% no-repeat;
}
	
a.smGreyArrowLink {
	color:#44b4e3;
	background: url(../images/smGreyArrow.gif) right 50% no-repeat;
}

a.smCoralArrowLink {
	background: url(../images/smCoralArrow.gif) right 50% no-repeat;
}

/*-----------------------------------------
	Page Wrapper
-----------------------------------------*/

#marqueeWrapper {
	width: 100%;
	height: 374px;
	background-color: #0f73c3;
	border-bottom: 1px solid #fff;
}

#marqueeBtnsWrapper {
	height: 50px;
	width: 100%;
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top,  #eeeeee 0%, #fdfdfd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#fdfdfd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#fdfdfd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eeeeee 0%,#fdfdfd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eeeeee 0%,#fdfdfd 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #eeeeee 0%,#fdfdfd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#fdfdfd',GradientType=0 ); /* IE6-9 */
}

#hpContentWrapper {
	background: #fdfdfd; /* Old browsers */
	background: -moz-linear-gradient(top,  #fdfdfd 0%, #eeeeee 50%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(50%,#eeeeee), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fdfdfd 0%,#eeeeee 50%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fdfdfd 0%,#eeeeee 50%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fdfdfd 0%,#eeeeee 50%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fdfdfd 0%,#eeeeee 50%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	width: 100%;
	padding: 15px 0 15px;
	/*
	border-bottom: 8px solid #44b4e3;
	margin: 0 0 1px;
	*/
}

#QDCfooterWrapper {
	background: #0f73c3; /* Old browsers */
	background: -moz-linear-gradient(left,  #0f73c3 0%, #00b6f1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#0f73c3), color-stop(100%,#00b6f1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #0f73c3 0%,#00b6f1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #0f73c3 0%,#00b6f1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #0f73c3 0%,#00b6f1 100%); /* IE10+ */
	background: linear-gradient(to right,  #0f73c3 0%,#00b6f1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f73c3', endColorstr='#00b6f1',GradientType=1 ); /* IE6-9 */
	width: 100%;
	padding:0 0 40px 0;
}

#QDCfooterWrapper li {
list-style: none outside none !important;
}
#QDCfooterWrapper ul {
margin:0;
}
#QDCfooterWrapper .footDivider {
	background-color:#0C0;
	height:8px;
	border-bottom:1px solid #FFF;
	overflow:hidden;
	margin-bottom:40px;
}

		
/*-----------------------------------------
	Homepage Banner & Carousel
-----------------------------------------*/		


#QDC_banner {
	width: 100%;
	min-width: 1175px;
	height: 374px;
	padding: 0;
	position: absolute;
}
	#QDC_banner .slides > li {background-position:center top; background-repeat:no-repeat;}
	#QDC_banner .bannerContent {width:1019px; margin:0 auto; height:374px; overflow:hidden; padding-left:70px; background: url(../images/video_playBtn_on.png) -9999px -9999px no-repeat, url(../images/video_playBtn_on_hd.png) -9999px -9999px no-repeat;}
	#QDC_banner h1 {font-size:41px; color:#fff; margin-top:90px;}
	#QDC_banner h2 {font-size:29px; color:#fff; margin:-10px 0 20px;}
	#QDC_banner h1, #QDC_banner h2, #QDC_highlights h1 {letter-spacing:-0.08em; letter-spacing:-0.05em;}
	#QDC_banner .grey {color:#6c7476;}
	#QDC_banner .blue {color:#0f73c3;}
	#QDC_banner h1.ltblue {color:#a6e8ff;}
	#QDC_banner h2.ltblue {color:#67d3ff;}
	#QDC_banner p {font-size:16px; line-height:1.3; color:#fff; margin-bottom:15px; max-width:450px;}
	
	#QDC_banner .bannerVideo {width:534px; height:300px; border:1px solid #fff; float:right; margin:36px 30px 0 30px; background-position:center middle; background-repeat:no-repeat; text-align:center;}
	#QDC_banner .bannerVideo a {display:block; text-indent:-999px; font-size:10px; text-decoration:none; background:url(../images/video_playBtn_off.png) 0 0 no-repeat; width:187px; height:187px; overflow:hidden; margin: 57px auto 0; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
		@media only screen and (-webkit-min-device-pixel-ratio: 2), 
		only screen and (min-resolution: 192dpi) {
			#QDC_banner .bannerVideo a {
				background-image: url(../images/video_playBtn_off_hd.png);
				-moz-background-size: 187px 187px;
				-ie-background-size: 187px 187px;
				-o-background-size: 187px 187px;
				-webkit-background-size: 187px 187px;
				background-size: 187px 187px;
			}
		}
	#QDC_banner .bannerVideo a:hover {background-image:url(../images/video_playBtn_on.png);}
		@media only screen and (-webkit-min-device-pixel-ratio: 2), 
		only screen and (min-resolution: 192dpi) {
			#QDC_banner .bannerVideo a:hover {
				background-image: url(../images/video_playBtn_on_hd.png);
				-moz-background-size: 187px 187px;
				-ie-background-size: 187px 187px;
				-o-background-size: 187px 187px;
				-webkit-background-size: 187px 187px;
				background-size: 187px 187px;
			}
		}
	/*#QDC_banner .bannerVideo a.videoBtn1, #QDC_banner .bannerVideo a:hover.videoBtn2 {background-position:left top;}
	#QDC_banner .bannerVideo a.videoBtn2, #QDC_banner .bannerVideo a:hover.videoBtn1 {background-position:left bottom;}*/
	
	#QDC_banner .flex-control-nav {width:1089px; right:50%; margin-right:-545px;}
		
	#QDC_banner a.smBlueArrowLink, #QDC_banner a.smGreyArrowLink, a.smCoralArrowLink {font-size:14px;}
	#QDC_banner a.smBlueArrowLink, #QDC_banner a:hover.smBlueArrowLink, a.smCoralArrowLink, a:hover.smCoralArrowLink {color:#fff;}
	#QDC_banner a#blue.smBlueArrowLink, #QDC_banner a#blue:hover.smBlueArrowLink {color:#0f73c3;}
	#QDC_banner a.smGreyArrowLink, #QDC_banner a:hover.smGreyArrowLink {color:#99afbb;}

#QDC_highlights li {
	background: #f1f1f1; /* Old browsers */
	background: -moz-linear-gradient(top,  #f1f1f1 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f1f1f1 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f1f1f1 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f1f1f1 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f1f1f1 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	margin-left: 19px;
}
	#QDC_highlights li:first-child {margin-left:0;}
	#QDC_highlights li > a {
		background-position: center bottom;
		background-repeat: no-repeat;
		width: 207px;
		height: 183px;
		border: 4px solid #ccd1d1;
		padding: 8px 5px 5px 12px;
		overflow: hidden;
		display: block;
		-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;
	}
	#QDC_highlights li > a:hover { border-color:#a3abab; background-position:center 150px; }

#QDC_highlights {
	width: 985px;
	height: 204px;
	position: absolute;
	overflow: hidden;
	padding: 0;
}

	#QDC_highlights h1 {margin:5px 0 10px; font-size:22px;}
	#QDC_highlights p {color:#54585a; font-size:13px; margin:4px 0;}
	/*#QDC_highlights li > a:hover .smBlueArrowLink {text-decoration:underline;}*/

.carousel-nav-container {
	width:985px;
	margin:0 auto 25px;
	position:relative;
	height:250px;
	border-bottom:1px solid #fff;
	background: url(../images/sms_highlights_bk.png) center bottom no-repeat;
}

.carousel-nav-container .flex-direction-nav li .flex-prev {
	left: -50px;
}
.carousel-nav-container .flex-direction-nav li .flex-next {
	right: -50px;
	background-position: 100% 0;
}

.carousel-nav-container .flex-direction-nav a {width: 35px; height: 145px; margin: 30px 0 0; display: block; background: url(../images/bg_direction_nav3_grey.png) no-repeat 0 0; background: url(../newindex/images/bg_direction_nav3_grey.gif) no-repeat 0 0\9; position: absolute; top: 0; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease; z-index:9;}



/*-----------------------------------------
	Homepage Content Area
-----------------------------------------*/	

#customerCertainty {
	width: 967px;
	margin: 0 auto 20px;
	background: url(../images/QDC_bracket_icon_sm.png) 18px 50px no-repeat;
	padding: 0 0 0 18px;
	text-align: justify;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), 
only screen and (min-resolution: 192dpi) {
	#customerCertainty {
		background-image: url(../images/QDC_bracket_icon_sm_hd.png);
		-moz-background-size: 74px 74px;
		-ie-background-size: 74px 74px;
		-o-background-size: 74px 74px;
		-webkit-background-size: 74px 74px;
		background-size: 74px 74px;
	}
}

	#customerCertainty h1, #whatsHappening h1, #QDCsocialMedia h1 {
		font-size: 22px;
		text-transform: uppercase;
		text-align: left;
	}
	#customerCertainty h1, #whatsHappening h1, #QDC_highlights h1 {color:#000;}
	#customerCertainty h1 {margin-bottom:10px;}
	#customerCertainty h1 a {color:#000; text-decoration:none;}
	#whatsHappening h1, #QDCsocialMedia h1 {margin-bottom:15px;}
	#customerCertainty ul {height: 45px; width: 875px; overflow:hidden; margin:0 0 0 90px; padding:32px 0 32px 20px; background:url(../images/customers_bk.png) 0 0 no-repeat;}
	#customerCertainty li {list-style:none; display: inline-block; *display: inline; zoom: 1; margin-left:29px;}
	#customerCertainty li:first-child {margin-left:0;}
	#customerCertainty li a {line-height:50px;}
	#customerCertainty li > img {border:none; vertical-align:middle; height:45px;}
	#customerCertainty a.smGreyArrowLink {float:right; margin-top:-15px;}

/*	
#QDCtwitterFeed {
	background: #44b4e3 url(/newindex/images/twitter_icon.gif) 14px 50% no-repeat;
	width: 900px;
	padding: 12px 15px 12px 70px;
	margin: 0 auto 1px;
	min-height: 38px;
}
*/
@media only screen and (-webkit-min-device-pixel-ratio: 2), 
only screen and (min-resolution: 192dpi) {
	#QDCtwitterFeed {
		background-image: url(../images/twitter_icon_hd.gif);
		-moz-background-size: 38px 38px;
		-ie-background-size: 38px 38px;
		-o-background-size: 38px 38px;
		-webkit-background-size: 38px 38px;
		background-size: 38px 38px;
	}
}
	#QDCtwitterFeed p { }
	#QDCtwitterFeed p, #QDCtwitterFeed p a {
		color: #fff;
		font-size: 14px;
		line-height: 1.2;
	}
	#QDCtwitterFeed p a:hover {color: #fff;}
	
#whatsHappening {
	width: 985px;
	margin: 0 auto;
	background: url(../images/twitterbox_reflection_bk.png) left top repeat-x; /* Old browsers */
	padding: 25px 0 10px;
}
	#whatsHappening > ul {margin:0; width:100%; overflow:hidden;}
	#whatsHappening > ul > li , #whatsHappening #ctl00_ContentPlaceHolder2_hpv3_block1, #whatsHappening #ctl00_ContentPlaceHolder2_hpv3_block2, #QDCblog, #PRblock{
		list-style: none;
		border-left: 1px solid #ebebeb;
		width: 293px;
		padding: 15px 0 15px 18px;
		margin-left: 24px;
		float: left;
		min-height: 250px; position: relative;
	}
	#whatsHappening > ul > li:first-child , #whatsHappening #ctl00_ContentPlaceHolder2_hpv3_block1, #PRblock {border-left:none; margin-left:0;}
		
	#whatsHappening .itemTitle {margin:0 0 2px;}
	#whatsHappening .itemTitle a, #QDCevents > p > a {
		font-size: 13px;
		line-height: 1.4;
		color: #0f73c3;
		text-decoration: none;
	}
	#whatsHappening .itemContent a {color:#0f73c3;}
	#whatsHappening .itemTitle a:hover, #whatsHappening .itemContent a:hover, #QDCevents > p > a:hover { text-decoration:underline; color:#0f73c3; }
	#whatsHappening .itemDate, #whatsHappening .itemContent, #whatsHappening .itemContent p {
		color: #54585a;
		font-size: 11px;
		line-height: 1.55;
		display: block;
	}
	#whatsHappening .itemDate {
		font-style: italic;
	}
	#whatsHappening p {
		margin: 0;
	}
	
	#QDCPRs p{color:#54585a;}
	
	.feedEkList{width:293px; list-style:none outside none; color:#3E3E3E; margin:0; line-height:20px; overflow:hidden;}
	.feedEkList li{padding:0; margin:20px 0 0;}
	.feedEkList li:first-child{margin-top:0;}
	
	#QDCevents p {margin:0 0 20px;}
	#eventsRss li {display:none;}
	
	#facebookRss img {width:50px; margin:-15px 10px 0 0; display:none;}
	#facebookRss .itemTitle {display:none;}

	#facebookRss p {
		color: #54585a;
		font-size: 11px;
		line-height: 1.55;
		display: block; margin-bottom:20px;
	}	
	#facebookRss  p a:hover, #facebookRss p a:hover{ text-decoration:underline; color:#0f73c3; }

/*-----------------------------------------
	Homepage Footer Area
-----------------------------------------*/	

#QDCsocialMedia {
	width: 985px;
	margin: 0 auto 40px;	
	overflow: hidden;
}
	#QDCsocialMedia h1 {color:#fff;}
	#QDCsocialMedia .stayconnected {float:left;}
	#QDCsocialMedia .findus {float:right;}
	
	#QDCsocialMedia .stayconnected ul {
		height: 79px; 
	}
	
	#QDCsocialMedia .stayconnected ul li {
		list-style: none;
		display: block;
		float: left; 
		text-align: left; 
		width:190px; 
		vertical-align: middle;
	}
	
	#QDCsocialMedia .stayconnected li a { 
		display: block;
		padding-left: 88px;
		font-size: 12px;
		line-height: 17px;
		color: #fff;
		text-decoration: none;
		font-weight: 700;
		background-position: 0 0;
		background-repeat: no-repeat;
		height: 67px;
		vertical-align: middle;
		padding-top: 12px;
	}
		#QDCsocialMedia .stayconnected li a:hover { background-position:0 -86px; }
	
	#QDCsocialMedia .stayconnected .snForum { background-image:url(../images/snForum.gif) }
	@media only screen and (-webkit-min-device-pixel-ratio: 2), 
	only screen and (min-resolution: 192dpi) {
		#QDCsocialMedia .stayconnected .snForum {
			background-image: url(../newindex/images/snForum_hd.gif);
			-moz-background-size: 79px 165px;
			-ie-background-size: 79px 165px;
			-o-background-size: 79px 165px;
			-webkit-background-size: 79px 165px;
			background-size: 79px 165px;
		}
	}
	#QDCsocialMedia .stayconnected .forumV { background-image:url(../images/forumV.gif) }
	@media only screen and (-webkit-min-device-pixel-ratio: 2), 
	only screen and (min-resolution: 192dpi) {
		#QDCsocialMedia .stayconnected .forumV {
			background-image: url(../images/forumV_hd.gif);
			-moz-background-size: 79px 165px;
			-ie-background-size: 79px 165px;
			-o-background-size: 79px 165px;
			-webkit-background-size: 79px 165px;
			background-size: 79px 165px;
		}
	}
	#QDCsocialMedia .stayconnected .QUblog { background-image:url(../images/SMblog.gif) }
	@media only screen and (-webkit-min-device-pixel-ratio: 2), 
	only screen and (min-resolution: 192dpi) {
		#QDCsocialMedia .stayconnected .QUblog {
			background-image: url(../images/SMblog_hd.gif);
			-moz-background-size: 79px 165px;
			-ie-background-size: 79px 165px;
			-o-background-size: 79px 165px;
			-webkit-background-size: 79px 165px;
			background-size: 79px 165px;
		}
	}
	
	#QDCsocialMedia .findus ul {height:40px; overflow:hidden; margin-top:30px;}
	#QDCsocialMedia .findus li {float: left; margin-left:15px;}
	#QDCsocialMedia .findus li:first-child {margin-left:0;}
	#QDCsocialMedia .findus li a {
		display: block;
		height: 40px;
		width: 40px;
		text-indent: -999px;
		overflow: hidden;
		background-image: url(../images/socialMedia_icons.png);
		background-repeat: no-repeat;
	}
	@media only screen and (-webkit-min-device-pixel-ratio: 2), 
	only screen and (min-resolution: 192dpi) {
		#QDCsocialMedia .findus li a {
			background-image: url(../images/socialMedia_icons_hd.png);
			-moz-background-size: 315px 85px;
			-ie-background-size: 315px 85px;
			-o-background-size: 315px 85px;
			-webkit-background-size: 315px 85px;
			background-size: 315px 85px;
		}
	}
	
	#QDCsocialMedia .findus .youtube {background-position:0 0;}
	#QDCsocialMedia .findus .linkedin {background-position:-55px 0;}
	#QDCsocialMedia .findus .twitter {background-position:-110px 0;}
	#QDCsocialMedia .findus .facebook {background-position:-165px 0;}
	#QDCsocialMedia .findus .slideshare {background-position:-220px 0;}
	#QDCsocialMedia .findus .flickr {background-position:-275px 0;}
	
	#QDCsocialMedia .findus a:hover.youtube {background-position:0 -46px;}
	#QDCsocialMedia .findus a:hover.linkedin {background-position:-55px -46px;}
	#QDCsocialMedia .findus a:hover.twitter {background-position:-110px -46px;}
	#QDCsocialMedia .findus a:hover.facebook {background-position:-165px -46px;}
	#QDCsocialMedia .findus a:hover.slideshare {background-position:-220px -46px;}
	#QDCsocialMedia .findus a:hover.flickr {background-position:-275px -46px;}
	
#QDCfooter {
	width: 985px;
	margin: 0 auto;
	color: #fff;
	border-top: 2px solid #76c8ed;
	padding-top: 13px;
	background: url(../images/sms_tagline.png) right 15px no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), 
only screen and (min-resolution: 192dpi) {
	#QDCfooter {
		background-image: url(../images/sms_tagline_hd.png);
		-moz-background-size: 96px 12px;
		-ie-background-size: 96px 12px;
		-o-background-size: 96px 12px;
		-webkit-background-size: 96px 12px;
		background-size: 96px 12px;
	}
}

	#QDCfooter .links {
		width: 100%;
		margin-bottom: 30px;
		overflow: hidden;
	}
		#QDCfooter .links li {width:190px; float:left; margin-right:15px;}
		#QDCfooter .links h4, #QDCfooter .links a {font-size:12px; line-height:16px; margin:0 0 5px; color:#fff;}
		#QDCfooter .links h4 {font-weight:700; text-transform:uppercase; color:#77c3ea;}
		#QDCfooter .links a {text-decoration:none; display:block; float:left; clear:left;}
		#QDCfooter .links a:hover {text-decoration:underline;}
	
	#QDCfooter .copyright {
		height: 32px;
		font-size: 11px;
		line-height: 32px;
	}
	
		
		
	
