/*********************************************************************************************************
1.) Basic Layout
**********************************************************************************************************/

/*Small reset*/

body, ul, ol, h1,h2,h3,h4,h5,h6,form,li,p {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11.5px;
	font-family: 'arial', 'helvetica', Tahoma, Arial, san-serif;
	line-height: 21px;
	position: relative;
	background: #fff;
	color: #848484;
}

.box {
	border-right: 1px solid #dadada;
}

.box1column {
	border-right: 1px solid #dadada;
}

#top {
	width: 940px;
	margin: 0 auto;
	position: relative;
	clear: both;
}

#main {
	clear: both;
	position: relative;
	padding: 20px 0 0 0px;
	float: left;
	width: 940px;
	background: #fff url(../images/bg.jpg) no-repeat 0px 0px;
}

#footer {
	width: 940px;
	margin: 15px auto 0 auto;
	position: relative;
	clear: both;
	padding: 5px 0px 10px;
	font-size: 10px;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-color: #3E6174;
	border-top: none;
}

#footer .column {
	margin: 0px;
	width: 141px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	color: #999999;
	float: left;
}

#footer .column h1 {
	font-size: 12px;
	color: #FFFFFF;
	padding: 0px;
	float: left;
	width: 141px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#footer .column h2 {
	font-size: 12px;
	color: #FFFFFF;
	padding: 0px;
	float: left;
	width: 141px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#footer .column ul {
	margin: 0px;
	width: 141px;
	list-style-type: none;
	padding: 0px;
}

#footer .column ul li {
	margin: 0px;
	width: 141px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: none;
	color: #cccccc;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

#footer .column ul li a {
	color: #cccccc;
	text-decoration: none;
	display: block;
	padding-left: 10px;
	padding-bottom: 4px;
}

#footer .column ul li a:hover {
	text-decoration: none;
	color: #FFF;
}

#footer .column ul li a:active {
	outline: none;
}

.wrapper {
	clear: both;
	position: relative;
	float: left;
	padding-bottom: 20px;
	width: 940px!important;
	width: 941px;
}

.wrapper_side {
	width: 300px!important;
	float: left;
}

.wrappermap {
	clear: both;
	position: relative;
	float: left;
	padding-bottom: 20px;
	width: 940px!important;
	width: 941px;
}

.box {
	position: relative;
	float: left;
	margin: 5px 15px 0 0;
	padding: 0px 15px 0px 0px;
	display: block;
	z-index: 1;
}

#top .box3 {
	border: none;
	margin-right: 0;
	padding-right: 0;
}

.box_left {
	margin: 9px 15px 0 0;
	width: 160px;
	z-index: 2;
}

.box_right {
	width: 292px;
	z-index: 2;
}

.box_middle {
	width: 424px;
	z-index: 2;
}

.box_small {
	width: 292px;
	z-index: 2;
}

.box_half {
	width: 453px;
	z-index: 2;
}

.box_medium {
	width: 614px;
}

#top .box_big {
	width: 940px;
	border: none;
}

.box .box1 {
	margin-right: 14px;
}

.box .box2 {
	padding-right: 0;
	margin-right: 0;
	border-right: 0;
}

.box.box_left.box1 p {
	text-align: right;
}

.box.box_left.box1 h3 {
	text-align: right;
}

.box.box_left.box1 h5 {
	text-align: right;
}

.widgetLeft #latest_news li {
	text-align: right;
}

/*********************************************************************************************************
2.) Navigation
**********************************************************************************************************/

/*Dropdown*/

ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.dropdown {
	position: relative;
	z-index: 597;
	float: left;
	left: 320px;
	top: 52px;
}

ul.dropdown li {
	float: left;
	line-height: 1.3em;
	vertical-align: middle;
	zoom: 1;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
	position: relative;
	z-index: 599;
	cursor: default;
}

ul.dropdown ul {
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 598;
	width: 100%;
}

ul.dropdown ul li {
	float: none;
}

ul.dropdown ul ul {
	top: 1px;
	left: 99%;
}

ul.dropdown li:hover > ul {
	visibility: visible;
}

/* ----- ALL LEVELS (incl. first) */

