/* top right bottom left | top+bottom left+right */

html {
	overflow-y: scroll;
}

body {
	font-family: segoe ui, tahoma, trebuchet ms;
	font-size: 12px;
	background: #fff;
	color: #000;
	margin: 0;
}

small {
	font-size: 11px;
	color: #666;
}

li {
	padding-bottom: 6px;
}

img {
	border: none;
}

p {
	margin-bottom: 20px;
	margin-top: 0px;
}

h1 {
	font-family: trebuchet ms, tahoma;
	font-size: 12px;
	color: #000;
	margin: 0 0 3px 0;
	padding: 4px 0 0 0;
	border-bottom: 1px dotted #ddd;
}
h1 span {
	float: right;
	font-weight: normal;
	color: #999;
}

h2 {
	font-family: georgia, trebuchet ms, tahoma;
	font-size: 12px;
	color: #226891;
	margin: 0 0 5px 0;
	padding: 0;
}


/* text under news title */
div.info {
	margin: 0 0 30px 0px;
}

iframe {
	 margin-bottom: 10px;
}

a:link, a:visited {
	text-decoration: none;
	color: #005890;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	background-color: #e7f1f8;
	border-radius: 3px;
	padding: 1px 0;
}

ol {
	margin: 0 0 10px 0;
	padding-left: 18px;
}
li {
	padding-bottom: 2px;
}


/* ------------------ top page */

#top {
	height: 100px;
	border-bottom: 1px solid #536677;
	background: #4990C1 url(img/top.png) repeat-x;
}




/* ------------------ nbs logo */

#logo {
	display: block;
	position: absolute;
	top: 22px;
	left: 30px;
	outline: none;
}
#logo:active {
	background: none;
	padding: 0;
}

#snow {
	position: absolute;
	top: 72px;
	left: 9px;
	z-index: 0;
}




/* ------------------ navigation */

#navcontainer {
	margin: 0 auto;
	width: 730px;
	position: relative;
}

#nav {
	position: absolute;
	top: 77px;
	left: 16px;
	white-space: nowrap;
}




/* ------------------ navigation links */

#nav a {
	font-family: trebuchet ms, tahoma;
	border: 1px solid #599ACC;
	border-bottom: none;
	background: #428CBC;
	padding: 3px 16px 0 16px;
	margin-right: 1px;
	text-decoration: none;
	display: block;
	height: 19px;
	float: left;
	outline: none;
	-text-shadow: #555 0 0 4px;
	border-radius: 0;
	-moz-transition: all 0.15s ease 0s;
	-webkit-transition: all 0.15s ease 0s;
	-o-transition: all 0.15s ease 0s;
}
#nav a:link, #nav a:visited {
	color: #fff;
}
#nav a:hover {
	color: #000;
	border: 1px solid #536677;
	background: #f8f8f8;
	-background: #fff url(img/fade.png) repeat-x;
	text-shadow: none;
}
#nav a#active {
	color: #000;
	border: 1px solid #536677;
	background: #fff;
	border-bottom: 1px solid #fff;
	text-shadow: none;
}

div#infobox {
	border: 1px solid #9fc5e3;
	background: #EDF5FA;
	background: -moz-linear-gradient(top, #f7fbfd 0%, #e4f1f8 100%);
	background: -webkit-linear-gradient(top, #f7fbfd 0%, #e4f1f8 100%);
	background: -o-linear-gradient(top, #f7fbfd 0%, #e4f1f8 100%);
	font-size: 13px;
	padding: 7px;
	margin-bottom: 14px;
	text-align: center;
	box-shadow: 0 0 3px #eee;
}
div#infobox span {
	color: #184A7C;

}
div#infobox a {
	color: #000;
}


/* ------------------ main page */

#main {
	margin: 20px auto 0 auto;
	width: 730px;
	background: #fff;
}

#start_left {
	float: left;
	width: 320px;
	padding: 0 10px;
	-background: #eee;
}

#start_right {
	float: right;
	width: 320px;
	padding: 0 10px;
	background: #eee;
}

div#main_download_container {
	background: #478FC0;
	width: 220px;
	box-shadow: 1px 1px 3px #999;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
}
div#main_download_container:hover {
	background: #609FCA;
}

a#main_download_button {
	display: block;
	background: url(img/download_icon.png) no-repeat -24px -19px;
	color: #fff;
	font-family: trebuchet ms, tahoma;
	font-size: 24px;
	padding: 12px 0px 12px 88px;
	line-height: 24px;
	text-shadow: #ccc 0 0 14px
}
a#main_download_button:hover {
	text-decoration: none;
}
a#main_download_button span {
	font-size: 16px;
}


