* {
	margin: 0;
	padding: 0;
}

body {
	margin-bottom: 50px;
	font: normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #3B3B3B;
	background-image:url('../images/fading_background_9.png');
	background-repeat:repeat-x;
}

h1, h2, h3, h4 {
	font-family: Garamond, Georgia;
	color: #9CBF54;
}

h4 {
    font-family: Garamond, Georgia;
    color: #cccccc;
}

h1 {
}

h2 {
}

h3 {
	font-size: 1.3em;
}

h4 {
    font-size: 1.1em;
}

p, blockquote, ul, ol {
}

p {
}

blockquote {
}

ul {
}

ul li {
}

ol {
}

ol li {
}

a {
	color: #9CBF54;
}

a:hover {
	text-decoration: none;
}

img {
	border: 1px solid #3B3B3B;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

/* Boxed Style */

.boxed {
}

.boxed .title {
	padding: 10px 15px;
	background: #3B3B3B;
	text-transform: uppercase;
	font: bold .77em Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

.boxed .content {
	padding: 15px;
}

.boxed ul {
	list-style: none;
}

/* Post */

.post {
	clear: both;
	padding: 20px;
	border-top: 1px solid #3B3B3B;
}

.post .title {
}

.post .content {
	line-height: 1.6em;
}

.post .title {
	margin-bottom: 20px;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
}

.post p, .post blockquote, .post ul, .post ol {
	margin-bottom: 1em;
}

.post blockquote, .post ul, .post ol {
	margin-left: 3em;
}

/* Header */

#header {
	width: 698px;
	height: 130px;
	margin: 0 auto;
	margin-top: 10px;
	background: url(../images/banner2.png) no-repeat;	
	border-left: 1px solid #3B3B3B;
	border-right: 1px solid #3B3B3B;
	border-top: 1px solid #3B3B3B;
}

#logo {
	border: 0px;
	margin-top: 20px;
	margin-left: 5px;
}


/* Page */

#page {
	width: 700px;
	margin: 0 auto;
	background: url(../images/img3.gif) repeat-y;
	border-top: 20px solid #3B3B3B;
}

#holding {
	width: 700px;
	margin: 0 auto;
	padding-top: 200px;
}

#content {
	float: right;
	width: 497px;
	padding-right: 1px;
}

#holding-content {
	float: right;
	width: 497px;
}

#sidebar {
	float: left;
	width: 200px;
	padding-left: 1px;
}

/* Menu */

#menu {
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {	
	display: inline;	
}

#menu ul li ul {
    padding: 0px;
    margin: 0px;
}

#menu ul li ul li a {
    padding: 0px;
    padding-left: 20px;    
    font-size: 0.9em;
    line-height: 1.8em;
}

#menu a,  #menu ul li ul a {
	display: block;
	padding: 5px 15px;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
	color: #3B3B3B;
}

#menu ul li ul .subheading a {
    background: #dddddd;
}

#menu a:hover, #menu ul li ul a:hover, #menu .super a:hover {
	background: #9CBF54;
	color: #FFFFFF;
}

#menu .active a, , #menu ul li ul li .active a {
	background: #BABABA;
	color: #000000;
}

/* Login */

#login {
}

#login fieldset {
	border: none;
}

#login legend {
	display: none;
}

#login input {
	margin-bottom: 5px;
}

#inputtext1, #inputtext2 {
	width: 160px;
}

#products-images, #xuse-images {
	width: 100px;
	height: 110px;
}

#xuse-images {
	float: right;
}

#prod2 {
	position: relative; top: -85px; right: -35px;
}

#prod3 {
	position: relative; top: -85px; right: -10px;
}

/* Updates */

#updates {
}

#updates ul {
}

#updates li {
	margin-bottom: 20px;
}

#updates h3 {
	font-size: .77em;
}

/* Footer */

#footer {
	font-size: 0.85em;
	color: #FFFFFF;
}

#legal {
	width: 670px;
	height: 28px;
	margin: 0 auto;
	padding: 5px 15px;
	background: #3B3B3B;
	text-align: center;
}

#links {
	float: right;
}

.normal-image, .download {
	border: 0px;
}

.download {
	float: left;
	padding-right: 6px;
	margin-bottom: 3px;
}


.product {
	font: bold;	
}

.simple-table {
	text-align: left;
	font-size: 0.9em;
	border: solid 1px #ccc;
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 10px;
}

.simple-table caption {
	font-weight: bold;
	font-size: 1.1em;
}

.simple-table th {
	background: #9CBF54;
	color: white;
	font-weght: bold;
	padding: 1px;
}

.simple-table tr td {
	padding: 1px;
	border-bottom: 1px solid #cccccc;
}

.feature {
	background: #eeeeee;
}

.feature-yes {
	background: url(../images/tick.gif) 5px no-repeat;
}

.footnote {
	font-size: 0.8em;
	line-height: 1em;
}