ul.dropdown {
	font: normal 10px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	width: 400px;
}

ul.dropdown li {
	padding: 7px 0;
	color: #fff;
	line-height: normal;
}

ul.dropdown li.hover,
	ul.dropdown li:hover {
	
}

ul.dropdown a:link,
	ul.dropdown a:visited {
	color: #fff;
	text-decoration: none;
}

ul.dropdown a:hover {
	color: #cccccc;
	text-decoration: none;
}

ul.dropdown a:active {
	color: #fff;
}

/* ----- END LEVEL */

/* ----- NON-FIRST LEVEL */

ul.dropdown ul {
	width: 170px;
	background-color: #3E6174;
	color: #fff;
	font-size: 10px;
	text-transform: none;
	filter: alpha(opacity=90);
	-moz-opacity: .9;
	KhtmlOpacity: .9;
	opacity: .9;
}

ul.dropdown ul li {
	background-color: transparent;
	color: #000;
	filter: none;
}

ul.dropdown ul li.hover,
		ul.dropdown ul li:hover {
	background-color: transparent;
}

ul.dropdown ul a:link,
		ul.dropdown ul a:visited {
	color: #fff;
}

ul.dropdown ul a:hover {
	color: #fff;
	text-decoration: none;
}

ul.dropdown ul a:active {
	color: #fff;
}

/* ----- END LEVEL */

/*------------------------------------------------------------------------------------------------------/
 * @section	Support Class 'dir'
 * @level sep	ul, .class
 */

/* ----- ALL LEVELS (incl. first) */

ul.dropdown *.dir {
	padding-right: 12px;
	background-image: none;
	background-position: 100% 50%;
	background-repeat: no-repeat;
}

/* ----- END LEVEL */

/* Advanced */

ul.dropdown li a {
	display: block;
	padding: 7px 14px;
}

/* ------------- Override default */

ul.dropdown li {
	padding: 0;
}

/* ------------- Reinitiate default: post-override activities  */

ul.dropdown li.dir {
	padding: 7px 20px 7px 14px;
}

ul.dropdown ul li.dir {
	padding-right: 15px;
}

/* ------------- Custom */

ul.dropdown li {
	
}

ul.dropdown ul a {
	padding: 4px 5px 4px 14px;
	width: 151px;


/*

Especially for IE */
}

ul.dropdown ul a:hover {
	background-color: #333333;
}

ul.dropdown a.open {
	background-color: #42616D;
	color: #cccccc;
}

ul.dropdown ul a.open {
	background-color: #333333;
	color: #fff;
}

/* CSS 2.1 */

ul.dropdown li:hover > a.dir {
	background-color: #42616D;
	color: #cccccc;
}

ul.dropdown ul li:hover > a.dir {
	background-color: #333333;
	color: #fff;
}

/*********************************************************************************************************
3.) Head Area: 
**********************************************************************************************************/

#head {
	height: 84px;
	margin: 0 auto;
	position: relative;
	width: 940px;
	z-index: 5;
	top: 1px;
}

.logo, .logo a {
	display: block;
	height: 84px;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 232px;
}

.sublogo {
	display: block;
	height: 80px;
	left: 700px;
	position: absolute;
	top: 0px;
	width: 225px;
	text-align: right;
}

#top .logo a {
	top: 0px;
	left: 0px;
	text-indent: -9999px;
	outline: none;
}

/*image slider*/

#featured {
	height: 410px;
	clear: both;
	position: relative;
}

.featured_item {
	position: absolute;
	width: 292px;
	top: 100px;
	left: 318px;
	z-index: 1;
	overflow: hidden;
	cursor: pointer;
}

#top .featured_item_active {
	position: absolute;
	width: 612px;
	top: 25px;
	left: 174px;
	z-index: 3;
}

#top .featured_item_active img {
	width: 600px;
}

#top .featured_item_last, #top .featured_item_upcoming {
	width: 392px;
	left: 50px;
	top: 75px;
	z-index: 2;
}

#top #featured .featured_item_upcoming {
	left: 500px;
}

#top #featured .featured3 {
	left: 647px;
}

#top #featured .featured4 {
	left: 0px;
}

