/* General Styles Begin */
body {
	margin:0; padding:0;
	font-family:tahoma, Arial, verdana, sans-serif;
	font-size:11px;
	background-color:#ccc;
	background-image:url(images/gradient_bg.png);
	background-repeat:repeat-x;
}

a:link {
	color:#3b86fc;
	text-decoration:none;
}

a:visited {
	color:#3b86fc;
	text-decoration:none;
}

a:active {
	color:#3b86fc;
	text-decoration:none;
}

a:hover {
	color:#3b86fc;
	text-decoration:underline;
}
/* General Styles End */

/* Structure Begin */
#container {
	width:760px;
	position:relative;
	margin:0;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	background-color:#FFF;
}

#header {
	width:760px; height:55px;
	margin:0; padding:0;
}

.header_p {
	width:85%;
	margin:10px 0 5px 10px; padding:0;
	font-weight:700;
}

#content {
	width:760px; height:auto;
	margin:0; padding:0;
	background:#fff;
}

#subcontent {
	padding:10px 10px 0;
}

#leftcol {
	float:left;
	width:185px;
	padding:5px;
	background:url(images/left_col_bg.jpg) right top no-repeat;
	display:inline;
	text-align:center;
}

#leftcol .tea {
	margin:15px 0 0;
}

#leftcol .literature {
	width:160px;
	text-align:left;
	margin-top:10px;
	margin-left:10px;
	padding:10px 2px 5px;
}

.literature_img {
	margin:0;
}

#pdf {
	text-align:left;
	padding:0 0 10px;
}

#rightcol {
	float:left;
	width:550px;
	margin-top:5px;
	margin-left:5px;
	margin-right:5px;
	padding:0;
	background-color:#fff;
}

#rightcol p {
	text-indent:15px;
}

#footer {
	clear:both;
	width:760px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:20px;
	font-size:10px;
	border-top:solid 1px #bbb;
}

.section {
	margin-top:10px;
	padding-bottom:20px;
	border-bottom:dotted 2px #bcbcbc;
}

#sidebar {
	width:175px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:20px;
	text-align:center;
	border-bottom:dotted 2px #999;
}
/* Structure End */

/* Headers Begin */
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:700;
	margin:0; padding:0;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:700;
	margin:0; padding:0;
}

h2 span {
	font-size:18px;
}

#sidebar h2 {
	font-size:14px;
	margin-top:0;
	padding-bottom:15px;
}

.mainbox h2 {
	font-family:Tahoma;
	font-size:13px;
	margin:0; padding:0;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0; padding:0;
	display:inline;
}

.hardwarespecs h3 {
	font-family:'Trebuchet MS';
	font-size:14px;
	font-weight:700;
	text-decoration:underline;
	color:#000;
	margin:0;
	margin-bottom:5px;
	padding:0;
}

h4 {
	font-size:13px;
}
/* Headers End */

/* Lists Begin */
	div#nav_prime_div {
	width:760px; height:20px;
	/*border-bottom: solid 1px #7488ab;*/
}

ul#nav_prime {
	width:760px; height:20px;
	margin:0; padding:0;
	font-family:'Trebuchet MS', tahoma;
	font-size:12px;
	/*font-weight: bold;*/
	text-align:center;
	text-transform:none;
	list-style:none;
	background:url(images/topnavbar.gif) repeat-x left top #1b3d76;
}

ul#nav_prime li {
	width:auto; height:17px;
	float:left;
	padding:2px 0 0;
}

ul#nav_prime a {
	width:auto; height:20px;
	/* if resellers is added back change to: 0 22px */
	padding:0 28px;
	text-decoration:none;
	color:#fff;
}

ul#nav_prime a:hover {
	height:12px;
	padding-top:2px;
	color:#FFF;
	background-color:#498ffc;
}

ul#nav_foot {
	float:right;
	padding:0; margin:0;
	list-style:none;
}

ul#nav_foot li {
	display:block;
	float:left;
}

ul#nav_foot a {
	width:auto;
	display:block;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:15px;
	padding-right:15px;
	text-decoration:none;
	color:#565656;
}

ul#nav_foot a:hover {
	color:#FFF;
	background-color:#565656;
}

