/*Set everything to nothing!*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body {
	background: url(/images/backgroundsmall.png) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 14px;
}

a { color: #3399cc; text-decoration: none; }
a:hover { color: #000; }

.clouds {
	width: 100%;
	margin: 0px auto;
	
	display: block;
	
	height: 100px;
	background: url(/images/clouds.png) center top repeat-x;
}

.banner {
	width: 980px;
	margin: 0px auto;
}

.logo {
	background: url(/images/logo.png);

	margin-top: 30px;

	width: 292px;
	height: 53px;
	
	float: left;
	display: inline;
}


.navigation {
	margin-top: 50px;

	float: right;
	display: inline;
	
	font-size: 24px;
	font-color: #F2F2F2;
}

.navigation a { 
	padding: 10px;
	color: #77a9bc; 
}

.navigation a:hover { color: #F2F2F2; }

.description {
	background: url(/images/description.png) no-repeat;
	
	width: 980px;
	height: 190px;
	
	margin-top: 20px;
	
	float: left;
	display: inline;
}

.content {
	width: 980px;
	margin: 0px auto;
	margin-top: 20px;
}

.left {
	width: 640px;
	float: left;
	display: inline;
	
}

.right {
	width: 300px;
	float: right;
	display: inline;
	
	text-align: justify;
}

.split {
	width: 320px;
	float: left;
	display: inline;

	text-align: justify;
	margin-right: 10px;
}

.noright { margin-right: 0px; }

h1 {

	padding: 10px;
	margin-bottom: 10px;
	text-align: left;
	
	font-family: Helvetica;
	font-size: 20px;
	font-weight: none;
	
	background-color: #333333;
	color: #F2F2F2;
	text-shadow: #000000 1px 1px 1px;
}

h2 { font-size: 16px; border-bottom: 1px dashed #333333; margin-bottom: 10px; }

.featured {
	width: 305px;
	height: 200px;
	border: 5px solid #D8D8D8;
	margin-top: 5px;
	
	overflow: hidden;
	float: left;
}

.featured:hover { border: 5px solid #3399cc; }
.featured IMG { border: 0px; }

.marginright { margin-right: 10px; }

.screenshot {
	width: 320px;
	border: 2px solid #D8D8D8;
}

.screenshot:hover {
	border: 2px solid #3399cc;
}

.screenshotLarge {
	border: 2px solid #3399cc;
}

.description_work {
	margin: 25px;
	padding: 25px;
	border: 2px solid #3399cc;
}