/* change default html styles */
li {
  list-style-type: none;
}
p {
  line-height: 1.5;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl {
  font-weight: normal;
}

a img {
  border-style: none;
}

/* hax */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
  zoom: 1;
}

/* general styling */

html {
  overflow-y: scroll;		
}

body {
  background: #fff url(images/bg.gif) top repeat-x;
  color: #574210;
  font: normal 76% "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Trebuchet MS", Verdana, sans-serif;
}
a {
  color: #41638C;
}
a:hover {
  background-color: #fff8eb;
  border-bottom: 1px solid #ffc676;
}

.alignright {
	text-align: right;	
}

#wrapper {
	width: 827px;
	margin:0 auto;	
}

/* layout */
#side {
	float: left;
	width: 200px;	
	margin-top: 100px;
}
#pagewrapper {
  float: right;
  width: 750px;
}
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

h1 {
  color: #006699;
  padding-top: 20px;
  padding-bottom: 3px;
  font-family: "Century Gothic";
  font-size: 1.9em;
}

.content {
  margin-bottom: 0px;
  padding-top: 0px;
  background: url(images/bg_tagline.gif) top repeat-x;
}

.content h2 {
  margin-top: 27px;
  margin-bottom: .75em;
  padding-bottom: 2px;
  background: url(images/bg_dot.gif) bottom repeat-x;
  color: #41638C;
  font-size: 1.3em;
}
.content h3 {
  font-weight: bold;
  font-size: 1em;
  margin-bottom: 0.5em;
}

.content h4 {
  font-weight: bold;
  font-size: 1em;
}
.content p {
  margin-bottom: 1em;
}
label{
	display:block;
	font-weight: bold;
}
input:focus, textarea:focus {
  background: #fffdeb;
}

.large_input{
	padding: 3px;
	border: 1px solid #c0c0c0;
	width: 500px;
	height: 100px;
}
fieldset{
	border: none;
	width: 550px;
}

#contact_form {
	padding-left: 10px;
}
#contact_form label{
	float:left;
	clear:left;
	width: 200px;
}
#contact_form textarea {
	margin-left: 200px;
}

#submit_btn {
	border: none;
	margin-left:200px;
	padding: 0;
	width:auto;
}

.required{
	font-weight: normal;
}

.optional{
	font-weight: normal;
}

#screenshots {
	position: absolute;
	padding-bottom:30px;
	top: 150px;
	left: 65px;
	width: 150px;
	height: 300px;
	border-bottom: 5px solid #f4f4f4;
	border-top: 5px solid #f4f4f4;
}

#side p {
	text-align: center;
	font-weight: bold;
	padding-left: 20px;
}

#side p.other {
	font-weight: bold;
	text-align: center;
}

/***********************************************/

#contactus form{
  margin: 0;
  padding: 0;
  font-size: 100%;
  width: 100%;

}

#contactus input.submit-btn
{
	width: 75px;
	height: 24px;
	background: #1C8540 url(images/submit.gif) no-repeat;
	outline: none;
	border: none;
}

#contactus input.submit-btn:hover
{
	background: #1C8540 url(images/submit.gif) no-repeat 0 -26px;
}

#contactus form fieldset {
  clear: both;
  width: 490px;
  font-size: 100%;
  border-color: #d2d2d2;
  border-width: 1px;
  border-style: solid none none none;
  padding: 10px;
  margin: 0 0 0 0;
}

#contactus form fieldset legend {
  font-size: 150%;
  font-weight: normal;
  color: #006699;
  margin: 0 0 0 0;
  padding: 0 5px;
}

/************************************************/

#contactus label {
  font-size: 100%;
}

#contactus input, select, textarea {

  font-family: Tahoma, Arial, sans-serif;
  font-size: 100%;
  color: #000000;
}

#contactus textarea {
  overflow: auto;
}

#contactus form div {
  clear: left;
  display: block;
  width: 90%;
  height: expression('1%');
  margin: 5px 0 0 0;
  padding: 1px 3px;
}

#contactus form div fieldset {
  clear: none;
  margin: 0 0 0 20%;
  padding: 0 5px 5px 5px;
  width: 90%;
}

#contactus form div label {
  display: block;
  float: left;
  width: 100px;
  padding: 3px 5px;
  margin: 0 0 5px 0;
  text-align: right;
}

#contactus form div label.labelCheckbox, form div label.labelRadio {
  float: none;
  display: block;
  width: 160px;
  height: expression('1%');
  padding: 0;
  margin: 0 0 5px 142px;
  text-align: left;
}

#contactus form div fieldset label.labelCheckbox, form div fieldset label.labelRadio {
 margin: 0 0 5px 0;
  width: 170px;
}


#contactus form div select, form div textarea {
  width: 300px;
  padding: 1px 3px;
  margin: 0 0 0 0;
}

#contactus form div input.inputText, form div input.inputPassword {
  width: 210px;
  padding: 1px 3px;
  margin: 0 0 0 0;
}

#contactus form div select.selectOne, form div select.selectMultiple {
  width: 220px;
  padding: 1px 3px;
}

#contactus form div input.inputCheckbox, form div input.inputRadio, input.inputCheckbox, input.inputRadio {
  display: inline;
  height: auto;
  width: auto;
  background-color: transparent;
  border-width: 0;
  padding: 0;
  margin: 0 0 0 140px;
}

#contactus form div input.inputCheckbox2 {
	display: inline;
	float: left;
	height: auto;
	width: auto;
	border: 0px;
	padding: 0;
	margin: 0 0 0 350px;	
}

#contactus p.news {
	float: left;
	margin: 0 0 0 10px;	
}

#contactus form div.submit div {
  display: inline;
  float: right;
  text-align: left;
  width: auto;
  padding: 0;
  margin: 0;
}

#contactus form div input.inputSubmit, form div input.inputButton, input.inputSubmit, input.inputButton {
  width: auto;
  padding: 0 6px;
  margin: 0;
}

#contactus form div.submit div input.inputSubmit, form div.submit div input.inputButton {
  float: right;
  margin: 0 0 0 5px;
}

#contactus form div small {
  display: block;
  margin: 0 0 5px 110px;
  padding: 1px 3px;
  font-size: 80%;
  height: expression('1%');
}