@import 'nav.css';
@import 'text.css';
@import 'column.css';
@import 'form.css';
@import 'price.css';
@import 'content.css';



/*  Template */

body
{
	margin : 0;	
	padding :0;
	text-align :center;
	background-color : #333333;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 0.7em;
}



div#page
{
	position : relative;	
	margin-left : auto;
	margin-right : auto;
	margin-top : 5px;
	width : 814px;
  background-color: #fff;
}


div#header
{
	position : absolute;
	width : 814px;
	top : 10px;
	left :0;
	height :220px;
	background-image : url(../images/header-bg.jpg);
	background-repeat : no-repeat;
}

#logo
{
	position : absolute;
	top: 15px;
	left: 10px;
}
#quality{
	position : absolute;
	left :630px;
	top: 35px;
}



div#right
{
	float: right;
	width : 189px;
}



div#main
{
	position : absolute;
	top :230px;
	left : 0;
	width : 814px;	
	
	background-image : url(../images/page-bg.jpg);
	background-repeat : repeat-y;
	padding-top:10px;
}

div#content{
	width : 785px;
	margin: 0 auto 0 auto;
}



div#content_in
{
	width : 595px;	
	float : left;	
	background-image : url(../images/main-bg.jpg);
	background-repeat : repeat-y;	
}

div#contents{
	width : 520px;
	margin: 5px auto 0 auto;
	padding-right: 10px;
	text-align : justify;
}


div#contents img{
  margin-top : 15px;

}


div#main-top{
	background-image : url(../images/main-top.jpg);
	background-repeat : no-repeat;
}

div#main-bottom{
	background-image : url(../images/main-bottom.jpg);
	background-repeat : no-repeat;
	height : 24px;
}




div#footer
{		
	width : 814px;
	height : 88px;
	background-image : url(../images/footer_bg.jpg);
	background-repeat : no-repeat;
	clear : both;	
	
}

div#footer_in
{
	width :680px;
	float : left;
	margin-left : 12px;	
	line-height : 25px;
	margin-top : 50px;
	text-align : center;
	color : #B1B1B1;
  font-size: 0.86em;
  
}

div#signature
{
 	position : absolute;
	bottom : -20px;
	left : 0;
	width : 700px;
	height : 20px;	
	text-align : right;
	font-size : 10px;		
}

div#signature a 
{
	color : #666;
}

div#signaure a:hover
{
	color : #79BFCB;
}








