@charset "UTF-8";
/* CSS Document */

body { background-image:url(../images/style/bkg1.jpg);
		margin:0px;
		padding:0px;
}

a {outline:none;
}

.header { width:1000px;
			  height:127px;
			  margin:8px auto 0 auto;
}

a#header {color:#FFF;
		  padding:0;
		  margin:0;
		  outline:none;
}

img#logo {padding-right:8px;
}

#crossslide {
	margin: 12px auto 0 auto;
	width: 850px;
	height: 500px;
			}

.footer {width:1000px;
		margin:35px auto 0 auto;
		padding:0 40px 0 0;
		text-align:center
		}
		
#container {
	margin: 12px auto 0 auto;
	width: 1000px;
	height: 500px;
	font-family: Arial, sans-serif;
	color:#ebe77c;
	vertical-align:top;
			}


table.productnav {
				 width:1000px;
				 padding:20px 10px 20px 10px;
				 height:20px;
				}
				table.productnav tr td {
								text-align:center;
								padding:0 0px 0px 0;
								font-size:15px;
								letter-spacing:3px;
								height:20px;
								border-left:solid 2px #d5d3d2;
				}
				table.productnav tr td:first-child {border-left:none;
													padding-left:6px;
				}
					
					table.productnav tr td a {font-size:16px;
												color:#fcee21;
												padding-left:0px;
												padding-top:0px;
												text-decoration:none;
												letter-spacing:3px;
												font-weight:bold;
					}
						table.productnav tr td a:hover {font-size:16px;
												color:#ef3e24;
												padding-left:0px;
												text-decoration:none;
						}

table.contentsystem {
				 width:1000px;
				 padding:20px 10px 20px 10px;
				 height:450px;
				 
				}
				table.contentsystem tr td {width:500px;
								text-align:left;
								padding:0 0 0 0px;
								font-size:15px;
								vertical-align:top;
								letter-spacing:3px;
				}
					table.contentsystem tr td h1 {font-size:30px;
												padding-left:0px;
												font-family: Arial, sans-serif;
												text-decoration: underline;
					}
					table.contentsystem tr td h2 a {font-size:20px;
												color:#d5d3d2;
												padding-left:90px;
												padding-top:0px;
												text-decoration:none;
												letter-spacing:2px;
					}
						table.contentsystem tr td h2 a:hover {font-size:20px;
												color:#fff;
												font-weight:bold;
												padding-left:90px;
												text-decoration:none;
						}
					table.contentsystem tr td p {margin-top:25px;
												font-size: 16pt;
					}
					
					table.contentsystem tr td p2 {margin-top:0px;
												font-size: 12pt;
					}

					table.contentsystem tr td p3 {margin-top:0px;
												font-size: 14pt;
					}
					
a.contentsystem {
				 text-decoration:none;
				 color:#CCC;
				 font-weight: ;
				 
				}
				
a.contentsystem:visited {
				 text-decoration:none;
				 color:#CCC
				 
				}
				
table.footersystem {
				 width:1040px;
				}
				table.footersystem tr td {
					color:#F00;
					text-align:center;
					padding:0 0 0 0px;
					font-size:15px;
					vertical-align:top;
                                        
				}
				
					table.footersystem tr td a {font-size:15px;
												color:#F00;
												text-decoration:none;
					}
					table.footersystem tr td a:hover {font-size:15px;
												color:#000000;
												font-weight:bold;
												text-decoration:none;
					}
					table.footersystem tr td a:visited {font-size:15px;
												color:#F00;
												text-decoration:none;
					}
				

