/* CSS Document */


.error {
  font-style: italic;
  text-transform: uppercase;
  padding: 5px;
  color: #cccccc;
  font-size: 14px;
  font-weight: bold;
}

/** old stuff **/



#footer {
	text-align: center;
	padding: 3px;
}



/* Joomla core stuff */
a:link, a:visited {
	color: #c64934; text-decoration: none;
	font-weight: bold;
	 filter:alpha(opacity=100); /* IE's opacity*/
     opacity: 1.0;
     position: relative;
}

a:hover {
	color: #900;	text-decoration: none;
	font-weight: bold;
		 filter:alpha(opacity=100); /* IE's opacity*/
     opacity: 1.0;
     position: relative;
}

table.contentpaneopen {
  width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpaneopen td {
   padding-right: 5px;
}

table.contentpaneopen td.componentheading {
	padding-left: 4px;
}



table.contentpane {
  width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpane td {
	margin: 0px;
	padding: 0px;
}

table.contentpane td.componentheading {
	padding-left: 4px;
}

table.contentpaneopen fieldset {
	border: 0px;
	border-bottom: 1px solid #eee;
}

.button {
  color: #c64934;
  font-family: Arial, Hevlvetica, sans-serif;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 3px double #cccccc;
  width: auto;
  background: url(../images/button_bg.png) repeat-x;
  padding: 0px 5px;
  line-height: 18px !important;
  line-height: 16px;
  height: 26px !important;
  height: 24px;
  margin: 1px;
}

.inputbox {
	padding: 2px;
	border:solid 1px #cccccc;
	background-color: #ffffff;
}

.componentheading {
		color: #666666;
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;

}

.contentcolumn {
	padding-right: 5px;
}

.contentheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	color: black;
	padding: 10px 4px 10px 0px;
}



.contentpagetitle {
	font-size: 13px;
	font-weight: bold;
	color: #cccccc;
	text-align:left;
}

table.searchinto {
	width: 100%;
}

table.searchintro td {
	font-weight: bold;
}

table.moduletable {
	width: 100%;
	margin-bottom: 5px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

div.moduletable {
	padding: 0;
	margin-bottom: 2px;
}

table.moduletable th, div.moduletable h3 {
		color: #666666;
	text-align: left;
	padding-left: 4px;
	height: 21px;
	line-height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	margin: 0 0 2px 0;
}

table.moduletable td {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

table.pollstableborder td {
  padding: 2px;
}

.sectiontableheader {
  font-weight: bold;
  background: #f0f0f0;
  padding: 4px;
}

.sectiontablefooter {

}

.sectiontableentry1 {
	background-color : #ffffff;
}

.sectiontableentry2 {
	background-color : #f9f9f9;
}

.small {
	color: #999999;
	font-size: 11px;
}

.createdate {
	height: 15px;
	padding-bottom: 10px;
	color: #999999;
	font-size: 11px;
}

.modifydate {
	height: 15px;
	padding-top: 10px;
	color: #999999;
	font-size: 11px;
}

table.contenttoc {
  border: 1px solid #cccccc;
  padding: 2px;
  margin-left: 2px;
  margin-bottom: 2px;
}

table.contenttoc td {
  padding: 2px;
}

table.contenttoc th {
   color: #666666;
	text-align: left;
	padding-top: 2px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

a.mainlevel:link, a.mainlevel:visited {
	display: block;
	background: url(../images/menu_bg.png) no-repeat;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #ccc;
	text-align: left;
	padding-top: 5px;
	padding-left: 18px;
	height: 20px !important;
	height: 25px;
	width: 100%;
	text-decoration: none;
}

a.mainlevel:hover {
	background-position: 0px -25px;
	text-decoration: none;
	color: #fff;
}

a.mainlevel#active_menu {
	color:#fff;
	font-weight: bold;
}

a.mainlevel#active_menu:hover {
	color: #fff;
}

a.sublevel:link, a.sublevel:visited {
	padding-left: 1px;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #c64934;
	text-align: left;
}

a.sublevel:hover {
	color: #900;
	text-decoration: none;
}

a.sublevel#active_menu {
	color: #333;
}

.highlight {
	background-color: Yellow;
	color: Blue;
	padding: 0;
}
.code {
	background-color: #ddd;
	border: 1px solid #bbb;
}

form {
/* removes space below form elements */
	margin: 0;
 	padding: 0;
}

div.mosimage {
  border: 1px solid #ccc;
}

.mosimage {
  border: 1px solid #cccccc;
  margin: 5px
}

.mosimage_caption {
  margin-top: 2px;
  background: #efefef;
  padding: 1px 2px;
  color: #666;
  font-size: 10px;
  border-top: 1px solid #cccccc;
}

span.article_seperator {
	display: block;
	height: 1.5em;
}

/* BDD Additions */

#right_curl
{
	width: 100%;
	height: 198px;
	background-image: url(../images/structure/pickneygear_09.gif);
	background: url(../images/structure/pickneygear_09.gif) no-repeat right;
	background-repeat: no-repeat;
	background-position: right;
	padding:0px 0px 0px 0px;
   margin: 0px 0px 0px 0px;
	
}





#left_curl
{
	position: absolute;
top: 236px;
left: 0px;
	width: 100%;
	height: auto;
	background-image: url(../images/structure/pickneygear_40.gif);
	background: url(../images/structure/pickneygear_40.gif) no-repeat;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}


#containerone {
text-align:left;
width:996px; /*center hack*/
margin:0 auto; /*center hack*/
height: auto;
position: relative;
float: none;
}

