/* @override 
	stylesheet tweaked from main.css
*/

body {
	font: 11px/170% "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	margin: 30px 20px 20px;
	list-style: none;
	background: #b2b3b8 scroll 50% 0px;
	text-align: center;
}

#body_wrapper {
	width: 100%;
	margin: 0 auto 0 auto;
		text-align:left;
   background: #888 url("img/shadow_page.gif") top center repeat-y;
}


#shadow_top , #shadow_bottom {
	background: url("img/shadow_top.gif") bottom left no-repeat;
	margin: 0 auto 0 auto;
	width: 784px;
	height:20px;
} 

#shadow_bottom {
  background: url("img/shadow_bottom.gif") top left no-repeat;
} 


/* @group Auto-clearing */

.autoclear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.autoclear { display: inline-block }

/* Hides from IE-mac \*/
* html .autoclear { height: 1% }
.autoclear { display: block }
/* End hide from IE-mac */
	
/* @end */


/* @group Page */

.page {
	font: 11px/170% "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	list-style: none;
	margin: 0 auto;
	width: 710px;
	text-align: left;
	background: #fff url(img/PageFrame.jpg) repeat-y -710px 0;
}

.content {
	background: url(img/PageFrame.jpg) no-repeat 0px 0px;
	padding: 4px 5px 0;
}
	
/* @end */

/* @group Main Content */

#main {
	float: left;
	width: 527px;
}

.centered { text-align: center }

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.right {
	float: right;
	margin: 5px 0 5px 15px;
}

.left {
	float: left;
	margin: 5px 15px 5px 0;
}

img.middle {
	display: block;
	margin: 15px auto;
}

h2 {
	color: #335d92;
	margin: 20px 20px 10px;
	font-size: 1.4em;
	font-weight: normal;
}

h3 {
	margin: 0 20px 10px;
	color: #7f7f7f;
	border-bottom: 1px solid #eee;
	font: normal 1em Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	padding-bottom: 2px;
}

p, ul, ol {
	margin: 10px 20px;
	text-align: justify;
	color: #525252;
}

ul {
	list-style-type: circle;
	padding-left: 40px;
}

ol { padding-left: 80px; }

code {
	display: block;
	text-align: left;
	color: #414141;
	border-left: 1px solid #414141;
	padding: 0 0 0 10px;
}

a {
	color: #4564ca;
	text-decoration: none;
	border-bottom: 1px dotted #96bdff;
}

a img {
	border: none;
}

a:visited {
	color: #9352c1;
	border-color: #bd91df;
}

a:hover {
	color: 3399FF;
	border-bottom-style: solid;
	border-bottom-color: 3399FF;
}

#main .separated {
	border-top: 1px dashed #ddd;
	padding: 20px 17px 0;
	margin: 10px 3px;
}

/* @end */

/* @group Navigation */

h1 {
	background: url(img/header_02.jpg) no-repeat 0 0;
	width: 750px;
	height: 75px;
	margin: 0 auto;
	padding: 0;
	font-size: 24px;
	/*text-indent: -1000em;*/
	/*\*/overflow: hidden;/**/
	display: block;
	color: #525252;
	line-height: 75px;
}

#navigation {
	display: block;
	width: 710px;
	margin: 0 auto 5px;
	padding: 0;
	text-align: center;
	line-height: 1em;
	font-size: 14px;
	background: url(img/NavigationMonster.gif) 100%;
}

#navigation * {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

#navigation ul {
	display: table;
	margin: 0 auto;
	text-align: center;
}

#navigation li {
	display: table-cell;
	padding: 0 60px 20px;
}

#menu {
  	display: block;
	width: 710px;
	margin: 0 auto 5px;
	padding: 0;
	/*line-height: 1em;
	font-size: 14px;
	padding: 0.3em 0.5em 0 0.5em;*/
  	/*border-top: 1px #666 solid;*/
  	/*font-family: "Trebuchet MS", Helvetica, sans-serif;*/
	text-align: right;	
}

