@charset "utf-8";
/* CSS Document */
* {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
}
#container {
	font-size:small;
	min-width:990px;
}
a {
	color:#ae3a08;
	text-decoration:none;
}
a:hover {
	/*color:#FC0;*/
	color:#e78c00;
}
a:visited {
	color:#B64A34;
}
a:visited:hover {
	/*color:#FC0;*/
	color:#e78c00;
}
a img {
	border:0px;
}
h1 {
	font-size:175%;
	margin-bottom:1.2em;
	margin-top:1em;
}
h2 {
	font-size:150%;
}
h3{
	font-size:125%;
	margin-bottom:0.5em;
}
p {
	margin-bottom:1em;
}
#pageHeader #siteTitle {
	font-size:250%;
	font-weight:normal;
}
#pageHeader #tagLine {
	font-weight:bold;
	font-size:45%;
}
#pageHeader #navBar a {
	font-size:90%;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}
#pageHeader #navBar a:hover {
	background:#FC0;
}
.heading {
	font-size:200%;
	margin:25px 0px 25px 0px;
	font-weight:normal;
}
.boldTitle {
	font-weight:bold;
	color:#000;
	margin:0 0 0.5em 0;
}
.subTitle {
	font-size:90%;
	font-weight:bold;
}
h1.textHeading {
	color: #4f81bd; !important;
	font-size: 18pt;
	font-weight: normal;
	margin: 24pt 0pt 12pt 0pt;
	padding: 0pt 0pt 0pt 0pt;
}
h2.textHeading {
	color: #4f81bd; !important;
	font-size: 14pt;
	font-weight: normal;
	margin: 12pt 0pt 12pt 0pt;
	padding: 0pt 0pt 0pt 0pt;
}
h3.textHeading {
	color: #ae3a08 !important;
	font-size: 12pt;
	font-weight: normal;
	margin: 12pt 0pt 12pt 0pt;
	padding: 0pt 0pt 0pt 0pt;
}
p.textNormal {
	font-size: 10pt;
	font-weight: normal;
	margin: 12pt 0pt 12pt 0pt;
	padding: 0pt 0pt 0pt 0pt;
}
.textStyleBold {
	font-weight: bold !important;
}
.textLargeX {
	font-size: 24pt !important;
}
.textLarge {
	font-size: 18pt !important;
}
.textMedium {
	font-size: 12pt !important;
}
.textSmall {
	font-size: 8pt !important;
}
dl.dlStyle {
	margin: 12pt 48pt 12pt 24pt;
	padding: 0pt 0pt 0pt 0pt;
}
	dl.dlStyle dt {
		color: #4f81bd !important;
		font-size: 14pt;
		font-weight: bold;
		margin: 12pt 0pt 12pt 0pt;
	}
	dl.dlStyle dt {
		font-size: 12pt;
		font-weight: bold;
		margin: 12pt 0pt 12pt 0pt;
	}
.blue {
	/*color:#52c9fd;*/
	color:#4f81bd;
}
.darkBlue {
	color:#1f497c;
}
.red {
	color:#CC0000;
}
.redLinkColor {
	color:#ae3a08;
}
.green {
	color:#090;
}
.referenceText, .disclaimer {
	font-style:italic;
	font-size:85%;
}
.referenceText ul, .referenceText li {
	list-style-type:none;
	font-size:85%;
}
.em1 {
	font-size:125%;
	color:#900;
	padding-bottom:2px;
	background:url(../images/em1_underline_whiteBg.gif) 50% bottom no-repeat;
}
.mainList li {
	margin-bottom:10px;
}
.mainOrderedList li {
	margin-bottom:10px;
}
dl.desc_list {
	margin-left:25px;
}
.desc_list dt {
	font-weight:bold;
	margin-bottom:10px;
}
.desc_list dd {
	margin:0;
	margin-bottom:25px;
	padding:0;
}
#mainContent ul{
	margin-left:25px;
}
.caps {
	text-transform:capitalize;
}

