
/* --------------------------------------------------------------------------- general */

body {
	margin: 0 0 0;
	background: #eee url(../images/g_body.jpg) top left repeat-x;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;	
	font-size: 12px;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.important {
	font-size: 14px; font-weight: bold;
}
.highlight {
	font-weight: bold; font-style: italic;
}
/* --------------------------------------------------------------------------- colours */

#navigation a:hover, #navigation a.active {
	color: #5e5e5e; /* dark grey */
}
a:hover, #footer div#links a:hover {
	color: #68c433;	/* green */ 
}
#page a, #page a:hover {
	color: #0091dc; /* dark blue */
}
a, #page_lower h2, #footer div#links a, #navigation a {
	color: #68c433;	/* green */
}
#page_lower h3 {
	color: #82d1ff;	/* cyan */	
}
#featured_image p, #page_lower p, #featured_image h2 {
	color: #fff;		/* white */
}
#footer {
	color: #999;
}
body {
	color: #000;		/* black */
}
#page_lower {
	background-color: #3d3d3d;
}
#footer {
	background-color: #000;
}

/* ---------------------------------------------------------------------------- header */

#header {
	margin: 0; 
	padding: 30px 0 10px 70px;
	height: 100px;
	background: #fff;
}

/* ------------------------------------------------------------------------ navigation */

#navigation {
	margin: 26px 0 0 0; 
	width: 760px; 
	height: 26px;
	background: #fff;
}
#navigation a {
	display: block;
	font-weight: bold;
	float: left;
	margin: 3px 24px 0 0;
	text-decoration: none;
	height: 17px;
	font-size: 16px;
	text-align: left;
}
#navigation a:hover {
}
#navigation a.active {
}

/* ------------------------------------------------------------------------ upper page */

#page {
	margin: 0 0 0 70px; 
	width: 760px;
	padding: 13px 0 0;
	overflow: hidden;
}
#page p {
	font-size: 12px;
	text-align: left;
	line-height: 18px;
	margin-bottom: 10px;

}
#page h2 {
	margin: 20px 0 10px;
	font-size: 16px;
	font-style: italic;
	border-bottom: 0px solid #68c433;
}
#page a.more {
	font-size: 16px; float: right;
}

/* ----------------------------------------------------------------------- left column */

#left_column {
 	float: left; width: 470px;
}

/* ---------------------------------------------------------------------- right column */

#right_column {
 	float: right; width: 240px;
}
#right_column img {
	display: block; float: left;
	margin: 6px;
}

/*----------------------------------------------------------------------------- column */

#column {
 	float: left; width: 350px;
}
#column.first {
	margin: 0 50px 0 0;
}
/* ------------------------------------------------------------------------ full width */

#full {
	width: 760px;
	clear: both;
}

/* -------------------------------------------------------------------------- featured */

#featured {
	padding: 0 0 20px 0;
}
#featured img {
	border: 1px solid #68c433;
	margin: 16px 16px 10px 0; display: block;
}
#featured h3 {
	margin: 0 0 10px;
	font-size: 16px;
	font-style: italic;
	border-bottom: 1px solid #68c433;
}

/* ------------------------------------------------------------------------ case intro */

#case_intro {
	padding: 0 0 40px 0;
}
#case_intro img {
	border: 1px solid #68c433; float: left;
	margin: 4px 16px 10px 0; display: block;
}
#case_intro h3 {
	margin: 0 0 10px;
	font-size: 16px;
	font-style: italic;
	border-bottom: 1px solid #68c433;
}

/* ------------------------------------------------------------------------ lower page */

#page_lower {
	background-image: url(../images/bg_page_lower.jpg);
	background-repeat: repeat-x;
	width: 100%;
	padding: 0 0 30px 0;
	overflow: hidden;
	margin: 26px 0 0;
}
#page_lower_content {
	margin: 0 0 0 70px;
	width: 760px;
}
#page_lower h2 {
	margin: 20px 0 10px;
	font-size: 16px;
	font-style: italic;
}
#page_lower h3 {
	margin: 0;
	font-size: 14px;
	font-style: italic;
}

/* ------------------------------------------------------------------- lower page main */

#lower_page_main {
 	float: left; width: 394px;
}
#lower_page_main p {
	font-size: 12px; margin: 8px 0;
	line-height: 18px;
}

/* ------------------------------------------------------------------------- more work */

#more_work {
 	float: right; width: 320px;
}
#more_work div.project {
	width: 320px; margin: 10px 0;
	float: left;
}
#more_work img {
	float: left; margin: 0 10px 0 0;
	border: 1px solid #68c433;
	padding: 1px;
}

/* ---------------------------------------------------------------------------- footer */

