html, body { 
	color:#555; 
	font-family:Helvetica,Arial,sans-serif; 
	font-size:13px; 
	line-height:1.6; 
	margin:0px; 
	background-color:#ebedf0; 
	background-image:url(http://www.softpress.com/kb/templates/Softpress/Images/page-texture.gif); 
	background-repeat: repeat; 
	min-height: 100%; 
}

#stars {
	position:absolute;
	z-index:  0;
	top: 26px;
	left: 0px;
	width: 100%;
	height: 405px;
	margin: auto;
	background-image: url(http://www.softpress.com/kb/templates/Softpress/Images/stars.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#header-wrap, #wrap {
	position: relative;
	width: 890px;
	margin: auto;
	z-index: 1;
}

#header-wrap {
	height: 60px;
	margin-top: 15px;
}

#wrap {
	background: white;
	border-radius: 10px;
	border: 1px solid #ddd;
	min-height: 300px;
}

#bg {
	margin: 20px 50px 0px;
	overflow: hidden;
}

#fwNav1 { font-weight: bold; font-size: 12px; float:right;  padding:0; margin:0; list-style:none; text-shadow: 0px 1px 0px white }
#fwNav1 .fwNavItem { width:auto;  float:left;margin:0; padding:0; border-right:0; border-top:0; border-bottom:0; border-left:0; position:relative; }
#fwNav1 .fwNavItem a { display:block; color:#333; text-decoration:none; background:url(Resources/transparent.gif) repeat; margin:0;padding:3px 0px 3px 40px; height:1%; }
#fwNav1 .fwFirstChild { border-left:0; }
#fwNav1 .fwLastChild { border-right:0; }
#fwNav1 .fwNavItem a:hover, #fwNav1 .fwNavItem span a:hover, #fwNav1 .fwNavItem a:focus { color:#505153; text-decoration:none; background:url(Resources/transparent.gif) repeat; }
#fwNav1 .fwNavItem a:active { color:#757678; text-decoration:none; background:url(Resources/transparent.gif) repeat; }
* html #fwNav1 { float:right; }
* html #fwNav1 .fwNavItem a { float:left; height:1%; }

a:link { color:#0084c3; text-decoration:none }
a:visited { color:#0084c3; text-decoration:none }
a:hover { color:#186487; text-decoration:none  }
a:active { color:#1c4373; text-decoration:none  }

h1 {
	color: #0084C3;
	font-family: 'Terminal Dosis', Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: normal;
}

h2 {
	color: #0084C3;
	font-family: 'Terminal Dosis', Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 5px;
	margin-top: 0px;

}

h3 {
	font-family: 'Terminal Dosis', Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 10px;
	border-bottom: 1px solid #eee;
}

h4 {
	font-family: 'Terminal Dosis', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 10px;

}

hr {
	border: #eee 1px solid;
	border-top: 0;
}

#browse h3 {
	margin-top: 0;
	border: 0;
}

#mainTitle {
	float: left;
}

#search {
	float: right;
	padding-top: 25px;
	text-align: right;
	font-size: 10px;
	margin-bottom: 10px;
}

#livesearch {
	width: 160px;
}

#search a {
	padding-right: 8px;
}

.SearchResults li {
	padding: 13px 0;
	border-bottom: 1px solid #eee;
}

.spacer {
	clear: both;
}

#browse {
	clear:  both;
	background: #f9f9f9;
	border: 1px solid #eee;
	padding: 15px;
}

#crumbs {
	clear: both;
	margin: 0 auto 3px;
}

#crumbs ul {
	padding: 5px 0;
	margin: 0 0 5px;
	border-bottom: 1px solid #eee;
	list-style-type: none;
}

#category, #questionsWrap {
	clear: both;
	padding: 15px;
}

.content {
	width: 33%;
	padding: 4px 20px 2px 0;
}

.questionLeft {
	float: left;
	margin: 0 50px 30px 0;
	width: 62%;
}

.questionRight {
	float: right;
	width: 30%;
}

.questionRight p {
	margin: 3px 0;
}

.addThis {
	margin: 10px 0 0;
}

.addthis_toolbox div {
	clear: both;
}

.categorydesc {
	font-size: 11px;
}

li img {
	margin-right: 5px;
}

.FieldLabel {
	font-weight: bold;
	padding-right: 20px;
}

textarea, input[type="text"] {
	background: #F9F9F9;
	border: 1px solid #CFCFCF;
	padding: 5px;
	box-shadow: inset 0 1px 1px 0 #E5E5E5;
	border-bottom: 1px solid #DFDFDF;
	border-radius: 2px;
}

.Required {
	color:#0084c3;
	font-weight: normal;
}

input.sendMessage {
	display:block;
	text-direction: ltr; 
	text-indent:-9999px; 
	width: 113px;
	height: 30px;
	background: url(http://www.softpress.com/kb/templates/Softpress/Images/send-sprite.png);
	border:0;
}

input.sendMessage:hover {
	background-position: -113px 0;
}

/* Footer */

#footer {
	position: relative;
	width: 890px;
	margin: 0 auto 35px;
	padding: 20px;
	font-size: 12px;
}

#softpress {
	float: left;
	color: #222;
	font-family: 'Terminal Dosis', Helvetica, Arial, sans-serif;
}

#softpress img {
	vertical-align: middle;	
	margin: -2px 6px 0 0;
}

#madeInGb {
	float: right;
	margin: 6px 0 0;
}