ul.ulStyle1 {
	list-style-image:url(../images/bullet_1.gif);
	margin:24px 0;
}
ul.ulStyle1 li{
	margin-bottom:12px;
	margin-left: 12px;
	margin-right: 24px;
	padding-left: 12px;
}
/*end fonts
elements*/
.yellowBox {
	background:#FFFFCC url(../images/grad_yellowWhite.png) left bottom repeat-x;
	border:1px solid #FCC02F;
	padding:10px;
	margin:10px 0;
}
.blueBox {
	background:#c6d9f1 url(../images/grad_blueWhite.png) left bottom repeat-x;
	border:1px solid #97ADB7;
	padding:10px;
}
.borderBox {
	border:#c6d9f1 1px solid;
	border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;
	padding:10px;
}
.marginBox {
	margin:10px;
}
.greyBg {
	background-color:#CCC;
}
#LHmenu .marginBox{
	padding:5px 10px 0 10px;	
}
/*end elements
pageHeader*/
#pageHeader {
	margin:0;
	padding:0;
	height: 70px;
	padding-bottom: 30px;
}
#pageHeader #siteTitle {
	float:left;
	margin:0 0 0 220px;
	display:inline;/*ie/win fix (double margin)*/
	/*width:40%;*/
}
#pageHeader #tagLine {
	margin:0;
	padding:0;
	display:block;
	margin-right:163px;
}
#pageHeader #siteTitle, #pageHeader #contactDetails,#pageHeader #associates {
	margin-top:30px;
}
#pageHeader #logo {
	position:absolute;
	top:0px;
	left:20px;
	z-index:2;
}
#pageHeader #contactDetails {
	float:right;
	margin-right:10px;
	width: 150px;
}
#pageHeader #contactDetails strong {
	font-size:150%;
}
#pageHeader #associates {
	float:right;
	margin-right:20px;
}
#pageHeader #headerDetails {
	float:right;
}
#pageHeader #navBar {
	background:#61899f url(../images/navBar.gif) repeat-x;
	width:100%;
	float:left;
	margin-top:12px;
	*padding-bottom:10px !important;
	padding:0;
}
#pageHeader #navBar ul {
	padding:0.5em 0 0.5em 210px;
	*padding-bottom:1em;
	margin:0;
	list-style:none;
	float:left;
	*float:none;
}
/*
#headerDetails; #contactDetails
This over-writes previous styles for these elements
to return to the inline version just delete them and rename #associates2 element to #associates
*/
#pageHeader #headerDetails {
	position:absolute;
	text-align:right;
	top:0;
	left:0;
	width:100%;
	z-index:-1;
	padding:5px;
	float:none;
	margin:0;
	padding:0;
	min-width:990px;
}
#pageHeader #contactDetails {
	margin-top:0;
	text-align:left;
	margin-left:10px;
}
/*END #headerDetails; #contactDetails////////////////////*/

/*
#pageHeader #navBar #home {
	padding-left:210px;
}*/
#pageHeader #navBar li {
	float:left;
	margin:0;
	padding:0 0.5em;
	/*background:url(../images/navBarDivider.gif) no-repeat right 50%;*/
}
br.clear {
	clear:both;
}
/*end pageHeader
LH menu*/
#LHmenu {
	padding-top:60px;
	*margin-top:10px;
	width:190px;
	border-right:1px inset #6CF;
	float:left;
}
/*end LH menu
main content*/

