/*
Theme Name: Low Energy Designs
Theme URI: http://talynsdesigners.com/
Description: Theme developed for Low Energy Designs by Talyn's Designers
Version: 0.01
Tags: One, Two & Three Columns
Author: Ben Pratt
Author URI: http://talynsdesigners.com/
*/

/* General Tags */

h1 {

	font-size:24px;
	font-weight:lighter;
	padding-bottom:5px;
}

h2 {

	font-size:18px;
	font-weight:normal;
	padding-bottom:2px;
	padding-top:0px;
	color: #00448B;
}

h2 span {

	font-weight:bolder;
	color: #00448B;
	padding-top:2px;
	padding-bottom:2x;
}

h2.about {

	padding:20px;
}

h3 {

	font-size:15px;
	font-weight:lighter;
	padding-bottom:2px;
	color:#00448B;
}

h3.about {

	font-weight:bolder;
	padding-bottom:15px;
	color:#00448B;
}

#mid h3, #right h3 {

	padding-top:0px;
	margin-top:0px;
	font-weight:bolder;
}

h3.simple_overlay {

	font-weight:bolder;
	font-size:16px;
}

h3.casestudy {

	margin-top:-5px;
	margin-bottom:5px;
	font-weight:bold;
}

h4 {

	font-size:12px;
	font-weight:bold;
	padding-bottom:2px;
}

h4.casestudy{

	margin-top:-5px;
	font-weight:bolder;
}

p {

	padding-top:5px;
	padding-bottom:5px;
	
	font-size:14px;
}

html { /* Force Vertical Scrollbar */

	height: 100%;

	margin-bottom: 0.1em;
	
	background:#CCCCCC url(images/LED_Background_Tile.gif) top left repeat;
	
	font-size:12px;
	}

* {

	padding: 0;
	margin: 0;
	}

body {
	font: 62.5% Trebuchet MS, Arial, Sans-Serif; /* Resets 1em to 10px */
	font-size:10px;
	color: #323232;
	background:#CCCCCC url(images/LED_Background_Tile.gif) top left repeat;
	text-align: left;
	
	height: 100%;

	margin-bottom: 0.1em;
	}
	
/* Page Layout General */

#page {

	background:#FFFFFF url(images/LED_Background.gif) center top repeat-y;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	position: relative;
	border-top: none;
	clear: both;
	width: 985px;
	color: #323232;
	}
	
#header {

	width:935px;
	height:150px;
	
	background:#000000 url(images/LED_Header_Background.jpg);
	
	position:relative;
	left:25px;
	top:0px;
}

#logo {

	width:400px;
	height:120px;
	
	background:none;
	
	position:relative;
	left:0px;
	top:0px;
}

/* Header Logo */

img.a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
        }
 
img.b {
	position: absolute;
	left: 0;
	top: 0;
	}

#menu {

	width: 935px;
	height: 30px;
	
	background:none;
	
	position:relative;
	left: 15px;
	top:0px;
}

#breadcrumb {

	width:935px;
	height:50px;
	
	background:#FFFFFF url(images/LED_Section_Background.gif) bottom left repeat-x;
	
	border-bottom:3px #666666;
	
	position:relative;
	left:25px;
	top:0px;
}

#middle {

	width:935px;
	
	background:#FFFFFF url(images/LED_Section_Background.gif) bottom left repeat-x;
	
	position:relative;
	left:25px;
	top:0px;
	
	padding-bottom:5px;
	margin-bottom:5px;
}

#content {

	width: 905px;
	
	background:none;
	
	position:relative;
	left: 15px;
	top:15px;
	
	padding-bottom:15px;
	margin-bottom:15px;
}

#footer {

	width:935px;
	height:auto;
	
	background:#FFFFFF url(images/LED_Section_Background.gif) bottom left repeat-x;
	
	position:relative;
	left:25px;
	top:0px;
	
	padding-bottom:15px;
	margin-bottom:0px;
}

#footercontent {

	width: 905px;
	
	background:none;
	
	position:relative;
	left: 15px;
	top:15px;
	
	padding-bottom:15px;
	margin-bottom:15px;
}


#page_bottom {

	height:15px;
	
	clear:both;
	
	background:#FFFFFF url(images/LED_Page_Bottom.gif) center top no-repeat;
}

