@charset 'UTF-8';

html, body, div, p, h1, h2, h3, h4, blockquote, table, tr, th, td, form,
input, ul, ol, li {
	margin: 0; padding: 0; font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

body {
	background: #8b9f6d url("../layout/site_bg.gif");
}

table { border-spacing: 0; border-collapse: collapse; }

a, a:link { color: #b72; }
a:hover, a:active { color: #d94; }
a:visited { color: #a99; }

.center { text-align: center; }

div.menu {
    width: 676px; padding: 8px 20px 14px 20px;
    margin: 0px auto;
    background: transparent url("../layout/menu_bg.png") no-repeat;
    z-index: 1;
}

div.menu a,
div.menu a:link,
div.menu a:hover,
div.menu a:active,
div.menu a:visited { color: #fff; text-decoration: none; }

div.menu a:hover,
div.menu a:active { text-decoration: underline; }


div.menu_wrapper {
    color: #fff; font-size: 14px; line-height: 17px;
    position: relative; width: 100%
}

#signup_panel {
    position: absolute; left: auto; right: 0; top: -6px; z-index: 10;
    padding: 3px 83px 0 27px;
    background: transparent url("../layout/email_icon.png") no-repeat;
    z-index: 100; font-size: 12px;
}

#signup_panel span { top: 1px; position: relative; line-height: 12px; }

#signup_panel input {
    border: 1px solid #666;
    background-color: #eee;
    padding: 2px 3px;
    font: 11px "Courier New", monospace;
}

#signup_panel input#signup_button {
    width: 80px; height: 31px; position: absolute;
    margin: 0; padding: 0; border: none;
    background: none; right: 0; top: -1px;
}

div.center_frame, div.footer {
    margin: 0 auto 10px auto; width: 712px; position: relative;
    z-index: 10;
}

img.site_logo {
	width: 566px; height: 132px; position: absolute;
	top: 6px; left: 6px; z-index: 99;
}

div.pic_frame_top, div.pic_frame, div.pic_frame_btm {
	width: 229px;
}

div.pic_frame_top, div.pic_frame_btm {
	background: transparent url("../layout/pic_frame_top.png") no-repeat;
	overflow: hidden; height: 11px;
}

div.pic_frame_btm {
	background-image: url("../layout/pic_frame_btm.png");
}

div.pic_frame {
	background: transparent url("../layout/pic_frame_bg.png") repeat-y;
	position: relative;
}

div.pic_frame img { display: block; margin: 0 11px; width: 207px; }

span.spacer { display: block; clear: both; height: 3px; overflow: hidden; }
span.spacer.left { float: left; }
span.spacer.right { float: right; }

div.footer { text-align: center; color: #ddd; font-size: 11px; z-index: 1; }

div.footer a { color: #bbb; text-decoration: none; }

div.page_frame_top, div.page_frame_btm {
    background: transparent url("../layout/page_frame_top.png") no-repeat;
    overflow: hidden; height: 11px;
}

div.page_frame_btm {
    background-image: url("../layout/page_frame_btm.png");
}

div.page_frame {
    background: transparent url("../layout/page_frame_bg.png") repeat-y;
    padding: 120px 36px 36px 36px;
    height: 2300px;
}

div.page_frame[class] {
    height: auto !important;
}

img.page_logo {
    width: 700px; height: 107px; position: absolute;
    top: 6px; left: 6px; z-index: 99;
}

#signup_form_wrapper p { display: inline; }

