@charset "utf-8";
/* CSS Document */

  body{
  background-color:#ffffff;
  background-image:url(files/bgfabric.jpg);
  background-position:center;
  background-repeat:repeat;
  }
  
  .rip{
  font-size:0px;
  color:white;
  font-family:garamond;
  position:absolute; top:60; left:50%; margin-left:-372; 
  background-color:#FFF;
  background-image:url(files/rip.jpg); background-position:center; background-repeat:no-repeat;
  width:745;
  height: 535;
  border:solid 0px black;
  border-bottom-width:0;
  border-top-width:0;
  border-left-width:0;
  border-right-width:0;
  overflow:inherit;
  }
  .container{
  font-size:0px;
  color:white;
  font-family:garamond;
  position:absolute; top:10; left:50%; margin-left:-352; 
  background-color:transparent;
  width:705;
  height: 490;
  border:solid 1px transparent;
  border-bottom-width:1px;
  border-top-width:1px;
  border-left-width:1px;
  border-right-width:1px;
  overflow:inherit;
  text-align:right;

  }
  
    .pic{
	background-image:url(files/pic.png);
	background-position:center; background-repeat:no-repeat;
  font-size:12px;
  color:#000;
  position:absolute; top:80; left:1; 
  background-color:transparent;
  width:250;
  height: 179;
  border:solid 0px red;
  overflow:hidden;

  }
  
  .menu{
  	border:solid 1px #bebebe; border-top:0px;
	background-color:#fff;
	background-image:url(files/menu2.png);
	background-position:bottom;
	background-repeat:repeat-x;
    width:700;
    height:30px;
    position:absolute; top:50; left:0;
    font-family:;
	font-style:  ;
	font-variant: ;
	font-weight:bolder ;
	font-size: 10px ;
	line-height: ;
	word-spacing:;
	letter-spacing: ;
	text-decoration: ;
	text-transform: ;
	text-align: left;
	text-indent:center; 
	color:#666666;
	padding-left:100px;
	}
	
	.header{
	border:solid 1px #d09d09; border-bottom:0px; border-top:0px;
	background-color:#D8D8D8;
	background-image:url(files/shieldlogoshadow3.png); background-position:right; background-repeat:no-repeat;
    /*size*/
	width:700;
    height:125px;
    position:absolute; top:80px; left:0;
    font-family:Palatino Linotype;
	font-style:  ;
	font-variant:small-caps ;
	font-weight:bold ;
	font-size: 38px ;
	line-height: ;
	word-spacing:  ;
	letter-spacing: ;
	text-decoration: ;
	text-transform: ;
	text-align:center;
	text-indent:center; 
	color:firebrick;
	padding-left:220;
	padding-top:20;
	}
	
	
	.content{
	border:solid 1px firebrick;
	background-color:#CCCCCC;
	background-image:url(); background-repeat:repeat-x;
    /*size*/
	width:700;
    height:280px;
    position:absolute; top:205px; left:0;
    font-family:;
	font-style:  ;
	font-variant:small-caps ;
	font-weight: ;
	font-size: 10px ;
	line-height: ;
	word-spacing:  ;
	letter-spacing: ;
	text-decoration: ;
	text-transform: ;
	text-align:left;
	text-indent:left; 
	color:black;
	padding-top:50;
	overflow:auto;
	}
	
	.P1{
	border:solid 1px firebrick;
	background-color:white;
    /*size*/
	width:170px;
    height:225px;
    position:absolute; top:50; left:5;
    font-family:;
	font-style:  ;
	font-variant:small-caps ;
	font-weight:bold ;
	font-size: 10px ;
	line-height: ;
	word-spacing:  ;
	letter-spacing: ;
	text-decoration: ;
	text-transform: ;
	text-align:left;
	text-indent:left; 
	color:black;
	padding:2;	
	}
	
	.P2{
	border:solid 1px firebrick;
	background-color:white;
    /*size*/
	width:496;
    height:270;
    position:absolute; top:5; left:182;
    font-family:arial;
	font-style:  ;
	font-variant: MS San Serif;
	font-weight: ;
	font-size: 14px ;
	line-height: ;
	word-spacing:  ;
	letter-spacing: ;
	text-decoration: ;
	text-transform: ;
	text-align:left;
	text-indent:left; 
	color:black;
	padding:5;	
	}
	
	/*menu style*/
	.Mstyle{
	border:solid 1px  #BEBEBE; border-bottom:0px; border-top:0px;
	width:100px;
	height:25px;
	color:#bebebe; 
	font-size:9px;
	text-align:center;
	font-weight:bolder;
	
	}
	
	
	
	/*HYPERLINK*/
	a {font-size:9px; text-decoration: none; text-transform:uppercase;} 
	a:link {color:#999999} 
	a:visited {color : #bebebe} 
	a:active {color : #bebebe} 
	a:hover {color : firebrick}

	