.container_brown {
position: relative;
top: 0px;
width:996px; /*center hack*/
margin:0 auto; /*center hack*/
color: Black;
text-align:left;
float: none;
height: 100%;
background: url(../images/structure/faux_brown.gif) repeat-y;
background-image:url(../images/structure/faux_brown.gif);
background-repeat:repeat-y;


}


.container_blue {
position: relative;
top: 0px;
width:996px; /*center hack*/
margin:0 auto; /*center hack*/
color: Black;
text-align:left;
float: none;
	height: 100%;
background: url(../images/structure/faux_blue.gif) repeat-y;

}

.container_orange {
position: relative;
top: 0px;
width:996px; /*center hack*/
margin:0 auto; /*center hack*/
color: Black;
text-align:left;
float: none;
	height: 100%;
background: url(../images/structure/faux_orange.gif) repeat-y;

}

.container_purple {
position: relative;
top: 0px;
width:996px; /*center hack*/
margin:0 auto; /*center hack*/
color: Black;
text-align:left;
float: none;
height: 100%;
background: url(../images/structure/faux_purple.gif) repeat-y;

}


.right_col_brown
{
position: relative;
top: 0px;
right:0px;
width: 300px;
	height: auto;
	text-align:left;
	float: right;
	background-image: url(../images/structure/pickneygear_43.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	padding: 20px 15px 10px 15px; 
background-color: #d8d7b7;
}

.right_col_orange
{
position: relative;
top: 0px;
right:0px;
width: 300px;
	height: auto;
	text-align:left;
	float: right;
	background-image: url(../images/structure/column_orange_43.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding: 20px 15px 10px 15px; 
}


.right_col_purple
{
position: relative;
top: 0px;
right: 0px;
width: 300px;
	height: auto;
	text-align:left;
	float: right;
	background-image: url(../images/structure/column_purple_43.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding: 20px 15px 10px 15px; 
	color: white;
}
.right_col_purple a:active
{
	color: white;
	text-decoration: none;
}

.right_col_purple a:link
{
	color: white;
		text-decoration: none;
}

.right_col_purple a:visited
{
	color: white;
		text-decoration: none;
}

.right_col_purple a:hover
{
	color: white;
		text-decoration: underline;
}

.right_col_blue
{
position: relative;
top: 0px;
right:0px;
width: 300px;
	height: auto;
	text-align:left;
	float: right;
	background-image: url(../images/structure/column_blue_43.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding: 20px 15px 10px 15px; 
	color: white;
}

.right_col_blue a:active
{
	color: white;
	text-decoration: none;
}

.right_col_blue a:link
{
	color: white;
		text-decoration: none;
}

.right_col_blue a:visited
{
	color: white;
		text-decoration: none;
}

.right_col_blue a:hover
{
	color: white;
		text-decoration: underline;
}


.table_topline
{
border-top: 1px dotted #3e3735;
border-left: 1px dotted #3e3735;
background-color:white;
}

.table_bottomline
{
border-top: 1px dotted #3e3735;
border-left: 1px dotted #3e3735;
border-bottom:  1px dotted #3e3735;
background-color:white;
}



.table_topleft
{
border-top: 1px dotted #cc9933;
border-left: 1px dotted #cc9933;
border-right: 1px dotted #cc9933;
background-color:#ffeac3;
 filter:alpha(opacity=85); /* IE's opacity*/
     opacity: 0.85;
     position: relative;




}


.table_bottomleft
{
border-top: 1px dotted #cc9933;
border-left: 1px dotted #cc9933;
border-right: 1px dotted #cc9933;
border-bottom: 1px dotted #cc9933;
background-color:#ffeac3;
 filter:alpha(opacity=85); /* IE's opacity*/
     opacity: 0.85;
     position: relative;




}




#contact
{
	width: 170px;
	height: 198px;
	font-size: 12pt;
	color: White;
	position: relative;
	top: 75px;
	padding-left:30px;
	
}

#toolbar
{
	position: relative;
	top: 25px;
	width: 235px;
	height: 198px;
	padding:0px 0px 0px 0px;
   margin: 0px 0px 0px 0px;
	
}


#contact a:active
{
	color: white;
	text-decoration: none;
}

#contact a:link
{
	color: white;
		text-decoration: none;
}

#contact a:visited
{
	color: white;
		text-decoration: none;
}

#contact a:hover
{
	color: white;
		text-decoration: underline;
}


.content
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: black;
	padding: 0px 10px 0px 10px;
	font: normal small Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
}




.contentsmall
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: black;
	padding: 4px 4px 4px 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	font: normal xx-small Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
}

.page_heading
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	color: black;
	padding: 10px 4px 10px 0px;

}



#flashheader
{
}
	
.flashheadercontent
{
	
	
}	
	

.footer
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	padding: 4px 4px 4px 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	font: normal 8pt Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
}