#footer {
	font-size: 12px;
	padding: 16px 0 10px 70px; text-align: left;
}
#footer div#links {
	margin: 0 0 10px 0; 
}
#footer div#links a {
	margin: 0 6px 0;
}
#footer div#links a:hover {
}

/* -------------------------------------------------------------------------- miniblog */

div.miniblog {
	padding: 0 0 34px; margin: 0 0 20px;
	border-bottom: 1px solid #d4ebe3;
}
div.miniblog p.date {
	font-style: italic; font-size: 12px; font-weight: bold;
}
div.miniblog p.content {
}

/* --------------------------------------------------------------------- hosting table */

table#hosting {
	width: 600px; text-align: center; margin: 30px 0 0;
}
table#hosting th {
	font-size: 14px;
	background: url(../images/bg_hosting_table_head.jpg) bottom repeat-x;
	text-align: center; font-weight: bold;
	padding: 0 0 2px 0;
	
}
table#hosting td {
	border-bottom: 1px solid #d4ebe3;
	font-size: 14px; padding: 2px 0;
}
table#hosting td.left {
	text-align: left;
}

/* ---------------------------------------------------------------------- registration */

ul.error {
	padding: 0 0 0 0px;
}
ul.error li {
	list-style-image: url(../images/cross.jpg);
	padding: 0; list-style-type: circle; margin: 0 0 10px 20px;
}

/* -------------------------------------------------------------------- payment options */

div#payment {
	margin: 20px 0;
	overflow: auto;
}
div#payment h3 {
	text-align: center;
	margin: 0 0 20px;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;

}
div#payment div#column_1, div#payment div#column_2, div#payment div#column_3 {
	width: 214px; margin: 0 20px 0 0; float: left;
	padding: 10px; height: 220px;
	background: #fff; border: 1px solid #68c433;
	position: relative;
}
div#payment div#column_3 {
	margin: 0;
}
div#payment a {
	display: block; text-align: center;
	background: #68c433; width: 160px;
	margin: 0 0 0 27px; font-size: 14px;
	color: #fff; padding: 6px 0;
	border: 1px solid #eee; font-style: italic;
	font-weight: bold;
	position: absolute;
	top: 240px;
}
div#payment a:hover, div#payment a:visited {
	color: #fff;
}
div#payment p.notes {
	position: absolute;
	bottom: 10px; margin: 0 10px 0 0;
	font-size: 10px; font-style: italic;
	line-height: 14px; text-align: center;
}
div#payment p.why_click {
	font-weight: bold; 
	position: absolute;
	top: 190px; margin: 0 10px 0 0;
	font-size: 11px;
}
div#payment img {
	margin: 4px 0 -4px;
}
div#payment table {
	margin: 20px 0;
	width: 100%;
}
div#payment th {
	text-align: left;
	font-size: 14px;
	border: 1px solid #000;
	padding: 6px;
	background: #fff;
}

div#payment td {
	padding: 12px 6px;
	font-size: 14px;
	border: 1px solid #000;
	order-top: 0;
	background: #fff;
}
div#payment th.amount, div#payment td.amount, div#payment td.total {
	width: 100px;
	text-align: right;
}
div#payment td.total, div#payment td.total_label {
	font-weight: bold;
}

/* ---------------------------------------------------------------------------- hosting */

div.package {
	margin: 60px 0;
}








/*.column_narrow {
	width: 200px;
	margin: 10px 20px 0;
}
.column {
	float: left;
	width: 380px;
	margin: 10px 20px 0;
}
.column p {
	color: #fff;
}
h3 {
	font-size: 14px; color: #6495ed; font-weight: old;
	font-style: normal; margin: 0 0 8px 0; letter-spacing: 2px;
	font-family: "Times New Roman", Times, serif;
}
p {
	color: #5e5e5e; font-size: 12px; letter-spacing: 1px; line-height: 20px; margin: 10px 0 0 0;
}
.page p {
	margin: 10px 0 0 0; font-size: 16px; text-align: center;
}
.column img {
	border: 1px solid #6ac335; padding: 1px; float: left; display: block;
	margin: 0 16px 0 0;
}
div.center {
	text-align: center;
}
div.project {
	margin: 0 0 20px 0;
}
.project p {
	font-size: 12px;
}*/

/*ol li {
	list-style-type: decimal; margin: 8px 0 0 24px;
	color: #5e5e5e; font-size: 12px; letter-spacing: 1px; line-height: 20px;
}
.important {
	font-weight: bold; font-size: 14px;
}
.emphasis {
	font-style: italic; font-weight: bold; font-size: 14px;
}*/

/*h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px; text-align: center;
	margin: 60px 0 0;
}*/
