/* @group General Rules */

/* -- undo browser HTML defaults (see: http://tantek.com/log/2004/09.html#d06t2354) -- */

:link,:visited {
	text-decoration: underline;
}

ul,ol {
	list-style: none;
}

h1,h2,h3,h4,h5,h6,pre,code,p {
	font-size: 1em;
}

ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {
	margin: 0;
	padding: 0;
}

a img,:link img,:visited img {
	border: none;
}

address {
	font-style: normal;
}

.hide {
	display: none;
}

a {
	color: #fff;
	text-decoration: underline;
}

a:hover {
	color: #fff;
	text-decoration: none;
}

a.view-all {
	color: #b0c1c8;
	text-decoration: none;
	/*padding: 5px 7px;*/
	border: 0px solid #333;
}

a.view-all:hover {
	color: #fff;
	text-decoration: underline;
	/*background: #000;
	padding: 2px 6px;
	border: 1px solid #333;*/
}



strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

ul, ol {
	list-style: none;
}

body {
	display: block;
	position: relative;
	width: 100%;
	margin: 0 auto;
	color: #eee;
	text-align: center;
	background-color: #000;
	font: 11px/150% "Lucida Grande", Lucida, Arial, sans-serif;
}

/* @end */

/* @group Header */

#header {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 960px;
	height: 60px;
	background: url(../images/nag-header.gif) no-repeat;
}




/* @end */
#content-index {
	display: block;
	position: relative;
	width: 960px;
	height: 443px;
	background: url(../images/swf-bkgd.gif) no-repeat;
	margin: 0 auto;
}


#content-main {
	display: block;
	position: relative;
	width: 960px;
	/*height: 443px;*/
	background: url(../images/gen-bkgd.gif) no-repeat;
	margin: 0 auto;
	overflow: hidden;
}

#content-main h1 {
	font: 13px/150% Georgia, serif;
	color: #cbdade;
	margin-bottom: 10px;
	/*border-bottom: 1px dotted #333;*/
}

#content-main h3 {
	font-size: 10px;
	color: #cbdade;
	margin-bottom: 3px;
	text-transform: uppercase;
	/*border-bottom: 1px dotted #333;*/
}

#content-main h3 a {
	text-decoration: none;
}

#content-main h3.downloads {
	padding-left: 15px;
	background: url(../images/plus.gif) no-repeat;
}

#content-main ul {
	margin-left: 15px;
}


#left-col {
	width: 330px;
	float: left;
	text-align: left;
	padding: 15px;
}

#center-col {
	width: 240px;
	height: 443px;
	float: left;
	position: relative;
	background: url(../images/hiking.jpg) no-repeat left top;
}

#center-col img.bug {
	position: absolute;
	top: 333px;
	left: 80px;
}

#right-col {
	width: 330px;
	float: left;
	text-align: left;
	padding: 15px;
}

#content-news {
	display: block;
	position: relative;
	width: 960px;
	height: 161px; 
	background: url(../images/news-bkgd.gif) no-repeat;
	margin-right:auto;
	margin-left:auto;
	margin-top:12px;
	padding:0px;
	text-align:left;
	clear: left;
}

#content-news h1 {
	font: 13px/150% Georgia, serif;
	color: #cbdade;
	margin-bottom: 10px;
	/*border-bottom: 1px dotted #333;*/
}

#content-news ul {
	list-style-image: url(../images/list-arrow.gif);
	margin-left: 10px;
}

/*
#content-news ul li {
	padding-left: 5px;
}
*/

#featured {
	position: relative;
	width:211px;
	padding:14px;
	float:left;
}

#featured p.view-all {
	position: absolute;
	top: 133px;
	left: 14px;
}
#product {
	position: relative;
	width:211px;
	padding:14px;
	float:left;
}
#product p.view-all {
	position: absolute;
	top: 133px;
	left: 14px;
}
#press {
	position: relative;
	width:211px;
	padding:14px;
	float:left;
}
#press p.view-all {
	position: absolute;
	top: 133px;
	left: 14px;
}

.presstype {
	font-size: 8px;
	text-transform: uppercase;
}

#downloads {
	position: relative;
	width:211px;
	padding:14px;
	float:left;
}
#downloads p.view-all {
	position: absolute;
	top: 133px;
	left: 14px;
}

#primus-swf {
	width: 360px;
	height: 443px;
	float: left;
}

#origo-swf {
	width: 360px;
	height: 443px;
	float: left;
}

#center {
	width: 240px;
	height: 443px;
	float: left;
	position: relative;
	background: url(../images/center.jpg) no-repeat left top;
}

#center img.bug {
	position: absolute;
	top: 333px;
	left: 80px;
}

#footer {
	display: block;
	position: relative;
	margin-right:auto;
	margin-left:auto;
	margin-top:25px;
	width: 960px;
	font: 10px/150% "Lucida Grande", Lucida, Arial, sans-serif;
}

#footer-left {
	width: 464px;
	float: left;
	padding: 7px;
	text-align: left;
}

#footer-right {
	width: 464px;
	float: left;
	padding: 7px;
	text-align: right;
}

/* @end */

#primus-content {

}

#origo-content {

}

/* @group Form Rules */

form {
	display: inline;
	position: relative;
	width: 320px;
	float: left;
	margin: 14px 0 20px 0px;
	padding-bottom: 10px;
}

form fieldset {
	display: block;
	border: none;
}

form legend {
	display: none;
}

form dl {
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0;
}

form dt {
	display: inline;
	float: left;
	width: 120px;
	margin: 5px 0 5px 0;
	text-align: left;
}

form dd {
	display: inline;
	float: left;
	margin: 5px 0 5px 0;
	width: 180px;
	text-align: left;
	background-image: none;
	padding: 0;
}

form input, form textarea {
	display: block;
	width: 180px;
}

form input.medium, select {
	width: 150px;
}

form input.short {
	display: block;
	width: 50px;
}

form input.checkbox {
	display: block;
	float: left;
	width: 12px;
	margin-right: 3px;
}

form dd input.go-button {
	display: block;
	margin-left: 140px;
	width: 52px;
	height: 22px;
}

/* @end */

div.menuTitle {
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
	padding-bottom: 20px;
	background: url(../images/readmore.gif) no-repeat left bottom;
}

div.menuTitle.selected {
	margin: 0 auto;
	height: 20px;
	background-repeat: none;
}

div.menuTitle.selected a, div.menuTitle.selected span.subtitle, div.menuTitle.selected span.author, div.menuTitle.selected span.abstract {
	display: none;
}

div.content.on {
	margin-bottom: 20px;
	padding-bottom: 20px;
}

/*---------- mootools accordian ----------*/
.toggler {
	/*color: #333;*/
	margin: 0;
	/*padding: 2px 5px;*/
	/*background: #e8e5dc;*/
	border-bottom: 0px solid #ddd;
	border-right: 0px solid #ddd;
	border-top: 0px solid #f5f5f5;
	border-left: 0px solid #f5f5f5;
	/*font-size: 11px;
	font-weight: normal;
	font-family: "Lucida Grande", Lucida Grande, sans-serif;*/
}

 
.element {
	margin-bottom: 10px;
}
