	/*COLOR EDITING STUFF*/
	#colorsamples {
		padding: 7px 8px 7px 15px; 
		position: absolute; 
		width: 240px; 
		top:278px; 
		left: -235px; 
		z-index: 2000;
		border-width: 1px;
		border-style: solid;
		border-left: none;
		background: #dddddd; 
		background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#dddddd));
		background: -moz-linear-gradient(top,  #f8f8f8,  #dddddd);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#dddddd');
		border-color: #fff;
		-moz-border-radius-topright: 8px;
		-webkit-border-top-right-radius: 8px;
		-moz-border-radius-bottomright: 8px;
		-webkit-border-bottom-right-radius: 8px;
		-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,.5);
    -moz-box-shadow: 1px 1px 3px rgba(0,0,0,.5);
    box-shadow: 1px 1px 3px rgba(0,0,0,.5);
    z-index: 4000;
	}
	body#home #colorsamples {
		top:470px; 
	}
	.colors {
		height:15px; 
		width:15px; 
		border:1px solid #222222; 
		cursor:pointer; 
		float:left; 
		margin:0 5px 0 0;
		-moz-border-radius: 5px;
		-webkit-border-radius:5px; 
		border-radius: 5px;
	}

	#red2 {background:#881717;color:#c61414;}
	#orange2 {background:#b77d10; color: #eaa525;}
	#yellow2 {background:#8c9221; color: #bbc241;}
	#green2 {background:#256f1d; color: #4D9C44;}
	#blue2 {background: #00427b; color: #25659D;}
	#purple2 {background:#582567; color: #9565A3;}
	#black2 {background:#181818; color:#444444;}
	#mix1 {
		color: #00427b;
		background: #000000; 
		background: -webkit-gradient(linear, left top, left bottom, from(#00427b), to(#000));
		background: -moz-linear-gradient(top,  #00427b,  #000);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00427b', endColorstr='#000');
	}
	#mix2 {
		color: #881717;
		background: #000000; 
		background: -webkit-gradient(linear, left top, left bottom, from(#881717), to(#000000));
		background: -moz-linear-gradient(top,  #881717,  #000000);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#881717', endColorstr='#000000');
	}
	#mix3 {
		color: #256f1d;
		background: #000000; 
		background: -webkit-gradient(linear, left top, left bottom, from(#256f1d), to(#000000));
		background: -moz-linear-gradient(top,  #256f1d,  #000000);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#256f1d', endColorstr='#000000');
	}

	.maincolor {
		width: 50px; 
		height:15px; 
		border:0px solid #000000; 
		cursor:pointer; 
		float:left; 
		font-size: 10px;
		text-transform: uppercase;
		text-align: center;
		letter-spacing: .8px;
		line-height: 15px;
		margin:0 5px 0 0;
		-moz-border-radius: 5px;
		-webkit-border-radius:5px; 
		border-radius: 5px;
	}
	#openClose {height:15px; width:15px; line-height: 15px; text-align: center; overflow: hidden;}
	/*END COLOR EDITING STUFF*/