ul#nav_product {
	width:auto; height:26px;
	float:right;
	font-size:10px;
	font-weight:700;
	padding:0; margin:0;
	list-style:none;
	text-align:center;
	text-transform:uppercase;
}

ul#nav_product li {
	float:left;
	width:auto;
	height:26px;
	display:block;
	margin-left:1px;
	background:url(images/tab-blue-left.gif) left no-repeat;
}

ul#nav_product a {
	display:block;
	padding:7px 15px 5px;
	text-decoration:none;
	color:#fff;
	background:url(images/tab-blue-right.gif) top right no-repeat;
}

ul#nav_product li.active {
	background:url(images/tab-white-left.gif) left no-repeat;
}

ul#nav_product .active a {
	color:#000;
	padding:7px 15px;
	background:url(images/tab-white-right.gif) top right no-repeat;
}

#uselist {
	background-color:#E5E5E5;
	padding:0;
	margin-bottom:10px;
	border-top:solid 1px #565656;
	border-bottom:solid 1px #565656;
}

#uselist ul {
	margin:1px;
	margin-top:5px;
	margin-bottom:5px;
	padding:0;
}

#uselist li {
	display:inline;
	list-style-type:none;
	font-size:11px;
}

#uselist a {
	display:block;
	padding:3px;
	padding-left:8px;
	color:#565656;
}

#uselist a:hover {
	background-color:#fff;
}

ul.recentinstalls {
	padding-left:0;
	margin-left:20px;
}

.recentinstalls li {
	margin-bottom:5px;
	margin-left:0;
	padding-left:0;
}
/* Lists End */

/* Miscellaneous Styles Begin */
img {
	border:none;
}

img.thumbnail {
	border:1px solid #bcbcbc;
	margin-right:2px;
}

sup {
	font-size:7px;
}

.sup {
	font-size:9px;
	position:relative;
	top:-3px;
}

p {
	line-height:135%;
	margin:0; padding:0;
	padding-bottom:10px;
}

.features td {
	padding-top:15px;
	padding-right:10px;
}

.features td p,#sidebar p {
	font-size:10px;
	margin:0; padding:0;
}

.mainbox p {
	margin-top:0;
	margin-bottom:0;
	padding:10px;
}

.specs {
	width:100%;
	margin-bottom:15px;
	background:#fff;
}

.specs td,.specs th {
	font-size:11px;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:0;
	padding-right:5px;
	border-bottom:1px solid #ccc;
	text-align:left;
}

.required {
	color:#2a5aae;
	font-size:12px;
}

#sidebar a {
	color:#000;
	text-decoration:none;
}
/* Miscellaneous Styles End */

.product_left {
	width:45%;
	float:left;
	margin-left:2%;
	margin-bottom:10px;
	border:solid 1px #cdcdcd;
	clear:left;
}

.product_right {
	width:45%;
	float:right;
	margin-right:2%;
	margin-bottom:10px;
	border:solid 1px #cdcdcd;
	clear:right;
}

.support {
	margin-top:23px;
}

.product_left img,.product_right img {
	margin-right:10px;
}

.product_left div,.product_right div {
	width:55%;
	float:right;
}

.product_left ul,.product_right ul {
	position:relative;
	margin:0; padding:0;
	margin-bottom:5px;
}

.product_left li,.product_right li {
	margin-left:15px;
}

.product_left h4,.product_right h4 {
	font-size:14px;
	margin-left:0;
	margin-top:5px;
	margin-bottom:10px;
}

ul#subnav {
	margin:0;
	margin-bottom:5px;
	padding:0;
	padding-left:10px;
}

ul#subnav a {
	display:block;
	color:#565656;
	font-size:10px;
}

ul#subnav a:hover {
	background-color:#fff;
}

ul#installs {
	margin:0;
}

ul#installs li {
	margin-bottom:15px;
	margin-right:45px;
}

hr {
	border:none;
	border-top:dotted 2px #ababab;
	background:none;
}

.formhead {
	font-size:14px;
	color:#fff;
	font-weight:bolder;
	margin:5px 0 0; padding:5px 0 5px 5px;
	background:url(images/formBG.gif) repeat-y top left #4c8af0;
}

