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

html {
	overflow-y: scroll;
}

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

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

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;
}


/* 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;}




/* ------------------ 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;
}

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




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

#navcontainer {
	margin: 0 auto;
	width: 800px;
	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;
}
#nav a:link, #nav a:visited {
	color: #fff;
}
#nav a:hover {
	color: #000;
	border: 1px solid #536677;
	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;
}




/* ------------------ main page
*/
#main {
	margin: 14px auto 0 auto;
	width: 800px;
	background: #fff;
}

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

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


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

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





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

#main_right a {
	font-family: trebuchet ms, tahoma;
	font-size: 12px;
	background: #fff url(img/down.png) no-repeat center left;
	padding-left: 12px;
}


div#infobox {
	border: 1px solid #63A0D3;
	background: #EDF5FA;
	font-size: 12px;
	padding: 6px;
	margin-bottom: 14px;
	text-align: center;
}
div#infobox span {
	color: #184A7C;
	font-weight: normal;
}
div#infobox a {
	color: #000;
}




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





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

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: 2.1;
	background: url(img/faq_question.png) no-repeat 2px 4px;
	padding-left: 11px;
}

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


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

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

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

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

ul#l { /* features list */
	margin-left: 10px;
	padding-left: 10px;
}

.sep { /* seperator */
	border-bottom: 1px dotted #ddd;
	margin: 20px 0px 20px 0px;
	width: 420px;
}
#webstat {
	position: absolute;
	right: 4px;
	top: 4px;
}

.g {color: #8B959F;}

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