/***************************************************************************************************/
/***                                                                                             ***
*******             copyright 2012 artvanleeuwen.com & arthur peter vanleeuwen                  ****
*********                                                                                    ********
*******                permission given to cornishwebhosting.com for inclusion                      *****
****                                                                                              ***
*****************************************************************************************************/
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>............div's.................>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

/* Font Stacks */
.voltaire {font-family:  'Voltaire', 'Lucida Sans Unicode', sans-serif;}

.optima {font-family: Optima, Lucida, 'MgOpen Cosmetica', 'Lucida Sans Unicode', sans-serif;}
.geneva {font-family: Geneva, Tahoma, "Nimbus Sans L", sans-serif;}
.helvetica {font-family: Helvetica, Arial, FreeSans, sans-serif;}
.lucida {font-family: "Lucida Grande",Helvetica,Verdana,sans-serif;}
.georgia {font-family: Georgia, sans-serif;}
.trebuchet {font-family: "Trebuchet MS", sans-serif;}
.palatino {font-family: "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times, serif;}
.timesRoman {font-family:  "Times New Roman", Times, serif;}
@font-face {
    font-family: 'GlyphaRoman';
    src: url('glypha-webfont.eot');
    src: url('glypha-webfont.eot?#iefix') format('embedded-opentype'),
         url('glypha-webfont.woff') format('woff'),
         url('glypha-webfont.ttf') format('truetype'),
         url('glypha-webfont.svg#GlyphaRoman') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'GlyphaBlack';
    src: url('glypha-b-webfont.eot');
    src: url('glypha-b-webfont.eot?#iefix') format('embedded-opentype'),
         url('glypha-b-webfont.woff') format('woff'),
         url('glypha-b-webfont.ttf') format('truetype'),
         url('glypha-b-webfont.svg#GlyphaBlack') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'hatty';
    src:
         url('Haettenschweiler-Regular.ttf') format('truetype');
      
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'rumble';
    src:
         url('Royal_Rumble_Haettenschweiler.ttf') format('truetype');
      
    font-weight: normal;
    font-style: normal;

}
.oswaldLt{font-family: 'Oswald',sans-serif; font-weight:300;} 
.oswald{font-family: 'Oswald',sans-serif; font-weight:400;}
.oswaldB{font-family: 'Oswald',sans-serif; font-weight:700;} 
.patua{font-family: 'Patua One', cursive;} 
.coda{ font-family: 'Coda', cursive;} 
.codaB{font-family: 'Coda', cursive; font-weight:800;} 
.glyph{font-family:  'GlyphaRoman', 'Lucida Sans Unicode', sans-serif;}
.glyphB{font-family:  'GlyphaBlack', 'Lucida Sans Unicode', sans-serif;}
.rumble{font-family:  'rumble', 'Lucida Sans Unicode', sans-serif;}
.hatty{font-family:  'hatty', 'Lucida Sans Unicode', sans-serif;}
.hover:hover{
	cursor:pointer;
}
	

.border10 {
	
border-radius:10px;
	border:3px solid #999;
	
	
}
.border20 {
	
border-radius:20px;
	border:3px solid #999;
	
	
}
.show{
	visibility:visible;
}

/********************************************************************************/
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>div controls>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
/*******************************************************************************
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>effects>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
******************************************************************************/
.z{
	z-index:1000;
}
.txt_sh1{
	text-shadow:#333 1px 1px 2px;
}
.txt_sh1_hover{
	
}
.txt_sh1_hover:hover{
	text-shadow:#0092cc 1px 1px 6px;
}
.shadow_mega{
	-moz-box-shadow: 0px 0px 1000px #000;
	-webkit-box-shadow: 0px 0px 1000px #000;
	box-shadow: 0px 0px 1000px #000;
}

.shadow_dark{
	-moz-box-shadow: 0px 2px 5px #000;
	-webkit-box-shadow: 0px 2px 5px #000;
	box-shadow: 0px 2px 5px #000;
}

.shadow_mooga{
	-moz-box-shadow: 0px 0px 200px #000;
	-webkit-box-shadow: 0px 0px 200px #000;
	box-shadow: 0px 0px 200px #000;
}
.shadow{
			
-moz-box-shadow: 0px 0px 8px #ccc;
	-webkit-box-shadow: 0px 0px 8px #ccc;
	box-shadow: 0px 0px 8px #ccc;
}
.shadow_h{
			
-moz-box-shadow: 0px 8px 8px -4px #aaa;
	-webkit-box-shadow: 0px 8px 8px -4px #aaa;
	box-shadow: 0px 8px 8px -4px #999;
}
.shadow_r{
			
-moz-box-shadow: 8px 0px 8px -4px #ccc;
	-webkit-box-shadow: 8px 0px 8px -4px #ccc;
	box-shadow: 8px 0px 8px -4px #ccc;
}
.shadow_l{
			
-moz-box-shadow: -8px 0px 8px -4px #ccc;
	-webkit-box-shadow: -8px 0px 8px -4px #ccc;
	box-shadow: -8px 0px 8px -4px #ccc;
}
.shadow_b{
			
-moz-box-shadow: 0px 8px 8px -4px #ccc;
	-webkit-box-shadow: 0px 8px 8px -4px #ccc;
	box-shadow: 0px 8px 8px -4px #ccc;
}
.shadow_bl{
			
-moz-box-shadow: 8px 8px 8px -4px #ccc;
	-webkit-box-shadow: 8px 8px 8px -4px #ccc;
	box-shadow: 8px 8px 8px -4px #ccc;
}
.shadow_br{
			
-moz-box-shadow: -8px 8px 8px -4px #ccc;
	-webkit-box-shadow: -8px 8px 8px -4px #ccc;
	box-shadow: -8px 8px 8px -4px #ccc;
}
.shadow_t{
			
-moz-box-shadow: 0px -8px 4px -4px #ddd;
	-webkit-box-shadow: 0px -8px 4px -4px #ddd;
	box-shadow: 0px -8px 4px -4px #ddd;
}
.shadow_tl{
			
-moz-box-shadow: 8px -8px 8px -4px #ccc;
	-webkit-box-shadow: 8px -8px 8px -4px #ccc;
	box-shadow: 8px -8px 8px -4px #ccc;
}
.shadow_tr{
			
-moz-box-shadow: -8px -8px 8px -4px #ccc;
	-webkit-box-shadow: -8px -8px 8px -4px #ccc;
	box-shadow: -8px -8px 8px -4px #ccc;
}
.shadow2{
			
-moz-box-shadow: 0px 0px 8px #888;
	-webkit-box-shadow: 0px 0px 8px #888;
	box-shadow: 0px 0px 8px #888;
}
.shadow2_h{
			
-moz-box-shadow: 0px 8px 8px -4px #333;
	-webkit-box-shadow: 0px 8px 8px -4px #333;
	box-shadow: 0px 8px 8px -4px #333;
}
.shadow2_r{
			
-moz-box-shadow: 8px 0px 8px -4px #888;
	-webkit-box-shadow: 8px 0px 8px -4px #888;
	box-shadow: 8px 0px 8px -4px #888;
}
.shadow2_l{
			
-moz-box-shadow: -8px 0px 8px -4px #888;
	-webkit-box-shadow: -8px 0px 8px -4px #888;
	box-shadow: -8px 0px 8px -4px #888;
}
.shadow2_b{
			
-moz-box-shadow: 0px 8px 8px -4px #888;
	-webkit-box-shadow: 0px 8px 8px -4px #888;
	box-shadow: 0px 8px 8px -4px #888;
}
.shadow2_bl{
			
-moz-box-shadow: 8px 8px 8px -4px #888;
	-webkit-box-shadow: 8px 8px 8px -4px #888;
	box-shadow: 8px 8px 8px -4px #888;
}
.shadow2_br{
			
-moz-box-shadow: -8px 8px 8px -4px #888;
	-webkit-box-shadow: -8px 8px 8px -4px #888;
	box-shadow: -8px 8px 8px -4px #888;
}
.shadow2_t{
			
-moz-box-shadow: 0px -8px 8px -4px #888;
	-webkit-box-shadow: 0px -8px 8px -4px #888;
	box-shadow: 0px -8px 8px -4px #888;
}
.shadow2_tl{
			
-moz-box-shadow: 8px -8px 8px -4px #888;
	-webkit-box-shadow: 8px -8px 8px -4px #888;
	box-shadow: 8px -8px 8px -4px #888;
}
.shadow2_tr{
			
-moz-box-shadow: -8px -8px 8px -4px #888;
	-webkit-box-shadow: -8px -8px 8px -4px #888;
	box-shadow: -8px -8px 8px -4px #888;
}
.shadow3_b{
			
-moz-box-shadow: 0px 8px 6px -4px #999;
	-webkit-box-shadow: 0px 6px 4px -4px #999;
	box-shadow: 0px 8px 6px -4px #999;
}
.nav_shadow{
	margin:0px auto;
	padding:5px 22px;
	border-radius:50px;
	width:700px;
-moz-box-shadow: 0px 0px 8px #111;
	-webkit-box-shadow: 0px 0px 8px #111;
	box-shadow: 0px 0px 8px #666;
}
.shadow1{
			
-moz-box-shadow: 0px 0px 8px #444;
	-webkit-box-shadow: 0px 0px 8px #444;
	box-shadow: 0px 8px 10px #444;
}

.shadow9{
			
-moz-box-shadow: 0px 0px 8px #999;
	-webkit-box-shadow: 0px 0px 8px #999;
	box-shadow: 0px 8px 10px #999;
}
.reflect{
	-webkit-box-reflect:
		below 8px
		
		-webkit-gradient(
		linear,
		left top,
		left bottom,
		from(transparent),
		color-stop(.5, transparent),
		to(rgba(255, 255, 255, 0.2))
		);
}
.reflect2{
	-webkit-box-reflect:
		below -80px
		-webkit-gradient(
		linear,
		left top,
		left bottom,
		from(transparent),
		color-stop(0.1, transparent),
		to(rgb(255, 255, 0))
		);
}
.txt_vert{
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-o-transform: rotate(90deg);
	white-space:nowrap;
	display:block;
	
}
.txt_vert_left{
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-o-transform: rotate(90deg);
	white-space:nowrap;
	display:block;
	
}
.txt_vert_right{
	-webkit-transform:rotate(270deg);
	-moz-transform:rotate(270deg);
	-o-transform: rotate(270deg);
	white-space:nowrap;
	display:block;
	
}
.inset_rb{
	-moz-box-shadow: inset -5px -5px 10px #000;
-webkit-box-shadow: inset -5px -5px 10px #000;
box-shadow: inset -5px -5px 10px #000;
}
.inseta{
	-moz-box-shadow: inset 0 0 10px #aaa;
-webkit-box-shadow: inset  0 0 10px #aaa;
box-shadow: inset 0 0  10px #aaa;
}
.insetb{
	-moz-box-shadow: inset 0 0 10px #bbb;
-webkit-box-shadow: inset  0 0 10px #bbb;
box-shadow: inset 0 0  10px #bbb;
}
.insetc{
	-moz-box-shadow: inset 0 0 10px #ccc;
-webkit-box-shadow: inset  0 0 10px #ccc;
box-shadow: inset 0 0  10px #ccc;
}
.inset99{
	-moz-box-shadow: inset 0 0 10px #999;
-webkit-box-shadow: inset  0 0 10px #999;
box-shadow: inset 0 0  10px #999;
}
.inset88{
	-moz-box-shadow: inset 0 0 10px #888;
-webkit-box-shadow: inset  0 0 10px #888;
box-shadow: inset 0 0  10px #888;
}
.inset77{
	-moz-box-shadow: inset 0 0 10px #777;
-webkit-box-shadow: inset  0 0 10px #777;
box-shadow: inset 0 0  10px #777;
}
.inset66{
	-moz-box-shadow: inset 0 0 10px #666;
-webkit-box-shadow: inset  0 0 10px #666;
box-shadow: inset 0 0  10px #666;
}
.inset55{
	-moz-box-shadow: inset 0 0 10px #555;
-webkit-box-shadow: inset  0 0 10px #555;
box-shadow: inset 0 0  10px #555;
}
.inset44{
	-moz-box-shadow: inset 0 0 10px #444;
-webkit-box-shadow: inset  0 0 10px #444;
box-shadow: inset 0 0  10px #444;
}
.inset33{
	-moz-box-shadow: inset 0 0 10px #333;
-webkit-box-shadow: inset  0 0 10px #333;
box-shadow: inset 0 0  10px #333;
}
.inset22{
	-moz-box-shadow: inset 0 0 10px #222;
-webkit-box-shadow: inset  0 0 10px #222;
box-shadow: inset 0 0  10px #222;
}
.inset{
	-moz-box-shadow: inset 0 0 10px #000;
-webkit-box-shadow: inset  0 0 10px #000;
box-shadow: inset 0 0  10px #000;
}
.inset_t{
	-moz-box-shadow: inset 5px 0 10px -4px #000;
-webkit-box-shadow: inset  5px 0 10px  -4px #000;
box-shadow: inset 5px 0px   20px  -4px #000;
}
.skew_20{
	-webkit-transform: skew(20deg);
	   -moz-transform: skew(20deg);
	     -o-transform: skew(20deg);
	
}
.rot_45{
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform: rotate(45deg);
}
.rot_90{
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-o-transform: rotate(90deg);
}.rot_180{
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-o-transform: rotate(180deg);
}.rot_270{
	-webkit-transform:rotate(270deg);
	-moz-transform:rotate(270deg);
	-o-transform: rotate(270deg);
}
.rot_135{
	-webkit-transform:rotate(135deg);
	-moz-transform:rotate(135deg);
	-o-transform: rotate(135deg);
}.rot_225{
	-webkit-transform:rotate(225deg);
	-moz-transform:rotate(225deg);
	-o-transform: rotate(225deg);
}
.rot_315{
	-webkit-transform:rotate(315deg);
	-moz-transform:rotate(315deg);
	-o-transform: rotate(315deg);
}
.alpha_10 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  filter: alpha(opacity=10);
  -moz-opacity: 0.1;
  -khtml-opacity: 0.1;
  opacity: 0.1;
}
.alpha_20 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  opacity: 0.2;
}
.alpha_30 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
}
.alpha_40 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
}
.alpha_50 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.alpha_60 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}
.alpha_70 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
.hover70 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
.hover70:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  cursor:pointer;
}
.alpha_80 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.alpha_90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
}