#mainContent {
	margin-left:200px;
}
#mainContent #mainText {
	margin-right:200px;
	padding:25px;
}
#mainContent .rightColumn {
	float:right;
	width:150px;
	margin:10px 10px 0 0;
}
#solarpanelsPhoto {
	float:left;
	margin-right:10px;
}
#quoteBtn {
	border:1px solid #999;
	background:#c6d9f1 url(../images/requestBtn_bg3.png) -200px top no-repeat;
}
#quoteBtn a {
	font-size:100%;
	font-weight:bold;
	padding:10px;
	text-align:center;
	display:block;
	border:1px solid #fff;
	background:url(../images/requestBtn_bg2.png) 0 bottom repeat-x;
}
#quoteBtn a:hover {
	border:1px solid #ccc;
	background-color:#B5CEE8;
	
	-moz-box-shadow:inset 0 0 10px #ccc;
	-webkit-box-shadow:inset 0 0 10px #ccc;
	box-shadow:inset 0 0 10px #ccc;
}
#mainInfoBox {
	height:181px;
	overflow:auto;
	background:#fff url(../images/gradX_whiteBlue.png) right 0 repeat-y;
	border:1px solid #97ADB7;
	padding:10px;
}
#mainInfoBox h2 {
	color:#900;
	margin-top:0;
	margin-bottom:1em;
}
#mainInfoBox h3 {
	color:#1f497c;
	margin-top:0;
	margin-bottom:0.5em;
}
#mainInfoBox p {
	font-size:80%;
	margin:0 0 10px 0;
}
.newsFlash {
	background:#F30;
	color:#fff;
	padding:10px;
	margin-top:0.5em;
	border:1px solid #820;
	text-align:center;
	font-weight:bold;
}
.newsFlash a {
	color:#FFF;
}
.newsFlash a:hover {
	text-decoration:underline;
	color:#FFF;
}
.newsFlash h3 {
	font-size:125%;
	margin:0 0 1em 0;
}
/*end main content*/
#greenPanel {
	background:#e8f1fa url(../images/grad_blueWhite.png) left top repeat-x;
	border-radius: 10px;
	border:2px solid #97ADB7;
	border-bottom:2px solid #ccf;
	padding:10px;
	color:#001;
}
#testimonials p {
	text-align:center;
}
#mainPhotos {
	overflow:hidden;
	height:201px;
}
#mainPhotos ul {
	list-style:none;
	padding:0;
	margin:0;
	text-align:center;
}
#mainPhotos li {
	padding:0;
	display:inline;
}
#mainPhotos img {
	margin:0 2px 40px 2px;
}
#houseDiagram {
	float:left;
}
#houseDiagramLegend {
	color:#1f497c;
	float:left;
	margin:0.5em 0 1em 2em;
	list-style:none;
	font-weight:bold;
}
#cellTypeTable {
	width:80%;
}
#cellTypeTable th {
	background:#1f497c;
	color:#FFF;
	padding:3px 10px;
	font-weight:bold;
}
#cellTypeTable td {
	padding:3px;
}
dl.photoDesc {
	width:220px;
	text-align:center;
	padding:10px;
	margin:0 5px 10px 5px;
	float:left;
}
.photoDesc dd {
	font-weight:bold;
}
.bigBtn {
	background:url(../images/btnBig_bottom_white.gif) no-repeat bottom left;
	width:270px;
	float:right;
}
.bigBtn h1 {
	background:url(../images/btnBig_top_white.gif) no-repeat top left;
	padding:6px 6px 0 6px;
	margin:0;
	text-align:center;
	font-size:200%;
}
.bigBtn p {
	text-align:center;
	padding:0 0.4em 0.4em 0.4em;
}
.list-syleNone {
	list-style:none;
	margin:0;
	padding:0;
}
.list-syleNone li {
	margin:0;
	margin-bottom:0.5em;
	padding:0;
}
#productsTable {
	border-collapse:collapse;
	margin:0 0 1em 0;
}
#productsTable th {
	padding:5px;
	text-align:center;
	vertical-align:top;
	background:#C6D9F1;
	border-top:#aabcfe 4px solid;
	border-bottom:1px solid #fff;
}
#productsTable td {
	padding:5px;
	text-align:center;
	vertical-align:middle;
	background:#e8edff;
	border:0;
	border-bottom:1px solid #fff;
}
#productsTable td.subHeader {
	border-bottom:#aac 1px solid;
	vertical-align:bottom;
	padding-bottom:2px;;
	padding-top:1em;
	text-align:left;
	font-size:115%;
}
.imgBlock {
	display:block;
	padding:0 10px;
	margin:auto;
	margin-top:1em;
	margin-bottom:1em;
	text-align:center;
	background:url(../images/gradX-X_blueWhite.png) 50% top repeat-y;
}
ul.imgBlock {
	list-style:none;
	text-align:center;
	padding:0 10px;
	background:url(../images/gradX-X_blueWhite.png) 50% top repeat-y;
	margin-top:1em;
	margin-bottom:1em;
}
ul.imgBlock li {
	display:inline;
	margin:0;
	padding:0 5px;
}
dl.imgCaption {
	float:left;
	margin:1em;
	border:#aabcfe 1px solid;
	background:#C6D9F1;
	padding:4px;
}
dl.imgCaption dt {
	text-align:center;
	padding:4px;
}
/*Quotes pages*/
.quoteTable {
	margin:auto;
	border-collapse:collapse;
	color:#027;
}
.quoteTable caption {
	display:none;
}
.quoteTable th {
	padding:5px;
	text-align:center;
	vertical-align:top;
	text-transform:capitalize;
	background:#C6D9F1;
	border-top:#aabcfe 4px solid;
	border-bottom:1px solid #fff;
}