div#main_left {
	float: left;
	width: 600px;
	margin-bottom: 20px;
}

div#main_right {
	float: right;
	width: 110px;
	border-left: 1px dotted #ddd;
	padding-left: 8px;
}


/* ------------------ quick download links */

div#main_right #downloads a {
	background: #fff url(img/down.png) no-repeat center left;
	padding-left: 12px;
}

div#main_right  a {
	line-height: 145%;
	padding-left: 2px;
}




/* ------------------ download */

div.download_button_container {
	margin: 8px 20px 26px 0;
	background: url(img/download_bg.png) 0 0 #387BA6;
	box-shadow: 1px 1px 3px #777;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-transition: box-shadow 0.15s ease 0s;
	-webkit-transition: box-shadow 0.15s ease 0s;
	-o-transition: box-shadow 0.15s ease 0s;
	outline: none;
}
div.download_button_container:hover {
	background: url(img/download_bg.png) 0 50px #458fc0;
	box-shadow: 1px 1px 5px #333;
}
div.download_button_container:active {
	box-shadow: 1px 1px 3px #777;

}

a.download_nbs {
	background: url(img/download_icon_nbs.png) no-repeat -14px -12px;
}

a.download_mirc {
	background: url(img/download_icon_mirc.png) no-repeat -14px -12px;
}

a.download_button {
	display: block;
	color: #fff;
	font-family: segoe ui, tahoma;
	font-size: 15px;
	padding: 8px 0px 8px 62px;
	line-height: 17px;
	-text-shadow: #ccc 0 0 14px
}
a.download_button:hover {
	text-decoration: none;
}
a.download_button span {
	font-size: 12px;
	font-family: segoe ui, tahoma;
	color: #CAE6F7;
}

div#download_ii span- {
	font-family: georgia, segoe ui, tahoma;
	font-size: 120%;
	color: #226891;
}


/* ------------------ screenshots */


div.screenshots div {
	margin-bottom: 40px;
	font-weight: bold;
	font-size: 12px;
	font-family: trebuchet ms, tahoma;
}
div.screenshots img {
	margin-top: 4px;
}

div.screenshots a {
	padding: 0;
}




/* ------------------ faq */

div.faq {
	width: 600px;
}

div.faq div {
	margin: 1px 0 16px 11px;
	padding: 4px 7px;
	background: #FFFCF0;
	border-left: 1px solid #ddd;
}
div.faq a {
	color: #000;
	outline: none;
	line-height: 210%;
	background: url(img/faq_question.png) no-repeat 2px 4px;
	padding: 0 0 0 11px;
}

div.faq a.open {
	background: url(img/faq_question_open.png) no-repeat 0px 4px;
}


div.faq a:hover {
	text-decoration: none;
	color: #005890;
	-text-shadow: #ccc 0 0 4px
}

div.faq div a {
	background: none;
	padding: 0;
	color: #005890;
}
div.faq div a:hover {
	text-decoration: underline;
}
div.faq div a:active {
	padding: 0 !important;
}

a.faqlink {
	font-size: smaller;
	font-style: italic;
	color: #888 !important;
	display: block;
	width: 120px;
	margin: 3px 0 -3px 0;
}


/* ------------------ other */

div.box1 {
	padding: 22px 20px;
	border: 1px solid #c4c4c4;
	width: 510px;
	border-radius: 5px;
	box-shadow: 0 0 6px #e9e9e9;
	background: #f9f9f9;
	background: -moz-linear-gradient(top, #fff 0%, #f9f9f9 100%);
	background: -webkit-linear-gradient(top, #fff 0%, #f9f9f9 100%);
	background: -o-linear-gradient(top, #fff 0%, #f9f9f9 100%);
}


.rounded {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
}

ul#features { /* features list */
	margin-left: 10px;
	padding-left: 10px;
	line-height: 170%;
}

.hr { /* seperator */
	border-bottom: 1px solid #E5E5E5;
	margin: 40px 0px;
	width: 500px;
}


.g {color: #8B959F;}

.h {display: none;}
.b {font-weight: bold; font-family: trebuchet ms, tahoma;}
.mt4 {margin-top: 4px;}
.mb8 {margin-bottom: 8px;}




/* ------------------ forum
*/