#primary {
/*  	font-size: .9em;
  	padding: 0.1em 0.8em 0.1em 0; */
  	color: #8cf;
}

#primary a:hover {
  	color: #3399FF;
/*	margin: 20px 2px 0px 2px; */
	padding: 5px;
}

#primary a {
	/*  	font-weight: bold; */
  	color: #fff;
	padding: 5px;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 2px;
}

#secondary {
  	padding: 0 1em 0.5em 0;
  	font-size: 0.8em;
  	color: #ddd;
}

#secondary a {
  	/*font-weight: bold;*/
 	color: #fff;
}

/*#navigation li+li { background: url(img/PageFrame.jpg) no-repeat 0 50%}
#navigation li.active+li { background: none } */

#navigation span { float: left }
#navigation a {
	color: #525252;
	text-decoration: none;
	padding: 10px 9px 8px 33px;
	float: left;
	border: none;
}

/* @group IE Hacks */

/* For IE mac & win */

* html #navigation ul { display: inline-table; }
* html #navigation li { display:  block; float: left; }

/* For IE win only \*/
* html #navigation ul { font-size: 0; padding-bottom: 9px; }
* html #navigation li { display: inline; float: none; padding-right: 0; padding-bottom: 10px; }
* html #navigation span { display: inline-block; float: none; }
* html #navigation a { display: inline-block; float: none; font-size: 14px; }
/* End IE win */

/* @end */

/* @group IE7 Hacks */

*:first-child+html #navigation * {
	float: none;
	display: inline-block;
}
*:first-child+html #navigation ul { padding: 0 0 8px }

*:first-child+html #navigation ul li {
	display: inline;
	padding: 0 1px 8px;
	margin-bottom: -8px;
}

/* @end */

/* @group Active Tab */

/* #navigation li.active {
	background: url(img/PageFrame.jpg) 50% 100%;
	padding-bottom: 9px;
}

#navigation li.active span {
	background: url(img/PageFrame.jpg) 1310px 100%;
	cursor: default;
}

#navigation li.active a {
	text-shadow: #fff 0px 1px 1px;
	color: #3d3d3d;
	cursor: default;
}
*/
/* @end */

/* @group Section Icons */

#navigation #products a { background-position: 11px 60%; }
#navigation .active#products a { background-position: -289px 60%; }

#navigation #news a { background-position: -590px 60%; padding-left: 34px;}
#navigation .active#news a { background-position: -890px 60%; }

#navigation #store a { background-position: -1190px 60%; padding-left: 36px; }
#navigation .active#store a { background-position: -1490px 60%; }

#navigation #goodies a { background-position: -1791px 60%; padding-left: 37px; }
#navigation .active#goodies a { background-position: -2091px 60%; }

#navigation #about a { background-position: -2390px 60%; padding-left: 32px; }
#navigation .active#about a { background-position: -2690px 60%; }

#navigation #support a { background-position: -2990px 60%; padding-left: 33px; }
#navigation .active#support a { background-position: -3290px 60%; }

/* @end */

/* @end */

/* @group Subnavigation */

#subnavigation {
	background: #ededed no-repeat 0px 0px;
	margin: 0;
	padding: 0 0 0 10px;
	border-bottom: 1px solid #d5d5d5;
	display: block;
	line-height: 1.2em;
}

#subnavigation ul {
	margin: 0;
	padding: 0;
}

#subnavigation li {
	list-style: none;
	float: left;
	margin-bottom: -1px;
}

/* \*/
* html #subnavigation li { 
	margin-bottom: 0; position: relative; top: 1px; }
/* */

#subnavigation li.active {
	background: no-repeat 50% 100%;
}

#subnavigation a, #subnavigation a:hover, #subnavigation a:visited {
	color: #444444;
}

#subnavigation a {
	display: block;
	padding: 10px 10px 10px 21px;
	float: left;
	text-decoration: none;
	background-repeat: no-repeat;
}

