/* Start of CMSMS style sheet 'CitrusPS' */
/* START CSS */

#menucentre {

	width: 100%;
	background: #c6c6c6 url(uploads/images/site/citrus_button_grey.png) repeat 0 0;
}
#menu_vert {
	font-family: Arial, Verdana, sans-serif;
	margin-left: 1px;
	margin-right: 1px;
	text-transform: uppercase;
	font-size: 80%;
	letter-spacing: 0.12em;
}
#menu_vert a:hover {
	background: #b8ee1e url(uploads/images/site/citrus_button_green.png) repeat 0 0;
	color: #fff;
}
.clearb {
	clear: both;
}
#menuwrapper {
	border-bottom: 0px solid #C0C0C0;
	width: 800px;
	margin: 0 auto;

}
#primary-nav li li {
	width: 185px;

}
#primary-nav, #primary-nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#primary-nav ul {
	position: absolute;
	top: auto;
	display: none;
}
#primary-nav ul ul {
	margin-top: 1px;
	margin-left: -1px;
	left: 100%;
	top: 0px;
}
#primary-nav li {
	margin-left: -1px;
	float: left;
}
#primary-nav li li {
	margin-left: 0px;
	margin-top: -1px;
	float: none;
	position: relative;
}
#primary-nav a {
	display: block;
	margin: 0px;
	padding: 6px 31px 4px 31px;
	text-decoration: none;
	color: #313131;
}
#primary-nav li a {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}
#primary-nav li li a {
	background: #c7c7c7;
	border: 1px solid #fff;
}
#primary-nav li {

}
/* Top level parent with children */
#primary-nav li.menuparent {

}
#primary-nav li.menuactive {

	background: url(uploads/images/site/citrus_button_white.png) repeat 0 0;
}
#primary-nav ul li.menuparent, #primary-nav ul li.menuparent:hover, #primary-nav ul li.menuparenth {
/* arrow for menuparents */
	background: red;
	background-image: url(images/cms/arrow.gif);
	background-position: center right;
	background-repeat: no-repeat;
}
/* Styling the appearance of menu items on hover, especially the parent as you move to the child */
#primary-nav li:hover, #primary-nav li.menuh, #primary-nav li.menuparenth, #primary-nav li.menuactiveh {
	background: url(uploads/images/site/citrus_button_white.png) repeat 0 0;
	color: #fff;
}
/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */
/* just add #primary-nav li:hover ul ul, #primary-nav li.menuparenth ul ul ul, for fourth level */
#primary-nav ul, #primary-nav li:hover ul, #primary-nav li:hover ul ul, #primary-nav li.menuparenth ul, #primary-nav li.menuparenth ul ul {
	display: none;
}
/* add #primary-nav ul ul ul li:hover ul, #primary-nav ul ul ul li.menuparenth ul, for fourth level*/
#primary-nav li:hover ul, #primary-nav ul li:hover ul, #primary-nav ul ul li:hover ul, #primary-nav li.menuparenth ul, #primary-nav ul li.menuparenth ul, #primary-nav ul ul li.menuparenth ul {
	display: block;
}
/* IE Hacks */
#primary-nav li li {
	float: left;
	clear: both;
}
#primary-nav li li a {
	height: 1%;
}
/*****************browsers interpret margin and padding a little differently, we'll remove all default padding and margins andset them later on******************/
* {
	margin: 0;
	padding: 0;
}
/*Set initial font styles*/
body {
	text-align: left;
	font-family: Trebuchet MS, Tahoma, Arial, Verdana, sans-serif;
	font-size: 75.01%;
	line-height: 1em;
}
/*set font size for all divs, this overrides some body rules*/
div {
	font-size: 1em;
}
/*if img is inside "a" it would have borders, we don't want that*/
img {
	border: 0;
}
/*default link styles*/
/* set all links to have underline and bluish color */
a, a:link a:active {
	text-decoration: underline;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
	background-color: inherit;
	color: #29600D;
}
a:visited {
	text-decoration: underline;
	background-color: inherit;
	color: #29600d;
/* a different color can be used for visited links */
}
/* remove underline on hover and change color */
a:hover {
	text-decoration: none;
	background-color: #b8ee1e;
	color: #FFF;
}
/*****************basic layout *****************/
body {
	background-color: #fff;
	color: #464646;
	margin: 0em;
/* gives some air for the pagewrapper */
}
div#topbarwrapper {
	background: #464646 url(uploads/images/site/citrus_top_bar.png) repeat 0 0px;
	height: 53px;
	width: 100%;
	margin: 0px auto 0 auto;
	padding: 0px 0px 0 0;
	border-top: 0px #000 solid;
	display: block;
}
div#topbar {
	position: relative;
height:53px;
	display: block;
	width: 776px;
	margin: 0px auto 0 auto;