.formbox {
	border-top:1px #c2c1c1 solid;
	margin:0; padding:5px 0 5px 5px;
	background-color:#eee;
}

.formbox2 {
	width:100%;
	margin:0; padding:5px 0 5px 5px;
	background-color:#eee;
}

form label {
	width:150px;
	float:left;
	margin:0 20px 0 0;
}

.formbox2 label {
	width:75px;
	float:none;
	margin:0;
}

.formbox2 input {
	margin:0 5px 0 10px;
}

#formbox_bottom {
	background-color:#e3e3e3;
	border-top:1px #c2c1c1 solid;
	margin:0; padding:5px 0 5px 5px;
}

#contact_form {
	margin:0 auto;
}

.dropdown_small {
	margin:0; padding:0;
}

#application_nuggets {
	background-color:#efefef;
}

/* INDEX */
.index_titles {
	height:41px; width:278px;
	margin:0; padding:0;
}

#index_right {
	width:278px;
	float:right;
	margin:0; padding:0;
}

.whosusing {
	text-align:center;
	margin-top:5px;
}

.DSE {
	/* ie6 hack */
	min-height:60px;
	height:auto;
	height:60px;
	padding:25px 20px 0;
}

#index_whatcan h4 {
	line-height:15px;
	margin:0; padding:0;
	display:inline;
}

#index_whatcan ul {
	margin:0 0 0 15px;
	padding:0;
}

#index_whatcan li {
	width:220px;
	margin:15px 5px; padding:0 0 0 20px;
	list-style-type:none;
	background:url(images/check.jpg) left top no-repeat;
}

#tour {
	width:75px; height:15px;
	display:block;
	float:left;
	position:relative;
	top:-10px; left:70px;
	cursor:pointer;
}

#installations a,#installations a:hover {
	color:#000;
	text-decoration:none;
}

#installations h2 {
	margin:10px 0; padding:0;
}

#installations ul {
	margin-top:0;
	padding-top:0;
}

#FAQ {
	width:75%;
	margin-left:25px;
}

#FAQ h4 {
	margin:0; padding:15px 0 5px;
}

#FAQ a,#FAQ a:hover {
	color:#000;
	text-decoration:none;
}

.app_section {
	margin:5px 0 0; padding:0 2px 5px 0;
	position:relative;
	min-height:195px;
	height:auto !important;
	height: 195px;
}
.app_section_tall {
	margin:5px 0 0; padding:0 2px 5px 0;
	position:relative;
	height: 340px;
}

.app_bg1 {
	padding:10px 10px 20px;
	background:url(images/app_bg.gif) top center no-repeat;
}

.app_bg2 {
	margin:0; padding:0;
	background:url(images/app_bg_bottom.gif) bottom center no-repeat;
}

ul#application_li {
	width:485px;
	margin:0; padding:0;
	display:block;
	float:right;
	position:relative;
	left:15px;
}

#application_li li {
	float:left;
	margin:0; padding:0 7px;
	list-style:none;
	border-right:1px solid #3b86fc;
}

.applicationstitle {
	margin:10px 0 0; padding:0;
	border-bottom:1px solid #89b3ee;
}

.applicationstitle a {
	color:#557ec3;
	text-decoration:none;
}

#applications a,#applications a:hover {
	text-decoration:none;
}

.applicationcontent {
	width:370px;
	padding:5px 0 0 15px;
	float:left;
}
.tall_content {
	float:left;
	margin:45px 15px 0 15px; padding:0;
}

.applicationcontent ul {
	margin-top:0;
	padding-top:0;
}

.example_wide {
	width:330px; height:222px;
	margin:15px 0 0 5px; padding:0;
	float:right;
	position:relative; top:0;
}
.example_tall {
	width:200px; height:352px;
	margin:15px 55px 0 0 ; padding:0;
	float:right;
	position:absolute; right:15px; top:-5px;
}
.title_tall {
	width:450px;
}

.example_wide img, .example_tall img {
	border:none;
}

.featuredclients_top {
	height:8px;
	background:url(images/featured_clients_top.gif) top center no-repeat;
}
.application_more {
	width:100px;
	padding:5px 5px 5px 0;
	float:right;
	text-align:right
}

