html, body {
	width:100%;
	height:100%;
	font-size:100%;
	margin:0;
	padding:0;
}
img{
	border: none;
}
h1,h2,h3,h4,h5,h6 {
	font-family: "myriad-pro-1","myriad-pro-2","Helvetica","Arial","sans-serif";
	color: #575757;	
	margin:0;
	padding:0;	
}
h2{
	font-size:25px;
	font-weight:200;
}
h3{
	font-size:12px;
	text-align:center;
	font-weight:200;
}
h4{
	font-size:12px;
	text-align:center;
	font-weight:200;
	padding-bottom:15px;
}
h6{
	font-size:16px;
	font-weight:700;
}

/*-------------------HEADER START---------------------*/
#header_wrapper {
	height:auto;
	width: 100%;
	margin:0 auto 20px;
	background-color:#4E4E4E;
}
.header_block{
	width: 640px;
	height: 105px;
	margin: 0 auto; 
}
.header_logo{
	float:left;
	height:80px;
	width:auto;
}
.header_call {
	padding-top:25px;
	padding-right:5px;
	float:right;
}
/*-------------------HEADER DONE----------------------*/
/*------------------CONTENT START---------------------*/
#content_wrapper{
	height:auto;
	width: 100%;
	margin:0 auto 20px;
	background-color:#e1e1e1;
}
.content_block{
	width: 660px;
	height:302px;
	margin: 0 auto; 
}
/*---------PRODUCTS START---------*/
.products{
	width:625px;
	height:304px;
	/*margin:0 auto;*/
	margin:0px 17px 0px 17px;
	padding:0;	
}
.products a{
	float:left;
	width:155px;
	height:300px;
	border-color:#e1e1e1;
	border-style:solid;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent; /* For some Androids */	
}
.blinds {		
	background:url("../img/sprites_1.png") -1000px -10px;
	border-width:1px;
}
.shades {		
	background:url("../img/sprites_1.png") -670px -10px;
	border-width:1px 0px 1px 0px;
}
.shutters{
	background:url("../img/sprites_1.png") -340px -10px;
	border-width:1px;
}
.drapery{
	background:url("../img/sprites_1.png") -10px -10px;
	border-width:1px 1px 1px 0px;
}
.blinds:hover {
	background:url("../img/sprites_1.png") -1165px -10px;
}
.shades:hover {
	background:url("../img/sprites_1.png") -835px -10px;
}
.shutters:hover {
	background:url("../img/sprites_1.png") -505px -10px;
}
.drapery:hover {
	background:url("../img/sprites_1.png") -175px -10px;
}
.blinds:active {
	background:url("../img/sprites_1.png") -1165px -10px;
}
.shades:active {
	background:url("../img/sprites_1.png") -835px -10px;
}
.shutters:active {
	background:url("../img/sprites_1.png") -505px -10px;
}
.drapery:active {
	background:url("../img/sprites_1.png") -175px -10px;
}
/*----------PRODUCTS END----------*/
/*-------------------CONTENT END----------------------*/

/*-------------------FOOTER START---------------------*/
#footer_wrapper{
	width:100%;
	height:auto;
	margin:0 auto;
}
.footer_block{
	width: 640px;
	margin:10px auto 10px;
}
.footer_line{
	width: 100%;
	height:1px;
	background-image:url("../img/line.png");
	background-repeat:repeat-x;	
	margin:10px auto 10px;
}
.footer_nav{
	float:left;
	font-family: "myriad-pro-1","myriad-pro-2","Helvetica","Arial","sans-serif";
	line-height:35px;
}
.footer_nav a{
	text-decoration:none;
	color: #575757;
	font-size:18px;
	line-height:30px;
	font-weight:100;
}
.footer_nav a:hover, .footer_nav a:active{
	text-decoration:underline;		
}
/*-------SOCIAL MEDIA START-------*/
.social_media{
	height:66px;
	width:auto;
	float:right;
	padding-right:5px;
}
.social_media a {
	width:68px;
	height:66px;
	float:right;
	margin-left:16px;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent; /* For some Androids */	
}
.facebook{ 
	background:url("../img/sprites_2.png") -244px -10px;	
}
.twitter{
	background:url("../img/sprites_2.png") -322px -10px;	
}
.pintrist{
	background:url("../img/sprites_2.png") -400px -10px;	
}
.facebook:hover {
	background:url("../img/sprites_2.png") -10px -10px;
}
.twitter:hover {
	background:url("../img/sprites_2.png") -86px -10px;
}
.pintrist:hover {
	background:url("../img/sprites_2.png") -166px -10px;
}
.facebook:active {
	background:url("../img/sprites_2.png") -10px -10px;
}
.twitter:active {
	background:url("../img/sprites_2.png") -86px -10px;
}
.pintrist:active {
	background:url("../img/sprites_2.png") -166px -10px;
}
/*--------SOCIAL MEDIA END--------*/
nav_spacer{
	padding:0;
	margin:0px 8px;
	font-family: "myriad-pro-1","myriad-pro-2","Helvetica","Arial","sans-serif";
	font-size:16px;
	font-weight:100;
	color: #575757;	
}
/*--------------------FOOTER END----------------------*/

