* {
	padding: 0;
	margin: 0;
}

body {
	font-family: arial, helvetica, sans-serif;
	font-size: 1em;
	color: #333;
	background: #ffc;
}

h1 {
	font-size: 1.2em;
	font-weight: bold;
}

h2 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 1em;
}

p {
	margin: 1em;
}

a {
	text-decoration: none;
	color: #c00;
}

strong {
	font-weight: bold;
}

table {
	width: 100%;
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0 1px;
	border-collapse: collapse;
	padding: 0;
}

td {
	text-align: center;
	vertical-align: top;
	border-color: #ccc;
	border-style: solid;
	border-width: 0 1px 1px 0;
	padding: 0 7px;
}

td.left {
	text-align: left;
}

#content ol, #content ul {
	margin-left: 40px;
}

label, fieldset span, select {
	display: block;
	width: 250px;
	float: left;
	margin: 0 0 10px 10px;
}

label {
	text-align: right;
	width: 150px;
}

textarea.widgEditor {
	width: 500px;
	height: 250px;
	margin-top: 40px;
}

select {
	width: 150px;
}

fieldset {
	width: 620px;
	padding: 10px;
	margin-top: 10px;
}

#header {
	width: 900px;
	margin: 0 auto;
	padding: 20px;
	background: #fff;
	border-left: 1px solid #c00;
	border-right: 1px solid #c00;
}

#header img {
	vertical-align: bottom;
}

#header span {
	display: block;
	position: absolute;
	width: 180px;
	height: 60px;
	margin: 31px 36px;
	text-align: center;
	vertical-align: middle;
	font-size: 16pt;
	font-weight: bold;
	font-style: italic;
	color: #ff0;
}

#content {
	width: 900px;
	margin: 0 auto;
	min-height: 400px;
	padding: 20px;
	background: #fff;
	border-left: 1px solid #c00;
	border-right: 1px solid #c00;
}

#admin {
	width: 650px;
	margin: 10px auto;
	padding: 20px;
	background: #fff;
	border: 1px solid #c00;
}

#sidebar {
	float: right;
	width: 412px;
	margin-left: 20px;
}

img.border {
	background: #fff;
	padding: 5px;
	border: 1px solid #ddd;	
}

#footer {
	clear: both;
	width: 920px;
	margin: 0 auto;
	text-align: right;
	padding: 10px;
	font-size: 0.9em;
	background: #fff;
	border-left: 1px solid #c00;
	border-right: 1px solid #c00;
}

#footer a {
	font-weight: normal;
	font-size: 0.9em;
}

.category {
	width: 870px;
	background: #ffc;
	border: 1px solid #c00;
	padding: 3px 10px;
	margin: 20px 0;
	font-weight: bold;
}

.reference {
	width: 860px;
	background: #fff;
	border: 1px solid #ddd;
	margin: 10px 0 0 20px;
}

.reference div {
	text-align: center;
	padding: 15px;
}

.cl {
	clear: left;
}

.cb {
	clear: both;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckertreemenu {
	width: 900px;
	height: 32px;
	background: #c00 url(/images/navback.gif) 0 -2px repeat-x;
}

.suckertreemenu ul {
	list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li {
	position: relative;
	display: inline;
	float: left;
}

/*Top level menu link items style*/
.suckertreemenu ul li a {
	display: block;
	color: #ff0;
	padding: 2px 20px 0 20px;
	margin: 4px 1px;
	text-decoration: none;
	font-weight: bold;
}
	
.suckertreemenu ul li a:hover {
	color: #c00;
	background: #fc0;
	margin: 3px 0;
	border-top: 1px solid #600;
	border-left: 1px solid #600;
	border-bottom: 1px solid #fcc;
	border-right: 1px solid #fcc;
}

/*1st sub level menu*/
.suckertreemenu ul li ul {
	left: 0;
	position: absolute;
	top: 1em; /* no need to change, as true value set by script */
	display: block;
	visibility: hidden;
	border-bottom: 1px solid #ccc;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li {
	display: list-item;
	float: none;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a {
	display: block;
	text-decoration: none;
	color: #c00;
	background: #ffc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-weight: normal;
	font-size: 0.9em;
	padding: 5px 20px;
	margin: 0;
}

.suckertreemenu ul li ul li a:hover {
	color: #c00;
	background: #fc0;
	padding: 4px 20px;
	margin: 0;
	border: 1px solid #600;
}

#aboutus a {
	width: 140px; /*width of sub menu levels*/
}

#servicesfor a {
	width: 280px; /*width of sub menu levels*/
}

#products a {
	width: 90px; /*width of sub menu levels*/
}

#treemenu1 {
	height: 32px;
	background: url(/images/navback.gif) 0 -2px repeat-x;
	padding-left: 20px;
	border-left: 1px solid #06c;
}

#language {
	float: right;
	text-align: right;
	width: 72px;
	height: 16px;
	background: url(/images/navback.gif) 0 -2px repeat-x;
	font-size: 0.9em;
	font-weight: normal;
	padding: 8px 20px;
	color: #fff;
	border-right: 1px solid #06c;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
	padding-top: 1em;
}

.seolinks {
	display: none;
}