.featuredclients_abs {
	position:absolute;
	text-align:left;
}

.featuredclients_bottom {
	height:8px;
	background:url(images/featured_clients_bottom.gif) top center no-repeat;
}

.featuredclients {
	width:370px;
	margin:0; padding:0;
	border-top:2px dotted #95bcff;
	background:#fff;
}

.featured_client_wrap a {
	color:#3b86fc;
}

.featured_c {
	width:100px; float:left;
	padding:5px 0 5px 5px;
	font-weight:700;
}

.featuredtable {
	margin:0 auto;
}

.featuredtable td {
	width:110px;
	padding:3px;
}

.testimonial_out h4 {
	text-align:left;
	font-size:15px;
	color:#557ec3;
	padding-bottom:0;
	margin:35px 0 5px;
}

/*testimonial box*/
.testimonial img {
	margin:15px 10px 10px;
	position:relative;
	top:-5px;
}

.quote {
	font-weight:700;
}

#testimonial_container {
	width:485px;
	margin:0 0 15px; padding:0;
}

.testimonial h4 {
	margin:0 0 15px; padding:0;
}

.testiomonial_container p {
	margin:0; padding:0;
}

.testimonial_top {
	height:8px;
	background:url(images/testimonial_top.gif) top center no-repeat;
}

.testimonial_abs {
	position:absolute;
	text-align:left;
}

.testimonial_bottom {
	height:8px;
	background:url(images/testimonial_bottom.gif) bottom center no-repeat;
}

.testimonial {
	width:95%; margin:5px 0 15px;
	padding:5px 2px;
	border-top:1px solid #7bb1e1;
}

ol.series_list {
	margin:0 0 0 3px;
	padding:0;
	list-style:none;
	font-size:16px;
	font-family:"Lucida Grande", Arial, Helvetica, sans-serif;
	font-weight:700;
	font-style:italic;
	color:#13355a;
}

ol.series_list li {
	margin:0 0 0 2px; padding:0;
}
/*end testimonial box */

#news p {
	width:85%;
}
p.newsdate {
	margin:0; padding:0;
}

#news h2 {
	margin-top:5px;
	font-size:17px;
	color:#000;
}

.date {
	margin-bottom:10px;
	font-weight:700;
	color:#424242;
}

.credit {
	margin:5px 0;
	font-size:10px;
	text-align:left;
}

.accessories_contain {
	margin-bottom:10px;
}

.accesories_about {
	width:485px;
	float:right;
	margin-right:10px;
	margin-bottom:10px;
}

.accesories_icon {
	width:45px;
	float:left;
	position:relative;
	top:-5px;
}

/* NEW HOMEPAGE header */
	#N_index_container {
	position:relative;
	width:760px;
	margin:0;
	margin-left:auto;
	margin-right:auto;
	padding:0;
}

.header_container {
	width:760px; height:284px;
	margin:0; padding:0;
	position:relative;
	background:url(images/index_top_bg.jpg) no-repeat top left #325286;
}

.header_container h2 {
	font-size:28px;
	margin:0 0 15px; padding:0;
}

.header_container span {
	color:#f4ab39;
}

.header_container a.index_orange {
	color:#f4ab39;
}

.header_content {
	width:350px; height:auto;
	position:relative;
	top:45px; left:40px;
	z-index:25;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:18px;
	color:#fff;
	font-weight:700;
}

#header_subnav {
	width:760px; height:25px;
	margin:0; padding:0;
	background:url(images/index_mid_bg.jpg) no-repeat bottom right;
}

#header_subnav a {
	font-family:Arial, Helvetica, sans-serif;
	color:#435e85;
	font-size:16px;
	font-weight:700;
	display:block;
	padding:1px 0;
}

#header_subnav ul {
	list-style:none;
	margin:0; padding:0;
}

#header_subnav li {
	list-style:none;
	width:auto; height:24px;
	margin:0 0 0 10px; padding:1px 15px 0 5px;
	display:block;
	float:right;
	position:relative;
	top:-1px;
}

