body {
	font-family: Arial;
	font-size: 9pt;
	/*background-color: #a3b7b8;*/
	background-image: url(../../images/bg_slice-top.gif);
	background-repeat: repeat-x;
	color: #626262;
	padding: 0px;
	margin: 0px;
}

.clrboth {
	clear:both;
}

h2 {
	color: #577e7f;
	font-weight: normal;
	font-size: 18pt;
	margin: 19px 0px;
}

h3 {
	color: #577e7f;
	font-weight: normal;
	font-size: 16pt;
	margin: 21px 0px;
}

#main_nav a {
	text-decoration: none;
	color: #325a5a;
	font-family: Arial;
}

#main_nav a:hover {
	/*text-decoration: underline;*/
	color: #325a5a;
	font-family: Arial;
}

#m_container {
	width: 100%;
	overflow: hidden;
	position: relative;
}

#page-container {
	width: 100%;
	overflow: hidden;
	position: relative;
}

#main_wrap {
	width: 850px; /*990px*/
	margin: 0 auto;
	position: relative;
}

#top_drop_shadow {
	width: 1003px;
	position: absolute;
	top:176px;
	left:50%;
	margin-left: -502px;
	height: 333px;
	background-image: url(../../images/dropshadow_top.png);
}

#bottom_green {
	position: absolute;
	background-color: #a3b6b7;
	width: 100%;
	bottom: 0px;
	height: 162px;
	z-index: -1;
	left: 0px;
}

#header {
	width: 850px;
	overflow: hidden;
	height: 96px;
	background-color: #fff;
}

#login_box {
	width:230px;
	height:85px;
	float: right;
	background-color: #6e8688;
}

#login_form {
	margin: 0px;
	padding: 0px;
}

#login_box .textfield { 
	width: 210px;
	height: 18px;
	border: none;
	background: #fff;
	margin-bottom: 5px;
}

#login_box #password_field
{
    width: 100px;
}

#login_box .checkbox {
	padding:0px;
	margin:0px;
} 

#login_box a {
	color: white;
	font-family: Arial, Sans-Serif;
	text-decoration: none;
}

#login_box a:hover {
	text-decoration: underline;
}

#rare_bird_logo {
	margin: 0;
	padding: 0;
	display: block;
	width: 500px;
	height: 100px;
	background-image: url(../../images/rare-bird-logo.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	text-indent: -10000px;
	padding-top: 0px;
}

#main_nav {
	width: 850px;
	height: 40px;
	background: none;
	position: relative;
	z-index: 2;
}

#main_nav ul {
	width: 3000px;
	list-style: none;
	background: none;
	margin: 0px;
	padding: 0px;
}

#main_nav ul li {
	position: relative;
	display: inline;
	float: left;
	color: #fff;
	/*font-weight: bold;*/
	font-size: 10.5pt;
	padding: 7px 15px;
	/*height: 35px;*/
}

#main_nav ul li ul {
	display: none;
}

#main_nav ul li:hover {
	margin-top: 1px;
	padding-top: 6px;
	background-color: #6e8688;
}

#main_nav ul li:hover ul {
	display: block;
	position: absolute;
	z-index:5;
	top: 29px;
	left: 0px;
	width: 190px;
	background-color: #6e8688;
	padding: 10px 0;
	opacity: 0.9;
	filter:alpha(opacity=90);
}

#main_nav ul li:hover ul li {
	margin: 0px;
	display: block;
	width: 150px;
	height: 26px;
	padding: 0 20px;
	color: white;
	line-height: 26px;
}

#main_nav ul li:hover ul li a {
	display: block;
	color: white;
	background: none;
}

#main_nav ul li:hover ul li:hover {
	background-color: #8da7a8;
}

#main_nav ul li a {
	color: white;
	text-decoration: none;
}

#main_nav ul li.current {
	background-color: #fff;
	color: #456465;
	height: 21px;
	/*padding-bottom: 12px;	*/
}

#main_nav ul li.current a {
	color: #456465;
	height: 33px;
	background-image: url(../../images/current_nav_bottom_arrow.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	display: block;
}

#main_nav ul li ul li.current {
	/*background-color: #6e8688;
	color: #456465;
	height: 21px;*/
	margin-top: 1px;
	padding-top: 1px;
	background-color: #8da7a8;
	/*padding-bottom: 12px;	*/
}

#main_nav ul li ul li.current a {
	color: #456465;
	/*height: 33px;
	background-image: url(../../images/current_nav_bottom_arrow.gif);
	background-position: center bottom;
	background-repeat: no-repeat;*/
	display: block;
}

#main_nav ul li ul li.current:hover {
	margin-top: 1px;
	padding-top: 1px;
	background-color: #8da7a8;
}

#main_nav ul li.current:hover {
	margin-top: 1px;
	padding-top: 6px;
	background-color: #6e8688;
}

#main_nav ul li.current:hover a {
	background-image: none;
	color: #fff;
}

