/* Some adjustments */

html, body, div, span,
applet, object, iframe,
p, blockquote, pre,
h1, h2, h3, h4, h5, h6, 
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	text-align: left;
	vertical-align: baseline;
}

html, body, div, span,
applet, object, iframe,
p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*li, ol, ul {
	margin: 0;
	padding: 0;
	border: 0;
	text-align: left;
	vertical-align: baseline;	
}*/

/*ol, ul {
	list-style: none;
}*/



q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

br.clear {
	clear: both;
}



body {
	margin: 0;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	background: url("/images/gradient.png") repeat-x;
}

body, p, ol, ul, td {
	font-family: Lucida Grande, "Lucida Grande", "Tahoma", sans-serif;
	font-size: 12px;
	line-height: 18px;
}

/* @group Links */

a {
	text-decoration: none;
	font-weight: bold;
	color: #8900c2;
}

a:visited {
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: green;
}

/* @end */

#container {
	width: 840px;
	margin: 0 auto;
	margin-top: 20px;
}

#columns {
}

#header {
	margin: 0;
	height: 100px;
	padding: 20px 0 0;
}

.left_header {
	float: left;
}

.right_header {
	font-size: 120%;
	padding-top: 15px;
	margin-right: 15px;
	float: right;
	vertical-align: center;	
	color: #b1b1b1;
}

.right_header a {
	color: #b1b1b1;
}

.right_header a:hover {
	color: green;
	text-decoration: underline;
}

body#products a.products,
body#support a.support,
body#press a.press {
	color: #501f82;
}

h1, h1 a {
	width: 100%;
}

h1 a:visited {
}

#navigation {
	height: 40px;
	display: none;
}

h2 {
	padding-top: 20px;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 20pt;
	line-height: 1.2em;
}




pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}


.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

.attention {
  border: 1px solid #acac10;
  padding: 7px;
  padding-bottom: 12px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #ffffbc;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

/* @group Left Column */

#left_column {
	float: left;
	text-align: left;
	padding-right: 0px;
	padding-top: 15px;
	padding-bottom: 0px;
	width: 650px;
}

#left_column p {
	margin-top: 0em;
	margin-bottom: 1em;
}

#left_column h3 {
	padding-top: 1em;
	padding-bottom: 0.3em;
}

/* @end */





/* @group Right Column */

#right_column {
	padding-top: 20px;
	padding-bottom: 40px;
	float: right;
	width: 180px;
}

.box {
	padding: 14px;
	margin-bottom: 10px;
}

.box p, .box li {
	font-size: 90%;
}

#right_column ul {
	padding: 0;
	padding-left: 15px;
}

#right_column h3 {
	color: white;
	background-color: #501f82;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 90%;
	text-transform: uppercase;
	text-align: right;
}

#right_column input.text {
	border: solid 1px #111;
	padding: .3em;
}

#right_column input.text.disabled {
	color: #333;
}



#right_column h3 {
	margin-top: 0px;
	margin-bottom: 7px;
}

#right_column p {
	margin-top: 10px;
}

/* @end */

/* @group Footer */

.footer {
	padding-top: 10px;
	padding-bottom: 40px;
	margin-top: 40px;
	margin-bottom: 20px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 90%;
	color: #b1b1b1;
	border-top: 1px solid lightgray;
}

.footer a {
	color: #5a6165;
}

.footer a:hover {
	text-decoration: underline;
}

.footer .left {
	float: left;
}

.footer .right {
	float: right;
}

/* @end */

/* @group Banner */

.banner {
	display:  none;
}

/* @end */


/* @group Description */

div.description {
	width: 625px;
}

/* @end */


/* @group Screenshots */

#screenshots {
	margin-top: 40px;
	text-align: left;
	margin-bottom: 50px;
}

#screenshots img {
}

.screencast {
	background-color: #d8d8d8;
	width: 100%;
	padding-top: 15px;
}

.screencast .video {
	margin-left: auto;
	margin-right: auto;
	width: 320px;
}

/* @end */



/* @group Features */

#features {
}

dl.feature {
	width: 176px;
	float: left;
	margin-bottom: 20px;
	line-height: 15px;
	margin-right: 40px;
}

dl.feature dt {
	float: left;
	display: none;
}

dl.feature dd.feature_title {
	/*margin-left: 7px;*/
	margin-top: 8px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: bold;
}

dl.feature dd {
	/*float: left;
	margin-left: 0px;*/
}

dd.description {
	margin-top: .8em;
	line-height: 1.6;
	text-align: justify;
}

/* @end */

/* @group Press */

.press_release_date {
	color: gray;
}

.boilerplate, .close {
	margin-top: 40px;
	margin-bottom: 20px;
}

/* @end */