/* Main Menu */

#header ul.menu {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 20px;
	width: 90%;
	}

#header ul.menu li {
	display: inline;
	margin: 0;
	}

#header ul.menu,
#header ul.menu li a {
	padding: 5px 10px 3px;
	}

#header ul.menu li a {
	font-size: 14px;
	font-weight:bold;
	color: #ffffff;
	margin: 0;
	text-decoration: none;
	/*text-shadow:#666666 0px -1px 1px;*/
	
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	}

#header ul.menu li a:hover {
	background: none;
	color: #CCCCCC !important;
	text-decoration: none;
	/*text-shadow:#333333 0px -1px 1px;*/
	}

#header ul.menu li.current_page_item a,
#header ul.menu li.current_page_item a:hover,
#header ul.menu li.current_page_parent a {

	color: #00448B !important;
	font-weight:bolder;

	background: white;
	text-decoration: none;
	
	-moz-box-shadow: 3px 3px 3px #000000;
	-webkit-box-shadow: 3px 3px 3px #000000;
	box-shadow: 3px 3px 3px #000000;
	}

.admintab {
	position: absolute;
	right: 0px;
	list-style-type: none;
	padding-bottom:5px;
	
	}

* html .admintab { padding: 5px 15px 6px }	/* IE hack */
	
a img,:link img,:visited img { border:none }

/* Bread Crumb */

#breadcrumb {

	font-size:14px;
	font-weight: bold;
	color:#333333;
}

#breadcrumb a, #breadcrumb a:visited {

	font-weight:lighter;
	text-decoration:none;
	color:#333333;
}

.breadcrumb_content {

	float:left;
	
	position:relative;
	left:15px;
	top:15px;
}

/* Left Sidebar and Right Large */

#left {

	float:left;

	position:relative;
	left:0px;
	top:0px;
	
	width:200px;
	
	background:url(images/LED_RightLarge_Bg.gif) top right repeat-y;
	background:none;
}

#rightlarge {

	float:left;
	
	position:relative;
	left:15px;
	top:0px;
	
	width:705px;
	
	background:none;

}

#right_content {

	width:690px;
	
	position:relative;
	left:0px;
	top:0px;
	
	background:none;
}

/* Left Links */

#left ul {

	list-style-type:none;
	color: #333333;
}

#left ul li {

	list-style-type:none;
	text-indent:0px;
	color: #333333;
	
	width:200px;
	height:55px;
	
	padding-bottom:0px;
	padding-top:0px;
	
	margin-bottom:5px;
	
	overflow:hidden;
	
	background:url(images/LED_Left_Bullet.gif) right top no-repeat;
	background-position:right 12px;
	
	border-bottom:#CCCCCC thin solid;
	
}

#left ul li:hover {

	background:url(images/LED_Left_Bullet_Hover.gif) right top no-repeat;
	background-position:right 12px;	
}

#left ul li a, #left ul li a:visited {

	text-decoration:none;
	font-weight: normal;
	font-size:16px;
	color: #333333;
	
	display:block;
	height:35px;
}

#left ul li a span {

	background:none;
	display:block;
	height:50px;
	width:125px;
	
	padding-left:5px;
	padding-right:5px;
	
	position:relative;
	left:50px;
	top:-50px;
}

#left ul li a:hover {

	font-weight:normal;
	color:#00448B;
}

ul.left li a img {

	-moz-box-shadow:0 0 5px 0px #CCC; 
    -webkit-box-shadow: 0 0 5px #CCC; 
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

/* Footer Styling */

.footer_list {

	float:left;
	padding-left:15px;
	padding-right:15px;
	
	border-right:thin #CCCCCC solid;
}

.footer_list_left {

	padding-left:0px;
}

.footer_list ul {

	list-style-type:none;
	text-indent:none;
}

.footer_list ul li {

	list-style-type:none;
	text-indent:none;
}

.footer_right {

	float:right;
	
	width:240px;
	height:100px;
}

.footer_copy {

	clear:both;
	padding-top:15px;
	
	font-size:10px;
}

.footer_list ul li a, .footer_list ul li a:visited {

	text-decoration:none;
	color:#333;
}

.footer_list ul li a:hover {

	color: #00448B;
}

.footer_list_header {

	font-weight:bold;
	font-size:11px;
}

.footer_copy a, .footer_copy a:visited {

	text-decoration:none;
	font-weight:bold;
	color: #333;
}

/* Page Titles */

.pagetitle {

	font-size:30px;
	font-weight:normal;
	color:#00448B;
	
	padding-bottom:0px;
	margin-bottom:0px;
	padding-top:0px;
	margin-top:0px;
	padding:0px;
	margin:0px;
	margin-right:15px;
	
	position:relative;
	left:0px;
	top:-10px;
	
	border-bottom:#CCCCCC thin solid;
}

#pagetitle {

	width:100%;
	height:50px;
	
	background:#FFFFFF;
	border-bottom:#CCCCCC thin solid;
}