.featured_item img {
	width: 280px;
}

#top .featured_item_last img, #top .featured_item_upcoming img {
	width: 380px;
}

.item, .wrapper img {
	padding: 5px;
}

.item_shadow {
	margin: 0 auto;
}

.featured_item img {
	display: block;
	position: relative;
}

.additional_info {
	position: relative;
	clear: both;
	padding: 25px 0 25px 0;
}

.additional_info_home {
	z-index: 1001;
	position: relative;
	clear: both;
	padding: 0;
}

.additional_info h2 {
	font-size: 24px;
	width: 760px;
	font-weight: normal;
	padding: 0;
}

.additional_info h2 a {
	text-decoration: none;
}

.additional_info h2 a:hover {
	text-decoration: none;
}

#twitterbox {
	min-height: 66px;
}

#twitterbox h2 {
	padding: 0 0 0 104px;
}

#tweet_follow {
	height: 64px;
	left: 0;
	position: absolute;
	top: 28px;
	width: 64px;
}

#head #searchform {
	position: absolute;
	right: 2px;
	top: 50px;
	width: 214px;
	height: 30px;
}

/*alternate image slider*/

#featured_alt {
	height: 410px;
	margin-top: 8px;
	clear: both;
	position: relative;
}

#featured_market {
	height: 320px;
	margin-top: 6px;
	margin-bottom: 18px;
	clear: both;
	position: relative;
}

#head {
	border-bottom: 1px solid #C3C3C3;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}

#top .logo a {
	background: transparent url(../images/logo.png);
	background-repeat: no-repeat;
}

/*image slider*/

#featured {
	border-bottom: 1px solid #C3C3C3;
}

.item, .wrapper img {
	border: 1px solid #ddd;
	background: #fff;
}

.box_home img {
	border: 1px solid #fff;
	background: #fff;
}

.box_left img {
	border: 1px solid #fff;
	background: #fff;
}

.box_right img {
	border: 1px solid #fff;
	background: #fff;
}

.additional_info {
	border-bottom: 1px solid #C3C3C3;
}

.additional_info_home {
	border-bottom: 1px solid #C3C3C3;
}

.additional_info_home img {
	border: none;
}

.additional_info h2 a {
	color: #5A5A5A;
}

.additional_info h2 a:hover {
	color: #5a5a5a;
}

ul.social {
	list-style-type: none;
	float: left;
	width: 292px;
}

ul.social li {
	display: block;
	float: left;
	width: 286px;
	padding: 0px 3px;
}

ul.social p {
	line-height: 8px;
}

ul.social li span {
	background-color: #ffffff;
	float: left;
	width: 52px;
}

.social li strong {
	color: #666666;
	font-size: 13px;
	font-weight: 200;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	line-height: 28px;
}

/*********************************************************************************************************
4.) Additional info Area: 
**********************************************************************************************************/

.advanced_button {
	height: 72px;
	width: 222px;
	display: block;
	text-indent: -9999px;
}

.get_in_touch {
	position: absolute;
	right: 0;
	top: 20px;
	outline: none;
}

/*********************************************************************************************************
5.) Content Area: 
**********************************************************************************************************/

.entry {
	width: 614px;
	float: left;
	clear: both;
	padding-bottom: 30px;
	position: relative;
}

.entry3column {
	width: 292px;
	float: left;
	clear: both;
	padding-bottom: 30px;
	position: relative;
}

.entry-head {
	display: block;
	position: relative;
	top: -10px;
	font-size: 10px;
	padding: 0 0 0 1px;
	width: 400px;
}

.entry-head a {
	text-decoration: none;
}

.entry-head a:hover {
	text-decoration: underline;
}

.entry-head span {
	padding: 0 5px;
}

.entry-head .categories {
	padding: 0 5px 0 0;
}

.entry li {
	padding: 8px 0;
}

.entry ul, .entry ol {
	list-style-position: outside;
	list-style-type: square;
	margin: 0;
	padding: 0 0 20px 20px;
}

#top .entry ol {
	list-style-type: decimal;
}

