/*
Theme Name: Fire Mountain Solar
Theme URI: http://www.firemountainsolar.com/
Description: 
Version: 
Author: 
Author URI: 
*/
/* imported styles */


body {
	margin: 0px;
	background-color: #006d30;
	font-size: .85em;
	font-family: Arial, Helvetica, sans-serif;
}
.notices {background:#FFFCD6;text-align:center;font-size:16px;padding:10px;width:100%;min-width:960px;font-family:'Palatino Linotype', 'Book Antiqua', Palatino, serif;}
#ctable {
	background-attachment: scroll;
	background-image: url(images/contentbg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
#footer {
	color: #fff;
	font-size: 11px;
}
#footerbg {
	background-image: url(images/footerbg.gif);
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: center top;
}
#mainbg {
	background-color: #ebf7dc;
}
#nav {
	background-attachment: scroll;
	background-image: url(images/nav_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#headerbg {
	background-image: url(images/header_bg.jpg);
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: left top;
}
#footer a {
	color: #FDF530;
}
/* DROPDOWN MENU Bof */
#dropmenudiv{
position:absolute;
border-left:1px solid #D8D8D8;
border-right:1px solid #D8D8D8;
border-bottom:1px solid #D8D8D8;
border-top:0px;
font:normal 11px Arial;
line-height:18px;
z-index:99;
/*
-moz-opacity:.95;
filter:alpha(opacity=95);
*/
}
#dropmenudiv a{
width: 100%;
display: block;
text-indent: 8px;
border-bottom: 1px solid #D8D8D8;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color: #fff;
}
#dropmenudiv a:hover{ /*hover background color*/
background-color: #177839;
text-decoration:underline;
color: #ffffff;
}
/* DROPDOWN MENU Eof */

/* Subnav Bof */
#subnavhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
}

#subnavhead a {
	text-decoration: none;
	color: #111;
}
#subnavhead a:hover {
	text-decoration: none;
	color: #111;
	background-color: #f4ffe4;
}

#subnavhead a:focus {
	text-decoration: none;
	outline: 0;
}
/* Subnav Eof */

#subnavhead h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	margin: 0px;
	padding: 0px;
	display: block;
}
#subnavhead img {
	padding-right: 5px;
	padding-left: 0px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#linksbox a {
	font-size: 10px;
}

#subnavcontent {
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 6px;
}
#subnavcontent a {
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e5f2d6;
	padding-left: 5px;
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	text-decoration: none;
}
#subnavcontent img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 3px;
}

#subnavcontent a:active {
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	color: #FFF;
	background-color: #006F53;
	text-decoration: none;
}
#subnavcontent .subnavsub {
	font-weight: normal;
	background-color: #fff;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #dddddd;
}

#subnavcontent a:hover {
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	color: #333;
	background-color: #f4ffe4;
	text-decoration: none;
}

#subnavcontainer {
	padding-right: 2px;
}

/* Easy Slider */
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider, #slider li{ 
		/* 
			define width and height of container element and list item (slide)
			list items must be the same size as the slider area
		*/ 
		width:600px;
		height:173px;
		overflow:hidden; 
		}
	span#prevBtn{}
	span#nextBtn{}					

/* Easy Slider */
.subnavsub {
	color: #006F53;
	text-decoration:none;
	}
.handcursor{
	cursor:hand;
	cursor:pointer;
}

.tabpagehead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	text-decoration: none;
}

/* Tabbed Content Bof */
* { margin: 0;  }
.tabbed-box {
	width: 600px;
	border: 1px solid #ddd;
	background-color: #fff;
	background-image: url(images/tab_bluebg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.tabbed-box .tabs li {
	list-style: none;
	float: left; }
.tabbed-box .tabs li a {
	display: block;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #888;
	background: #fff url(images/tabbed-tab-bg.jpg) repeat-x bottom;
	border-left: 0px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin: 0px;
}
.tabbed-box .tabs li:first-child a {
	border-left: none; }
.tabbed-box .tabs li a:hover {
	color: #333; }
.tabbed-box .tabs li a:focus {
	outline: none; }
.tabbed-box .tabs li a.active {
	background: #fff;
	color: #333;
	border-bottom: 1px solid #fff; }
.tabbed-content {
	display: none;
	padding: 15px;
}

/* Tabbed Content Eof */

#maincontent {
	padding-right: 20px;
	padding-left: 20px;
}

.pagehead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #154B87;
}

h1 {
	font-size: 2.0em;
}

.play {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: bold;
	font-style: italic;
	font-variant: small-caps;
	color: #800080;
}

#spec {
	font-size: .9em;
	border: 1px solid #808080;
}

#spec td {
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
}

.speccolumnheader {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #C0C0C0;
	background-color: #ccc;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
}

.tralternate1 {
	background-color: #eeeeee;
}