/*.index_selector_right {
	background: url(images/index_selector_right.gif) no-repeat top right;
}*/
.HSA {
	background:url(images/index_linkBG.jpg) no-repeat -437px top;
}
.HSB {
	background:url(images/index_linkBG.jpg) no-repeat -559px top;
}
.HSC {
	background:url(images/index_linkBG.jpg) no-repeat -661px top;
}

#header_subnav a.home_selector span {
	width:auto; height:20px;
	margin:0; padding:0 10px;
	color:#fff;
	/*background:url(images/index_selector_right.gif) no-repeat top right;*/
}

#header_subnav a.home_selector {
	text-decoration:none;
}

.unselected span {
	width:auto; height:20px;
	margin:0; padding:0 5px;
	background:none;
}

#learnmore {
	text-align:right;
	padding-right:60px;
	position:relative;
	top:-15px;
}

/* INDEX LOWER */
#index_lower_container {
	width:760px; height:156px;
	background:url(images/index_low_rpt.png) repeat-y center top;
	margin:0; padding:0;
	color:#000;
	position:relative;
}

#index_lower {
	width:760px; height:156px;
	background:url(images/index_low_bg.png) no-repeat center bottom;
	margin:0; padding:0;
	color:#47679c;
}

.index_block {
	width:206px; height:125px;
	margin:0; padding:5px;
	position:absolute;
	top:10px;
	text-align:left;
}

.index_block h3 {
	font-size:18px;
	color:#000;
	text-align:center;
	display:block;
	margin:0; padding:0;
}

.index_block p {
	display:block;
	margin:3px 0 0; padding:0;
	font-size:11px;
	line-height:12px;
	font-weight:700;
}

.index_block a,.index_block a:visited {
	color:#417de1;
	text-decoration:none;
	font-size:11px;
}
.index_block a:hover {
	text-decoration:underline;
}

.Nscreen {
	width:760px; height:284px;
	position:absolute;
	right:0; top:0;
	z-index:5;
}

#Nxseries {
	width:366px; height:284px;
	position:absolute;
	right:0; top:0;
	z-index:5;
	background:url(images/index_Nxseries.jpg) no-repeat top left;
}

#Nmseries {
	width:366px; height:284px;
	position:absolute;
	right:0; top:0;
	z-index:5;
	background:url(images/index_Nmseries.jpg) no-repeat top left;
}

#header_internal {
	width:740px; height:70px;
	margin:0; padding:0 10px;
	color:#fff;
	background:url(images/header-blank.jpg) no-repeat top left;
}

#header_internal h1 {
	margin:0; padding:35px 0 0;
	float:right;
	font-size:24px;
}

/* INTERNAL NAVIGATION */
.internal_nav {
	width:148px; height:284px;
	float:right;
	background:url(images/home_advantagesBG.jpg) right top no-repeat;
}

.internal_item {
	width:355px; height:284px;
}

.internal_nav ul {
	list-style:none;
	margin:40px 10px 0; padding:0;
}

.internal_nav li {
	margin:10px 10px 5px; padding:0;
	list-style:none;
}

.internal_nav a,.internal_nav a:hover {
	font-family:Arial, Helvetica, sans-serif;
	color:#f4ab39;
	font-size:16px;
	font-weight:700;
	display:block;
	width:100%;
	padding:1px 0;
	border-top:1px solid #7890b6;
}
/* END INTERNAL NAVIGATION */

.swap {
	width:243px; height:284px;
	float:right;
	background:url(images/home_rightBG.jpg) right top no-repeat;
}

#swap {
	width:366px; height:284px;
	position:absolute;
	right:0; top:0;
	z-index:30;
	background:url(images/index_Nscreen.png) no-repeat left top;
}

#swap_img {
	width:209px; height:240px;
	position:relative;
	left:84px; top:34px;
}

/* index images swap X */
/* ****************************************************************/
/* *******************************************/
/* x_mixed_media */
#x_mixed_media_swap {
	display:block;
	position:relative;
	margin:0; padding:0;
	width:242px; height:284px;
	background:url(images/home_multizonecontent.jpg) no-repeat left top;
}

#x_mixed_media_swap a {
	display:block;
	position:absolute;
	background:url(images/home_multizonecontent.jpg) no-repeat center -25px;
	left:55px; top:25px;
	width:133px; height:234px;
	cursor:default;
}

