html,body,div, h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input {
	margin: 0;
	padding: 0;
}

body {
	background: #eee;
	font: 11px/14px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333;
	margin-top: 18px;
}

img {
	behavior: url(iepngfix.htc);
	border: 0;
}

a, a.visited {
	color: #0b79ea;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #0000FF;
}

h1 {
	font-size: 26px !important;
	color: #333;
}

h2 {
	font-size: 22px !important;
	font-weight: normal;
	color: #000;
}

h3 {
	font-size: 16px !important;
	margin-bottom: 0.8em;
	color: #333;
}

#container {
	width: 980px;
	margin: 0px auto;
	position: relative;
}

#main {
	width: 100%;
	position: relative;
	text-align: center;
}

#contentwrapper {
	background-color: #FFF;
	width: 100%;
	float: left;
	text-align: left;
	padding-bottom: 20px;
}

#content {
	text-align: left;
	margin: 20px;
}

#title {
	width: 100%;
	float: left;
	margin-bottom: 20px;
	text-align: left;
}

#title img {
	margin-left: 6px;
}

.column {
	display: inline;
	background-color: #FFF;
}

/* left column stuff */

#leftcolumn {
	width: 280px;
	float: left;
	margin-right: 12px;
}

#leftcolumn h3 {
	margin-left: 11px;
}

.template {
	width: 100%;
	float: left;
	background-color: #f7f7f7;
	height: 30px;
	padding: 10px 0;
	margin-bottom: 8px;
	color: #a4a4a4;
}

.template:hover {
	background: #f7f7f7 url(../images/templateend.png) no-repeat right;
	cursor: pointer;
	color: #333;
}

#templateselected {
	background: #f0f0f0 url(../images/templateend.png) no-repeat right;
	color: #333;
}

.template p {
	margin: 0 0 0 12px;
	padding: 0;
	font-weight: bold;
}

#serverinfo {
	float: left;
	width: 99%;
	border: 1px dashed #c1c1c1;
	font-size: 11px;
	line-height: 1.3em;
	margin-top: 2px;
}

#serverinfo p {
	margin: 10px;
}

#serverspecstable {
	margin: 0 10px 10px 10px;
	border-collapse: collapse;
	width: 90%;
}

#serverspecstable td {
	padding: 2px 0px;
	border-top: 1px solid #c1c1c1;
}

/* middle column stuff */

#middlecolumn {
	width: 290px;
	float: left;
	margin-right: 22px;
	border-right: 1px solid #f0f0f0;
}

#middlecolumn h3 {
	margin-left: 11px;
}

#description {
	width: 100%;
	float: left;
	padding: 0 0 0 0;
	margin: 0;
}

#description p {
	margin: 0 12px 0 12px;
	padding-bottom: 12px;
}

.download {
	width: 226px;
	margin: 0 0 0 12px;
}


.downloadmini {
	padding: 1px 6px 1px 24px;
	background: #f0f0f0 url(../images/page_white_text.png) no-repeat 4px 0px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 6px;
}

#downloadtemplate {
	padding: 10px 6px 10px 24px;
	background: #f0f0f0 url(../images/page_white_text.png) no-repeat 4px 9px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

#downloadtemplatetail {
	text-align: center;
	padding: 0 6px 0 16px;
}

/* right column stuff */

#rightcolumn {
	width: 326px;
	float: left;
}

#rightcolumn h3 {
	
}

form {
	margin: 0;
	padding: 0;
	width: 100%;
	line-height: 1.5em;
}

#submit {
	padding: 0 1.5em;
}


form fieldset {
	margin: 0 0 5px;
	border: 0;
	padding: 0;
	overflow: hidden;
	display: block;
}

form fieldset legend {
	display: block;
	margin: 0;
	padding: 0 0 8px;
	font-size: 100%;
	font-weight: bold;
	color: #322D20;
	//margin-left: -.55em;
}

.form-row {
	padding: .2em 0 .4em;
	overflow: hidden;
	//height: 1%;
}

.form-label {
	float: left;
	width: 105px;
	padding: 0;
	margin: 0;
}

.form-field {
	float: left;
	min-width: 180px;
}

/*
input[type='radio'], input[type='checkbox']
{
	margin-bottom:4px;
}
*/

#stats {
	line-height: 1.3em;
	width: 100%;
	margin-top: 22px;
	color: #444;
	padding: 4px;
}

#stats h3 {
	color: #c1c1c1;
}

#statstable {
	width: 100%;
	border-collapse: collapse;
}


#statstable td {
	padding: 2px 0px;
	border-bottom: 1px solid #c1c1c1;
}

/* other */

#footer {
	float: left;
	width: auto;
	text-align: left;
	font-size: 11px;
	margin: 14px 0 0 0;
	padding: 0 0 30px 28px;
}
