/* net-at-hand.com */

/* @group reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

ol,ul {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,q:after {
	content: '''';
}

abbr,acronym {
	border: 0;
}

/* @end */

/* @group layout */

body {
	width: 790px;
	margin: 0 auto;
	background: #666;
}

#main {
	padding: 20px 20px 0 20px;
	margin-bottom: 10px;
	overflow: hidden;
}

#left {
	width: 280px;
	float: left;
	padding: 0 0 10000px 0;
	margin: 20px 0 -10000px 0;
}

#left .zone {
	margin: 0 35px 5px 20px;
	background: #ddd;
}

#left div.text {
	width: 200px;
	margin: 30px 0 0 30px
}

#navigation .menu {
	padding: 8px 20px;
}

#navigation .menu li {
	display: inline;
	margin: 0 5px 0 10px;
}

#right {
	margin-left: 296px;
	padding: 20px 30px 5px 0;
}

#right h2 {
	margin: 0;
}

h1 {
	height: 150px;
	width: 228px;
	margin: 0 0 0 19px;
}

#sign_up a {
	display: block;
	width: 241px;
	height: 100px;
}

#sign_up {
	margin-left: 57px;
}

#footer {
	padding-top: 40px;
	margin: 20px 0
}

.hide {
	display: none;
}

/* @end */

/* @group welcome */

#welcome {
	position: relative;
	padding: 20px;
}

#welcome h3 {
	font-size: 140%;
}

#welcome p {
	margin-left: 30px;
	color: rgb(180,215,250)
}
#welcome #login_page {
	margin-top: 20px
}

#welcome h2 {
	float: right;
	margin-left: 120px;
	font-size: 240%;
	color: rgb(180,215,250);
}

/* @end */

/* @group blog */

div.post {
	margin-bottom: 3em;
}

#blog_nav {
	position: relative;
	width: 422px;
}

#blog_nav #newer_posts {
	position: absolute;
	top: 0;
	right: 0;
}

#blog_nav #older_posts {
	position: absolute;
	top: 0;
	left: 0;
}

#blog_nav #blog_archive {
	text-align: center;
}

/* @end */

/* @group design */

html {
	background: rgb(229,229,229) url(/stylesheets/design_images/2/top_background.gif) top left repeat-x;
}

body {
	background: url(/stylesheets/design_images/2/shadow_main.jpg) top center repeat-y;
}

#main {
	background: url(/stylesheets/design_images/2/top.jpg) top left no-repeat;
}

#left h1 {
	background: url(/stylesheets/design_images/2/birdie.jpg) top left no-repeat;
}

#left div.text {
	font-size: 80%;
	color: #666
}

#navigation, #navigation a {
	color: white;
	text-decoration: none;
}

#navigation span span,

#navigation a:hover {
	border-bottom: 2px solid white;
}

#navigation {
	background: rgb(13,102,219)
}

#navigation .menu {
	background: rgb(13,102,219) url(/stylesheets/design_images/2/blue_bar_background.jpg) bottom left repeat-x;
}

#footer {
	background: rgb(228,228,228) url(/stylesheets/design_images/2/bottom.jpg) top left no-repeat;
}

#left {
	background: url(/stylesheets/design_images/2/left_bar.gif) 265px 30px repeat-y;
}

#right .note {
	background: #ddd;
	padding: 10px;
	font-size: 80%;
	color: #666;
	margin-left: 15px;
}

#right .note strong {
	color: black;
}

/* @end */

/* @group typography */

html {
	font-family: "Helvetica Nue", Arial, sans-serif;
	font-size: 90%;
	line-height: 1.1;
}

#footer {
	text-align: center;
	color: #666;
	font-size: 90%;
	font-family: Times,serif;
}

#navigation .menu {
	text-align: right;
}

#right {
	line-height: 1.3;
}

strong {
	font-weight: bold;
	font-style: inherit;
}

em {
	font-style: italic;
	font-weight: inherit;
}

#right h2 {
	font-family: Georgia, Times, serif;
	font-size: 200%;
	font-style: italic;
}

#right h3 {
	margin: 1em 0 0 0;
	font-size: 140%;
	color: rgb(13,102,219);
}

#right p {
	margin: 0 0 1em 15px;
}

#right h3 p {
	margin: 0
}

#right ul {
	margin: .5em 0 .5em 30px;
	list-style-type: disc;
	padding-left: 1em
}

#right li {
	padding-left: 1em;
	text-indent: -1.5em;
}

#right .published_date {
	margin-left: 30px;
	font-style: italic;
	color: #666;
	font-size: 80%;
	margin-bottom: .5em
}

#right h1 {
	font-size: 200%;
	height: inherit;
	margin: 0;
}

#right h4 {
	font-size: 110%;
	font-style: italic;
	color: #666;
	margin-left: 15px;
}

#right td {
	padding: 5px 0
}

#right td.label {
	text-align: right;
	color: #666;
	padding-right: 5px;
}

#right td.description div {
	background: #ccc;
	padding: 3px;
	font-size: 80%;
	line-height: 1;
	margin-left: 5em;
}

a {
	color: rgb(13,102,219)
}

