html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video
	{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

h1 {
	font-weight: normal;
}

@font-face {
	font-family: Chalet;
	src: url('http://www.deconet.com/fonts/Chalet.ttf'),
		url('http://www.deconet.com/fonts/Chalet.otf'),
		url('http://www.deconet.com/fonts/Chalet.eot');
	font-weight: normal;
	font-style: normal;
}

body {
	line-height: 1;
	color: #555;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section
	{
	display: block;
}

nav ul {
	list-style: none;
}

blockquote,q {
	quotes: none;
}

blockquote: before,blockquote: after,q: before,q: after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title],dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input,select {
	vertical-align: middle;
}

.clr {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.textright {
	text-align: right;
}

input:focus {
	outline: none;
}

input.t {
	padding: 6px 10px;
	border: none;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #efefef;
	border-right: 2px solid #ddd;
	border-left: 2px solid #ddd;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #fff;
	background: -moz-linear-gradient(top, #dddddd 0%, #FFFFFF 10%, #FFFFFF 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dddddd),
		color-stop(10%, #FFFFFF), color-stop(100%, #FFFFFF));
	background: -webkit-linear-gradient(top, #dddddd 0%, #FFFFFF 10%, #FFFFFF 100%);
	background: -o-linear-gradient(top, #dddddd 0%, #FFFFFF 10%, #FFFFFF 100%);
	color: #ddd;
	outline: none;
	font-style: italic;
}

input.t:hover {
	color: #000;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #ddd;
	border-right: 2px solid #bbb;
	border-left: 2px solid #bbb;
}

input.t:focus {
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #ddd;
	border-right: 2px solid #bbb;
	border-left: 2px solid #bbb;
	color: #000;
	font-style: normal;
}

.search input.b {
	width: 32px;
	height: 21px;
	background: #eee
		url(http://www.deconet.com/pictures/site/icon-search.png) center
		no-repeat;
	background: url(http://www.deconet.com/pictures/site/icon-search.png)
		center no-repeat,
		-webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(244,
		244, 244, 1)), color-stop(1, rgba(221, 221, 221, 1)));
	background: url(http://www.deconet.com/pictures/site/icon-search.png)
		center no-repeat, -moz-linear-gradient(top, rgba(244, 244, 244, 1),
		rgba(221, 221, 221, 1));
	background: url(http://www.deconet.com/pictures/site/icon-search.png)
		center no-repeat, -o-linear-gradient(top, rgba(244, 244, 244, 1),
		rgba(221, 221, 221, 1));
}

.search input.b:hover {
	background: url(http://www.deconet.com/pictures/site/icon-search.png)
		center no-repeat, -moz-linear-gradient(top, rgba(230, 230, 230, 1),
		rgba(170, 170, 170, 1));
	background: url(http://www.deconet.com/pictures/site/icon-search.png)
		center no-repeat,
		-webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(230,
		230, 230, 1)), color-stop(1, rgba(170, 170, 170, 1)));
	background: url(http://www.deconet.com/pictures/site/icon-search.png)
		center no-repeat, -o-linear-gradient(top, rgba(230, 230, 230, 1),
		rgba(170, 170, 170, 1));
}

input.b {
	height: 30px;
	margin: 0 0 0 6px;
	background-color: #ddd;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(244,
		244, 244, 1)), color-stop(1, rgba(221, 221, 221, 1)));
	background: -moz-linear-gradient(top, rgba(244, 244, 244, 1),
		rgba(221, 221, 221, 1));
	background: -o-linear-gradient(top, rgba(244, 244, 244, 1),
		rgba(221, 221, 221, 1));
	border: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	text-shadow: 0 1px 1px #fff;
	cursor: pointer;
}

input.b:hover {
	background-color: #bbb;
	background: -moz-linear-gradient(top, rgba(230, 230, 230, 1),
		rgba(170, 170, 170, 1));
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(230,
		230, 230, 1)), color-stop(1, rgba(170, 170, 170, 1)));
	background: -o-linear-gradient(top, rgba(230, 230, 230, 1),
		rgba(170, 170, 170, 1));
}

/* ===== COMMON STYLES ===== */
html {
	
}

body {
	font-family: Arial, sans-serif;
	font-size: 62.5%;
}

#container {
	width: 995px;
	margin-left: auto;
	margin-right: auto;
}

#wrapper {
	background: #fff;
	overflow: hidden;
	font-size: 1.3em;
	width: 995px;
	float: left;
}

/* ===== HEADER ===== */
header {
	height: 120px;
	position: relative;
}

a#logo {
	width: 206px;
	height: 70px;
	background: url(http://www.deconet.com/pictures/site/deconet-logo-new.jpg)
		no-repeat;
	display: block;
	position: absolute;
	top: 28px;
}

a#logo span {
	display: none;
}

a#vm-logo {
	width: 132px;
	height: 73px;
	background: url(http://www.deconet.com/pictures/site/vm-logo.png)
		no-repeat;
	display: block;
	position: absolute;
	top: 28px;
}

a#vm-logo span {
	display: none;
}