#subnavigation a:active {
	color: #444444;
}

#subnavigation .active a {
	color: #444444;
	cursor: default;
}

#subnavigation a, #subnavigation a:hover, #subnavigation a:visited {
	border-style: none;
}

/* @end */

/* @group Sidebar */

#side {
	float: right;
	color: #5b5b5b;
	width: 173px;
	background: #ededed url(img/PageFrame.jpg) no-repeat -532px -4px;
}

#side h2 {
	text-transform: uppercase;
	font: normal 1em/1.2em Arial, Helvetica, sans-serif;
	color: #464646;
	margin: 12px 10px 5px;
	clear: both;
	text-align: center;
}

#side p {
	padding: 0;
	text-align: center;
	font-size: 11px;
	color: #464646;
	margin: 12px 10px 5px;
}

#side ul {
	margin: 0;
	padding: 0;
}

#side ul li {
	list-style: none;
	background: no-repeat 12px 6px;
	padding-left: 25px;
}

#side a {
	border: none;
	color: #464646;
	margin-top: 12px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}

#side .separated {
	border-top: 1px solid #ddd;
	padding-top: 13px;
}

#side .separated::before {
	display: block;
	content: "";
	height: 1px;
	width: 100%;
	margin: -13px 0 12px;
	background-color: #f5f5f5;
}

#side a.go {
	background: no-repeat 10px 50%;
	display: block;
	text-decoration: none;
	color: #5b5b5b;
	/*padding: 1px 10px 2px 27px;*/
	margin: 0;
}

#side p a.go {
	margin: 0 -10px;
}

#side a.go:hover {
	background-repeat: no-repeat;
	background-position: -190px 50%;
	color: #3399FF;
}

#side a.go:active {
	background: #d4d4d4 -390px 50%  no-repeat;
	font-style: normal;
}

#side a.go.email {
	background: no-repeat 6px 0.2em;
	/*padding-left: 28px;*/
}

#side a.go.email:hover {
	background: #f8f8f8 no-repeat -194px 0.2em;
}

#side a.go.email:active {
	background: #d4d4d4 no-repeat -394px 0.2em;
}

#side a.go.feed {
	background: no-repeat 9px 0.4em;
	padding-left: 28px;
}

#side a.go.feed:hover {
	background: #f8f8f8 no-repeat -191px 0.4em;
}

#side a.go.feed:active {
	background: #d4d4d4 no-repeat -391px 0.4em;
}

#go-about a { background-position: -300px 50%; }
#go-about a, #go-about.active a, #go-about a:active { background-position: 0 50%; }
#go-screenshots a { background-position: -900px 50%; padding-left: 31px; }
#go-screenshots a, #go-screenshots.active a, #go-screenshots a:active { background-position: -600px 50%; }
#go-support a { background-position: -1500px 50%; padding-left: 29px; }
#go-support a, #go-support.active a, #go-support a:active { background-position: -1200px 50%; }

/* @end */

/* @group Sidebar Actions */

#side #actions {
	margin-top: 21px;
	padding-top: 1em;
	margin-bottom: 12px;
}

ul#actions li {
	padding: 0;
	background: none;
}

#actions a {
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
	background-repeat: no-repeat;
	margin: 0;
	padding: 3px 10px 3px 28px;
}

#actions a:hover {
	background-color: #f8f8f8;
}

#actions a:active {
	background-color: #d4d4d4;
	color: #ffffff;
}

#dl, .dl { background-position: 12px 50%}
#dl:active, .dl:active { background-position: -388px 50%}
#bn { background-position: -192px 50%}
#bn:active { background-position: -592px 50%}

/* @end */

/* @group Footer */

#footer {
	background: url(img/PageFrame.jpg) no-repeat -1420px 0;
	width: 710px;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 0;
	color: #3d3d3d;
	text-shadow: #fff 0px 1px 1px;
	text-align: center;
}

#footer a { color: #3d3d3d; border: none; }
	
/* @end */
