/*------------------------------ Reset ------------------------------*/

* {
padding:0px;
margin:0px;
} 
html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, address, code, img,
small, strike, strong, dl, dt, dd, ol, ul, li,
fieldset, form, label,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}

/*------------------------------ Body ------------------------------*/
html {
	background-color: #146974;
	}

body {
	line-height: 1;
	color: black;
	}
	#wrap {
		width: 939px;
		border-left: 1px solid #115861;
		border-right: 1px solid #115861;
		border-bottom: 1px solid #115861;
		margin-left: auto;
		margin-right: auto;
		}
	#body {
		width: 100%;
		height: 100%;
		border: 1px solid #121212;
		border-top: 0px;
		border-bottom: 0px;
		
		background-color: #003876;
		margin-top: 0px;
		}
		
/*------------------------------ Header ------------------------------*/

	#header {
		height: 150px;
		width: 100%;
		background-color: white;
		}
		
	#logo a{
		display: block;
		width: 500px;
		height: 146px;
		background: url("imgs/logo.jpg") 0 0 ;
		text-indent: -9999px;
		float: left;
		}
	#navigation {
		width: 400px;
		height: 96px;
		float: right;
		text-align: right;
		padding-right: 10px;
		}
		#navigation ul {
			display: inline;
			}
		#navigation li {
			list-style: none;
			padding: 2px 15px;
			border-left: 1px solid #000;
			display: inline;
			font: 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
			text-transform:uppercase;
			}
	
	.title {
		height: 57px;
		background-color: #C3BDA4;
		background-image: url('imgs/title_background.jpg');
		background-repeat: repeat;
		}
		.title h1 {
			font: 18px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
			padding: 5px 10px 10px 5px;
			color: #49473F;
			}
	.body_text {
		height: 100%;
		background-color: #EFEBDA;
		padding: 15px;
		}
				.body_text p {
					margin-bottom: 10px;
					font: 12px Arial, Helvetica, sans-serif;
					color: #121212;
				}
				.body_text strong {
					font: 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
					text-decoration: underline;
					}
				
	#footer {
		height: 71px;
		background-color: #121212;
		background-image: url('imgs/footer_background.jpg');
		background-repeat: repeat;
		}
	#copyright {
		display: block;
		background: url("imgs/copyright.jpg") 0 0 ;
		width: 207px;
		height: 71px;
		float: left;
		}

	.title2 {
		font: 15px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		color: #2A291C;
		border-bottom: 1px solid #5C5A3E;
	}

	h1 {
		font: 15px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		color: #2A291C;
	}
	h2 {
		font: 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		color: #2A291C;
	}

	#product_table td{
			padding: 15px;
	}