/* Product Page Styling */

#productimage {

	width:690px;
	height:345px;
	
	position:relative;
	left:0px;
	top:0px;
	
	background:none;
	
	-moz-box-shadow:0 0 5px 0px #CCC; 
    -webkit-box-shadow: 0 0 5px #CCC; 
	
	-moz-border-radius:10px;
	-webkit-border-radius:10px;  
}

#mid {

	float:left;
	
	position:relative;
	left:0px;
	top:0px;
	
	width:485px;
	
	background:none;
}

#right {

	float:left;
	
	position:relative;
	left:15px;
	top:0px;
	
	width:190px;
	
	background:none;
}

.product_bracket {

	width:185px;
	height:185px;
	margin-bottom:15px;
	
	/* CSS3 styling for latest browsers */ 
    -moz-box-shadow:0px 1px 3px 3px #CCCCCC; 
    -webkit-box-shadow: 0px 3px 3px #CCCCCC; 
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	
}

#rightlarge h2.pagetitle {

	padding:10px;
	padding-bottom:0px;
	padding-left:0px;
	margin-left:0px;
}

/* Product Spec Tables */

#tableSpec {

	border:medium #0033CC;
}

#tableSpec .description {

	font-weight:bold;
	background:#F0F0F0;
	
	padding:5px;
}

#tableSpec .content {

	font-weight:normal;
	background:#F0F0F0;
	
	padding:5px;
}


/* Home Page Styling */

#homeleft {

	float:left;
	
	position:relative;
	left:0px;
	top:0px;
	
	width:705px;
	
	background:none;

}

#homeright {

	float:left;

	position:relative;
	left:0px;
	top:0px;
	
	width:200px;
	
	background:none;

}

/* Home Page Links */

#homeleft img.thumblinks {

	float:left;
	position:relative;
	margin-right:15px;
	margin-bottom:15px;
	
	width:220px;
	height:140px;
}

#homeright div.homelink1 {

	position:relative;
	top:0px;
	left:0px;
}

#homeright div.homelink2 {

	position:relative;
	top:10px;
	left:0px;
}

#homeright div.homelink3 {

	position:relative;
	top:20px;
	left:0px;
}

#homeright div.homelink4 {

	height:185px;
	
	background:none;

	position:relative;
	top:30px;
	left:0px;
}

#homeright div.homelink1 a, #homeright div.homelink2 a, #homeright div.homelink3 a, #homeright div.homelink4 a {

	background:url(images/LED_Home_Button.jpg);
	background-position: 0px 0px;
	
	display:block;
	width:200px;
	height:35px;
	
	text-align:center;
	text-decoration:none;
	
	font-size:18px;
	font-weight:normal;
	text-shadow:#FFFFFF 0px 1px 1px;
	color:#00448B;
	
	line-height:35px;
}

#homeright div.homelink1 a:hover, #homeright div.homelink2 a:hover, #homeright div.homelink3 a:hover {

	background:url(images/LED_Home_Button.jpg);
	background-position: 0px 35px;
}

#homeright div.homelink4 a {

	background:url(images/LED_Home_News.jpg);
	background-position: 0px 0px;
}

#homeright div.homelink4 a:hover {

	/*background:url(images/LED_Home_News.jpg);*/
	/*background-position: 0px 55px;*/

}

#news {

	background:url(images/LED_Home_News_bg.gif) bottom center no-repeat;
	
	position:relative;
	top:0px;
	left:0px;
	
	width:200px;
	height:130px;
}