.pquote {
	width: 550px;
	background: url(../images/openquote.gif) top left no-repeat;
	color: #666666;
	font-size: 16px;
	line-height: 20px;
	font-style: italic;
	padding-bottom: 1em;
	padding-left: 1.8em;
	padding-right: 1.8em;
	padding-top: 1.8em;
	margin: 0;
}

.pquote p:first-letter {
	font-size: 1.5em;
	font-weight: bold;
}

.pquote_home {
	width: 370px;
	background: url(../images/openquote.gif) top left no-repeat;
	color: #666666;
	font-size: 16px;
	line-height: 20px;
	font-style: italic;
	padding-bottom: 1em;
	padding-left: 1.8em;
	padding-right: 1.8em;
	padding-top: 1.8em;
	margin: 0;
}

.pquote_home p:first-letter {
	font-size: 1.5em;
	font-weight: bold;
}


.entry-head {
	color: #999;
}

.entry-head a {
	color: #777;
}

.entry li {
	border-bottom: 1px solid #EEEEEE;
}

.entry ul, .entry ol {
	border-top: 1px solid #EEEEEE;
}

#tablelinks a {
	color: #3E6174;
}

.leitch {
	color: #006699;
	font-size: 9px;
}

.grassvalley {
	color: #339933;
	font-size: 9px;
}

.pressdate {
	color: #CCC;
	font-size: 10px;
}

.footnotes {
	color: #999;
	font-size: 10px;
}

/*********************************************************************************************************
6.) Sidebar area
**********************************************************************************************************/

.widgetLeft ul {
	list-style-position: outside;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#top #latest_news .post_name {
	font-size: 11px;
	line-height: 16px;
	display: block;
}

#top #latest_news a, .widget a {
	display: block;
	padding: 10px 3px;
	text-decoration: none;
}

#top #latest_news a, .widgetdownloads a {
	display: block;
	padding: 10px 3px;
	text-decoration: none;
}

.meta_sub {
	padding-right: 0px;
}

#top .widget a {
	padding: 6px 3px;
	width: 286px;
}

#top .widgetdownloads a {
	padding: 6px 3px 3px 3px;
	width: 286px;
}

#top .widgetdownloads a:hover {
	padding: 6px 3px 3px 3px;
	width: 286px;
}

.widget {
	width: 292px;
	float: left;
	clear: both;
	padding-bottom: 30px;
}

.widgetdownloads {
	width: 292px;
	float: left;
	clear: both;
	padding-bottom: 30px;
}

.widgetsocial {
	width: 292px;
	float: left;
	clear: both;
	padding-bottom: 30px;
}

.widgethome {
	width: 292px;
	float: left;
	clear: both;
	padding-bottom: 12px;
}

.widgethometwitter {
	width: 292px;
	float: left;
	clear: both;
	padding-bottom: 24px;
}

.widgetLeft {
	width: 160px;
	float: left;
	clear: both;
	padding-bottom: 30px;
}

#top #latest_news a, .widget a {
	border-bottom: 1px solid #ddd;
}

#top #latest_news a:hover, .widget a:hover {
	background-color: #f4f4f4;
}

#top #latest_news a:active, .widget a:active {
	outline: none;
}

#top #latest_news a, .widgetdownloads a {
	border-bottom: 1px solid #ddd;
}

#top #latest_news a:hover, .widgetdownloads a:hover {
	background-color: #f4f4f4;
}

#top #latest_news a:active, .widgetdownloads a:active {
	outline: none;
}

.meta_sub {
	border-right: none;
}

/*generic*/

blockquote {
	font-size: 12px;
	font-style: italic;
	margin: 0 0 20px;
	padding: 10px 20px 10px 41px;
}

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

p {
	padding: 0 0 1em 0
}

ul, ol {
	list-style-position: outside;
	margin-left: 20px;
}

#sidebar ul, #sidebar ol {
	margin-left: 0px;
}

#sidebar li {
	list-style-type: none;
}

h1,h2,h3,h4,h5,h6, legend {
	font-weight: normal;
	padding-bottom: 5px;
	line-height: 1.4em;
}

h1 {
	font-size: 24px;
	clear: both;
}

h2 {
	font-size: 24px;
	clear: both;
}

h3, legend {
	font-size: 18px;
	clear: both;
}