padding: 29px 0px 0 0px;
}
div#topbar p {
	text-align: right;
	color: #b8ee1e;
	font-weight: bold;
	font-size: 90%;
	letter-spacing: 0.1em;
}

div#topbar a:hover {
color:#000;
}

div#header {
	width: 100%;
	margin: 0 auto;
	height: 173px;
	background: url(uploads/images/site/citrus_id_panel1px.png) repeat 0 0;
}
div#header h1 a {
	background: inherit;
	display: block;
/* adjust according your image size */
	text-indent: -999em;
	text-decoration: none;
}
div#floatheader {
	width: 800px;
	margin: 0 auto;
	display: block;
	height: 173px;
	background: url(uploads/images/site/citrus_id_panel.png) no-repeat 0 0;
}
div#pagewrapper {
	border: 0px solid black;
	margin: 0 auto;
	width: 800px;
	background-color: #fff;
	color: black;
}

#search {
float:right;
	width: 200px;
	background-color: #f0f0f0;
	margin: 22px 0 0 0;

}
#search input {
	text-transform: lowercase;
padding:0 0 0 6px;
	font-size: 80%;
	letter-spacing: 0.1em;
	margin: 0em 0 0em 6px;
	color: #313131;
	width: 144px;
	height: 14px;
	border: 1px solid #c6c6c6;
}
#search input.searchbutton {
background-color:#f0f0f0;
cursor: pointer;
	width: 25px;
	height: 16px;
	color: #313131;
	text-transform: uppercase;
	font-family: Arial, Verdana, sans-serif;
	font-size: 80%;
	letter-spacing: 0.12em;
	border: 0px solid #c6c6c6;
}
div.breadcrumbs {
	padding: 2em 0 1.5em 0;
	text-transform: uppercase;
	font-size: 85%;
	letter-spacing: 0.1em;
	margin: 0 0em;
	border-bottom: 0px solid #777777;
}
div.breadcrumbs span.lastitem {
	font-weight: bold;
}
div#content {
clear:both;
	margin: 1.3em auto 2em 0;
/* some air above and under menu and content */
}
div#main {
	display: block;
	border: 0px solid #000;
	margin-right: 255px;
}
div#sidebar {
	border: 0px solid #777;
	float: right;
	width: 200px;
	display: block;
	margin-left: 25px;
margin-bottom:1em;
}



div#rss {
clear:right;
}

div.rssitemlink a {
text-decoration:none;
color:#777777;
}

div#news {
	font-size: 1.3em;

}

div.hr1 {
	padding: 0em 0;
width:100%;
height: 1px;
	margin: 0em 0 1em 0;
	border-bottom: 1px solid #777777;
}


.NewsSummaryPage {
width:100%;
float:left;
display:block;
1background:red;
}

.NewsSummaryLink {
display:block;
	margin: 0 0 1em 0;
}

.NewsSummaryLink a {
text-decoration:none;
	color: #000000;
	font-size: 1.3em;
	text-align: left;
	line-height: 1.2em;
	margin: 0 0 0.45em 0;
}

.NewsSummaryMorelink {
clear:right;
display:block;
width:100%;
text-align:right;
text-transform:uppercase;
text-decoration:none;
	color: #777777;
	font-size: 100%;
	line-height: 1em;
}

.NewsSummarySummary {
	font-size: 100%;
line-height:1.5em;
	font-size: 1em;
	margin: 0 0 1em 0;
}

.NewsSummarySummary p {
line-height:1.5em;
	font-size: 1em;
	margin: 0 0 1em 0;
}


.NewsSummaryImage {
1background:blue;
display:block;
width:70px;
float:right;
margin:1em 0em 1em 1em;
}

.NewsSummaryImage img {
width:70px;
}

.NewsDetailImage {
1background:blue;
display:block;
width:160px;
float:right;
margin:0em 0em 0em 2em;
}

.NewsDetailImage img {
width:160px;
}

.NewsSummaryPageMorelink {
width:100%;
1background:green;
float:right;
text-align:right;
text-transform:uppercase;
text-decoration:none;
	color: #777777;
	font-size: 100%;
	line-height: 1em;
	margin: 1em 0 1em 0;
}
#NewsSummaryContent {}
#NewsSummaryExtra {}
#NewsSummaryField {}


#NewsPostDetailTitle {
text-decoration:none;
	color: #000000;
	font-size: 1.3em;
	text-align: left;
	line-height: 1.2em;
	margin: 0 0 0.45em 0;
}

#NewsPostDetailHorizRule {
	height: 1px;
	margin: 1em;
	border-bottom: 1px #666666;
}

#NewsPostDetailDate {
margin-bottom:2em;
}

#NewsPostDetailSummary {}
#NewsPostDetailContent {
	font-size: 1em;
	margin: 1em 0 1.5em 0;
	line-height: 1.3em;
	padding: 0;
}

