/* Global Resetting */
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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border:0 none;
	font-family:inherit;
	font-size:100%;
	font-style:inherit;
	font-weight:inherit;
	margin:0;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:0;
	padding:0;
	vertical-align:baseline;
	font-family:Verdana,Helvetica,sans-serif;
	font-size:11px;
	list-style:none;
}

html{	
	width: 100%;
	height: 100%;	
	margin:0;
	padding:0;	
	border:0 none;
}
body {
	width: 100%;
	height: 100%;
	background-color:White;
	line-height:1;
}

strong {
	font-weight:bold;
}

/* MAIN */

#Main {
	margin:0 auto;
	margin-top:4px;
	width:900px;
}

/* HEADER */

#HeaderLine {
	position: relative;
	margin:0;
	width:auto;
	height:4px;
	background-color:#780000;
}

#Header {
	position: relative;
	margin:0;
	width:900px;
	height:65px;
	overflow:visible;
	background-color:#F0F0F0;
}

/* HEADER MENU */

#HeaderNav {
	width:677px;
	position:absolute;
	left:240px;
	top:14px;
	height:28px;
	text-align:center;
}

#HeaderMenu li {
	float:left;
	height:28px;
	padding:0;
	margin:0;
}
#HeaderMenu li.current,
#HeaderMenu li.section {
	
}
#HeaderMenu li a {
	display:block;
	color:Gray;
	text-decoration:none;
	padding:0px 20px 0px 10px;
	background:url(../images/arrow_right.png) no-repeat left center;
	font-size:12px;
}
#HeaderMenu li a:hover {
	color:#780000;
}
#HeaderMenu li.current a,
#HeaderMenu li.section a {
	color:#780000;
}

/* SUB MENU */

#HeaderNav2 {
	width:677px;
	position:absolute;
	left:270px;
	top:32px;
	height:28px;
	text-align:center;
}

#HeaderMenu2 li {
	float:left;
	
	padding:0;
	margin:0;
}
#HeaderMenu2 li.current,
#HeaderMenu2 li.section {
	
}
#HeaderMenu2 li a {
	display:block;
	color:Gray;
	text-decoration:none;
	padding:0px 20px 0px 10px;
	background:url(../images/arrow_right.png) no-repeat left center;
	font-size:11px;
}
#HeaderMenu2 li a:hover {
	color:#780000;
}
#HeaderMenu2 li.current a,
#HeaderMenu2 li.section a {
	color:#780000;
}

/* SEARCHBOX */

#SearchBox {
	position:absolute;
	right:20px;
	top:10px;
	visibility:collapse;
}

/* CONTENT */

#Content {
	background-color:#F9F9F9;
	padding:10px 10px 10px 10px;
}

/* LANDING */

body.Landing {
	background-color:#FAFAFA;
}

#LandingMain {
	width:1000px;
	margin-left: auto ;
	margin-right: auto ;
}

#LandingTop{
	margin-top:30px;
	text-align:center;
}

#LandingBottom {
	margin-top:30px;
	
}

#LandingHeader {
	text-align:center;
}	

#LandingContact {
	color:Gray;
	text-align:center;
}

a.LandingContact {
	color:Gray;
}

a:hover.LandingContact {
	color:Black;
}

ul.LandingNews {
	list-style-type: none;
}

li.LandingNews {
	float:left;	
	width:300px;
	text-align:justify;
}

span.LandingNewsTitle {
	line-height:2em;
}

a.LandingNewsTitle {
	font-weight:bold;
	color:Black;
	text-decoration:none;
}

span.LandingNewsDate {
	font-size:0.8em;
}

span.LandingNewsDateAuthor {
	font-size:0.8em;
}

span.LandingNewsSummary {
	line-height:1.5em;
}

#LandingNewsImages {
	
}

div.LandingPreviewImage {
	padding:5px 0px 5px 0px;
	width: auto;
	height: auto;
	overflow:hidden;
}

div.LandingPreviewImage  img {
	padding:0;
	margin:0;
}

/* FOOTER */

#Footer {
	color:White;
	background:#F0F0F0 url(../images/logo_brackets.png) no-repeat scroll right center;
	width:900px;
	height:50px;
	text-align:center;
	background-position: 860px 15px;
	clear:both;
}

#FooterContent {
	padding-top:5px;
}

#FooterContent span {
	color:Black;
	font-size:10px;
}

/* GENERAL */

a img{
	border:0;
}

a {
	text-decoration:none;
	color:Black;
}

a:hover {
	text-decoration:underline;
}

/* BREADCRUMBS */

div.breadcrumbs{
	margin-top:0;
	margin-bottom:10px;
	text-align:right;
	font-size:1em;
}
div.breadcrumbs a {
	text-decoration:none;
	color:Black;
	font-size:1em;
}


/* NEWS */

li.newsList {
	list-style-type: none;
	margin-bottom:20px;
}

span.newsTitle {
	line-height:2em;
}

a.newsTitle {
	font-weight:bold;
	color:Black;
	text-decoration:none;
}

span.newsDate {
	font-size:0.8em;
}

span.newsDateAuthor {
	font-size:0.8em;
}

span.newsSummary {
	line-height:1.5em;
}

#newsImages {
	
}

/* IMAGES */

div.previewImage {
	padding:5px 0px 5px 0px;
	width: auto;
	height: auto;
	overflow:hidden;
}

div.previewImage  img {
	padding:0;
	margin:0;
}

/* LINE SEPERATOR */

#LineSeperator {
	background:transparent url(../images/line_seperator.png) no-repeat left top;
	padding-top:5px;
	clear:both;
}

/* DOWNLOADS */

#downloads ul{
	margin-left:0px;
}

#downloads li{
	margin:5px 0px 0px 0px !important;
	background-color:White;
	list-style-image:url() !important;
}

#downloads img{
	border:0 none;
}

#downloads h2{
	margin-bottom:0px;
}

#downloadInfo {
	font-style:italic;
	font-size:smaller;
	padding-left:20px;
}

/* SCREENSHOTS */

#screenshotImages {
	background-color:White;
}

#screenshots h2 {
	margin-bottom:0px;
}

#screenshots img {
	border: none;
}