#news_content {

	position:relative;
	top:0px;
	left:15px;
	
	width:170px;
	height:100px;
	
	overflow:hidden;
	
	background:none;
}

#news_content h4 {

	font-size:12px;
	font-weight:bold;
	color:#00448B;
	
	padding:0px;
	padding-bottom:0px;	
}

#news_content p {

	font-size:10px;
	font-weight:normal;
	padding-top:0px;
	padding-bottom:0px;
}


/* Product, Case Study, Applications general links */

#rightlarge img.thumblinks {

	float:left;
	position:relative;
	margin-right:15px;
	margin-bottom:15px;
	
	width:220px;
	height:140px;
}

/* Case Study Page Styling */

div.case_study {

	width:705px;
	background:none;
	
	margin-bottom:15px;

}

div.case_study_link {

	float:left;
	position:relative;
	left:0px;
	top:0px;
	
	width:220px;
}

div.case_study_summary {

	float:left;
	position:relative;
	top:0px;
	left:15px;
	
	width:455px;
	background:none;
	
	padding-bottom:15px;
	margin-bottom:15px;
}

.case_study_link img {

	
}

.case_study_summary h2, .case_study_summary h2 a, .case_study_summary h2 a:visited {

	font-size:24px;
	font-weight:lighter;
	color:#00448B;
	text-decoration:none;
	
	padding-bottom:0px;
	margin-bottom:0px;
	padding-top:0px;
	margin-top:0px;
	padding:0px;
	margin:0px;
	
	border-bottom:#CCCCCC thin solid;
}

.case_study_summary h2 a, .case_study_summary h2 a:visited {

	background:none;
}

.case_study_summary p {

	font-size: 14px;
	font-weight:bold;
}

/* Contact Form Popup */

/* the overlayed element */ 
.simple_overlay { 
     
    /* must be initially hidden */ 
    display:none; 
     
    /* place overlay on top of other elements */ 
    z-index:10000; 
     
    /* styling */ 
    background:#FFFFFF url(images/LED_Section_Background.gif) bottom left repeat-x;
     
    width:400px;     
    min-height:200px; 
	
	padding:20px;
	
	left:50%;
	margin-left:-200px;
	top:300px;
     
    /* CSS3 styling for latest browsers */ 
    -moz-box-shadow:0 0 90px 5px #000; 
    -webkit-box-shadow: 0 0 90px #000; 
	
	-moz-border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-webkit-border-radius:10px;    
}

.simple_overlay p{

	padding:0px;
	padding-top:1px;
	padding-bottom:1px;
} 
 
/* close button positioned on upper right corner */ 
.simple_overlay .close { 
    background-image:url(http://static.flowplayer.org/tools/img/overlay/close.png); 
    position:absolute; 
    right:-15px; 
    top:-15px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}

/*Calculator Help Popup */

/* the overlayed element */ 
.calculator_overlay { 
     
    /* must be initially hidden */ 
    display:none; 
     
    /* place overlay on top of other elements */ 
    z-index:10000; 
     
    /* styling */ 
    background:#FFFFFF url(images/LED_Section_Background.gif) bottom left repeat-x;
     
    width:400px;     
    min-height:200px; 
	
	padding:20px; 
     
    /* CSS3 styling for latest browsers */ 
    -moz-box-shadow:0 0 90px 5px #000; 
    -webkit-box-shadow: 0 0 90px #000; 
	
	-moz-border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-webkit-border-radius:10px;    
} 
 
/* close button positioned on upper right corner */ 
.calculator_overlay .close { 
    background-image:url(http://static.flowplayer.org/tools/img/overlay/close.png); 
    position:absolute; 
    right:-15px; 
    top:-15px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}

#calculator_help p {

	font-size:12px;
	font-weight:lighter;
	padding-top:5px;
	padding-bottom:5px;
}

#calculator_help p strong {

	font-weight:bold;
	font-size:12px;
	color:#00448B;
}

/* Calculator Form Styling */
#Intro {
	width:905px;
	margin:0px auto;
	text-align:left;
	padding:0px;
	background:none;
	}
	
#calculator {
	width:905px;
	margin:0px auto;
	text-align:left;
	padding:0px;
	padding-top:15px;
	padding-bottom:15px;
	background:none;
	}
	
