/*** Source developed by KnowledgeBrief ***/

/********** Style reset **********/
/**** Courtesy of meyerweb.com ****/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/****** layout **********/

html, body { 
background:#eeeeee url("images/body_bkg.gif") repeat;
font-size: 13px;
color: #000;
padding:0px;
margin:0px;
font-family: Arial,sans-serif,Verdana;
}
#container { 
background:#eeeeee url("images/head_bkg.gif") repeat-x;
height:198px;
}
#flarebkg { 
background:url("images/flare.png") no-repeat;
height:576px;
}
* html #flarebkg {  /* Important IE6 and below modification */
background:#eeeeee url("images/body_bkg.gif") repeat;
position:absolute;
height:576px;
top:0px;
width:1116px;
z-index:1;
zoom: 1;
}
.clear
{
clear:both;
}
#wrapperfull
{
width:1116px;
padding: 0px;
text-align:left;
margin: 0px auto;
}

#wrapper
{
width:962px;
padding: 0px;
text-align:left;
margin: 0px auto;
}

#head
{
	height:60px;
	padding-top:10px;
	padding-left:0px
}

.toplinks
{
	float:right;
	margin-right:40px;
	color:#dddddd;
}
.toplinks a
{
	color:#dddddd;
}
#head a:hover
{
	color:#dddddd;
	text-decoration:underline;
	border-bottom:none;
}
        
       
#content
{

}
#contenttop
{
	background:url("images/head_07.png") no-repeat;
	height:28px;

}
#contentmain
{
	background:url("images/head_08.png") repeat-y;
	overflow: hidden;
	width: 100%
}

#contentbkg
{
	background:url("images/head_10.png") repeat-x;
	overflow: hidden;
	width: 937px;
	margin: 0 0 0 12px;
}

#main
{
	margin:0;
	float:left;
	width:650px;
	padding:10px 20px;
	border-right:1px solid #444444;
}
#sidepanel
{
	float:left;
	width:220px;
	padding:10px;

}

#sidepanel li
{
	list-style:none;
	display:block;
	padding:12px 0 15px 18px;
	margin: 5px 5px 5px -11px;
	background:#333333;
	width:224px;
}
#sidepanel .current_tab 
{
	background:url('images/sidemenub.png') no-repeat;
	font-weight:bold;
	padding:14px 0 0 30px;
	margin: 5px 5px -5px -33px;
	height:40px;
	width:242px;
}

#sidepanel li a
{
	color:#eeeeee;
	text-shadow: 1px 1px 1px #000;
}
#sidepanel a:hover
{
	text-decoration:none;
	border-bottom:none;
	color:#FF0000;
	text-shadow: 1px 1px 1px #000;
}

#sidepanel h2
{
	color:#FF0000;
}

#search
{
	background:url('images/search.png') no-repeat;
	width:221px;
	height:60px;
	margin-top:-10px;
	padding:13px 0 0 17px;
}

#text
{
	padding:6px;
	color:#bbbbbb;
}

input
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border:3px solid #dddddd;
}

input:focus
{
	border:3px solid #6699CC;
}

textarea
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border:3px solid #dddddd;
}

textarea:focus
{
	border:3px solid #6699CC;
}

textarea:focus
{
	border:3px solid #6699CC;
}

#contentfooter
{
	background:url("images/head_17.png") no-repeat;
	height:74px;
}
#footer
{
	margin:0 auto;
	padding:75px 0 20px 0;
	text-align:center;
}
#footer span
{
	color:#ffffff;
	display:block;
	padding:2px;
	color:#cccccc
}
#footer a
{
	color:#ffffff;

}
#footer a:hover
{
	text-decoration:underline;
	border-bottom:none;
}

/****** Main Nav ********/

#nav
{
	height:35px;
}

* html #nav /* Important IE6 and below modification */
{
	margin-top:-30px;
}
   
#nav ul
{
	float:right;
	margin-right:20px;
	padding-top:3px;
}
#nav li
{
	display:block;
	float:left;
	padding:10px 14px 0px 14px;
}

#nav a
{
	color:#f00;
	text-shadow: 1px 1px 1px #000;
	height:28px;
	font-size:110%;
}

#nav a:hover
{
	text-decoration:none;
	border-bottom:none;
	color:#ffffff;
}

#nav .current_tab
{
	font-weight:bold;
	background:url('images/headtab.png')no-repeat 55% 100%;
}


/****** Sub Nav ********/

#subnav
{
	background:url("images/head_06.png") no-repeat;
	height:64px;
}

#subnav ul
{
	margin-left:30px;
	padding-top:12px;
}
#subnav li
{
	display:block;
	float:left;
	padding:10px 20px;
}

#subnav a
{
	color:#ffffff;
	text-shadow: 1px 1px 1px #000;
	font-size:110%;
}

#subnav a:hover
{
	text-decoration:none;
	border-bottom:none;
	color:#F00;
}

#subnav .current_tab
{
	font-weight:bold;
}


/********* styles **************/

h1
{
	text-transform:uppercase;
	color:#444444;
	font-size:2em;
	border-bottom: 1px solid silver;
	margin:-10px 5px 0 5px;
}

h2
{
	text-transform:uppercase;
	color:#6699CC;
	font-size:1.2em;
	letter-spacing:0.2em;
	margin:3px 5px 10px 5px;
}
h3
{

	color:#444444;
	font-size:1.2em;
	padding:10px 5px;
	
}

h3 a
{
	color:#d00000;

	border-bottom: 2px solid #d00000;
	text-transform:uppercase;
}

p
{
	padding:10px 5px;
	line-height:1.8em;
	color:#444444;
}

