/* Green Distribution */

/* -------------------------------------------------------------------------------------------------------- */
/* General */
/* -------------------------------------------------------------------------------------------------------- */

*
{
	margin: 0;
	padding: 0;
	border-width:0;
	border-style:solid;
}

body
{
	font: 13px Helvetica;
	width: 990px;
	margin: 0 auto;
}

a {outline: none; text-decoration: none;}
a:hover {text-decoration: underline;}

a img {border: none;}

a.generated_button
{
	display: block;
	height: 23px;
	border-width: 1px;
	border-color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.generated_heading
{
	display:block;
	margin-bottom:15px;
}

a.generated_button span {display: none;}

.clearing{clear:both}
.hidden{display:none;}

/* -------------------------------------------------------------------------------------------------------- */
/* Error Page */
/* -------------------------------------------------------------------------------------------------------- */

#pageNotFound {margin-top: 80px; text-align:center; font-size: 18px; text-transform: uppercase;}

/* -------------------------------------------------------------------------------------------------------- */
/* Site Header */
/* -------------------------------------------------------------------------------------------------------- */

#siteHeaderBox
{
	height: 110px;
	background-color: #000;
	background-image: url(../img/template/carousel_background.png);
	background-position: 0 -130px;
}

#siteHeaderLogo {display: block; float: left; margin: 10px;}
#siteHeaderLogo img {display: block;}

#rightDiv {float: right; margin-top: 10px; margin-right: 10px;}

#topRightDiv {position: relative; bottom: 5px;} 
#topRightDiv * {float: left;}

#siteHeaderRadioDiv .generated_heading {float: left; margin-top: 3px; margin-right: 10px;}

#siteHeaderFollowControlDiv {margin-left: 80px;}

.followLink
{
	display: block;
	float: left; 
	border-width: 1px;
	border-color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-left: 5px;
}
.followLink:hover {border-color: #d9ff3f;}
.followLink img {height: 22px; width: 22px;}

#searchBarControlDiv {position: relative; top:20px;}

/* -------------------------------------------------------------------------------------------------------- */
/* Main search autocomplete */
/* -------------------------------------------------------------------------------------------------------- */

.ac_main_search_results {margin-left: 3px;}

/* -------------------------------------------------------------------------------------------------------- */
/* Site menu */
/* -------------------------------------------------------------------------------------------------------- */

#siteMenu span {display:none}
#siteMenu {width: 100% !important;}

/* -------------------------------------------------------------------------------------------------------- */
/* Site content */
/* -------------------------------------------------------------------------------------------------------- */

#siteContent {padding: 15px;}

/* -------------------------------------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------------------------------------- */
/* Site Footer */
/* -------------------------------------------------------------------------------------------------------- */

#siteKatanaLogo{text-align: center; padding: 30px 0px; clear: both;}
