/* CSS Reset */

@import url(css.css);
@import url(link.css);

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,    
pre, form, fieldset, input, textarea, p, blockquote, th, td {    
 padding: 0;   
 margin: 0;   
 }   
fieldset, img {    
 border: 0;   
 }   
table {   
 border-collapse: collapse;   
 border-spacing: 0;   
 }   
ol, ul {   
 list-style: none;   
 }   
address, caption, cite, code, dfn, em, strong, th, var {   
 font-weight: normal;   
 font-style: normal;   
 }   
caption, th {   
 text-align: left;   
 }   
h1, h2, h3, h4, h5, h6 {   
 font-weight: normal;   
 font-size: 100%;   
 }   
q:before, q:after {   
 content: '';   
 }   
abbr, acronym {    
 border: 0;   
 }
 
 /************************* GENERAL STYLE *************************/
 
body{
	 background:url(../images/bgmain.jpg) top repeat-x;
 }
 
h1{
	 font-family:Tahoma;
	 font-size:1.2em;
	 color:#57A514;
	 font-weight:bold;
	 text-align:left;
	 padding:10px 0 10px 0;
}
 
h3{
	 font-family:Tahoma;
	 font-size:.8em;
	 color:#333333;
	 text-align:center;
	 padding:0 0 5px 0;
 }
 
/***********************************************************/
/************************* APS STYLE *************************/
 
#wrap{
	margin:0 auto;
	width:960px;
}
 
#header{
	background:url(../images/bgheader.jpg) top no-repeat;
	height:507px;
	width:960px;
}

#maincontent{
	background:url(../images/bgmaincontent.gif) repeat-y top;
	height:700px;
	padding:20px 0 0 0;
}

/************************** PRODUCT **************************/

#title_header{
	margin:0 auto;
	padding:0 0 0 30px;
	width:900px;
	float:left;	
}

#title_header h1{
	padding:30px;
	 font-family:Tahoma;
	 font-size:1.6em;
	 color:#000000;
	 font-weight:bold;
	 text-align:left;
}

#prodlist{
	margin:0 auto;
	padding:0 10px 0 10px;;
	width:600px;
	float:left;
}

#prodlist h1{
	padding:10px;
}

#prodlist table{
	width:600px;
}

.prodname{
	height:35px;
}

.prodname a{
	text-decoration:underline;
	color:#333333;
}

.prodname a:vieited{
	text-decoration:underline;
	color:#333333;
}

.prodname a:hover{
	text-decoration:none;
	color:#339900;
}

.prodpic{
	text-align:center;
}

.prodpic img{
	border:#CCCCCC 1px solid;
	padding:10px;
}

/*************************** SPEC ***************************/

#spec{
	width:320px;
	float:left;
	height:500px;
}

#spec p{
	font-family:Tahoma;
	font-size:.8em;
	color:#666666;
	line-height:1.6em;
	padding:0 0 0 7px;
}

#spec span{
	color:#990000;
}

#spec em{
	font-weight:bold;
}

/*************************** SPACE ***************************/
#footer{	
	text-align:center;
	background:url(../images/bgfooter.jpg) top no-repeat;
	height:151px;
	width:960px;
	margin:0 0 30px 0;
}

#footer p{
	color:#FFFFFF;
	font-family:Tahoma;
	font-size:.7em;
	padding:115px 0 0 0;
}

/*************************** SPACE ***************************/

.space{
	height:20px;
}
