body {
	background-color:#FFFFFF;
	margin:0;
	font-family:"Verdana";
	font-size:8pt;
}

#container {
	width:793px;
	margin:0 auto;
}

#header {
	background-image:url(images/header-bg.gif);
	background-repeat:repeat-x;
	width:100%;
	height:137px;
	position:relative;
}

#header h1 {
	background-image:url(images/logo.gif);
	background-repeat:no-repeat;
	width:380px;
	height:97px;
	padding:0;
	margin:0;
	float:left;
}

#header h1 span {
	visibility:hidden;
}

#headerda {
	background-image:url(images/header-bg.gif);
	background-repeat:repeat-x;
	width:100%;
	height:137px;
	position:relative;
}

#headerda h1 {
	background-image:url(images/logoda.gif);
	background-repeat:no-repeat;
	width:380px;
	height:97px;
	padding:0;
	margin:0;
	float:left;
}

#headerda h1 span {
	visibility:hidden;
}

#twirl {
	background-image:url(images/header-twirl.gif);
	background-repeat:no-repeat;
	width:305px;
	height:97px;
	float:right;
}

.clear {
	clear:both;
}

img {
	border:0;
}

#navigation {
	float:right;
	margin:0;
}

#navigation ul {
	list-style-type:none;
	padding:0;
	margin:4px 0 0 0;
}

#navigation li {
	padding:0;
	margin:0;
	float:left;
}

#navigation li a {
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
	padding:3px 15px 3px 15px;
}

#shopping-cart {
	background-image:url(images/shopping-cart.gif);
	background-repeat:no-repeat;
	position:absolute;
	height:16px;
	bottom:0;
	right:0;
	padding:3px 15px 0 25px;
	color:#FFF;
}

#wrap {
	background-image:url(images/wrap-bg.gif);
	background-repeat:repeat-y;
	width:793px;
}

#content {
	width:585px;
	float:left;
	padding:13px;
}

#content a, #content a:link, #content a:visited {
	color: #004B77;
	font-weight: bold;
	text-decoration: none;
}
#content a:hover {
	color: #309AAD;
}

#flash-presentation {
	/*background-image:url(images/flash-element.gif);
	background-repeat:no-repeat; */
	width:590px;
	height:185px;
}

#text {
	background-image:url(images/text-top.gif);
	background-position:top;
	background-repeat:no-repeat;
	width:591px;
	padding:10px 0 0 0;
	margin:10px 0 0 0;
	line-height:16px;
	color:#4A4A4A;
}

#subpage {
    width:591px;
    padding:0;
    margin:10px 0 0 0;
    line-height:16px;
    color:#4A4A4A;
}

#subpage h1 {
	font-size: 12pt;
	font-weight: bold;
	color: #309AAD;
}

#subpage h2 {
	font-size: 11pt;
	font-weight: bold;
	color: #4A4A4A;
}

#subpage a, #subpage a:link, #subpage a:visited {
	color: #004B77;
	font-weight: bold;
	text-decoration: none;
}
#subpage a:hover {
	color: #309AAD;
}

#sidebar {
	background-image:url(images/sidebar-bg.gif);
	background-repeat:repeat-y;
	width:177px;
	float:right;
	padding:0 0 10px 0;
}

#sidebar ul {
	background-image:url(images/sidebar-top-shade.gif);
	background-position:top;
	background-repeat:no-repeat;
	width:177px;
	margin:0;
	padding:5px 0 0 0;
	list-style-type:none;
}

#sidebar li {
	background-color:#2F92B6;
	width:177px;
	padding:0;
	margin:0;
	border-bottom:#057097 solid 1px;

}

#sidebar li a {
	padding:8px 0 8px 15px;
	width:162px;
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
	display:block;
}

#sidebar h1.search {
	background-image:url(images/sidebar-search.gif);
	background-repeat:no-repeat;
	height:26px;
	width:177px;
	padding:0;
	margin:0;
}

#sidebar h1 span {
	visibility:hidden;
}

#search {
	background-image:url(images/sidebar-search-bg.gif);
	background-repeat:repeat-y;
	width:161px;
	padding:8px;
	height:60px;
}

input.field {
	border:none;
	padding:2px;
	width:155px;
}

input.button {
	background-color:#4F4F4F;
	width:64px;
	float:right;
	border:none;
	margin:10px 2px 0 0;
	padding:2px 0 2px 0;
	color:#FFF;
	font-family:"Verdana";
	font-weight:bold;
	font-size:9pt;
}

#sidebar h1.mailinglist {
	background-image:url(images/mailing-list.gif);
	background-repeat:no-repeat;
	height:26px;
	width:177px;
	padding:0;
	margin:0;
}

#sidebar h1 span {
	visibility:hidden;
}

#mailinglist {
	padding:8px;
}

.bag-party {
	margin:20px 0 0 0;
}

#footer {
	background-image:url(images/footer-bg.gif);
	background-repeat:repeat-x;
	height:29px;
	width:100%;
	padding-top: 2px;
}

.result {
	color: #2F91B6;
}

.error {
	color: #CC0000;
}

/*Button Style*/
.button {
    height: auto;
	color: white;
    font:90%/150% "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
    width: 130px;
    text-align:center;
    white-space:nowrap;
}

/*Button link styles*/
.button a, .button a:link, .button a:visited {
    background-color:#057097;
	color: white;
    font-size:1em;
    font-weight:bolder;
    text-decoration: none;
    border-bottom:0.1em solid #555;
    border-right:0.1em solid #555;
    border-top:0.1em solid #ccc;
    border-left:0.1em solid #ccc;
    margin: 0.2em;
    padding:0.2em;
    display:block;
}
.button a:hover {
    background-color:#CCCCFF;
    color:BLACK;
    border-top:0.1em solid #777;
    border-left:0.1em solid #777;
    border-bottom:0.1em solid #aaa;
    border-right:0.1em solid #aaa;
    padding:0.2em;
    margin: 0.2em;
}

#footertext {
	margin-top: 7px;
	text-align: center;
	color: white;
}

#footertext a, .footertext a:link, .footertext a:visited {
	color: white;
	font-weight: bold;
	text-decoration: none;		
}

#footertext a:hover {
	color: #4F4F4F;
}