/* Begin Typography & Colors */

#content {
	font-size: 1.2em;
	}

.thread-alt {
	background-color: #f8f8f8;
}

.thread-even {
	background-color: white;
}

.depth-1 {
border: 1px solid #ddd;
}

.even {
	border-left: 1px solid #ddd;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	text-align:left;
	}
h2.pagetitle {
	font-size: 1.6em;
	}

	.pagetitle1 {
	font-size: 1.0em;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
/*	text-align: left; */
	}


#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
/*	text-align:left; */
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #006d30;
	}

.entry p a:link {
	color: #0066cc;
	}

.entry p a:hover {
	color: #244588;
	}

a:visited {
	color: #006d30;
   }	

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky  {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

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

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */

/* Begin Structure */

.post {
	margin: 0 10px 10px 10px;
	text-align: justify;
	}

.post2 {
	margin: 0 3px 20px 3px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.postmetadata {
	clear: both;
	text-align: left;
	font-size: 0.9em;
}

.clear {
	clear: both;
}

/* End Structure */

/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2.pagetitle {
	text-align: center;
}

.pagetitle {
	text-align: center;
}
#sidebar h2 {
	padding: 0;
	}

h3 {
	padding: 0;
	}

h3.comments {
	padding: 0;
	}

/* End Headers */

/* Begin Images */

p img {
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
.alignleft {
	float: left;
	}

/* End Images */

/* Begin Lists
	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */

/* Begin Form Elements */

#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}

#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}

/* End Form Elements */

/* Begin Comments*/

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	}

.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

.children { padding: 0; }
#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/* Begin Sidebar */

#sidebar {
	padding: 20px 0 10px 0;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */

/* Begin Calendar */

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}
#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }

/* End Calendar */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

.screen-reader-text {
     position: absolute;
     left: -1000em;
}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

/* End Various Tags & Classes*/

/* Captions */

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* Styles created by Rachel *//////////////////////////////////////////////////////////

.centerdiv {
	width: 610px;
}	

.centerdiv ul {
	padding:0px 35px 0px 35px;
	list-style-position:outside;
}



.rightdiv {
	padding: 5px;
}
.verticalAlign {
	vertical-align:text-top;
}	



/* use for archives.php display */

.alignLeft {
	text-align: left;
	padding:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight:normal;
}

.hover {
	border:1px solid #006d30;
}

.border {
	border:1px solid #006d30;
	padding:0px;
}
.borderP {
	border-collapse:collapse;
	border:1px solid #333333;
	padding:5px;
	vertical-align:top;
	text-align: left;
}

.descriptionText {
	text-align: left; 
	padding:5px 20px 5px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight:normal;
}

.subCategoryDisplay {
	text-align: center;
	border:1px solid #006d30;
	padding: 3px;
}

.test {
	display: inline;
	font-weight: bold;
}

.thumbnailImageP {
	width: 73px;
}

.tableListImage {
	padding:5px;
	border: 1px solid #006d30;
	text-align:center;
}

.tableListContent {
	padding:5px;
	vertical-align:top;
	border: 1px solid #006d30;
	text-align:left;
}

/*use for home page*/
.homeTextHeader {
	padding:5px 10px 5px 10px;
	color:#3c5a98;
	font-size: 1.5em;

}
.homeTextSub {
	line-height:120%;
	text-align: left; 
	padding:5px 0px 5px 15px;
	font-family: Arial, Helvetica, sans-serif;
	color:#333;
	font-size: 1.0em;

}

.homeTextBody {
	line-height:170%;
	text-align: justify; 
	padding:5px 20px 5px 20px;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 50px;
	color:#333;
	font-size: 1.0em;
}

/* use for single.php display */
.little {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
}
.tablePdf {
	padding:5px;
	vertical-align:top;
	text-align:left;
}

.SingleImg {
	padding: 1px;
	margin: 10px 15px 0px 10px;
	border:3px solid #006d30;
	vertical-align:text-top;
	float:right;
	max-width:120px;
}

.borderSingle {
	border:1px solid #006d30;
	padding:1px;
}

.borderGrey {
	border:1px solid #CCCCCC;
	padding:1px;
}

.borderBlog {
	border:1px solid #000000;
	background-color:#ebf7dc;
	padding:10px;
}

/* use for manufacturer.php display */
.thumbnailImage {
	width: 138px;
}

.backGrey {
	border-collapse:collapse;
	border:1px solid #333333;
	padding:5px;
	vertical-align:center;
	text-align: center;
	background: #d8d8d8;
}
.borderM {
	border-collapse:collapse;
	border:1px solid #333333;
	padding:5px;
	vertical-align:center;
	text-align: center;
}

/* use for contact form */
label.blockLabel {
	display:block;
	position:relative;
	margin:5px 0px;
}