.footer a:active
{
	color: #FFFFFF;
	text-decoration: none;
}

.footer a:link
{
	color: #FFFFFF;
		text-decoration: none;
}

.footer a:visited
{
	color: #FFFFFF;
		text-decoration: none;
}

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


.tableheading
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: black;
	padding: 4px 4px 4px 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	font: bold small Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	background-color: Silver;
	background: Silver;
}


.tablecontent
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: black;
	padding: 4px 4px 4px 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	font: normal small Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	background-color: Silver;
	background: Silver;
}



.table_a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: black;
	padding: 4px 4px 4px 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	font: normal x-small Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	background-color: #E8FFA6;
	border: 1px solid #2F4F4F;
}

.table_b
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: black;
	padding: 4px 4px 4px 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	font: normal x-small Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	background-color: #F0F6F9;
	border: 1px solid #D3D3D3;
}

.product_pic
{
border: 1px solid #48391d;

}


/* attributes: */


.left
{
	text-align : left
}	
		
.center
{
	text-align : center
}	
	
	
.right
{
	text-align : right
}		
	
.bold
{
	font-weight: bold;
	font: bold;
}	
	
.italic
{
	font: italic;
	font-style: italic;
}	
	
HTML {
	height: 100%;
}

BODY {
	
	background: url(../images/structure/pickneygear_05.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	padding: 0px 0px 0px 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	font: normal small Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	color: black;
	background-image: url(../images/structure/pickneygear_05.gif);
	background-repeat: repeat-x;
	text-align:center; /*center hack*/
   padding:0px 0px 0px 0px;
   margin: 0px 0px 0px 0px;
	height: 100%;
	
}