h4 {
	font-size: 16px;
	clear: both;
}

h5 {
	font-size: 14px;
	clear: both;
}

h6 {
	font-size: 13px;
	clear: both;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
}

blockquote p {
	padding: 11px 0px;
}

blockquote {
	margin: 0 0 22px 5px;
	padding: 0 15px;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clearboth {
	clear: both;
}

.alignleft {
	float: left;
	margin: 15px 15px 15px 0pt;
}

.alignright {
	float: right;
	margin: 15px 0pt 15px 15px;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 10px auto;
	padding: 10px 0;
}

#top .wp-smiley {
	border: none;
	padding: 0;
}

.meta {
	display: block;
	position: relative;
	top: 3px;
	font-size: 11px;
	line-height: 14px;
}

.more-link {
	clear: both;
	display: block;
	line-height: 20px;
	padding: 0 0 0 16px;
	text-decoration: none;
	width: 75px;
}

/*CONTACT FORM*/

#searchsubmit, #send, #top #submit {
	cursor: pointer;
}

#s {
	height: 16px;
	position: absolute;
	bottom: 2px;
}

#s, .text_input, .text_area {
	padding: 4px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Arial, san-serif;
	width: 150px;
	font-size: 11.5px;
}

#searchsubmit, #send, #submit {
	padding: 4px 20px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Arial, san-serif;
	font-size: 11.5px;
}

.hidden {
	display: none;
}

#commentform {
	padding-bottom: 20px;
}

fieldset {
	border: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

fieldset label {
	padding-left: 7px;
}

.blocklabel {
	display: block;
	padding: 10px 0 0 0;
}

#top .text_area {
	width: 450px;
}

/*CONTACT FORM*/

#send, #top #submit {
	cursor: pointer;
}

#searchsubmit {
	width: 53px;
	height: 34px;
	padding: 0;
	margin: 0;
	cursor: pointer;
	text-indent: -9999px;
	border: none;
	position: absolute;
	bottom: -2px;
	right: 0;
}

.ajax_form {
	padding-bottom: 30px;
}

.floatpic {
	float: left;
	margin-right: 15px;
	margin-top: 0px;
}

.floatpicright {
	float: right;
	margin-left: 10px;
	margin-top: 10px;
}

/*********************************************************************************************************
7.) Social Stuff: 
**********************************************************************************************************/

.tweet {
	padding-bottom: 11px}

.tweet li {
      overflow-y: auto;
      overflow-x: hidden;
	  }

.twitterbar {
	width: 292px;
	clear: both;
}

#twitter_div {
	font-family: Arial, Helvetica, sans-serif;
	color: #848484;
	font-size: 11.5px;
	padding-bottom: 10px;
}

#twitter_div ul {
	list-style: none;
}

#twitter_div li a {
	color: #999999;
	text-decoration: none;
}

#twitter_div li a:hover {
	color: #444444;
	text-decoration: underline;
}

/*generic*/

blockquote {
	color: #777;
}

blockquote {
	border-left: 3px solid #777;
}

.box strong {
	color: #666;
}

.more-link {
	background: transparent url(../images/dot.png) no-repeat scroll 0px 6px;
	color: #5e6b86;
}

/*generic color*/

h1 a, h2 a, h3 a, h4 a, h5 a h6 a {
	color: #5A5A5A;
}

a {
	color: #666;
}

a:hover {
	color: #444;
}

a:active {
	outline: none;
}

#top a:hover img {
	border: 1px solid #aaa;
}

#top img.productimg {
	border:none;
	background:none;
}

#top a:hover img.productimg {
	border:none;
	background:none;
}

#top .widgetdownloads img {
	border:none;
	padding:0 10px 0 0;
	background:none;
	vertical-align:text-bottom;
}

#top .widgetdownloads a:hover img {
	border:none;
	padding:0 10px 0 0;
	background:none;
	vertical-align:text-bottom;
}

h1,h2,h3,h4,h5,h6, legend {
	color: #3E6174;
}

.meta {
	color: #a0a0a0;
}

/*CONTACT FORM*/

.valid .text_input, .valid .text_area {
	border: 1px solid #70A41B;
}

/*#70A41B*/