#NewsPostDetailPrintLink {
text-align:right;
text-transform:uppercase;
text-decoration:none;
	color: #777777;
	font-size: 80%;
	line-height: 1em;
	margin: 0 0 0.6em 0;
}
#NewsPostDetailReturnLink {
text-align:right;
text-transform:uppercase;
text-decoration:none;
	color: #777777;
	font-size: 80%;
	line-height: 1em;
	margin: 0 0 0.6em 0;
}

#NewsDetailField {}



div.boxouter {
display:block;
background: #f0f0f0;
	width: 200px;
	padding: 5px 0 5px 0;
	margin-bottom: 10px;
	border: 0px solid #777777;
}

div.boxtitle {
color:#000;
text-align:center;
	padding: 0.5em;
	text-transform: uppercase;
	font-size: 80%;
	letter-spacing: 0.1em;
}

div.boxinside {
background: #fff;
width:166px;
	padding: 10px;
	margin: 6px 6px 3px 6px;
	border: 1px solid #c6c6c6;
	font-size: 80%;
	line-height: 1.5em;
}


div#bottombar {
	clear: both;
	height:253px;
	color: #fff;
	background: #585858 url(uploads/images/site/citrus_bot_bar.png) repeat-x 0 0;
}
div#bottombar p {
	font-size: 0.8em;
	padding: 4.5em 0 1.5em 0;
	text-align: center;
	margin: 0;
	line-height: 3em;
	color: #ffffff;
}

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

div#bottombar a:hover {
text-decoration:none;
color:#fff;
background:inherit;
}


/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
display:block;
clear:both;
	padding: 1em 0;
width:800px;
height: 1px;
	margin: 1em 0;
	border-bottom: 1px solid #c6c6c6;
}



div.left49 {
	float: left;
	width: 500px;
	padding: 0em 0 1.5em 0;
	text-transform: uppercase;
	font-size: 85%;
	letter-spacing: 0.1em;
	margin: 0 0em;
}
div.right49 {
	float: right;
	width: 50px;
	text-align: right;
	padding: 0em 0 1.5em 0;
	text-transform: uppercase;
	font-size: 85%;
	letter-spacing: 0.1em;
	margin: 0 0em;
}
/********************CONTENT STYLING*********************/
div#content {
}
/* HEADINGS */
div#content h1 {
	font-size: 2em;
/* font size for h1 */
	line-height: 1em;
	margin: 0;
}
div#content h2 {
color:#29600D;
	font-weight: normal;
	font-size: 175%;
	line-height: 1.3em;
	margin: 0 0 0.8em 0;

}
div#content h3 {
color:#29600D;
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0 0 0.5em 0;
}
div#content h4 {
font-weight:bold;
	color: #464646;
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0 0 1.1em 0;
}
div#content h5 {
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
h6 {
border-top: 1px solid #777777;
padding-top:1em;
	font-size: 1.4em;
	line-height: 1.3em;
	margin: 1em 0 0.5em 0;
color:#29600D;
	font-weight: normal;
}

.h7specs {
background:#ebebeb;
	color: #464646;
	font-size: 0.9em;
	line-height: 1.3em;
	margin: 0em 0 1em 0em;
padding:1em;
}

/* END HEADINGS */
/* TEXT */
p {
	font-size: 1em;
	margin: 0 0 1.5em 0;
	line-height: 1.3em;
	padding: 0;
color:#464646;
}
blockquote {
	border-left: 10px solid #ddd;
	margin-left: 10px;
}
pre {
	font-family: monospace;
	font-size: 1.0em;
}
strong, b {
/* explicit setting for these */
	font-weight: bold;
}
em, i {
/* explicit setting for these */
	font-style: italic;
}
/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
	white-space: pre-wrap;
/* css-3 */
	white-space: -moz-pre-wrap;
/* Mozilla, since 1999 */
	white-space: -pre-wrap;
/* Opera 4-6 */
	white-space: -o-pre-wrap;
/* Opera 7 */
	word-wrap: break-word;
/* Internet Explorer 5.5+ */
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}
pre {
	border: 1px solid #000;
/* black border for pre blocks */
	background-color: #ddd;
	margin: 0 1em 1em 1em;
	padding: 0.5em;
	line-height: 1.5em;
	font-size: 90%;
/* smaller font size, as these are usually not so important data */
}
/* END TEXT */
/* LISTS */
div#main ul, div#main ol, div#main dl {
	font-size: 1.0em;
	line-height: 1.4em;
	margin: 0 0 1.5em 0;
}
div#main ul li, div#main ol li {
	margin: 0 0 0.25em 3em;
}
div#dl dt {
	font-weight: bold;
	margin: 0 0 0.25em 3em;
}
div#dl dd {
	margin: 0 0 0 3em;
}
/* END LISTS */