#x_mixed_media_swap a:hover {
	background:url(images/home_multizonecontent.jpg) no-repeat center -309px;
}

/* *******************************************/
/* x_multi_zone */
#x_multi_zone_swap {
	display:block;
	position:relative;
	margin:0; padding:0;
	width:242px; height:284px;
	background:url(images/home_multizone.jpg) no-repeat left top;
}

#x_multi_zone_swap a {
	display:block;
	position:absolute;
	background:url(images/home_multizone.jpg) no-repeat center -25px;
	left:55px; top:25px;
	width:133px; height:234px;
	cursor:default;
}

#x_multi_zone_swap a:hover {
	background:url(images/home_multizone.jpg) no-repeat center -309px;
}

/* *******************************************/
/* x_multi_zone */
#x_scheduling_swap {
	display:block;
	position:relative;
	margin:0; padding:0;
	width:242px; height:284px;
	background:url(images/home_scheduling2.jpg) no-repeat left top;
}

/* index images swap M */
/* ****************************************************************/
/* *******************************************/
/* m_mixed_media */
#m_mixed_media_swap {
	display:block;
	position:relative;
	margin:0; padding:0;
	width:242px; height:284px;
	background:url(images/home_singlezonecontent.jpg) no-repeat left top;
}

#m_mixed_media_swap a {
	display:block;
	position:absolute;
	background:url(images/home_singlezonecontent.jpg) no-repeat center -25px;
	left:55px; top:25px;
	width:133px; height:234px;
	cursor:default;
}

#m_mixed_media_swap a:hover {
	background:url(images/home_singlezonecontent.jpg) no-repeat center -309px;
}

/* *******************************************/
/* m_multi_zone */
#m_single_zone_swap {
	display:block;
	position:relative;
	margin:0; padding:0;
	width:242px; height:284px;
	background:url(images/home_singlezone.jpg) no-repeat left top;
}

#m_single_zone_swap a {
	display:block;
	position:absolute;
	background:url(images/home_singlezone.jpg) no-repeat center -25px;
	left:55px; top:25px;
	width:133px; height:234px;
	cursor:default;
}

#m_single_zone_swap a:hover {
	background:url(images/home_singlezone.jpg) no-repeat center -309px;
}

/* *******************************************/
/* m_multi_zone */
#m_intuitive_interface_swap {
	display:block;
	position:relative;
	margin:0;
	padding:0;
	width:242px;
	height:284px;
	background:url(images/home_interface.jpg) no-repeat left top;
}

/* tab content */
.tab_content {
	padding:0 10px 0 20px;
	font-family:Arial, sans-serif;
	font-weight:700;
	font-size:11pt;
	color:#fff;
	line-height:17pt;
}

a.in_selected,a.in_selected:hover,a.in_selected:visited {
	color:#fff;
	text-decoration:underline;
}

li.in_content {
	color:#fff;
	font-weight:700;
	margin:0 5px 10px 10px;
	padding:0;
}

/* Products */
.productsbox {
	width:536px; height:auto;
	margin:15px auto; padding:0;
	background:url(images/productsBG_rpt.gif) repeat-y top left;
}

.productsbox_title {
	width:auto; height:70px; 
}

.productsbox_title h2 img {
	position:relative;
	left:15px; top:0;
}

#rightcol .product_content p {
	text-indent:0;
	width:80%;
}

.productsbox_top {
	width:536px; height:auto;
	margin:0; padding:0;
	background:no-repeat top left;
}

.productsbox_bottom {
	height:24px; width:536px;
	margin:0; padding:0;
	background:url(images/productsBG_bottom.gif) no-repeat top left;
}

.product_content {
	margin:0; padding:0 35px 0 15px;
}

/* Absolute Globals */
.backbutton {
	margin:5px 0 10px;
	font-size:10px;
	text-align:right;
}

.backbuttonL {
	margin:5px 0 10px;
	font-size:10px;
	text-align:left;
}

.alt {display:none;}
.img_txt {display:none;}
.clearB {clear:both;}
.clearR {clear:right;}
.clearL {clear:left;}
.no-border {border:none;}
.hidden {display:none;}