#Table1 {
	width:100%;
	background:#FFFFFF url(images/LED_Section_Background.gif) bottom left repeat-x;
	padding-top:15px;
	border:thick #000000; 
		
	/* CSS3 styling for latest browsers */ 
    -moz-box-shadow:0 0px 5px 5px #cccccc; 
    -webkit-box-shadow: 0 0 10px #cccccc; 
	
	-moz-border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-webkit-border-radius:10px;
	
	}

table, th, td
{
    border: 0px solid black;
}
.txtBox 
{
	width:75px;
    font-size:small;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

.input
{ 
	border:thin 1px #666666;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.readonly
{
	border: border:thin 1px #666666;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color:#CCCCCC;
}
.txtBoxLarge
{
	width:100px;
    font-size:small;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.dropList
{
    font-size:small;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
#Table1
{
    width:100%;
	border:0px;
}

#Table1 h4 {

	padding-left:20px;
}

#Table1 h2 {

	font-weight:bolder;
}

#Table2
{
    width:100%;
	background:#FFFFFF url(images/LED_Section_Background.gif) bottom left repeat-x;
}
.indent
{
	padding-left:50px;
	font-style:italic;
	font-size:x-small;
}
.blue
{
    color:#00448B;
	font-weight:bold;
}
.red
{
    color:Red;
	font-weight:bold;
}
.btn
{
	font-weight:bold;
}
.important
{
	font-weight:bold;
}
hr
{
	width:100%;
	height: 2px;
	line-height:15px;
}

.result_label {

	font-weight:bold;
	font-size:18px;
	color:#323232;
}

.result_value {

	font-weight:bold;
	font-size:18px;
	color:#00448B;
}

/* Contact Form */
a.contact_form {

	background:url(images/LED_Home_Button.jpg);
	background-position: 0px 0px;
	
	display:block;
	width:200px;
	height:35px;
	
	text-align:center;
	text-decoration:none;
	
	font-size:18px;
	font-weight:normal;
	color:#00448B;
	text-shadow:#FFFFFF 0px 1px 1px;
	
	line-height:35px;
	
	position:relative;
	left:352px;
	top:15px;
}

a:hover.contact_form {

	background:url(images/LED_Home_Button.jpg);
	background-position: 0px 35px;
}

#address_1, #address_2, #address_3, #address_4, #address_5, #address_6, #address_7, #address_8, #address_9, #address_10 {

	float:left;
	position:absolute;
	
	display:block;
	
	width:20px;
	height:20px;
	
	background:url(images/LED_Contact_Bullet.png) top left no-repeat;
}

#address_1 {

	left:385px;
	top:165px;
}

#address_2 {

	left:480px;
	top:152px;
}

#address_3 {

	left:370px;
	top:160px;
}

#address_4 {

	left:660px;
	top:380px;
}

#address_5 {

	left:390px;
	top:265px;
}

#address_6 {

	left:170px;
	top:205px;
}

#address_7 {

	left:500px;
	top:260px;
}

#address_8 {

	left:440px;
	top:210px;
}

#address_9 {

	left:240px;
	top:350px;
}

#address_10 {

	left:415px;
	top:150px;
}


/* tooltip styling. by default the element to be styled is .tooltip  */
.tooltip {
	display:none;
	background:#333333;
	font-size:12px;
	height:25px;
	width:150px;
	padding:5px;
	color:#fff;	
	text-align:center;
	line-height:20px;
	font-weight:bold;
}

/* General Divider Styling */
.divider {
	height:5px;
	padding:0px;
	padding-bottom:5px;
	margin-bottom:5px;
	padding-top:0px;
	border-top:thin #CCCCCC solid;
}

.divider span {

	display:none;
}

/* General List Elements */

#right_content ul, #right_content ul li {

	list-style-type:disc;
	text-indent:0px;
	color: #323232;
	font-size:12px;
	font-weight:bold;
	
	padding-right:15px;
	padding-bottom:2px;
	padding-top:2px;
	
	position:relative;
	left:7px;
}

/* About Us Page Styling */

#aboutimage {

	width:905px;
	height:200px;
	
	background:#333333;
	
	margin-bottom:15px;
}

