/*
	Design by Free CSS Templates
	http://www.freecsstemplates.org
	Released for free under a Creative Commons Attribution 2.5 License
*/

/* Basic */
*
{
	margin: 0em;
	padding: 0em;
}

h1,h2
{
}

body
{
	font-family: "trebuchet ms", sans-serif;
	font-size: 10pt;
	background-color: #fff;
	color: #555;
}

a
{
	color: #007788;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

.clear
{
	clear: both;
}

/* Outer */

#outer
{
	position: relative;
	margin: 2em;
}

/* Header */

#header
{
	position: absolute;
	top: 4.5em;
	background: #073C4C url('images/header75.jpg') top right no-repeat;
	height: 78px;
	width: 100%;
}

#header h1
{
	position: absolute;
	top: 0.25em;
	left: 1.0em;
	font-size: 2em;
	color: #fff;
	width: 508px;
}

#header h2
{
	position: absolute;
	top: 2.9em;
	left: 2.9em;
	font-size: 1.0em;
	font-weight: normal;
	color: #fff;
	width: 508px;
}

#header a
{
	color: #fff;
	text-decoration: none;
}

/* Menu */

#menu
{
	position: absolute;
	width: 100%;
	top: 0em;
	left: 0em;
	background: #007788 url('images/x3.gif') top left repeat-x;
	height: 4em;
}

#menu ul
{
	list-style: none;
	position: absolute;
	bottom: 0em;
	left: 1em;
}

#menu li
{
	display: block;
	float: left;
}	

#menu li a
{
	color: #fff;
	display: block;
	padding: 0.75em 1.25em 1.25em 1.25em;
	text-decoration: none;
}

#menu li a:hover
{
	background: #007788 url('images/x4.gif') top left repeat-x;
}

#menu li.current a
{
	color:#333;
	display: block;
	padding: 0.75em 1.25em 1.25em 1.25em;
	text-decoration: none;
	background-color: #fff;
}

#menu li.current a:hover
{
	color:#333;
	background-color: #fff;
}

/* Content */

#content
{
	line-height: 1.5em;
	padding-top: 120px /* originally 188px */
}

#content p
{
	margin-bottom: 1.5em;
}

#content h2,h3,h4,h5,h6
{
	width: 100%;
	position: relative;
	left: -14px;
	margin: 0em -22px 1.2em 0em;
	color: #333;
	padding: 1.1em 14px 0.0em 14px;
	font-size: 1.1em;
	background: #fff url('images/x2.gif') top left repeat-x;
}

#content h2 span, #content h3 span
{
	position: absolute;
	top: 0em;
	right: 0em;
	background: #fff url('images/x1.gif') top right no-repeat;
	width: 16px;
	height: 28px;
}

#content ul
{
	margin-bottom: 1.5em;
	padding-left: 1em;
}

#content blockquote
{
	border: dashed 1px #BFB793;
	background: #FFFEFB url('images/x5.gif') top left repeat-x;
	padding: 1em;
	margin-bottom: 1.5em;
}

#content blockquote p
{
	margin-bottom: 0em;
}

#content table
{
	margin-bottom: 1.5em;
}

#content table th
{
	text-align: left;
	font-weight: bold;
	padding: 0.5em;
}

#content table td
{
	padding: 0.5em;
}

#content table tr.rowH
{
	background: #FFFEFC url('images/xH.gif') top left repeat-x;
	color: inherit;
}

#content table tr.rowA
{
	background: #FDFEFE url('images/xA.gif') top left repeat-x;
	color: inherit;
}

#content table tr.rowB
{
	background: #FFFEFC url('images/xB.gif') top left repeat-x;
	color: inherit;
}

#content table tr.rowC
{
	background: #FFFEFC url('images/xC.gif') top left repeat-x;
	color: inherit;
}

#content table tr.rowD
{
	background: #FFFEFC url('images/xD.gif') top left repeat-x;
	color: inherit;
}

#content table tr.rowE
{
	background: #FFFEFC url('images/xE.gif') top left repeat-x;
	color: inherit;
}
/* Primary Content */

#primaryContentContainer
{
	position: relative;
	float: left;
	margin-right: -36em;
	width: 100%;
}

#primaryContent
{
	margin: 0em 33em 0em 0em;
	padding: 1.5em;
}

/* Secondary Content */

#secondaryContent
{
	position: relative;
	float: right;
	width: 20em;
	padding: 1.5em;
	margin-right: 1em;
}

/* Tertiary Content */

#tertiaryContent
{
	position: relative;
	float: right;
	width: 12em;
	padding: 1.5em;
}

/* Footer */

#footer
{
	padding: 1.5em;
	background: #fff url('images/x2.gif') top left repeat-x;
	font-size:80%;
}

#footer a {
	text-decoration:none;
}

#frm_login {
	background-color:#D1E2F2;
	padding:0.5em .2em 0.1em .2em;
}

#frm_login input.text, input.password {
	width:12em;
}

#frm_create {
	background-color:#E0F8D1;
	padding:0.5em .2em 0.1em .2em;
}

#frm_create .title {
	font-weight:bold;
	color:#000;
	background-image:url(images/xD.gif);
	background-repeat:repeat-x;
}

#form_wrap
{
	background-image:url(images/x_form_768.gif);
	background-repeat:repeat-x;
	padding:0.5em .2em 0.1em .2em;
}

td.form_notation 
{
	vertical-align:text-top;
	padding:0;
	font-size:80%;
	font-style:italic;
}

td.form_label
{
	font-size:85%;
	padding-right:.75em;
	text-align:right;
}

td.form_wide_label
{
	font-size:85%;
	padding-right:.75em;
	text-align:left;
}
.error_display 
{
	background-color:#900;
	width:95%;
	margin:.5em auto 1em auto;
	padding:.5em 1em;
	color:#fff;
	border:medium groove #888;
}

#flash_msg
{
	visibility:visible;
	display:block;
	font-size:105%;
	background-image:url(images/flash_fill.jpg);
	background-repeat:repeat-x;
	border:thin solid #CCC;
	padding:23px 1em;
	margin:0;
	width:100%;
	color:#000;
}

#flash_status_msg
{
	visibility:visible;
	display:block;
	font-size:105%;
	background-image:url(images/flash_status_fill.jpg);
	background-repeat:repeat-x;
	border:thin solid #CCC;
	padding:23px 1em;
	margin:0;
	width:100%;
	color:#000;
}

#nav_pane {
	background-image:url(images/x_form_768.gif);
	background-repeat:repeat-x;
	border-bottom:medium ridge #03C;
	padding:.5em;
}

#nav_pane a {
	margin-bottom:.5em;
	text-decoration:none;
	display:block;
	line-height:1.7em;
}

#nav_pane a:hover {
	background-color:#DDD;
}

#nav_pane a.current {
	background-color:#A3C6E0;
}

#member_login_table
{
	width:80%;
	margin:0 auto;
	background-color:#EAFAE0;
	font-size:80%;
	visibility:hidden;
	display:none;
}

#ship_to_table 
{
	width:100%;
	visibility:hidden;
	display:none;
}