a:hover {
	color: white;
	background: rgb(13,102,219);
	text-decoration: none
}

/* @group blog archive */

#right h3.blog_archive {
	color: #aaa;
}

div.blog_archive {
	margin: 0 0 .5em 20px;
}

/* @end */

/* @group signup */

#errors {
	background: rgb(238,81,11);
	color: white;
	font: normal 100%/1.2 "Helvetica Nue",Arial,sans-serif;
	padding: 5px 20px;
	margin-bottom: 1em;
}

#errors h2 {
	font: bold 120%/1.2 "Helvetica Nue",Arial,sans-serif;
	margin: 0;
}

#errors ul {
	list-style-type: disc;
}

#errors li {
	text-indent: -.5em;
	font-style: italic;
}

/* @end */

a.no_highlight:hover {
	background-color: none
}

.caption {
	color: #666;
	font-size: 70%;
	font-style: italic;
	display: block;
	line-height: 1;
	margin-bottom: 15px;
}

/* @end */

/* @group home */

#right #main_title {
	background: #ccc;
	width: 338px;
	height: 70px;
	overflow: hidden;
	background: url(/stylesheets/design_images/2/tagline.gif) top left no-repeat;
	margin: 46px 0 48px;
}

#right #main_title span,
.button span,
span.hidden {
	display: none;
}

#quote.zone {
	background: url(/stylesheets/design_images/2/quote.jpg) top left no-repeat;
	width: 218px;
	height: 280px;
	margin: 53px 0 0 24px;
}

#right .section {
	background: url(/stylesheets/design_images/2/section_background.gif) top left repeat-y;
	float: right;
	width: 430px;
	margin-bottom: 12px;
}

#right .section h3 {
	margin: 0;
	background: white;
}

#right .section p {
	float: right;
	margin: 0 0 0 0;
	width: 410px;
	padding: 5px 0 5px 20px;
	background: url(/stylesheets/design_images/2/section_corner.gif) bottom left no-repeat;
}

#right .section a.button {
	display: block;
	float: right;
	background-position: top left;
	background-repeat: no-repeat;
	width: 158px;
	height: 58px;
	margin: 3px 0 3px 10px;
}

#features_button {
	background-image: url(/stylesheets/design_images/2/button_features.gif);
}

#requirements_button {
	background-image: url(/stylesheets/design_images/2/button_requirements.jpg);
}

#pricing_button {
	background-image: url(/stylesheets/design_images/2/button_pricing.jpg);
}

#samples_button {
	background-image: url(/stylesheets/design_images/2/button_samples.jpg);
}

.signup {
	width: 237px;
	height: 58px;
	background: url(/stylesheets/design_images/2/button_signup.jpg) top left no-repeat;
	display: block;
	clear: right;
}

.signup.button:hover {
	background: url(/stylesheets/design_images/2/button_signup.jpg) top left no-repeat;
}

#left .signup.button {
	margin: ;
	margin-left: 14px;
	margin-bottom: 0;
	margin-top: 55px;
}

#right .signup.button {
	margin: 30px auto 0 auto;
}

/* @end */

/* @group pricing */

.pricing {
	width: 424px;
	clear: left;
}

.pricing th {
	text-align: center;
	color: rgb(13,102,219);
	font-weight: bold;
	font-size: 120%;
}

.pricing td {
	width: 120px;
	background: #eee;
	padding: 0;
	border: 2px solid white;
	line-height: 1;
	text-align: center;
	font-size: 110%;
}

.pricing td small {
	font-size: 70%;
	color: #666;
	font-style: italic;
}

.pricing td.price {
	font-weight: bold;
	font-size: 120%;
}

#right .pricing td.label {
	font-weight: normal;
	font-size: 90%;
	width: 80px;
	background: #ccc;
	border-top-color: white;
	border-bottom-color: white;
	text-align: left;
	padding-left: 5px;
}

#right #pricing.signup.button {
	margin-top: 24px;
}

/* @end */

/* @group submenu */

#right #sub_menu {
	margin: 18px 0 30px -14px;
	padding: 0;
	float: left;
	width: 450px;
}

#sub_menu li {
	height: 53px;
	background: #ccc;
	padding: 0;
	list-style-type: none;
	margin: 15px 0 0 0;
	text-indent: 0;
	float: left;
}

#sub_menu li a {
	display: block;
	margin: 4px 1px 0;
	height: 40px;
}

#sub_menu li.current {
	margin-top: 0px;
}

#sub_menu li span {
	display: none;
}

#sub_menu li a:hover {
	background: none;
}

#sub_menu #menu_features {
	width: 115px;
	background: url(/stylesheets/design_images/2/menu_features.gif) top left no-repeat;
}

#sub_menu #menu_requirements {
	width: 131px;
	background: url(/stylesheets/design_images/2/menu_requirements.gif) top left no-repeat;
}

#sub_menu #menu_pricing {
	width: 92px;
	background: url(/stylesheets/design_images/2/menu_pricing.gif) top left no-repeat;
}

#sub_menu #menu_samples {
	width: 112px;
	background: url(/stylesheets/design_images/2/menu_samples.gif) top left no-repeat;
}

/* @end */