.quoteTable td {
	padding:5px;
	text-align:center;
	vertical-align:middle;
	background:#e8edff;
	border:0;
	border-bottom:1px solid #fff;
}
.quoteTable .altRow {
	background-color:#C6D9F1;
}
#quoteTableWrap {
	width:90%;
	margin:auto;
	padding:0;
	border:#aabcfe 1px solid;
}
#switchTable {
	padding:4px 0 0 6px;
}
#switchTable label {
	font-weight:bold;
}
#switchTable select {
	margin:0 1em 0.5em 0;
}
#tariffLevelsTable {
	width:60%;
}
#tariffLevelsTable th{
	border:0px;
	padding:5px;
	text-align:center;
	vertical-align:bottom;
}
#tariffLevelsTable td {
	border:0px;
	padding:2px;
	text-align:center;
	vertical-align:middle;
}
#previousInstallations {
}
#previousInstallations dl {
	float:left;
	width:66%;
	padding:0;
	margin:0 0 1em 0;
	border:1px solid #ccc;
	border-right:0;
	background:url(../images/gradX_blueWhite.png) repeat-y 100% 0;
}
#previousInstallations dl dt {
	font-weight:bold;
	padding:12px;
}
#previousInstallations dl dd {
	text-align:justify;
	margin:0;
	padding:12px;
}
#previousInstallations dl dd.img {
	float:left;
	padding:0 12px 0 0;
	margin:0;
}
/*x-browser fx*/
.dropShadow1 {
	-moz-box-shadow: 0 0 2px #555;
	-webkit-box-shadow: 0 0 2px #555;
	box-shadow: 0 0 2px #555;
}
.dropShadow2 {
	-moz-box-shadow: 0 5px 5px #888;
	-webkit-box-shadow: 0 5px 5px #888;
	box-shadow: 0 5px 5px #888;
}
.insetShadow1 {
	-moz-box-shadow:inset 0 0 10px #ccc;
	-webkit-box-shadow:inset 0 0 10px #ccc;
	box-shadow:inset 0 0 10px #ccc;
}


#view_basket{
	background:url("../images/green_grad_small.png") repeat-x scroll left top #62893a;
	border:1px solid #4a682d;
	padding:0;
	color:#fff;
	text-shadow:-1px -1px 2px #1e2912; 
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	display:block;	
	width:100px;
	text-align:center;
	position:absolute;
	right:30px;
	top:70px;	
}
#view_basket:hover{
	text-shadow:-1px -1px 2px #eee; 	
	color:#212e14;	
	cursor:pointer;
}
#pageHeader #navBar #buy a{
	color:#31441e;	
}

#team_images img{
	border:1px solid #adadad;
	border-right:none;
	padding:0;
	margin:0;
}
#team_images img.last{
	border-right:1px solid #adadad;	
}
#pageHeader #tabNav{
	width:100%;
	float:left;	
	text-align:right;
}
#pageHeader #tabNav .tab{
	float:right;
	padding:5px 7px;
	font-size:85%;
	font-weight:bold;
/*
	background:url("../images/tabBar.png") repeat-x scroll left bottom #61899F;
	border:1px solid #5d9cba;
*/
	background:url("../images/yellow_gradient.png") repeat-x scroll left top #fbb835;
	border:1px solid #e57d17;
	color:#33471f;
	-moz-border-radius:0 0 4px 4px;
	-webkit-border-radius:0 0 4px 4px;
	border-radius:0 0 4px 4px;
}
#pageHeader #tabNav .tab:hover{
	background:url("../images/yellow_grad_small.png") repeat-x scroll left center #FBB835;	
	color:#31441e;
}
.hidden{
	display:none;	
}
#callbackForm{
	font-size:12px;	
}
#callbackForm .amber{
	font-size:19px;	
}
.center{text-align:center;}
.image_label{font-size:11px;}
.orange{color:#e78c00;}
ul.fat_list li{padding:1px 0; font-size:11px;}
/*
.standout{
	margin:0px;
	text-align:left;
	display:block;
	float:left;
}
*/
#pageHeader #navBar .installer{
	color:#ae3a08;
}
.faq h3{
	padding:20px 0 0 0;	
}
ul.padd_list li{
	padding:10px 0;
}