.contactForm {
	text-align: left;
}
.contactFormInside {
	padding: 5px;
}

.submit input {
	color: #fff;
	background: #006d30;
	border: 2px outset #d7b9c9;
}

.contactForm fieldset {
	border: 1px solid #781351;
	width: 40em;
}

.contactForm legend {
	color: #fff;
	background: #006d30;
	border: 1px solid #000000;
	padding: 2px 6px;
} 

/*Use for pdf display page*/
	.pdfDisplay {
	text-align:left;
	margin:10px; 
}



/* for tables */

.tableStyle {
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #000000;
	border-collapse: separate;

}
.thStyleBig {
	border: 1px solid #000000;
	padding-top:5px; 
	padding-right:10px;
	padding-bottom:6px;
	padding-left:10px;
	vertical-align:center;
	text-align:center;
	border-style:inset;
	color: #FFFFFF;
	background-color:#427195;
	font-size: 1.4em;

}
.thStyleBig2 {
	border: 1px solid #000000;
	padding-top:5px; 
	padding-right:10px;
	padding-bottom:6px;
	padding-left:10px;
	vertical-align:center;
	text-align:center;
	border-style:inset;
	background-color:#F9F995;
	font-size: 1.4em;

}

.thStyleNormal {
	border: 1px solid #000000;
	padding-top:5px; 
	padding-right:10px;
	padding-bottom:6px;
	padding-left:10px;
	vertical-align:center;
	text-align:center;
	border-style:inset;
	background-color:#A7C4DB;

}

.thStyleNormal2 {
	border: 1px solid #000000;
	padding-top:5px; 
	padding-right:10px;
	padding-bottom:6px;
	padding-left:10px;
	vertical-align:center;
	text-align:center;
	border-style:inset;
	background-color:#FFFFBB;

}
.tfStyleLeft {
	border: 1px solid #000000;
	padding-top:5px; 
	padding-right:10px;
	padding-bottom:6px;
	padding-left:10px;
	vertical-align:center;
	text-align:left;
	border-style:inset;
	color:#666666;
	background-color:#A7C4DB;
	font-size:0.5 em;

}
.tfStyle2Left {
	border: 1px solid #000000;
	padding-top:5px; 
	padding-right:10px;
	padding-bottom:6px;
	padding-left:10px;
	vertical-align:center;
	text-align:left;
	border-style:inset;
	color:#666666;
	background-color:#FFFFBB;
	font-size:0.5 em;
		
}
.tfStyleCenter {
	border: 1px solid #000000;
	padding-top:5px; 
	padding-right:10px;
	padding-bottom:6px;
	padding-left:10px;
	vertical-align:center;
	text-align:left;
	border-style:inset;
	color:#444444;
	background-color:#A7C4DB;
	font-size:0.5 em;
	
}
.tfStyle2Center {
	border: 1px solid #000000;
	padding-top:5px; 
	padding-right:10px;
	padding-bottom:6px;
	padding-left:10px;
	vertical-align:center;
	text-align:center;
	border-style:inset;
	color:#444444;
	background-color:#FFFFBB;
	font-size:0.5 em;

}
.tdStyleLeft {
	border: 1px solid #000000;
	padding:5px; 
	vertical-align:left;
	text-align:left;
	border-style: inset;

}

.tdStyleCenter {
	border: 1px solid #000000;
	padding:5px; 
	vertical-align:center;
	text-align:center;
	border-style: inset;
}

.blockquote {
	padding:2px 40px 2px 40px;
}

/*table css for calculator */
.tableStyleCalc {
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #000000;
	border-collapse: collapse;

}
.thBig {
	border: 1px solid #000000;
	padding: 6px 6px ;
	vertical-align:center;
	text-align:center;
	border-style:inset;
	color: #FFFFFF;
	background-color:#427195;
	font-size: 1.4em;
}

.thNormal {
	border: 1px solid #000000;
	padding:6px 3px 6px 3px;
	vertical-align:center;
	text-align:left;
	border-style:inset;
	background-color:#A7C4DB;
}

.thCenter {
	border: 1px solid #000000;
	padding:6px 8px;
	vertical-align:center;
	text-align:center;
	border-style:inset;
	color:#444444;
	background-color:#A7C4DB;
	font-size:0.5 em;
}

.tdCenter {
	border: 1px solid #000000;
	padding:6px 8px; 
	vertical-align:center;
	text-align:center;
	border-style: inset;
}

.tdLeft {
	border: 1px solid #000000;
	padding:6px 3px; 
	vertical-align:center;
	text-align:left;
	border-style: inset;
}

/*for Photos */
.tableStyle2 {
	margin-left: auto;
	margin-right: auto;

}
.tdStyleCenter2 {
	padding:5px; 
	vertical-align:center;
	text-align:center;
}