.modale{
	min-width:50%;
	min-height:80%;
	border: #333 1px solid;
	
	position:relative;
	margin:0px auto;
	z-index:50;
	padding:20px;
	color:#FFF;
}


/*******************************************************************************
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>end effects>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
******************************************************************************/
/*******************************************************************************
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>borders>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
******************************************************************************/
.brd_btn{
	border-left:2px ridge #eee;
	border-top:2px ridge #eee;
	border-right:2px ridge #999;
	border-bottom:2px ridge #999;
}
.br_5{
	border-radius:5px;
}
.br_10{
	border-radius:10px;
}
.br_15{
	border-radius:15px;
}
.br_20{
	border-radius:20px;
}
.br_25{
	border-radius:25px;
}
.br_30{
	border-radius:30px;
}
.brdr{
	border:solid 3px #99aacc;
}
.brd_r{
	border-right:solid 3px #99aacc;
}
.brd_l{
	border-left:solid 3px #99aacc;
}
.brd_t{
	border-top:solid 3px #99aacc;
}
.brd_b{
	border-bottom:solid 3px #99aacc;
}
.lt_bl{
	border-left:10px solid #222;
}
.rt_bl{
	border-right:10px solid #222;
}
.lt_yel{
	border-left:10px solid #fc0;
}
.rt_yel{
	border-right:10px solid #fc0;
}
.lt_wh{
	border-left:10px solid #fff;
}
.rt_wh{
	border-right:10px solid #fff;
}
.lt_org1{
	border-left:10px solid #f99327;
}
.rt_org1{
	border-right:10px solid #f99327;
}
.lt_org2{
	border-left:10px solid #ff6900;
}
.rt_org2{
	border-right:10px solid #ff6900;
}
.lt_org3{
	border-left:10px solid #d75800;
}
.rt_org3{
	border-right:10px solid #d75800;
}
.lt_red{
	border-left:10px solid #F00;
}
.rt_red{
	border-right:10px solid #F00;
}
.lt_teal{
	border-left:10px solid #43b1b2;
}
.rt_teal{
	border-right:10px solid #43b1b2;
}
.lt_teal2{
	border-left:10px solid #67bfb3;
}
.rt_teal2{
	border-right:10px solid #67bfb3;
}
.lt_teal3{
	border-left:10px solid #276868;
}
.rt_teal3{
	border-right:10px solid #276868;
}
.rt_quoteLt{
	border-right:10px solid #00aeef;
}
.lt_quoteLt{
	border-left:10px solid #00aeef;
}
.rt_quoteLtr{
	border-right:10px solid #d8e7fe;
}
.lt_quoteLtr{
	border-left:10px solid #d8e7fe;
}

