@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	width:360px;
	height:20000px;
	max-width:100%;
	margin:auto;
	max-height:100%;
}
#LayoutDiv1 {
	width:360px;
	height:20000px;
	max-width:100%;
	margin:auto;
	max-height:100%;
}
.header {
	
	width:360px;
	height:400px;
	margin:auto;
}
.logo {
	margin:auto;
	height:100px;
	width: 250px;
	background-image:url(../img/logo.jpg);
}
.nav {
	
	width:360px;
	height:300px;
	
}
.gal {
	
	clear: none;
	width: 100%;
	display: block;
}

.blank_box {
	
	width:360px;
	height:50px;
}
.gallery_name {
	width:300px;
	height:50px;
	margin:auto;
	text-align:center;
}
.list_box {
	text-align:center;
	width:350px;
	height:880px;
	
}
.b_box {
	
	width:360px;
	height:50px;
}
.pro_name_box {
	
	width: 100%;
	display: block;
}
.ass_box {
    width:360px;
    height:1300px;
    margin:auto;
	
}
.ass_name {
    width:360px;
    height:50px;
    margin:auto;
}
.bush {

	width:360px;
    height:1780px;
    margin:auto;
}

.m_parts {

	width:360px;
    height:4070px;
    margin:auto;
}
.pins {
    width:360px;
    height:2230px;
    margin:auto;
}
.rings {
	
	width:360px;
    height:4070px;
    margin:auto;
}
.shaft {

	width:360px;
    height:550px;
    margin:auto;
}
.toggle_seat {

	width:360px;
    height:380px;
    margin:auto;
}
.turned_parts {
    width:360px;
    height:4050px;
    margin:auto;
	
}
.foot {

	width: 100%;
	display: block;
}
.rights {

	width: 100%;
	display: block;
}
.foot_nav {

	width: 100%;
	display: block;
}

.bye {
	width: 100%;
	display: block;
}

.img_box {
	
	width: 100%;
	display: block;
}

.line_box {
	width: 100%;
	display: block;
}

.line_img {
	
	width: 100%;
	display: block;
}

.line_box1 {

	width: 100%;
	display: block;
}

.line_img1 {
	
	
	width: 100%;
	display: block;
}

.line_box2 {
	
	width: 100%;
	display: block;
}

.line_box3 {
	
	width: 100%;
	display: block;
}

.line_img2 {
	
	width: 100%;
	display: block;
}

.line_box4 {
	
	width: 100%;
	display: block;
}

.line_img3 {
	
	width: 100%;
	display: block;
}

.line_box5 {
	
	width: 100%;
	display: block;
}

.line_box6 {
	
	width: 100%;
	display: block;
}

.line_img4 {
	
	width: 100%;
	display: block;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 90.675%;
	max-width:100%;
	max-height:100%;
	margin:auto;
}
#LayoutDiv1 {
	max-width:100%;
	max-height:100%;
	margin:auto;
	width: 100%;
	display: block;
}
.header {
	
	width: 100%;
	display: block;
}
.logo {
	
	width: 100%;
	display: block;
}
.nav {
	
	width: 100%;
	display: block;
}
.gal {
	
	display: block;
	margin: auto;
}

.blank_box {
	
	width: 100%;
	display: block;
}
.gallery_name {
	
	width: 100%;
	display: block;
}
.list_box {
	
	width: 100%;
	display: block;
}
.b_box {
	
	width: 100%;
	display: block;
}
.pro_name_box {
	
	width: 100%;
	display: block;
}
.ass_box {
	
	width: 100%;
	display: block;
}
.ass_name {
	
	width: 100%;
	display: block;
}
.bush {
	
	width: 100%;
	display: block;
}
.m_parts {

	width: 100%;
	display: block;
}
.pins {

	width: 100%;
	display: block;
}

.rings {

	width: 100%;
	display: block;
}
.shaft {

	width: 100%;
	display: block;
}
.toggle_seat {
	width: 100%;
	display: block;
}
.turned_parts {

	width: 100%;
	display: block;
}
.foot {
	width: 100%;
	display: block;
}
.rights {

	width: 100%;
	display: block;
}
.foot_nav {

	width: 100%;
	display: block;
}

.bye {	

	width: 100%;
	display: block;
}

.img_box {	

	width: 100%;
	display: block;
}