#savings { 
     
    /* must be initially hidden */ 
    display:none; 
     
    /* place overlay on top of other elements */ 
    z-index:10000; 
     
    /* styling */ 
    background:#FFFFFF url(images/LED_Section_Background.gif) bottom left repeat-x;
     
    width:400px;
	
	padding:20px;
     
    /* CSS3 styling for latest browsers */ 
    -moz-box-shadow:0 0 90px 5px #000; 
    -webkit-box-shadow: 0 0 90px #000; 
	
	-moz-border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-webkit-border-radius:10px;    
}

/* close button positioned on upper right corner */ 
#savings .close { 
    background-image:url(http://static.flowplayer.org/tools/img/overlay/close.png); 
    position:absolute; 
    right:-15px; 
    top:-15px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}

.youtube_overlay { 
     
    /* must be initially hidden */ 
    display:none; 
     
    /* place overlay on top of other elements */ 
    z-index:10000; 
     
    /* styling */ 
    background:#FFFFFF url(images/LED_Section_Background.gif) bottom left repeat-x;
     
    width:640px;
	
	padding:20px;
     
    /* CSS3 styling for latest browsers */ 
    -moz-box-shadow:0 0 90px 5px #000; 
    -webkit-box-shadow: 0 0 90px #000; 
	
	-moz-border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-webkit-border-radius:10px;    
}

/* close button positioned on upper right corner */ 
.youtube_overlay .close { 
    background-image:url(http://static.flowplayer.org/tools/img/overlay/close.png); 
    position:absolute; 
    right:-15px; 
    top:-15px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}

/* Case Study images */
img.casestudy, img.about,  #right_content p img{

	padding:10px;
	border:thin #CCCCCC solid;
	background:#FFFFFF url(images/LED_Section_Background.gif) bottom left repeat-x;
	
	-moz-box-shadow:0 0 5px 0px #CCC; 
    -webkit-box-shadow: 0 0 5px #CCC; 
	
	-moz-border-radius:10px;
	-webkit-border-radius:10px; 
}

/*Top Search bar*/
#searchbox {

	float:right;

	position:relative;
	top: 12px;
	right:15px;
}

#searchbox #searchform input {

	display:block;
	height:25px;
	width:155px;
	
	line-height:25px;
	
	padding-left:15px;
	padding-right:30px;
	
	font-size:16px;
	
	color:#999999;
	border:none;
	
	-moz-box-shadow:0 -2 5px 0px #CCC; 
    -webkit-box-shadow: -2 0 5px #CCC;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	
	background:url(images/LED_Search_Header.png) center top no-repeat;
}

#searchform404 input{
	
	display:block;
	height:30px;
	width:350px;
	
	font-size:24px;
	
	color:#999999;
}

#right ul {

	padding-left:15px;
}

/* root element for accordion. decorated with rounded borders and gradient background image */
#accordion {
	background:#333 url(/img/global/gradient/h300.png) 0 0;	
	-background:#666;
}

/* accordion header */
#accordion h2 {
	background:#E8E8E8;
	margin:0;
	padding:5px 15px;
	font-size:14px;
	font-weight:normal;
	border:1px solid #fff;
	border-bottom:1px solid #ddd;
	cursor:pointer;		
}

/* currently active header */
#accordion h2.current {
	cursor:default;
	background-color:#F0F0F0;
}

/* accordion pane */
#accordion .pane {
	border:1px solid #fff;
	border-width:0 2px;
	display:none;
	padding:15px;
	color:#fff;
	font-size:14px;
}

#accordion .pane ul, #accordion .pane ul li {

	left:15px;
	padding-left:15px;
}

/* a title inside pane */
#accordion .pane h3 {
	font-weight:normal;
	margin:0 0 -5px 0;
	font-size:16px;
	color:#999;
}

.case_study .case_study_link a img{

	-moz-box-shadow:0 -2 5px 0px #CCC; 
    -webkit-box-shadow: -2 0 5px #CCC;

	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

img.alignright, img.aligncenter, img.alignleft {

	padding:10px;
	border:thin #CCCCCC solid;
	background:#FFFFFF url(images/LED_Section_Background.gif) bottom left repeat-x;
	
	-moz-box-shadow:0 0 5px 0px #CCC; 
    -webkit-box-shadow: 0 0 5px #CCC; 
	
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

img.alignright { float:right; margin:0 0 1em 1em; }
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}

a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