#main_nav ul li.trial {
	position: static;
	margin-top: 3px;
	padding: 5px 20px 6px 40px;
	width: 1200px;
	background-color: #c80000;
	background-image: url(../../images/nav_chevron.gif);
	background-position: left top;
	background-repeat: no-repeat;
	
}

#main_nav ul li.trial ul li {
	display: none;
}

#ticker {
	margin-top: 9px;
	width: 990px;
	height: 34px;
}

#feed_container {
	width: 990px;
	height: 24px;
	background-color: #aebdbe;
}

#feed_container #title {
	display: block;
	width: 141px;
	height: 24px;
	font-weight: bold;
	color: #325a5a;
	line-height: 24px;
	text-align: center;
	float: left;
}

#feed_container #ticker_container {
	height: 24px;
	line-height: 24px;
	color: #325a5a;
	line-height: 24px;
	overflow: hidden;
	width: 768px;
	float: left;
	position: relative;
}

#feed_container #ticker_container ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: relative;
}

#feed_container #ticker_container ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	height: 24px;
}

#feed_container #ticker_container ul li a {
	text-decoration: none;
	color: #325a5a;
}

#feed_container #ticker_container ul li a:hover {
	text-decoration: underline;
	color: #325a5a;
}

#feed_container #controls {
	float:right;
	height: 24px;
	width: 79px;
	background-color: #89a0a1;
	line-height: 28px;
}

#main_content_container {
	width: 990px;
	min-height: 600px; /* for development purposes! */
	background-color: white;
	overflow: hidden;
}

#masthead_slider {
	width: 970px;
	height: 207px;
	margin-left: 10px;
	margin-top: 10px;
	position: relative;
	overflow: hidden;
	clear: both;
}

.masthead_img {
	position: absolute;
	top:0px;
	left:0px;
}

#next_btn {
	position: relative;
	left: 900px;
	width:70px;
	height: 207px;
	top:0px;
	background: #a3b6b7;
	opacity: 0.72;
	filter:alpha(opacity=72);
	cursor: pointer;
}

/*### Left column styles #### */

#left_content_column {
	width: 725px;
	float: left;
	margin-left: 10px;
	color: #577e7f;
	line-height: 1.4em;
}

#sub_content_container {
	overflow: hidden;
}

#sub_content_left {
	/*width:449px;*/
	float: left;
	/*margin-right: 60px*/
}

#sub_content_right {
	width:211px;
	float: left;
}

#product_box_containers {
	overflow: hidden;
	margin-top: 20px;
	padding-top: 12px;
}

.product_box {
	width: 210px;
	border: 1px solid #d0dbde;
	background: #edf1f2;
	height: 355px;
	float: left;
	position: relative;
	margin-right: 40px;
}

.product_box .topcap {
	position: absolute;
	top: -1px;
	left: -1px;
}

.product_box .bottomcap {
	position: absolute;
	bottom: -1px;
	left: -1px;
}

.product_badge {
	background: url(../../images/product_pricebadge.png);
	position: absolute;
	top: -12px;
	left: 148px;
	width: 72px;
	height: 72px;
}

.product_badge p {
	margin: 0px;
	padding: 0px;
	color: white;
	font-size: 8.5pt;
	margin-top:20px;
	margin-left: 10px;
}

.product_badge p span {
	font-weight: bold;
	font-size: 10pt;
}

.product_content {
	padding: 5px;
	
}

.product_content h3 {
	font-size: 15pt;
	margin: 5px 0px 12px 0px;
}

.product_content ul {
	padding-left:20px;
	margin: 0px;
	margin-top: 10px;
}

.product_content ul li {
	margin-bottom: 10px;
	line-height: 1.2em;
}

.view_product_button {
	position: absolute;
	bottom: 10px;
	left: 5px;
}

.row_end {
	margin-right: 0px;
}

/*### Right column styles #### */

#right_content_column {
	position: relative;
	float: right;
	width: 218px;
	margin-right: 10px;
	top:-67px;
}


#image_gallery {
	margin-top: 23px;
	width: 218px;
	height: 420px;
	background: #e2e8e8;
	color: #577e7f;
}

#image_gallery p {
	padding: 5px 10px;
	font-size: 10.5pt;
	margin: 0px;
}

#gallery_thumbs {
	margin-left: 8px;
	margin-bottom: 10px;
	height: 295px;
	overflow: hidden;
	position: relative;
}

.gallery_img_thumb {
	margin-bottom: 5px;
}

#gallery_controls {
	float: right;
	width: 18px;
	margin-right: 7px;
}

/* #### Footer code #### */

#footer {
	margin-top:10px;
	width: 990px;
	text-align: center;
	color: white;
	font-size: 8.5pt;
	position: relative;
	height: 50px;
}

#footer a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover {
	text-decoration: underline;
}

#footer #footer_twitter {
	position: absolute;
	left: 850px;
	top:-53px;
}

#footershadow {
	position: absolute;
	bottom: 54px;
	left: -32px;
	z-index: -1;
}