@charset "UTF-8";
/* CSS Document */

/* commented backslash hack \*/ 
html, body{height:100%;} 
/* end hack */
html,body {margin:0;padding:0}

body {
	background: url(../img/bg.png) repeat-x;
	font-family: Georgia, Times New Roman, Serif;
	height: 100%;
}

#wrapper {
	min-height: 100%;
	height: auto;
	/*background: url(../img/moose.png) no-repeat bottom right;*/
}
* html #wrapper {
	height: 100%;
}/* ie6 and under*/

#main {
	width: 100%;
	margin: 0 auto;
	min-height: 570px;
}

#main h1 {
	font-size: 5em;
	letter-spacing: -0.1em;
	font-weight: 100;
	text-align: center;
	color: #333333;;
	margin: 0 auto;
	padding-top: .5em;
	padding-bottom: 0;
	padding-left: 50px;
	width: 500px;
}

#main h1 span {
	font-size: 0.4em;
	letter-spacing: -0.04em;
	color: #666666;
}

h2 {
	font-size: 2.5em;
	font-weight: 100;
	letter-spacing: -2px;
	width: 9em;
	margin: 0 auto;
	text-align: center;
}

h2 span {
	color: #888;
}

#inner {
	width: auto;
	margin: 0 auto;
}

#links {
	display: none;
	width: 220px;
	margin: 0 auto;
}

#inner a {
	color: #9999ff;
	text-decoration: none;
	display: block;
	padding: .1em;
	width: 100%;
}

#inner a span {
	color: #3366cc;
}

#inner a span.tld {
	color: #cccccc;
}

#inner a span.tld span {
	color: #333333;
}

#inner a:hover {
	color: #3366cc;
}

#inner a:before {
	content: "http://";
	color: #cccccc;
}

table {
	width: auto;
	position: absolute;
	right: 1.8em;
	bottom: 0.8em;
	margin: 0 auto;
}

td {
	text-align: right;
	padding: 0 0 .4em 0;
}

#content {
	position: absolute;
	bottom: 0.6em;
	left: 22em;
	color: #9999ff;
}

textarea {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	padding: 5px;
	margin-bottom: 5px;
}

#details {
	font-size: 10px;
	color: #999;
	width: 500px;
	text-align: center;
	margin: 0 auto;
	font-family: Verdana, serif;
	border-top: 1px solid #b1d5ff;
	padding-top: 5px;
}

#new_web_design {
	margin: 0 auto;
	display: none;
	border-top: 1px solid #b1d5ff;
	border-bottom: 1px solid #b1d5ff;
	padding: 10px 0;
}
#form {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: none;
	background: white;
}

#contact {
	position: absolute;
	top: 50%;
	margin-top: -100px;
	left: 50%;
	width: 500px;
	margin-left: -250px;
}

#form ul {
	list-style: none;
	padding: 0;
}

#form li {
	display: block;
	margin: 0;
	padding: 5px 0;
}

#form label {
	width: 80px;
	padding-right: 10px;
	display: inline-block;
	font-size: 10px;
	font-family: Verdana, serif;
	text-align: right;
	text-transform: uppercase;
	color: #888;
}

#form label:after {
	content: ":";
}

#form input[type="text"] {
	padding: 5px;
	border: 1px solid #CCC;
	vertical-align: middle;
	font-family: Georgia;
	font-size: 14px;
}

#form input[type="text"]:focus, #form textarea:focus {
	background-color: #f8ffe1;
}

#form textarea {
	padding: 5px;
	border: 1px solid #CCC;
	vertical-align: middle;
	font-family: Georgia;
	font-size: 14px;
}

#form input[type="submit"] {
	padding: 3px;
	border: 1px solid #CCC;
	margin-left: 90px;
}

/* Widget content container */
#goog-wm {
	position: absolute;
	bottom: 0.6em;
	left: 23em;
}

/* Heading for "Closest match"
#goog-wm h3.closest-match { }

/* "Closest match" link */
#goog-wm h3.closest-match a, a {
	color: #9999ff;
	text-decoration: none;
}
#goog-wm h3.closest-match a:hover, a:hover {
	color: #3366cc;
	font-style: normal;
}

/* Heading for "Other things" */
#goog-wm h3.other-things {
	font-weight: 100;
	
}

/* "Other things" list item */
#goog-wm ul li { }

/* Site search box */
#goog-wm li.search-goog { display: list-item; }