/* Website */

#page {


	width: 100%;
	height1: 900px;
	

}


/*------------ IMAGES ------------*/

#frame-a{
	background: url(/images/home/frame.png) no-repeat center top;
	display: block;
	height: 204px;
	width: 220px;
	margin: 0;
	padding: 5px 5px 10px;
}
.box1 {
	padding: 3px 6px 0px;
}

.box1 img:hover
{
	opacity:0.3;
	filter:alpha(opacity=50);
}
/*------------ 	TEXT  ------------*/


/*------------ media width 975------------*/

@media only screen and (max-width : 975px) {
	
#page {


	width: 100%;
	height: 2800px;
	

}

.column {
	height: 400px;
}

#text-box{

	width: 500px;
	height: 100%;
}

#home-page-pic{

	position: relative;
	background-image: url(/images/home/frame-home-a.png);
	background-repeat: no-repeat;
	background-position: center;
	top: 100px;
  	width: 100%;
  	height: 675px;
}

#home-page-pic img{

	position: relative;
	top: 145px;
	width:635px;
	height:325px;
	
}

#home-page-text{
	

	height: 1100px;


	
}

#featured{

	width: 500px;
	height: 600px;
}

}

/*------------ media width 795 ------------*/

@media only screen and (max-width : 690px) {
	
#page {


	width: 100%;
	height: 3000px;
	

}

#text-box{

	width: 300px;
	height: 100%;
}

#home-page-pic{

	position: relative;
	background-image: url(/images/home/frame-home-b.png);
	background-repeat: no-repeat;
	background-position: center;
	top: 100px;
  	width: 100%;
  	height: 545px;
}

#home-page-pic img{

	position: relative;
	top: 175px;
	width:340px;
	height:200px;
	
}

#home-page-text{
	

	height: 1500px;


	
}


}

/*------------ media width 675 ------------*/

@media only screen and (max-width : 540px) {


#page {

	width: 100%;
	height: 3800px;
}



#home-page-text1{
	position: absolute;
	top: 850px;
	width: 100%;
	height: 1700px;
}

#featured{

	width: 250px;
	height: 600px;
}
}


@media only screen and (max-width : 675px) {
	
.featured .clearfix {
	width: 300px;
	

	
}


/*------------ media width 450 ------------*/

@media only screen and (max-width : 450px) {

#home-page-text{
	position: absolute;
	top: 850px;
	width: 100%;
	height: 1700px;
}


#featured{

	position: relative;
	top: 1850px;
	width: 250px;
	height: 100px;
}

#page {

	width: 100%;
	height: 4100px;
}
	
}

/*------------ media width 320------------*/

@media only screen and (max-width : 320px) {
	


}