body {
	background: #ccc url(/images/body_bg.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #223322;
}

pre {
	width: auto;
	white-space: pre-wrap;
}

.clear {clear: both;}

#all {
	width: auto;
	margin: 15px;
	background: #fff;
}

#header {
	height: 70px;
	margin: 0;
	background: #e1ecfa url(/images/header_tile.gif) repeat-x;
	width: 100%;
	position: relative;
	overflow: hidden;
}

#titleimg {
}

#subtitle {
	color: #DA6E0B;
	position: absolute;
	top: 15px;
	left: 285px;
	line-height: 14px;
	padding: 0px;
	margin: 0px;
}
#container {
}

#main {
	width: auto;
	margin-left: 230px;
	padding-top: 20px;
	line-height: 1.4em;
}

a {
	text-decoration: none;
	color: #005c97;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #092450;
}

/* Main Content */
.home-img {
	min-height: 500px;
	height: auto !important;
	height: 500px;
	padding-right: 375px;
	background: url(/images/home_back.jpg) top right no-repeat;
}

#main h1 {
	color: #005c97;
	font-size: 1.35em;
	text-align: left;
	margin: 0px 0px 10px;
	line-height: normal;
}
#main ul.features {
	font-weight: bold;
	margin: 0px 0px 0px 20px;
	padding: 15px 0px;
	list-style-type: square;
	list-style-image: url(/images/ico_dots.gif);
}
#main ul {
	margin: 0px;
	padding: 0px 8px 5px 20px;
	list-style-type: square;
}
#main ul.commands {
	margin: 0px;
	padding: 0px 8px 5px 20px;
	list-style-type: none;
	font-family: monospace;
}
#main ul.commands li {
	background: #f4f4f4;
	margin: 3px;
}
#main ul ul {
	margin: 0px;
	padding: 10px 0px 0px 20px;
	list-style-type: disc;
	list-style-image: none;
}
#main ul li {
	padding: 4px 0px;
	margin-top: 0px;
}
#main ul ul li {
	padding: 4px 0px;
	margin-top: 0px;
}
#collage {
	width: 280px;
	height: 371px;
	border: none;
	float: right;
	margin: -4px -4px -4px 6px;
}
.section {
	font-weight: bold;
	vertical-align: top;
	list-style: square;
}
.top {
	vertical-align: top;
}
.items {
	font-weight: bold;
	list-style: disc;
}
.text {
	font-weight: normal;
	margin-left: 20px;
	margin-top: 8px;
}


/* Navigation */
.nav {
	width: 210px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #e3e3e3;
	background: #005c97;
}

.nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.nav li {
	display: block;
	min-height: 81px;
	height: auto !important;
	height: 81px;
	font-size: 0.9em;
	padding: 9px 10px 10px 70px;
}

#l_home {background: url(/images/nav_home.jpg) top left no-repeat;}

#l_products {background: url(/images/nav_products.jpg) top left no-repeat;}

#l_testimonials {background: url(/images/nav_testimonials.jpg) top left no-repeat;}

#l_lists {background: url(/images/nav_lists.jpg) top left no-repeat;}

#l_contact {background: url(/images/nav_contact.jpg) top left no-repeat;}

#l_account {background: url(/images/nav_account.jpg) top left no-repeat;}

.nav li a {
	font-size: 1.2em;
	color: #fff;
	text-decoration: none;
}

.nav li a:hover {
	color: #159cf2;
	text-decoration: none;
}


/* Submenu */
.sub_menu {
	margin: 3px 0px 8px;
}
.sub_menu td {
	border-bottom: 1px solid #227711;
	font-weight: bold;
}
.sub_menu td.link {
	padding: 4px 10px;
	white-space: nowrap;
}
.sub_menu td.selected {
	border: 1px solid #227711;
	border-width: 1px 1px 0px;
}
.sub_menu td.spacer {
}


/* Content */

h2 {
	font-size: 2.00em;
	border-bottom: 1px dotted #227711;
	padding: 10px 0px 1px 6px;
}

/* Small forms */

.small_form .label {
	font-size: 0.88em;
	font-weight: bold;
	text-transform: lowercase;
	text-align: right;
}
.small_form .input {
	padding: 1px 4px;
}
.small_form .textbox {
	width: 95%;
}
.small_form .sub {
	margin-top: 0px;
	padding-top: 6px;
	border-top: 1px solid #227711;
	text-align: center;
}
.small_form .sep {
	height: 1px;
	background: #227711;
}


/* Medium sized forms */

.medium_form {
	width: 98%;
	margin: 10px auto;
	border-top: 1px solid #227711;
}
.medium_form table {
	background-color: #FFFFFF;
	border-spacing: 1px;
}
.medium_form td {
	background-color: #E6E9FF;
	padding: 4px 6px;
}
.medium_form td.highlight {
	border-top: 1px solid #227711;
	background-color: #FFFFFF;
	padding: 5px 8px;
	text-align: center;
}
.medium_form td.warning {
	padding: 8px 10px;
	font-weight: bold;
	text-align: center;
}


/* Elements */

input.textbox, input.textbox:focus, form input.disabled, form textarea, form textarea:focus {
	margin: 0px;
	padding: 1px;
}
input.textbox, form textarea {
	border: 1px solid;
	background-color: #FFFFFF;
	border-color: #888B88 #D0D3D0 #D0D3D0 #888B88;
}
input.textbox:hover, form textarea:hover {
	border-color: #444744 #A0A3A0 #A0A3A0 #444744;
}
input.textbox:focus, form textarea:focus {
	background-color: #FFFFF4;
	border-color: #444744 #A0A3A0 #A0A3A0 #444744;
}
form input.disabled {
	border: 1px solid;
	border-color: #888B88 #D0D3D0 #D0D3D0 #888B88;
}

/* Footer */

.footer {
	background: #e1ecfa;
	min-height: 30px;
	line-height: 30px;
	color: #005c97;
	font-size: 0.9em;
	text-align: center;
}

.footer_guide {
	background: #e1ecfa;
	color: #005c97;
	font-size: 0.9em;
	text-align: center;
	padding: 10px 0;
}

#footer a {
	color: #557744;
}
#footer a:hover {
	color: #446633;
}
.centre {
	text-align: center;
}
.maintitle {
	text-align: center;
	font-size: x-large;
	font-weight: bold;
}
.partner {
	width: 99%;
	text-align: center;
}

.quote {
	font-weight: bold;
	margin-top: 20px;
	padding-right: 20px;
}

.citation {
	text-align: right;
	font-style: italic;
	padding-right: 20px;
}

.command {
	margin-left: 20px;
	font-weight: bold;
	font-family: monospace;
	white-space: pre;
}

.code {
	margin-left: 20px;
	font-weight: bold;
	font-family: monospace;
	white-space: pre;
}

.json {
	font-family: monospace;
	white-space: pre;
}

.number {
	text-align: right;
}

form input.text:focus, form textarea:focus {
	background-color: #FFFFF7;
	border-color: #444744 #A0A3A0 #A0A3A0 #444744;
}

.table {
	background-color: #F4F4EA;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 4px;
	text-align: left;
	width: 99%;
}

.table th {
	background-color: #D0D0D3;
	border: 1px solid #A0A3A0;
	padding: 2px 2px 2px 4px;
	vertical-align: top;
}

.table td {
	border: 1px solid #A0A3A0;
	padding: 2px 2px 2px 4px;
	vertical-align: top;
}