/************** new left hand col and navigation ****************/

div.navBox{
	margin:10px;
	border:1px solid #136fa0;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	-moz-box-shadow:2px 2px 2px #ccc;
	-webkit-box-shadow:2px 2px 2px #ccc;
		color:#793f1c;
}
div.rightColumn div.navBox{
	margin:10px 0;	
}
div.navHeader,div.navBlock{
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bed8e2', endColorstr='#82b4c9');
	background:-webkit-gradient(linear, left top, left bottom, from(#bed8e2), to(#82b4c9));
	background:-moz-linear-gradient(top,  #bed8e2,  #82b4c9);
	*zoom:1;
	padding:5px 10px;
	font-weight:bold;
	text-align:center;
	/*text-shadow:1px 1px 2px #dddddd;*/
}
div.navHeader{
	-moz-border-radius:4px 4px 0 0;	
	-webkit-border-radius:4px 4px 0 0;	
	border-radius:4px 4px 0 0;
	border-bottom:1px solid #136fa0;
}
div.navContent{
	padding:5px 10px;
	background:-webkit-gradient(linear, left top, left bottom, from(#e3ebf6), to(#bed8e2));
	background:-moz-linear-gradient(top,  #e3ebf6,  #bed8e2);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3ebf6', endColorstr='#bed8e2');
	-moz-border-radius:0 0 4px 4px;
	-webkit-border-radius:0 0 4px 4px;
	border-radius:0 0 4px 4px;
	*zoom:1;
}
div.navContent p{
	position:relative;
}
div.navBox a{
	display:block;	
	color:#793f1c;
	position:relative;
}
div.navBox a:hover{
	color:#c8700f;	
}
div.navContent a+a{
	padding-top:5px;	
}
div.navBlock a+a{
	padding-top:10px;	
}
div.navBlock span.small{
	color:#793f1c;
}
div.navBlock a:hover span.small{
	color:#c8700f;
}

div.navBlock_rounded{
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bed8e2', endColorstr='#82b4c9');
	*background:-webkit-gradient(linear, left top, left bottom, from(#bed8e2), to(#82b4c9));
	*background:-moz-linear-gradient(top,  #bed8e2,  #82b4c9);
	background: #8eb4e3;
	*zoom:1;
	padding:5px 10px;
	font-weight:bold;
	text-align:center;
	border-radius: 4px 4px 4px 4px;
}
div.navBlock a:hover span.small{
	color:#c8700f;
}

#request_quote, .navBox.yellow{
	border-color:#d76800;
	padding:5px 10px;
	font-weight:bold;
	text-align:center;
	background:-webkit-gradient(linear, left top, left bottom, from(#feeba6), to(#e8bb68));
	background: -moz-linear-gradient(top,  #feeba6,  #e8bb68);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feeba6', endColorstr='#e8bb68');	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	*zoom:1;
}
#commercial_installations_top_red, .navBox.red{
	border-color:#d76800;
	padding:5px 10px;
	font-weight:bold;
	text-align:center;
	background: #882200;
	background:-webkit-gradient(linear, left top, left bottom, from(#FF3300), to(#D03300));
	background: -moz-linear-gradient(top,  #FF3300,  #D03300);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF3300', endColorstr='#D03300');	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	*zoom:1;
}
.navBox.yellow2{
	border-color:#d76800;
	padding:5px 10px;
	font-weight:bold;
	text-align:center;
	background: #882200;
	background:-webkit-gradient(linear, left top, left bottom, from(#fbb834), to(#fbb834));
	background: -moz-linear-gradient(top,  #fbb834,  #fbb834);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb834', endColorstr='#fbb834');	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	*zoom:1;
}
.navBox.red a,.navBox.red a:hover{
	color:#f1f1f1;	
}
.navBox.yellow2 a,.navBox.yellow2 a:hover{
	color:#f1f1f1;	
}
.xlarge{
	font-size:16px;	
}

.tl,.tr,.br,.bl{
	position:absolute;
	height:8px;
	width:8px;
	overflow:hidden;
}
.tl.orange,.tr.orange,.br.orange,.bl.orange{
	background:url(../images/corners_orange.png);	
}
.tl.blue,.tr.blue,.br.blue,.bl.blue{
	background:url(../images/corners_blue.png);	
}
.tl.dblue,.tr.dblue,.br.dblue,.bl.dblue{
	background:url(../images/corners_double_blue.png);	
}
.tl.yellow,.tr.yellow,.br.yellow,.bl.yellow{
	background:url(../images/corners_yellow.png);	
}
.tl{top:-2px;left:-2px;}
.tr{top:-2px;right:-2px;}
.tr.orange,.tr.blue,.tr.dblue,.tr.yellow{background-position:top right;}
.bl{bottom:-2px;left:-2px;}
.bl.orange,.bl.blue,.bl.dblue,.bl.yellow{background-position:bottom left;*background-position:8px left;}
.br{bottom:-2px;right:-2px;}
.br.orange,.br.blue,.br.dblue,.br.yellow{background-position:bottom right;*background-position:8px right;}
 
 
/********** end of new left hand col and navigation *************/ 
 
 
 /********** step by step nav ************************************/
#step_nav_wrapper{
	margin:0 auto;
	width:493px;
}
#step_nav{
	list-style:none;
	overflow:auto;	
	padding-bottom:20px;
	margin:0 !important;
}
#step_nav li,.next_button{
	display:block;
	float:left;
	margin-right:10px;
	padding:0;
	/*
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#faeba3', endColorstr='#F6DE66');
	background:-webkit-gradient(linear, left top, left bottom, from(#faeba3), to(#F6DE66));
	background:-moz-linear-gradient(top,  #faeba3,  #F6DE66);
*/
	background:-webkit-gradient(linear, left top, left bottom, from(#feeba6), to(#e8bb68));
	background: -moz-linear-gradient(top,  #feeba6,  #e8bb68);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feeba6', endColorstr='#e8bb68');	

	background-color:#f9e793;
	*zoom:1;
	border:1px solid #F6DE66;
	font-size:13px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;	
	border-radius:4px;
}
.next_button{
	width:62px;
	float:none;
	margin:30px auto 10px auto;	
	position:relative;
	left:200px;
	color:#000;
	padding:5px 15px;
}
#step_nav li a{
	color:#000;	
	display:block;
	padding:5px 15px;
	height:32px;
}
#step_nav li+li+li{
	margin-right:0;	
}
#step_nav li.active,.next_button.active{
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ED9962', endColorstr='#ce6117');
	background:-webkit-gradient(linear, left top, left bottom, from(#ED9962), to(#ce6117));
	background:-moz-linear-gradient(top,  #ED9962,  #ce6117);	
	background-color:#ED9962;
	*zoom:1;
	border-color:#ce6117;
	font-weight:bold;
	color:#fff;
	padding:5px 15px;
}

#step_nav li span{
	font-size:10px;	
}
#step_nav li.active{
	height:32px;	
}
/********** end of step by step nav *****************************/


.ButtonLink {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	color: #000000 !important;
	display: inline-block;
	padding: 0px 20px;
	margin: 0px 10px;
	line-height: 30px;
	font-weight: bold;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
	box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=135, Strength=3); *zoom:1;
	-moz-text-shadow: rgba(255, 255, 255, 0.6) 1px 1px 1px;
	-webkit-text-shadow: rgba(255, 255, 255, 0.6) 1px 1px 1px;
	text-shadow: rgba(255, 255, 255, 0.6) 1px 1px 1px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.ButtonLink.ButtonLink_Large {
	font-size: 125%;
	line-height: 35px;
}

.ButtonLink.ButtonLink_Blue {
	border: #136fa0 solid 1px;
	background-color: #82b4c9;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#bed8e2), to(#82b4c9));
	background-image:-moz-linear-gradient(top,  #bed8e2,  #82b4c9);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bed8e2', endColorstr='#82b4c9');
	*zoom:1;
}

.ButtonLink.ButtonLink_Orange {
	border: #d76800 solid 1px;
	background-color: #feeba6;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#feeba6), to(#e8bb68));
	background-image: -moz-linear-gradient(top,  #feeba6,  #e8bb68);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feeba6', endColorstr='#e8bb68');	
	*zoom:1;
}
 */