a
{
	color:#6699CC;
	text-decoration:none;
}
a:hover
{
	color:#000000;
	border-bottom: 2px solid #6699CC;
	text-decoration:none;
}

#content ul
{
	margin-left:20px;
	padding:10px 5px;
	line-height:1.8em;
	color:#444444;
}

#main ul
{
	margin-left:0px;
	border-bottom:2px solid #dddddd;
}

#main li
{
	border-top:1px dashed silver;
	padding:2px 0 2px 0;
	list-style: none;
	margin-left:0px;
}

#main li a:hover
{
	border-bottom:0px;
}

#sidepanel ul
{
	margin:0px;
	padding:0px;
}

.entry
{
	border: 1px solid #ddd;
	margin:2px;
	background:url("images/head_10.png") repeat-x;
	padding:20px 20px 55px 20px;
	position: relative;
	width:610px;
	-moz-border-radius: 6px; -webkit-border-radius: 6px;
}

.first
{
	border: 1px solid #ddd;
	margin:2px;
	background:#333333;
	padding:20px 20px 55px 20px;
	position: relative;
	width:610px;
	-moz-border-radius: 6px; -webkit-border-radius: 6px;
}

.first p
{
	color:#ffffff;
}

.first h3
{
	color:#ffffff;
}

.entry img
{
	margin-left:-10px;
}

.entry a
{
	color:#f00;
}

.entry a:hover
{
	color:#f00;
	border-bottom:2px solid #f00;
}


.first a
{
	color:#6699CC;
}


.first a:hover
{
	color:#6699CC;
	border-bottom:2px solid #6699CC;
}

#main img
{
	border:1px solid #999999;
	background:#ffffff;
	padding:5px;
}


#gallery img
{
	border:0px solid #999999;
	background:#ffffff;
	padding:0px;
}

#gallery a
{
	margin:1px;
	display:block;
	float:left;
	height:138px;
	border:1px solid #999999;
	background:#ffffff;
	padding:5px;
}

#gallery a:hover
{
	display:block;
	float:left;
	height:138px;
	border:1px solid #999999;
	background:#333333;
	padding:5px;
}

#bulbimage
{
	float:right;
	width:166px;
	margin-top:-30px;
}
#bulbimage img
{
	border:0px solid #fff;
	background:none;
}

.entry #bulbimage
{
	float:left;
	width:166px;
	margin-top:-10px;
	padding-bottom:10px;
	background:none;
}

#brochure .entry
{
	padding:20px 20px 0px 20px;
}

#brochure .entry img
{
	float:left;
	margin:-10px 20px 10px -5px;
	border:1px solid #999999;
	background:#ffffff;
	padding:5px;
}
#brochure .download {
    margin-bottom: 30px;
    margin-left: 175px;
    margin-top: 10px;
}
#brochure .download img
{
	margin-top:0px;
	margin-left:5px;
}

/************** Form ***********************/

#commentForm2 li
{
	list-style: none;
	padding: 4px 0;
	border-top:none;
	color:#ffffff;
}

#commentForm2 label
{
	display:block;
	float:left;
	width:60px;
	text-align:right;
	margin:2px 9px 2px 0;
	padding:2px;
}
#commentForm2 input
{
	margin:2px;
	padding:2px;
	width:190px;

}

#commentForm2 textarea
{
	margin:2px;
	padding:2px;
	width:290px;
	height:100px;

}

#commentForm2 .submit
{
	margin-left:75px;
	width:100px;
	background:#666;
	color:#ffffff;
}

#commentForm2 .submit:hover
{
	cursor:pointer;
}

#commentForm2 select
{
	margin:2px;
	padding:2px;
	width:196px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #000;
}

#commentForm2 label.error, #commentForm input.submit 
{ 
	color:#F60; 
	float:right; 
}

/*********/

.tbContactform .antispam {
	 display:  none;
	 visibility: hidden;
}

.tbContactform label {
	 width:  95px;
	 display:  inline-block;
	 vertical-align: top;
	 clear: both;
}

.tbContactform input.text {
	 width:  200px;
	 padding: 2px;
}


.tbContactform textarea {
	 width:  300px;
	 height:  115px;
	 padding: 2px;
}

.tbContactform input.submit
{
	margin-left:99px;
	width:100px;
	background:#666;
	color:#ffffff;
}

.tbContactform .tbErrors p
{
	color: #FF0000;
}

.tbContactform p
{
	padding:3px;
}



/********************************************************/
.download
{
	padding:5px 5px 5px 5px;
	background:#fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border:3px solid #DDDDDD;
}

.download a:hover
{
	border:none;
}

#main .download img
{
	float:left;
	padding:0px;
	border:none;
}

.download span
{
	display:block;
	padding:5px 8px 8px 8px;
	font-size:120%;
	margin-left:30px;
}

.download a
{
	color:#F00;
}
.download a:hover
{
	color:#000;
}

/************* Button Red *********************/
a.button{
background: transparent url('images/buttonRedLeft.gif') no-repeat top left;
display: block;
float: left;
font: normal 13px Tahoma;
line-height: 25px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background */
height: 33px; 
padding-left: 11px; /* Width of left menu image */
text-decoration: none;
font-weight:bold;
text-transform:uppercase;

}

a:link.button, a:visited.button, a:active.button{
color: #ffffff; 
}

a.button span{
background: transparent url('images/buttonRedRight.gif') no-repeat top right;
display: block;
padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}

a.button:hover{ 
border-bottom:none;
}

a.button:hover span{ 
border-bottom:none;
color: #ffffff;
text-decoration:underline;
}

.buttonwrapper{ 
overflow: hidden; 
}

/****************************************************/