.line_box {	
	width: 100%;
	display: block;
}

.line_img {	
	
	width: 100%;
	display: block;
}

.line_box1 {	

	width: 100%;
	display: block;
}

.line_img1 {	

	width: 100%;
	display: block;
}

.line_box2 {	

	width: 100%;
	display: block;
}

.line_box3 {	

	
	width: 100%;
	display: block;
}

.line_img2 {	

	width: 100%;
	display: block;
}

.line_box4 {	

	width: 100%;
	display: block;
}

.line_img3 {	

	width: 100%;
	display: block;
}

.line_box5 {	

	width: 100%;
	display: block;
}

.line_box6 {	

	width: 100%;
	display: block;
}

.line_img4 {	

	width: 100%;
	display: block;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width:100%;
    max-width:100%;
    height:8410px;
    margin:auto;
	max-height:100%;
	
}
#LayoutDiv1 {
	width: 100%;
	height:8410px;
	max-width:100%;
	margin:auto;
	max-height:100%;
	
}
.header {
	width: 100%;
	height:100px;
	margin:auto;
}
.logo {
	float: left;
	height:100px;
	width: 250px;
	background-image:url(../img/logo.jpg);
}
.nav {
	width: 1070px;
	height:100px;
	float:left;
	
	
}
.gal {
	
	width:1350px;
	height:7280px;
	
}

.blank_box {
	
	width:350px;
	height:30px;
	float:left;
	padding-top:20px;
	text-align:center;
	
}
.gallery_name {
	width:500px;
	height:40px;
	float:left;
	padding:10px;
	text-align:center;
	
	
}
.list_box {
	width:550px;
	height:850px;
	margin:auto;
	padding:10px;
	text-align:center;
	
	
}
.b_box {
	width:900px;
	height:40px;
	
	
}
.pro_name_box {
	width:1350px;
	height:950px;
	margin:auto;
	
}
.ass_box {
	width:700px;
	height:450px;
	margin:auto;
	
}
.ass_name {
	width:300px;
	height:40px;
	padding:10px;
	margin:auto;
	
	
}
.bush {
	width:700px;
	height:750px;
	margin:auto;
	
}
.m_parts {
	width:700px;
	height:1500px;
	margin:auto;
	
}
.pins {
    width:700px;
	height:900px;
	margin:auto;
	
}

.rings {
    width:700px;
	height:1500px;
	margin:auto;
	
}
.shaft {
    width:700px;
	height:250px;
	margin:auto;
}
.toggle_seat {
     width:700px;
	height:250px;
	margin:auto;
}
.turned_parts {
     width:700px;
	height:1650px;
	margin:auto;
}
.foot {
    width:1350px;
    height:70px;
	clear:both;
	
}
.rights {
    width:300px;
	height:30px;
	float:left;
	padding:10px;
	text-align:center;
	
	
}
.foot_nav {
   width:400px;
   height:30px;
   float:right;
   padding:10px;
  
}

.bye {
   width:590px;
   height:30px;
   float:right;
   padding:10px;
   text-align:center; 
   
}

.img_box {
   width:300px;
   height:647px;
   float:left;
   background-image:url(../img/img1.jpg);

}

.line_box {
width:1350px;
height:450px;
margin:auto;

}

.line_img {
width:200px;
height:431px;
float:right;
background-image:url(../img/imgs.jpg);
}

.line_box1 {
width:1350px;
height:750px;
margin:auto;

}

.line_img1 {
width:200px;
height:431px;
float:right;
background-image:url(../img/imgs.jpg);
}

.line_box2 {
width:1350px;
height:1500px;
margin:auto;
}

.line_box3 {
width:1350px;
height:1500px;
margin:auto;

}

.line_img2 {
width:116px;
height:250px;
float:right;
background-image:url(../img/imgs2.jpg);
}

.line_box4 {
width:1350px;
height:250px;
margin:auto;
}

.line_img3 {
width:116px;
height:250px;
float:left;
background-image:url(../img/imgs3.jpg);
}

.line_box5 {
width:1350px;
height:1650px;
margin:auto;

}

.line_box6 {
width:1350px;
height:900px;
margin:auto;

}

.line_img4 {
width:200px;
height:431px;
float:left;
background-image:url(../img/imgs1.jpg);
}


}