.rt_quoteDk{
	border-right:10px solid #4d6185;
}
.lt_quoteDk{
	border-left:10px solid #4d6185;
}

.rt_quoteDkr{
	border-right:10px solid #334c66;
}
.lt_quoteDkr{
	border-left:10px solid #334c66;
}


.rt_indigo{
	border-right:10px solid #006d99;
}
.lt_indigo{
	border-left:10px solid #006d99;
}
.rt_deeppink{
	border-right:10px solid #ff1493;
}
.lt_deeppink{
	border-left:10px solid #ff1493;
}
.deeppink{
	color:#ff1493;
}
.bg_deeppink{
	background-color:#ff1493;
}
.rt_greenyellow{
	border-right:10px solid #adff2f;
}
.lt_greenyellow{
	border-left:10px solid #adff2f;
}
.greenyellow{
	color:#adff2f;
}
.bg_greenyellow{
	background-color:#adff2f;
}
.rt_dkorange{
	border-right:10px solid #ff8c00;
}
.lt_dkorange{
	border-left:10px solid #ff8c00;
}
.dkorange{
	color:#ff8c00;
}
.bg_dkorange{
	background-color:#ff8c00;
}
.rt_slateblue{
	border-right:10px solid #6a5acd;
}
.lt_slateblue{
	border-left:10px solid #6a5acd;
}
.slateblue{
	color:#6a5acd;
}
.bg_slateblue{
	background-color:#6a5acd;
}
.rt_blueviolet{
	border-right:10px solid #8a2be2;
}
.lt_blueviolet{
	border-left:10px solid #8a2be2;
}
.blueviolet{
	color:#8a2be2;
}
.bg_blueviolet{
	background-color:#8a2be2;
}
.btn_blueviolet{
	 background:#8a2be2 ;
	 cursor:pointer;
	 color:#fff;
}
.btn_blueviolet:hover{
	 background:#6a5acd ;
}
.rt_quoteDkst{
	border-right:10px solid #22344;
}
.lt_quoteDkst{
	border-left:10px solid #22344;
}
.rt_bubble{
	border-right:10px solid #669bbb;
}
.lt_bubble{
	border-left:10px solid #669bbb;
}
/* Corner radius */
.corner_all, .corner_top, .corner_left, .corner_tl { -moz-border-radius-topleft: 10px; -webkit-border-top-left-radius: 10px; -khtml-border-top-left-radius: 10px; border-top-left-radius: 10px; }
.corner_all, .corner_top, .corner_right, .corner_tr { -moz-border-radius-topright: 10px; -webkit-border-top-right-radius: 10px; -khtml-border-top-right-radius: 10px; border-top-right-radius: 10px; }
.corner_all, .corner_bottom, .corner_left, .corner_bl { -moz-border-radius-bottomleft: 10px; -webkit-border-bottom-left-radius: 10px; -khtml-border-bottom-left-radius: 10px; border-bottom-left-radius: 10px; }
.corner_all, .corner_bottom, .corner_right, .corner_br { -moz-border-radius-bottomright: 10px; -webkit-border-bottom-right-radius: 10px; -khtml-border-bottom-right-radius: 10px; border-bottom-right-radius: 10px; }
/*******************************************************************************
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>end borders>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
******************************************************************************/
/*******************************************************************************
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>shapes>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
******************************************************************************/


/*******************************************************************************
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>end shapes>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
******************************************************************************/
/*******************************************************************************
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>alignment>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
******************************************************************************/
.clear{
	clear:both;
}

.hidden{
	display:none;
}

.lt{
	float:left;
	
}
.show{
	visibility:visible;
}
.rt{
	float:right;
}

.ctr{
	
	margin:0px auto;
}
.overscroll{
	overflow:scroll;
}
.setbox{
	display:none;
}
.lvl2{
	display:none;
}
.lvl1{
	display:none;
}
.lvl3{
	display:none;
}
/*******************************************************************************
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>end alignment>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
******************************************************************************/
/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<end div<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
/*******************************************************************************
********************************************************************************/
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>buttons>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/



/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<end buttons<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

/*******************************************************************************
*******************************************************************************
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>forms>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
******************************************************************************/
.form{
	line-height:20px;
}
.input{
	border: solid 3px rgba(51,76,102, .4);
	background: #FFFFFF;
	padding: 9px;
	font-size:12px;
	color:#334c66;
	text-align:left;
	
}
.select{
	background: #FFFFFF;
	padding: 9px;
	font-size:12px;
	color:#334c66;
	text-align:left;
}

.input2{
	color:#bbb;
	font-style:italic;
}
	

.checkbox{
	background: #FFFFFF;
	padding: 9px;
	
	color:#334c66;
	
	width:28px;
	height:28px;
	
}
select{
	background: #FFFFFF;
	padding: 9px;
	font-size:12px;
	color:#334c66;
	text-align:left;
	padding-left:10px;
	
}
.naked{
	border:none;
	background:none;
	
	text-align:center;
	margin:0 px auto;
	
}
input [type=range]{}

/*******************************************************************************
*******************************************************************************
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>end forms>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
******************************************************************************/

/*******************************************************************************
*******************************************************************************
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>backgrounds>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
******************************************************************************/

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>solid>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
.bg_white{
	background:#fff;
}
.bg_sky{
	
	background:#228c8b;
}
.bg_gld{
	
	background:#dd9a0e;
}
.bg_yolk{
	
	background:#fa0;
}
.bg_yellow{
	background-color: #FF0;
}
.bg_yeller{
	background: #FC3;
}
.bg_silver{
	background:#222;
}
.bg_tin{
	background:#999;
}


.bg_dusk{
	background:#0f1d34;
}
.bg_storm{
	background:#203d6c;
}
.bg_day{
	background:#a9c1d9;
}
.bg_escape{
	background:#203d6c;
}
.bg_beige{
	background:#cfcda5;
}
.bg_mint{
	background:#b1d0b5;
}
.bg_blk{
	background:#000;
}
.bg_hard1{
	background:#0f1a01;
}
.bg_hard2{
	background:#0f1d34;
}
.bg_hard3{
	background:#3b5998;
}
.bg_hard4{
	background:#99ad45;
}
.bg_hard5{
	background:#357945;
}
.bg_hard6{
	background:#516149;
}
.bg_hard7{
	background:#948438;
}
.bg_hard8{
	background:#9bb893;
}
.bg_hard9{
	background:#dfefdc;
}
.bg_hard10{
	background:#e3e7d0;
}
.bg_hard11{
	background:#f5ffd7;
}
.bg_hard12{
	background:#f6f5ce;
}

.bg_inset2{
	background:#1a3414;
}
.bg_inset3{
	background:#f6fec8;
}
.bg_inset5{
	background:#008fc0;
}
.bg_inset7{
	background:#02300f;
}
.bg_sky{
 background:#228c8b ;
}
.bg_bl{
 background:#222 ;
}
.bg_smoke{
 background:#333 ;
}
.bg_leaf{
 background:#9fda58 ;
}
.bg_green{
 background:#3ada1b ;
}
.btn_grn{
	 background:#3ada1b ;
	 cursor:pointer;
	 color:#fff;
}
.btn_grn:hover{
	 background:#9fda58 ;
}

.btn_deeppink{
	 background:#ff1493;
	 cursor:pointer;
	 color:#fff;
}
.btn_deeppink:hover{
	 background:#f00 ;
}

.btn_slateblue{
	 background:#6a5acd;
	 cursor:pointer;
	 color:#fff;
}
.btn_slateblue:hover{
	 background:#8a2be2 ;
}

.btn_bronz{
	cursor:pointer;
	color:#fff;
	background-color: #CEB644;
}
.btn_bronz:hover{
	 background:#948438 ;
}

.btn_quoteDk{
	cursor:pointer;
	color:#fff;
	background-color: #99b2cc;
}
.btn_quoteDk:hover{
	 background:#7799bb ;
}

