/* @override http://fbquick.jonnoriekwel.nl/css/main.css */

* {
	padding: 0;
	margin: 0;
}

html {
	
}

body {
	font: 12px arial, sans-serif;
	margin-bottom: 10px;
	background: #3b5998 url(../images/content_bg_bot.jpg) no-repeat center -60px;
}

a {
	text-decoration: none;
	color: #666;
}
p
{
	width:95%;

}

a:hover {
	color: #191919;
}

h1 {
	font-size: 25px;
	color: #ffffff;
	font-weight: bold;
	background-color:#4b65a0;
	border-bottom:2px solid #999999;
}

h2 {
	font-size: 15px;
	color: #4b65a0;
	font-weight: bold;
	border-bottom:1px solid;
	border-bottom-color:#CCCCCC;
}

h3 {
	font-size: 15px;
	color: #4b65a0;
	font-weight:bold;
	margin-bottom: 18px;
}

h5 {
	font-size:10px;
	font-weight:normal;
	color:#CCCCCC;
}

ol, ul {
	list-style-image:url(../images/arrow.gif);
	line-height: 30px;
	font-weight: bold;
	color: #444444;
	padding-left:16px;
}

/* CONTAINER */

.container {
	width: 702px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.container .left {
	float: left;
}

.container .right {
	float: right;
}

/* HEADER */

#header {
	height: 134px;
	background: url(../images/body_bg.jpg) repeat-x;
}

/* // logo */

#header #logo {
	padding-top: 38px;
	background: url(../images/logo.jpg) no-repeat 10px 36px;
}

#header #logo a.logo {
	width: 196px;
	display: block;
	background: url(../images/logo.jpg) no-repeat 0 -2px;
	height: 48px;
	padding-left: 10px;
	margin-left: 10px;
}

/* // navigation */

#header #navigation {
	height: 25px;
	background: url(../images/navigation_line.jpg) no-repeat right;
	margin-top: 4px;
}

#header #navigation ul {
	list-style-type: none;
	text-transform: uppercase;
	height: 25px;
	padding-right: 2px;
	background-position: right;
	background-repeat: no-repeat;
}

#header #navigation ul li {
	float: right;
	height: 25px;
	line-height: 25px;
	background: url(../images/navigation_bg.jpg) repeat-x;
	text-align: center;
	display: inline;
}

#header #navigation ul li a {
	height: 25px;
	background: url(../images/navigation_line.jpg) no-repeat 0 0;
	padding: 6px 8px 6px 10px;
}

/* SCREENSHOTS */

#screenshots {
}

/* // window */

#screenshots .window {
	margin-left: 1px;
	margin-top: 10px;
}

#screenshots .window #slideshow_buttons {
	height: 24px;
	margin-top: -18px;
	background: url(../images/slideshow_buttons_bg.jpg) no-repeat -1px 0;
	padding-left: 12px;
	line-height: 26px;
	font-size: 11px;
	color:#999999;
	font-weight:normal;
}

#screenshots .window #slideshow_buttons a {
	font-size: 11px;
	color:#CCCCCC;
	text-transform: normal;
	margin-right: 7px;
	margin-left: 6px;
	text-decoration:none;

}

#screenshots .window #slideshow_buttons a:hover {
	text-decoration:none;
	border-bottom:1px solid #990000;
	color:#990000;
	background-color:#FFFFFF;
}

/* CONTENT */

#content {
}

/* // window */

#content .window {
	background: #fff url(../images/content_bg_top.gif) no-repeat;
	margin-top: 35px;
}

#content .window .bottom {
	background: url(../images/content_bg_bot.jpg) no-repeat 0 bottom;
	padding: 10px 12px 26px;
}

/* //// about */

#content .window #about {
	width: 660px;
	padding-left: 10px;
}

/* //// download */

#content .window #download {
	width: 257px;
	font-size: 10px;
}

#content .window #download a.download {
	height: 33px;
	display: block;
	background: url(../images/slideshow_buttons.jpg) 0 0;
	margin-bottom: 5px;
	margin-top: 10px;
}

#content .window #download a.download:hover {
	background: url(../images/slideshow_buttons.jpg) no-repeat 0 -33px;
}

#content .window #download a.share {
	width: 119px;
	height: 19px;
	background: url(../images/slideshow_buttons.jpg) 0 -274px;
	display: block;
}

#content .window #download a.share:hover {
	background: url(../images/slideshow_buttons.jpg) 0 -293px;
}

#content .window #download a.send {
	width: 107px;
	height: 19px;
	background: url(../images/slideshow_buttons.jpg) -150px -274px;
	display: block;
}

#content .window #download a.send:hover {
	background: url(../images/slideshow_buttons.jpg) -150px -293px;
}

/* FOOTER */

#footer {
	color: #1d3264;
	text-align: center;
	margin-top: 50px;
	font-size: 12px;
	font-weight:bold;
}

#footer2 {
	color: #1d3264;
	text-align: center;
	margin-top: 5px;
	font-size: 10px;
}

#footer a {
	color: #1d3264;
}

#footer a:hover {
	text-decoration: underline;
}

/* OTHER */

.clear {
	clear: both;
}