a#forum-logo {
	width: 222px;
	height: 46px;
	background: url(http://www.deconet.com/pictures/site/decoforum-logo.png)
		no-repeat;
	display: block;
	position: absolute;
	top: 44px;
}

a#forum-logo span {
	display: none;
}

ul.topmenu {
	font-size: 1.1em;
	position: absolute;
	top: 5px;
	right: 0px;
}

ul.topmenu li {
	margin: 0 0 0 15px;
	float: left;
	display: inline;
}

nav ul li.last,ul.topmenu li.last {
	padding: 0;
	border: none;
}

/* suckerfish menu from: http://www.superfluosity.org/web/stac-prototype/suckerfish-menus/suckerfish-menus.html */
#navbarContainer .navbarSubcategory {
	display: none;
}

#navbarContainer .navbarCategory.over .navbarSubcategory {
	display: block;
}

/* ===== FOOTER ===== */
footer {
	padding: 10px 0;
}

footer ul {
	margin: 8px 0 0 0;
	color: #036FAD;
	text-align: center;
	font-size: 1.1em;
}

footer ul li {
	margin: 0 10px;
	display: inline;
}

footer ul li a {
	height: 16px;
	padding: 3px 0 0 0;
	color: #036FAD;
	display: inline-block;
}

footer ul li.tw a {
	padding-left: 22px;
	background: url(http://www.deconet.com/pictures/site/link-tw.png)
		no-repeat;
}

footer ul li.fb a {
	padding-left: 22px;
	background: url(http://www.deconet.com/pictures/site/link-fb.png)
		no-repeat;
}

footer ul li.fb-like {
	position: relative;
	top: 6px;
	left: 0;
}

footer ul li a:hover {
	text-decoration: underline;
}

.rightads {
	width: 140px;
	float: left;
}

.flexdropdownmenu,.flexdropdownmenu ul {
	/*topmost and sub ULs, respectively*/
	font-size: 18px;
	font-family: Chalet;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	background: white;
	border: 1px solid #036FAD;
	border-bottom: none;
	visibility: hidden;
	display: none; /*collapse all sub menus to begin with*/
	text-transform: lowercase;
}

.flexdropdownmenu li {
	padding: 5px;
	border-bottom: 1px solid #036FAD;
	position: relative;
}

.flexdropdownmenu li a {
	display: block;
	width: 150px;
	color: #036FAD;
	background: #fff;
	text-decoration: none;
	padding: 4px 5px;
}

* html .flexdropdownmenu li { /*IE6 CSS hack*/
	display: inline-block;
	width: 190px;
}

.flexdropdownmenu li a:hover,.flexdropdownmenu li.selected>a {
	color: #900;
}

.rightarrowclass {
	position: absolute;
	top: 6px;
	right: 5px;
}

.gradient h1 {
	font-size: 1.4em;
	position: relative;
	color: #000;
}

.gradient h1 span {
	background: url(http://www.deconet.com/pictures/site/gradient-white.png)
		repeat-x;
	position: absolute;
	display: block;
	width: 100%;
	height: 31px;
}