.bg_bronze{
	background-color: #C2A846;
}
.bg_bronz{
	background-color: #CEB644;
}
.bg_blu{
 background:#210edd ;
}
.bg_teal{
 background:#43b1b2 ;
}
.bg_teal2{
 background:#7bb0ef ;
}
.bg_teal3{
 background:#5589b9 ;
}
.bg_blue{
 background:#2310e0 ;
}
.bg_brnzr{
 background:#948438 ;
}
.bg_brnz{
	background-color: #EBE6B2;
}
.bg_Brnz{
	background-color: #F4F4E2;
}
.bg_gld{
	background-color: #DDCB8E;
}
.bg_orng{
 background:#e45c0c ;
}
.bg_org1{
 background:#f99327 ;
}
.bg_org2{
 background:#ff6a00 ;
}
.bg_org3{
 background:#d75800 ;
}
.bg_rose{
 background:#e7080e  ;
}
.bg_red{
 background:#f00 ;
}
.bg_redd{
 background:#ff3535 ;
}
.bg_quotenow_sm_white{
	background-image:url(../images/quoteNow!back_white_sm.jpg);
	background-repeat:repeat;
}
.bg_quotenow_sm_clear{
	background-image:url(../images/quoteNow!back_clear_sm.png);
	background-repeat:repeat;
}
/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<end solid<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
/********************************************************************************/
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>gradient>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
.bg_brown_1{
	
background:rgba(153,111,0,.1);
}
.bg_brown_2{
	
background:rgba(153,111,0,.2);
}
.bg_brown_3{
	
background:rgba(153,111,0,.3);
}
.bg_brown_4{
	
background:rgba(153,111,0,.4);
}
.bg_brown_5{
	
background:rgba(153,111,0,.5);
}
.bg_brown_6{
	
background:rgba(153,111,0,,.6);
}
.bg_brown_7{
	
background:rgba(153,111,0,.7);
}
.bg_brown_8{
	
background:rgba(153,111,0,.8);
}
.bg_brown_9{
	
background:rgba(153,111,0,.9);
}
.brown{
	color:rgba(153,111,0,1);
}
.bg_rodyolk_1{
	
background:rgba(255,185,0,.1);
}
.bg_rodyolk_2{
	
background:rgba(255,185,0,.2);
}
.bg_rodyolk_3{
	
background:rgba(255,185,0,.3);
}
.bg_rodyolk_4{
	
background:rgba(255,185,0,.4);
}
.bg_rodyolk_5{
	
background:rgba(255,185,0,,.5);
}
.bg_rodyolk_6{
	
background:rgba(255,185,0,.6);
}
.bg_rodyolk_7{
	
background:rgba(255,185,0,.7);
}
.bg_rodyolk_8{
	
background:rgba(255,185,0,.8);
}
.bg_rodyolk_9{
	
background:rgba(255,185,0,.9);
}
.rodyolk{
	color:rgba(255,185,0,1);
}
.bg_chestnut_1{
	
background:rgba(102,74,0,.1);
}
.bg_chestnut_2{
	
background:rgba(102,74,0,.2);
}
.bg_chestnut_3{
	
background:rgba(102,74,0,.3);
}
.bg_chestnut_4{
	
background:rgba(102,74,0,.4);
}
.bg_chestnut_5{
	
background:rgba(102,74,0,.5);
}
.bg_chestnut_6{
	
background:rgba(102,74,0,.6);
}
.bg_chestnut_7{
	
background:rgba(102,74,0,.7);
}
.bg_chestnut_8{
	
background:rgba(102,74,0,.8);
}
.bg_chestnut_9{
	
background:rgba(102,74,0,.9);
}
.chestnut{
	color:rgba(102,74,0,1);
}
.bg_rod_1{
background:#da2;	
background:rgba(255,170,34,.1);
}
.bg_rod_2{
	background:#da2;
background:rgba(255,170,34,.2);
}
.bg_rod_3{
background:#da2;	
background:rgba(255,170,34,.3);
}
.bg_rod_4{
	background:#da2;
background:rgba(255,170,34,.4);
}
.bg_rod_5{
	background:#da2;
background:rgba(255,170,34,.5);
}
.bg_rod_6{
	background:#da2;
background:rgba(255,170,34,.6);
}
.bg_rod_7{
	background:#da2;
background:rgba(255,170,34,.7);
}
.bg_rod_8{
	background:#da2;
background:rgba(255,170,34,.8);
}
.bg_rod_9{
	background:#da2;
background:rgba(255,170,34,.9);
}
.rod{
	color:#da2;
	color:rgba(255,170,34,1);
}
.bg_rodorange_1{
	background:#fa0;
background:rgba(255,170,0,.1);
}
.bg_rodorange_2{
	background:#fa0;
background:rgba(255,170,0,.2);
}
.bg_rodorange_3{
	background:#fa0;
background:rgba(255,170,0,.3);
}
.bg_rodorange_4{
	background:#fa0;
background:rgba(255,170,0,.4);
}
.bg_rodorange_5{
	background:#fa0;
background:rgba(255,170,0,.5);
}
.bg_rodorange_6{
	background:#fa0;
background:rgba(255,170,0,.6);
}
.bg_rodorange_7{
	background:#fa0;
background:rgba(255,170,0,.7);
}
.bg_rodorange_8{
	background:#fa0;
background:rgba(255,170,0,.8);
}
.bg_rodorange_9{
	background:#fa0;
background:rgba(255,170,0,.9);
}
.rodorange{
	color:#fa0;
	color:rgba(255,170,0,,1);
}
.bg_rodgold_1{
	background:#cc9400;
background:rgba(204,148,0,.1);
}
.bg_rodgold_2{
	background:#cc9400;
background:rgba(204,148,0,.2);
}
.bg_rodgold_3{
	background:#cc9400;
background:rgba(204,148,0,.3);
}
.bg_rodgold_4{
	background:#cc9400;
background:rgba(204,148,0,.4);
}
.bg_rodgold_5{
	background:#cc9400;
background:rgba(204,148,0,.5);
}
.bg_rodgold_6{
	background:#cc9400;
background:rgba(204,148,0,.6);
}
.bg_rodgold_7{
	background:#cc9400;
background:rgba(204,148,0,.7);
}
.bg_rodgold_8{
	background:#cc9400;
background:rgba(204,148,0,.8);
}
.bg_rodgold_9{
	background:#cc9400;
background:rgba(204,148,0,.9);
}
.rodgold{
	color:#cc9400;
	color:rgba(204,148,0,1);
}
.bg_teel_1{
	background:#099;
background:rgba(0,153,153,.1);
}
.bg_teel_2{
	
background:rgba(0,153,153,.2);
}
.bg_teel_3{
	
background:rgba(0,153,153,.3);
}
.bg_teel_4{
	
background:rgba(0,153,153,.4);
}
.bg_teel_5{
	
background:rgba(0,153,153,.5);
}
.bg_teel_6{
	
background:rgba(0,153,153,.6);
}
.bg_teel_7{
	
background:rgba(0,153,153,.7);
}
.bg_teel_8{
	
background:rgba(0,153,153,.8);
}
.bg_teel_9{
	
background:rgba(0,153,153,.9);
}
.teel{
	color:rgba(0,153,153,1);
}
.bg_teel_1{
	
background:rgba(0,153,153,.1);
}
.bg_teel_2{
	
background:rgba(0,153,153,.2);
}
.bg_teel_3{
	
background:rgba(0,153,153,.3);
}
.bg_teel_4{
	
background:rgba(0,153,153,.4);
}
.bg_teel_5{
	
background:rgba(0,153,153,.5);
}
.bg_teel_6{
	
background:rgba(0,153,153,.6);
}
.bg_teel_7{
	
background:rgba(0,153,153,.7);
}
.bg_teel_8{
	
background:rgba(0,153,153,.8);
}
.bg_teel_9{
	
background:rgba(0,153,153,.9);
}
.teel{
	color:rgba(0,153,153,1);
}
.bg_quoteDk_1{
	background:#dde3ee;
background:rgba(77,97,133,.1);
}
.bg_quoteDk_2{
	background:#dde3ee;
background:rgba(77,97,133,.2);
}
.bg_quoteDk_3{
	background:#bcd;
background:rgba(77,97,133,.3);
}
.bg_quoteDk_4{
	background:#bcd;
background:rgba(77,97,133,.4);
}
.bg_quoteDk_5{
	background:#99b2cc;
background:rgba(77,97,133,.5);
}
.bg_quoteDk_6{
	background:#99b2cc;
background:rgba(77,97,133,.6);
}
.bg_quoteDk_7{
	background:#7799bb;
background:rgba(77,97,133,.7);
}
.bg_quoteDk_8{
	background:#7799bb;
background:rgba(77,97,133,.8);
}
.bg_quoteDk_9{
	background:#557faa;
background:rgba(77,97,133,.9);
}
.quoteDk{
	
	color:#4d6185;
}
.bg_quoteLt_1{
	background:#ccf0ff;
background:rgba(0,174,239,.1);
}
.bg_quoteLt_2{
	background:#ccf0ff;
background:rgba(0,174,239,.2);
}
.bg_quoteLt_3{
	background:#99e2ff;
background:rgba(0,174,239,.3);
}
.bg_quoteLt_4{
	background:#99e2ff;
background:rgba(0,174,239,.4);
}
.bg_quoteLt_5{
	background:#66d3ff;
background:rgba(0,174,239,.5);
}
.bg_quoteLt_6{
	background:#66d3ff;
background:rgba(0,174,239,.6);
}
.bg_quoteLt_7{
	background:#33c5ff;
background:rgba(0,174,239,.7);
}
.bg_quoteLt_8{
	background:#33c5ff;
background:rgba(0,174,239,.8);
}
.bg_quoteLt_9{
	background:#00b6ff;
background:rgba(0,174,239,.9);
}
.quoteLt{
	color:#00aeef;
}
.bg_quoteLtr_1{
	background:#d8e7fe;
background:rgba(216,231,254,.1);
}
.bg_quoteLtr_2{
	background:#d8e7fe;
background:rgba(216,231,254,.2);
}
.bg_quoteLtr_3{
	background:#d8e7fe;
background:rgba(216,231,254,.3);
}
.bg_quoteLtr_4{
	background:#d8e7fe;
background:rgba(216,231,254,.4);
}
.bg_quoteLtr_5{
	background:#d8e7fe;
background:rgba(216,231,254,.5);
}
.bg_quoteLtr_6{
	background:#d8e7fe;
background:rgba(216,231,254,.6);
}
.bg_quoteLtr_7{
	background:#d8e7fe;
background:rgba(216,231,254,.7);
}
.bg_quoteLtr_8{
	background:#d8e7fe;
background:rgba(216,231,254,.8);
}
.bg_quoteLtr_9{
	background:#d8e7fe;
background:rgba(216,231,254,.9);
}
.quoteLtr{
	color:#d8e7fe;
}
.bg_bubble_1{
	background:#dce7ef;
background:rgba(102,153,187,.1);
}
.bg_bubble_2{
	background:#dce7ef;
background:rgba(102,153,187,.2);
}
.bg_bubble_3{
	background:#b8d0e0;
background:rgba(102,153,187,.3);
}
.bg_bubble_4{
	background:#b8d0e0;
background:rgba(102,153,187,.4);
}
.bg_bubble_5{
	background:#95b8d0;
background:rgba(102,153,187,.5);
}
.bg_bubble_6{
	background:#95b8d0;
background:rgba(102,153,187,,.6);
}
.bg_bubble_7{
	background:#72a1c0;
background:rgba(102,153,187,.7);
}
.bg_bubble_8{
	background:#72a1c0;
background:rgba(102,153,187,.8);
}
.bg_bubble_9{
	background:#669bbb;
background:rgba(102,153,187,.9);
}
.bubble{
	color:#669bbb;
	color:rgba(102,153,187,1);
}
.bg_quoteDkst_1{
background:#eee;	
background:rgba(34,51,68,.1);
}
.bg_quoteDkst_2{
	background:#ddd;
background:rgba(34,51,68,.2);
}
.bg_quoteDkst_3{
	background:#ccc;
background:rgba(34,51,68,.3);
}
.bg_quoteDkst_4{
	background:#bbb;
background:rgba(34,51,68,.4);
}
.bg_quoteDkst_5{
	background:#aaa;
background:rgba(34,51,68,.5);
}
.bg_quoteDkst_6{
	background:#999;
background:rgba(34,51,68,.6);
}
.bg_quoteDkst_7{
	background:#888;
background:rgba(34,51,68,.7);
}
.bg_quoteDkst_8{
	background:#777;
background:rgba(34,51,68,.8);
}
.bg_quoteDkst_9{
	background:#666;
background:rgba(34,51,68,.9);
}
.quoteDkst{
	color:#223344;
}
.bg_quoteDkr_1{
	background:#dde3ee;
background:rgba(51,76,102,.1);
}
.bg_quoteDkr_2{
	background:#dde3ee;
background:rgba(51,76,102,.2);
}
.bg_quoteDkr_3{
	background:#bbc6dd;
background:rgba(51,76,102,.3);
}
.bg_quoteDkr_4{
	background:#bbc6dd;
background:rgba(51,76,102,.4);
}
.bg_quoteDkr_5{
	background:#99aacc;
background:rgba(51,76,102,.5);
}
.bg_quoteDkr_6{
	background:#99aacc;
background:rgba(51,76,102,.6);
}
.bg_quoteDkr_7{
	background:#778ebb;
background:rgba(51,76,102,.7);
}
.bg_quoteDkr_8{
	background:#778ebb;
background:rgba(51,76,102,.8);
}
.bg_quoteDkr_9{
	background:#5571ad;
background:rgba(51,76,102,.9);
}
.quoteDkr{
	color:#334c66;
}
.bg_midnite_1{
	
background:rgba(0,51,51,.1);
}
.bg_midnite_2{
	
background:rgba(0,51,51,.2);
}
.bg_midnite_3{
	
background:rgba(0,51,51,.3);
}
.bg_midnite_4{
	
background:rgba(0,51,51,.4);
}
.bg_midnite_5{
	
background:rgba(0,51,51,.5);
}
.bg_midnite_6{
	
background:rgba(0,51,51,.6);
}
.bg_midnite_7{
	
background:rgba(0,51,51,.7);
}
.bg_midnite_8{
	
background:rgba(0,51,51,.8);
}
.bg_midnite_9{
	
background:rgba(0,51,51,.9);
}
.midnite{
	color:rgba(0,51,51,1);
}
.bg_putt_1{
	
background:rgba(154,238,50,.1);
}
.bg_putt_2{
	
background:rgba(154,238,50,.2);
}
.bg_putt_3{
	
background:rgba(154,238,50,.3);
}
.bg_putt_4{
	
background:rgba(154,238,50,.4);
}
.bg_putt_5{
	
background:rgba(154,238,50,.5);
}
.bg_putt_6{
	
background:rgba(154,238,50,.6);
}
.bg_putt_7{
	
background:rgba(154,238,50,.7);
}
.bg_putt_8{
	
background:rgba(154,238,50,.8);
}
.bg_putt_9{
	
background:rgba(154,238,50,.9);
}
.putt{
	color:rgba(154,238,50,1);
}
.bg_spring_1{
	
background:rgba(0,255,119,.1);
}
.bg_spring_2{
	
background:rgba(0,255,119,.2);
}
.bg_spring_3{
	
background:rgba(0,255,119,.3);
}
.bg_spring_4{
	
background:rgba(0,255,119,.4);
}
.bg_spring_5{
	
background:rgba(0,255,119,.5);
}
.bg_spring_6{
	
background:rgba(0,255,119,.6);
}
.bg_spring_7{
	
background:rgba(0,255,119,.7);
}
.bg_spring_8{
	
background:rgba(0,255,119,.8);
}
.bg_spring_9{
	
background:rgba(0,255,119,.9);
}
.spring{
	color:rgba(0,255,119,1);
}
.bg_forest_1{
	
background:rgba(0,51,0,.1);
}
.bg_forest_2{
	
background:rgba(0,51,0,.2);
}
.bg_forest_3{
	
background:rgba(0,51,0,.3);
}
.bg_forest_4{
	
background:rgba(0,51,0,.4);
}
.bg_forest_5{
	
background:rgba(0,51,0,.5);
}
.bg_forest_6{
	
background:rgba(0,51,0,.6);
}
.bg_forest_7{
	
background:rgba(0,51,0,.7);
}
.bg_forest_8{
	
background:rgba(0,51,0,.8);
}
.bg_forest_9{
	
background:rgba(0,51,0,.9);
}
.forest{
	color:rgba(0,51,0,1);
}
.bg_blgreen_1{
	
background:rgba(0,25,0,.1);
}
.bg_blgreen_2{
	
background:rgba(0,25,0,.2);
}
.bg_blgreen_3{
	
background:rgba(0,25,0,.3);
}
.bg_blgreen_4{
	
background:rgba(0,25,0,.4);
}
.bg_blgreen_5{
	
background:rgba(0,25,0,.5);
}
.bg_blgreen_6{
	
background:rgba(0,25,0,.6);
}
.bg_blgreen_7{
	
background:rgba(0,25,0,.7);
}
.bg_blgreen_8{
	
background:rgba(0,25,0,.8);
}
.bg_blgreen_9{
	
background:rgba(0,25,0,.9);
}
.blgreen{
	color:rgba(0,25,0,1);
}
.bg_cyan_1{
	
background:rgba(0,255,255,.1);
}
.bg_cyan_2{
	
background:rgba(0,255,255,.2);
}
.bg_cyan_3{
	
background:rgba(0,255,255,.3);
}
.bg_cyan_4{
	
background:rgba(0,255,255,.4);
}
.bg_cyan_5{
	
background:rgba(0,255,255,.5);
}
.bg_cyan_6{
	
background:rgba(0,255,255,.6);
}
.bg_cyan_7{
	
background:rgba(0,255,255,.7);
}
.bg_cyan_8{
	
background:rgba(0,255,255,.8);
}
.bg_cyan_9{
	
background:rgba(0,255,255,.9);
}
.cyan{
	color:rgba(0,255,255,1);
}
.brick{
	color:rgba(190,120,100,1);
}
.bg_brick1{
	
background:rgba(190,120,100,.2);
}
.bg_brick2{
	
background:rgba(190,120,100,.3);
}
.bg_brick3{
	
background:rgba(190,120,100,.4);
}
.bg_brick4{
	
background:rgba(190,120,100,.5);
}
.bg_brick5{
	
background:rgba(190,120,100,.6);
}
.bg_brick6{
	
background:rgba(190,120,100,.7);
}
.bg_brick7{
	
background:rgba(190,120,100,.8);
}
.bg_brick8{
	
background:rgba(190,120,100,.9);
}
.bg_brick9{
	
background:rgba(190,120,100,.1);
}
.bg_peach1{
	
background:rgba(232,160,60,.1);
}
.bg_peach2{
	
background:rgba(232,160,60,.2);
}
.bg_peach3{
	
background:rgba(232,160,60,.3);
}
.bg_peach4{
	
background:rgba(232,160,60,.4);
}
.bg_peach5{
	
background:rgba(232,160,60,.5);
}
.bg_peach6{
	
background:rgba(232,160,60,.6);
}
.bg_peach7{
	
background:rgba(232,160,60,.7);
}
.bg_peach8{
	
background:rgba(232,160,60,.8);
}
.bg_peach9{
	
background:rgba(232,160,60,.9);
}
.peach{
	color:rgba(232,160,60,1);
}
.trg{
	color:rgba(10,165,130,1);
}
.bg_trg1{
	
background:rgba(10,165,130,.1);
}
.bg_trg2{
	
background:rgba(10,165,130,.2);
}
.bg_trg3{
	
background:rgba(10,165,130,.3);
}
.bg_trg4{
	
background:rgba(10,165,130,.4);
}
.bg_trg5{
	
background:rgba(10,165,130,.5);
}
.bg_trg6{
	
background:rgba(10,165,130,.6);
}
.bg_trg7{
	
background:rgba(10,165,130,.7);
}
.bg_trg8{
	
background:rgba(10,165,130,.8);
}
.bg_trg9{
	
background:rgba(10,165,130,.9);
}
.bg_trg1{
	
background:rgba(10,165,130,.1);
}
.bg_wh_1{
	
background:rgba(255,255,255,.1);
}
.bg_wh_2{
	
background:rgba(255,255,255,.2);
}
.bg_wh_3{
	
background:rgba(255,255,255,.3);
}
.bg_wh_4{
	
background:rgba(255,255,255,.4);
}
.bg_wh_5{
	
background:rgba(255,255,255,.5);
}
.bg_wh_6{
	
background:rgba(255,255,255,.6);
}
.bg_wh_7{
	
background:rgba(255,255,255,.7);
}
.bg_wh_8{
	
background:rgba(255,255,255,.8);
}
.bg_wh_9{
	
background:rgba(255,255,255,.9);
}
.bg_bl_1{
	
background:rgba(0,0,0,.1);
}
.bg_bl_2{
	
background:rgba(0,0,0,.2);
}
.bg_bl_3{
	
background:rgba(0,0,0,.3);
}
.bg_bl_4{
	
background:rgba(0,0,0,.4);
}
.bg_bl_5{
	
background:rgba(0,0,0,.5);
}
.bg_bl_6{
	
background:rgba(0,0,0,.6);
}
.bg_bl_7{
	
background:rgba(0,0,0,.7);
}
.bg_bl_8{
	
background:rgba(0,0,0,.8);
}
.bg_bl_9{
	
background:rgba(0,0,0,.9);
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>horizontal>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

.

.btn_sky{
 background:#228c8b url(images/ui-bg_gloss-wave_85_228c8b_500x100.png) 50% 50% repeat-x;
}
.btn_bl{
 background:#000 url(images/ui-bg_gloss-wave_55_000000_500x100.png) 50% 50% repeat-x;
}
.btn_leaf{
 background:#9fda58 url(images/ui-bg_gloss-wave_85_9fda58_500x100.png) 50% 50% repeat-x;
}
.btn_green{
 background:#3ada1b url(images/ui-bg_gloss-wave_35_3ada1b_500x100.png) 50% 50% repeat-x;
}
.btn_blu{
 background:  url(images/ui-bg_gloss-wave_85_210edd_500x100.png) 50% 50% repeat-x;
}
.btn_blu_flip{
 background:  url(images/blu_flip.png) 50% 50% repeat-x;

}
.btn_sun{
 background:  url(images/sun.png) 10% 50% repeat-x;
}
.btn_sun_flip{
 background:  url(images/sun_flip.png) 95% 50% repeat-x;
}

.btn_lettuce{
 background:  url(images/lettuce.png) 50% 50% repeat-x;
}
.btn_lettuce_flip{
 background:  url(images/lettuce_flip.png) 50% 50% repeat-x;
}
.btn_greeen{
 background:  url(images/green.png) 50% 50% repeat-x;
}
.btn_greeen_flip{
 background:  url(images/green_flip.png) 50% 50% repeat-x;
}
.btn_purple{
 background:  url(images/purple.png) 0% 50% repeat-x;
}
.btn_purple_flip{
 background:  url(images/purple_flip.png) 95% 50% repeat-x;
}
.btn_teal{
 background:  url(images/teal.png) 50% 50% repeat-x;
}
.btn_teal_flip{
 background:  url(images/teal_flip.png) 50% 50% repeat-x;
}
.btn_grey{
 background:  url(images/grey.png) 50% 50% repeat-x;
}
.btn_grey_flip{
 background:  url(images/grey_flip.png) 50% 50% repeat-x;
}
.btn_orange{
 background:  url(images/orange.png) 50% 50% repeat-x;
}
.btn_orange_flip{
 background:  url(images/orange_flip.png) 50% 50% repeat-x;
}
.btn_blush{
 background:  url(images/blush.png) 50% 50% repeat-x;
}
.btn_blush_flip{
 background:  url(images/blush_flip.png) 50% 50% repeat-x;
}
.btn_pink{
 background:  url(images/pink.png) 50% 50% repeat-x;
}
.btn_pink_flip{
 background:  url(images/pink_flip.png) 50% 50% repeat-x;
}

.btn_pale_blu{
 background:  url(images/pale_blu.png) 50% 50% repeat-x;
}
.btn_pale_blue{
 background:  url(images/pale_blue.png) 50% 50% repeat-x;
}
.pale_blu{
 background:  url(images/paleblu.png) 50% 50% repeat-x;
}
.pale_blue{
 background: url(images/paleblue.png) 50% 50% repeat-x;
}
.btn_whbl{
 background:  url(images/whblu.png) 50% 50% repeat-x;
}
.btn_blwh{
 background:  url(images/blwh.png) 50% 50% repeat-x;
}
.bg_blwh{
 background:#e0ddfa  ;
}

.btn_blue{
 background:#2310e0 url(images/ui-bg_gloss-wave_35_2310e0_500x100.png) 50% 50% repeat-x;
}
.btn_brnzr{
 background:#948438 url(images/ui-bg_gloss-wave_35_948438_500x100.png) 50% 50% repeat-x;
}
.btn_brnz{
 background:#a89438 url(images/ui-bg_gloss-wave_85_a89438_500x100.png) 50% 50% repeat-x;
}
.btn_gld{
 background:#dd9a0e url(images/ui-bg_gloss-wave_85_dd9a0e_500x100.png) 50% 50% repeat-x;
}
.btn_orng{
 background:#e45c0c url(images/ui-bg_gloss-wave_85_e45c0c_500x100.png) 50% 50% repeat-x;
}
.btn_rose{
 background:#e7080e  url(images/ui-bg_gloss-wave_85_e7080e_500x100.png) 50% 50% repeat-x;
}
.btn_red{
 background:#cd110a url(images/ui-bg_gloss-wave_35_cd110a_500x100.png) 50% 50% repeat-x;
}

.dk_bg{
	background:url(images/background.png);
}
.bg_grey{
	background: url(images/background.png);
	background-repeat: repeat-x;
	background-position: 0px -400px;
	background-color: #4F4F4F;
}
.bg_grey_inv{
	background: url(images/background_inv.png);
	background-repeat: repeat-x;
	background-position:0px -100px;
	background-color: #000;
	
}
.bg_grey_left{
	background: url(images/background_left.png);
	background-repeat: repeat-y;
	background-position:0px 0px;
	background-color: #000;
	
}
.bg_grey_right{
	background: url(images/background_right.png);
	
	
}
/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<end vertical<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<end gradient<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
/********************************************************************************/
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>dots>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
.dot_money_dk_med{
	background: url(images/backgrounds/ui-bg_dots-medium_50_1a3414_4x4.png);
}
.dot_money_lt_med{
	background: url(images/backgrounds/ui-bg_dots-medium_50_357945_4x4.png);
}
.dot_grey_med{
	background: url(images/backgrounds/ui-bg_dots-medium_50_516149_4x4.png);
}
.dot_wh_med{
	background: url(images/backgrounds/ui-bg_dots-medium_100_f5ffd7_4x4.png);
}
.dot_lt_med{
	background: url(images/backgrounds/ui-bg_dots-medium_100_f6fec8_4x4.png);
}
.dot_grey_sm{
	background: url(images/backgrounds/ui-bg_dots-small_50_516149_2x2.png);
}
.dot_blue_sm{
	background: url(images/backgrounds/ui-bg_dots-small_50_3b5998_2x2.png);
}
.dot_wh_sm{
	background: url(images/backgrounds/ui-bg_dots-small_100_dfefdc_2x2.png);
}
.dot_lt_sm{
	background: url(images/backgrounds/ui-bg_dots-small_100_e0efdd_2x2.png);
}
.dot_ltr_sm{
	background: url(images/backgrounds/ui-bg_dots-small_100_f5ffd7_2x2.png);
}
.dot_11{
	background: ;
}
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>small >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<end small <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>medium>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<end medium<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>large>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<end large<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<end dots<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
/********************************************************************************/
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>stripes>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>small >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
.str_bl_sm{
	background:url(images/ui-bg_diagonals-small_50_262626_40x40.png);
}

.str_lt_sm{
	background:url(images/stripe_light.gif);
}
.str_parch_sm{
	background: url(images/backgrounds/ui-bg_diagonals-small_100_f6fec8_40x40.png);
}

/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<end small <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>medium>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
.str_lt_med_trans{
	background: url(images/bg.gif);
}
.str_chk_med{
	background: url(images/backgrounds/ui-bg_diagonals-medium_100_dfefdc_40x40.png);
}
.str_gold_med{
	background: url(images/backgrounds/ui-bg_diagonals-medium_100_ebeb90_40x40.png);
}
.str_flesh_med{
	background: url(images/backgrounds/ui-bg_diagonals-medium_100_f5ffd7_40x40.png);
}
.str_peach_med{
	background: url(images/backgrounds/ui-bg_diagonals-medium_100_f6fec8_40x40.png);
}

/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<end medium<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>large>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<end large<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<end stripes<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
/********************************************************************************/
/********************************************************************************/
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>checks>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>small >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<end small <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>medium>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<end medium<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>large>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<end large<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<end checks<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
/********************************************************************************/
/********************************************************************************/
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>grains>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>small >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<end small <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>medium>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<end medium<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>large>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<end large<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<end grains<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
/********************************************************************************/



/*******************************************************************************
*******************************************************************************
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>links>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
******************************************************************************/

.a_tl{
	color:#6099b8;
	cursor:pointer;
}
.a_tl:hover{
	color:#4d6185;
	cursor:pointer;
}

.a_1{
	color:#4d6185;
	cursor:pointer;
}
.a_1:hover{
	color:#223344;
	cursor:pointer;
	
}
.a_lt{
	color:#00aeef;
	cursor:pointer;
}
.a_lt:hover{
	color:#4d6185;
	cursor:pointer;
}
.blck{
	color:#fff;
	cursor:pointer;
}
.blck:hover{
	color:#00aeef;
	cursor:pointer;
}
.a_2{
	color:#006d99;
	cursor:pointer;
}
.a_2:hover{
	color:#00aeef;
	
}
.b_box{
	color:#4d6185;
	background-color:#dde6ee;
	cursor:pointer;
}
.b_box:hover{
	color:#fff;
	background-color:#334c66;
	
}
.a_ser:active{
	color:#ff6900;
	cursor:pointer;
}
.a_serv{
	color:#d84527;
	cursor:pointer;
}
.a_serv:hover{
	color:#fff;
	cursor:pointer;

}
.a_serv:active{
	color:#d784527;
	cursor:pointer;
}
.a_servi:hover{
	color:#f99327;
	cursor:pointer;
}
.a_servi{
	color:#276868;
	cursor:pointer;
}

	
.tick{
	padding:5px;
	color:#4d6185;
	
	cursor:pointer;
	background: #d8e7fe;
}
.tick:hover{
	color:#d8e7fe;
	background: #4d6185;
}

.ticked{
	color:#f99327;
	padding:5px;
	border:1px solid #ff6900;
	background: #d84527;

}
.ticked:hover{
	color:#ff6900;
	padding:5px;
	border:1px solid #ff6900;
	background: #000;

}
.pgnt:visited{
	cursor:pointer;
}
.a_dk{
	color:#dd9a0e;
}
.a_dk:hover{
	color:#008fc0;
	cursor:pointer;
}
.a_dk:active{
	color:#fc0;
	cursor:pointer;
}
.image_hover{
	width:170px;
	height:150px;
}
.image_hover:hover{
	width:180px;
	height:160px;
	
}

/*******************************************************************************
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>colors>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
******************************************************************************/
.dusk{
	color:#0f1d34;
}
.storm{
	color:#203d6c;
}
.day{
	color:#a9c1d9;
}
.aft{
	color:#8296A9;
}
.dawn{
	color:#7da7d9;
}

.escape{
	color:#203d6c;
}
.beige{
	color:#cfcda5;
}
.mint{
	color:#b1d0b5;
}
.blk{
	color:#000;
}
.banana{
	color:#FFFF83;
}
.hard1{
	color:#0f1a01;
}
.hard2{
	color:#0f1d34;
}
.hard3{
	color:#3b5998;
}
.hard4{
	color:#99ad45;
}
.hard5{
	color:#357945;
}
.hard6{
	color:#516149;
}
.hard7{
	color:#948438;
}
.hard8{
	color:#9bb893;
}
.hard9{
	color:#dfefdc;
}
.hard10{
	color:#e3e7d0;
}
.hard11{
	 color:#f5ffd7;
}
.hard12{
	color:#f6f5ce;
}

.inset2{
	color:#1a3414;
}
.inset3{
	color:#f6fec8;
}
.inset5{
	color:#008fc0;
}
.inset7{
	color:#02300f;
}

.red{
	color:#cd110a;
}
.redd{
	color:#d84527;
}
.sky{
	color:#228c8b;
}
.gry_9{
	color:#999;
}
.gry_8{
	color:#888;
}
.gry_1{
	color:#111;
}
.gry_7{
	color:#777;
}
.gry_6{
	color:#666;
}
.gry_5{
	color:#555;
}
.gry_4{
	color:#444;
}
.gry_3{
	color:#333;
}
.gry_2{
	color:#222;
}
.bl{
	color:#000;	
}
.leaf{
	color:#9fda58;
}
.green{
	color:#3ada1b;
}
.blu{
	color:#210edd;
}
.blue{
	color:#2310e0;
}
.teal{
	color:#43b1b2;
}
.teal2{
	color:#67bfb3;
}
.teal3{
	color:#276868;
}
.brnzr{
	color:#948438;
}
.brnz{
	color:#a89438;
}
.gld{
	color:#dd9a0e;
}
.yolk{
	color:#fa0;
}

.org1{
	color:#f99327;
}
.org2{
	color:#ff6a00;
}
.org3{
	color:#D75800;
}
.gum{
	color:#fa2e59;
}
.blade{
	color:#d6ec92;
}
.yel{
	color:#fc0;
}
.sun{
	color:#eea317;
}
.skin{
	color:#f0bf7c;
}
.orng{
	color:#e45c0c;
}
.orange{
	color:#ff6600;
}
.rose{
	color:#e7080e;
}
.silver{
	color:#999;
}
.white{
	color:#ffffff;
}
.copy{
	color:#9bb893;
}
.hard9{
	color:#dfefdc;
}
.hard7{
	color:#948438;
}
.ccc{
	color:#ccc;
}
.ddd{
	color:#ddd;
}
.eee{
	color:#eee;
}
.efe{
	color:#efe;
}

	
/*******************************************************************************
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>end colors>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
******************************************************************************/



/*******************************************************************************
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>fonts>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
******************************************************************************/
.txt_lt{
	text-align:left;
}
.txt_rt{
	text-align:right;
}
.txt_ct{
	text-align:center;
}
.none{
	list-style:none;
	text-decoration:none;
	
}
.b{
	font-weight:800;
}
.lh_10{
	line-height:10px;
}
.lh_12{
	line-height:12px;
}
.lh_14{
	line-height:14px;
}
.lh_15{
	line-height:15px;
}
.lh_16{
	line-height:16px;
}
.lh_18{
	line-height:18px;
}
.lh_20{
	line-height:20px;
}
.lh_21{
	line-height:21px;
}
.lh_22{
	line-height:22px;
}
.lh_23{
	line-height:23px;
}
.lh_24{
	line-height:24px;
}
.lh_25{
	line-height:25px;
}
.lh_26{
	line-height:26px;
}
.lh_27{
	line-height:27px;
}
.lh_28{
	line-height:28px;
}
.lh_29{
	line-height:29px;
}
.lh_30{
	line-height:30px;
}
.lh_35{
	line-height:35px;
}
.lh_40{
	line-height:40px;
}
.lh_45{
	line-height:45px;
}
.lh_50{
	line-height:50px;
}
.lh_55{
	line-height:55px;
}
.lh_60{
	line-height:60px;
}
.mid{
	vertical-align:text-top;
}
.upper{
	text-transform:uppercase;
}
.caps{
	text-transform:capitalize;
}
.lower{
	text-transform:lowercase;
}
.ital{
	font-style:italic;
}
.underline{
	text-decoration:underline;
}
.txt_str
{
	letter-spacing: 2pt;
	
}
.txt_unstr
{
	letter-spacing: 1pt;
	
}
.mmb_1{
	margin-bottom:-1px;
}
.mmb_2{
	margin-bottom:-2px;
}
.mmb_3{
	margin-bottom:-3px;
}
.mmb_4{
	margin-bottom:-4px;
}
.mmb_5{
	margin-bottom:-5px;
}
.mmb_6{
	margin-bottom:-6px;
}
.mmb_7{
	margin-bottom:-7px;
}
.mmb_8{
	margin-bottom:-8px;
}
.mmb_9{
	margin-bottom:-9px;
}
.mmb_10{
	margin-bottom:-10px;
}
.mmb_11{
	margin-bottom:-11px;
}
.mmb_12{
	margin-bottom:-12px;
}
.mmb_13{
	margin-bottom:-13px;
}
.mmb_14{
	margin-bottom:-14px;
}
.mmb_15{
	margin-bottom:-15px;
}
.mmb_16{
	margin-bottom:-16px;
}
.mmb_17{
	margin-bottom:-17px;
}
.mmb_18{
	margin-bottom:-18px;
}
.mmb_19{
	margin-bottom:-19px;
}
.mmb_20{
	margin-bottom:-20px;
}
.mmb_25{
	margin-bottom:-25px;
}
.mmt_1{
	margin-top:-1px;
}
.mmt_2{
	margin-top:-2px;
}
.mmt_3{
	margin-top:-3px;
}
.mmt_4{
	margin-top:-4px;
}
.mmt_5{
	margin-top:-5px;
}
.mmt_6{
	margin-top:-6px;
}
.mmt_7{
	margin-top:-7px;
}
.mmt_8{
	margin-top:-8px;
}
.mmt_9{
	margin-top:-9px;
}
.mmt_10{
	margin-top:-10px;
}
.mmt_11{
	margin-top:-11px;
}
.mmt_12{
	margin-top:-12px;
}
.mmt_13{
	margin-top:-13px;
}
.mmt_14{
	margin-top:-14px;
}
.mmt_15{
	margin-top:-15px;
}
.mmt_16{
	margin-top:-16px;
}
.mmt_17{
	margin-top:-17px;
}
.mmt_18{
	margin-top:-18px;
}
.mmt_19{
	margin-top:-19px;
}
.mmt_20{
	margin-top:-20px;
}
.mmt_25{
	margin-top:-25px;
}
.mt_0{
	margin-top:0px;
}
.mb_0{
	margin-bottom:0px;
}
/*******************************************************************************
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>end fonts>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
******************************************************************************/

/*******************************************************************************
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>sizes>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
******************************************************************************/



.hp_1{
	width:10%;
}
.hp_2{
	width:20%;
}
.hp_3{
	width:30%;
}
.hp_4{
	width:40%;
}
.hp_5{
	width:50%;
}
.hp_55{
	width:55%;
}
.hp_6{
	width:60%;
}
.hp_65{
	width:65%;
}
.hp_67{
	width:67%;
}

.hp_7{
	width:70%;
}
.hp_8{
	width:80%;
}
.hp_9{
	width:90%;
}
.hp_95{
	width:95%;
}
.hp_10{
	width:100%;
}


.wp_1{
	width:10%;
}
.wp_2{
	width:20%;
}
.wp_3{
	width:30%;
}
.wp_4{
	width:40%;
}
.wp_5{
	width:50%;
}
.wp_55{
	width:55%;
}
.wp_6{
	width:60%;
}
.wp_65{
	width:65%;
}
.wp_67{
	width:67%;
}

.wp_7{
	width:70%;
}
.wp_8{
	width:80%;
}
.wp_9{
	width:90%;
}
.wp_95{
	width:95%;
}
.wp_10{
	width:100%;
}


.triangle-right {position:relative; padding:15px; margin:1em 0 3em; color:#666; background:#dedede; -webkit-border-radius:10px; -moz-border-radius:10px; border-radius:10px;}
.triangle-right.top {background:#dedede;}
.triangle-right.left {margin-left:40px; background:#dedede;}
.triangle-right.right {margin-right:40px; background:#dedede;}
.triangle-right:after {content:""; position:absolute; bottom:-20px; left:20px; border-width:20px 0 0 20px; border-style:solid; border-color:#dedede transparent; display:block; width:0;}
.triangle-right.top:after {top:-20px; right:50px; bottom:auto; right:auto; border-width:20px 20px 0 0; border-color:transparent #dedede;}
.triangle-right.left:after {top:16px; left:-40px; bottom:auto; border-width:15px 40px 0 0; border-color:transparent #dedede; }
.triangle-right.right:after {top:16px; right:-40px; bottom:auto; left:auto; border-width:15px 0 0 40px; border-color:transparent #dedede;}

#reasons {box-shadow: 2px 2px 0 rgba(0, 0, 13, 0.13);  width: 350px; padding-bottom: 20px;}
#reasons .search-accountant {height: 59px; }
#reasons-bullets {list-style:none;}


#reasons ul {margin: 10px 0 0 4px;  }
#reasons ul li {
	padding: 4px 35px;
	color: #3A3A3A;
	background-image:url(../images/icons/sub_blue_accept.png);
	background-repeat: no-repeat;
	background-position: 0px -5px; 
	background-size:26px 26px;
	
	}
#sign-up-button {background: transparent url('images/sign_up_btn.png') no-repeat scroll; height: 96px; margin-left: 123px; margin-top:-10px; width: 331px;}
#sign-up-button h2 {margin-top: 10px;}
#sign-up-button a {color: #FFFFFF; font-size: 28px; line-height: 96px; margin-left: 30px; margin-top: 5px; text-decoration: none;}
#sign-up-button h2 span {margin-left: 20px; color: #ccf0ff; font-size: 80%;}