div#scroller {
height:20px;
text-decoration:none;
color:#ebebeb;
float:left;
width:80%;
padding: 3px 0 0 0;
}

div#scroller a {
text-decoration:none;
color:#ebebeb;
}

/* FORMS */

/* FORMS */
form {
	margin-top: 0
}
form, td, th, li {
	font-size: 100%
}
form div {
	margin-bottom: 0
}
fieldset div {
	margin-bottom: 0.5em;
	margin-left: 1em;
}
fieldset div div {
	margin-top: 0.5em;
	margin-left: 1em
}
fieldset {
	margin-bottom: 1em;
	border: 1px solid #7194b2;
	padding: 0.5em
}
fieldset label {
	width: auto;
}
legend {
	color: #FFF;
	background: #7194b2;
	font-style: italic;
	font-size: 1.2em;
	margin-bottom: 0.5em;
	padding: 0.2em;
	width: auto;
	border: 1px solid #CCC
}
textarea {
	width: 400px;
	height: 15em;
}

.contactform input {
}

.contactform label
{
width: 10em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block;
}

.contactform  .submit input
{
float:center;
margin-top:2em;
 color: #000;
background: #acea13;
border: 2px outset #d7b9c9
}


/* CATALOGER */

.catnav {}

div#category {
1background:red;
display:block;
width:800px;
float:left;
}

div#category_notes {
width:550px;
display:block;
1background:blue;
	font-size: 1em;
	margin: 0 0 1.5em 0;
	line-height: 1.3em;
	padding: 0;
}

div#category_notes p {
	font-size: 1em;
	margin: 0 0 1.5em 0;
	line-height: 1.3em;
	padding: 0;
}

.category_box {


}


.category_item {
display:block;
line-spacing:2em;
height:100%;
width:740px;
text-align:right;
margin: 0 auto;
float:right;
margin:0em 0 1.5em 0;
1background:yellow;
padding-right:60px;
padding-top: 0em;
padding-bottom: 0em;
border-top:1px solid #777;
}

.category_name {
float:left;
width:550px;
display:inline;
color:#000;
text-align:left;
	font-size: 100%;
margin:2em 1em 1em 0;
}


.category_name a {
	font-weight: normal;
	font-size: 150%;
text-decoration:none;
}

div#item_box {
1background:red;
1display:block;
width:798px;
float:left;
}

div#item_text {
display:block;
1background:#fff;
margin-right: 280px;
}

.item_imagebox {

display:block;
width:200px;
margin-right: 0px;
float:right;
}

.item_mainimage {
width:100%;
height:200px;
}

.item_thumbox {
margin: 1em 0;
padding: 1em 0;
width:100%;
height: 70px;
}

.item_thumbnails {

width:100%;
display:block;
}

.item_thumbnail {
margin 0 auto;
float:left;
display:block;
width:64px;
}

.item_download {
color:#29600D;
	font-size: 100%;
margin:1em 0 0 0;
text-align: center;
}

.item_download img {
margin:1em 0;
vertical-align: middle;
}

.item_download a {
color:#777;
text-decoration:none;
}

.item_download a:hover {
background:inherit;
}


div#item_summary {
font-style:italic;
border:1px solid #c6c6c6;
margin:2em 0 0 0;
color:#777;
width:180px;
padding: 10px 10px 10px 10px;
}

div#item_summary p {
clear:both;
display:block;
margin:0 0 0.3em 0;
}

div#item_summary li {
color:red;
}

div#item_intro {
	margin: 0 0 2em 0;
}


div#item_intro p {
font-weight:bold;
	color: #464646;
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0 0 1.1em 0;
}

.item_name {
color:#29600D;
	font-weight: normal;
	font-size: 175%;
text-decoration:none;
	line-height: 1.3em;
	margin: 0 0 0.8em 0;
}

/* START HUT ROUNDED BOX */

.hutroundbox { background: url(uploads/images/site/round/nt.gif) repeat; }
.huttop div { background: url(uploads/images/site/round/tl.gif) no-repeat top left; }
.huttop { background: url(uploads/images/site/round/tr.gif) no-repeat top right; }
.hutbot div { background: url(uploads/images/site/round/bl.gif) no-repeat bottom left; }
.hutbot { background: url(uploads/images/site/round/br.gif) no-repeat bottom right; }

.huttop div, .huttop, .hutbot div, .hutbot {
width: 100%;
height: 7px;
font-size: 1px;
}

.hutroundbox {
	width: 200px;
	padding: 0;
	margin-bottom: 10px;
 
}

/* END HUT ROUNDED BOX */


/* END CSS */
/* End of 'CitrusPS' */

/* Start of CMSMS style sheet 'Accessibility and cross-browser tools' */
/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */
/* End of 'Accessibility and cross-browser tools' */