.error .text_input, .error .text_area {
	border: 1px solid #EE2A00;
}

.ajax_alert .text_input, .ajax_alert .text_area {
	border: 1px solid #ffb628;
}

#s, .text_input, .text_area, textarea, #commentform input {
	border: 1px solid #ababab;
	color: #666;
}

#send, #top #submit {
	border: 1px solid #ababab;
	background-color: #3E6174;
	cursor: pointer;
	color: #fff;
}

#send:hover, #top #submit:hover {
	background-color: #fff;
	color: #666;
}

#searchsubmit {
	background: transparent url(../images/button_search.png) no-repeat left top;
}

#searchsubmit:hover {
	background: transparent url(../images/button_search.png) no-repeat left bottom;
}

/*events calendar*/

.side_date {
	width: 40px;
	background: url() no-repeat;
	font-weight: 900;
}

.side_date .month {
	width: 40px;
	padding: 2px 0px 0px 4px;
	color: #999;
	text-align: left;
}

.side_date .day {
	width: 40px;
	padding: 1px 0px 0px 4px;
	font-size: 12px;
	color: #555;
	text-align: left;
}

div.event {
	padding: 15px 5px 0px 10px;
	clear: both;
	border-bottom: 1px solid #d7d7d7;
}

/*Box Tables (Routers)*/

#box-table {
	font-size: 11.5px;
	margin-top: 0px;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}

#box-table img {
	border: none;
	padding: 4px 0 0 0;
	margin: 0 0 0 0;
	background: none;
}

#box-table th {
	font-size: 12px;
	font-weight: bold;
	padding: 8px;
	background: #cccccc;
	border-top: 2px solid #999999;
	border-bottom: 1px solid #fff;
	color: #3E6174;
}

#box-table td {
	padding: 8px;
	background: #eeeeee;
	border-bottom: 1px solid #fff;
	color: #666666;
	border-top: 1px solid transparent;
}

#box-table tr:hover td {
	background: #ffffff;
	color: #333333;
}

.caption {
	color: #999;
	font-size: 11.5px;
}

/*Legacy Box*/

#legacy_box {
	background-color:#eee;
	width: 560px;
	height:auto;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding-top:15px;
	padding-bottom:15px;
	padding-right:20px;
	padding-left:20px;
	margin-bottom:12px;
	color:#999;
}

#blog_box {
	background-color:#eee;
	width: 384px;
	height:auto;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding-top:15px;
	padding-bottom:15px;
	padding-right:20px;
	padding-left:20px;
	margin-bottom:12px;
	color:#999;
}

#update_box {
	background-color:#FFC;
	width: 384px;
	height:auto;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding-top:15px;
	padding-bottom:15px;
	padding-right:20px;
	padding-left:20px;
	margin-bottom:12px;
	color:#999;
}

#support_box {
	background-color:#FFC;
	width: 560px;
	height:auto;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding-top:15px;
	padding-bottom:15px;
	padding-right:20px;
	padding-left:20px;
	margin-bottom:12px;
	color:#999;
}

a.register {
	
	background: url(../images/buttons/register.png) no-repeat top left;
	float: right;
	height: 40px;
	margin: 0 34px 0 0;
	width: 122px;
	
}

a.register:hover {
	
	background: url(../images/buttons/register_hover.png) no-repeat top left;
	
}

a.demo {
	
	background: url(../images/buttons/demo.png) no-repeat top left;
	float: right;
	height: 40px;
	margin: 10px 0 0 0;
	padding: 0 0 10px 20px;
	width: 122px;
	
}

a.demo:hover {
	
	background: url(../images/buttons/demo_hover.png) no-repeat top left;
	
}

/* begin styles for RSS Feed */

.rss-box {
	 width: 100%;
}

.rss-title, rss-title a {
	margin: 0px 0;
	padding: 0;
}

.rss-items {
       list-style:none;
       margin:0;
       padding:0;
}

.rss-item  {
  font-size: 11.5px;
}

.rss-item a:link, .rss-item a:visited, .rss-item a:active {
	}

.rss-item a:hover { 

	}

.rss-date {
	font-size: xx-small;
	} 
