/* Tags
---------------------------------------------- */
body {
	margin: 0px;
	padding: 0px;
	color: #1f3044;
	font: 12px Arial, Helvetica, sans-serif;
	background-color:#93BFDA;
}
h1 {
	margin: 0px;
	padding: 0px;
	color: #1f3044;
	font: bold 24px/26px Arial, Helvetica, sans-serif;
}
h2 {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	color: #000;
	font: bold 18px/20px Arial, Helvetica, sans-serif;
}
h3 {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	color: #1f3044;
	font: bold 16px/18px Arial, Helvetica, sans-serif;
}
h4 {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	color: #000;
	font: bold 14px/16px Arial, Helvetica, sans-serif;
}
p {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	line-height: 20px;
}
a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
	a:hover {
		color: #000000;
		text-decoration: underline;
	}
hr {
	color: #000;
	height: 1px;
	background-color: #000;
	border: none;
}
ul, ol, dl {
	line-height: 20px;
}
/* Classes
---------------------------------------------- */
.imgborder {
	border: 1px solid #000;
}
.smalltext {
	font-size: 11px;
	line-height: 16px;
}
.nomargin {
	margin: 0px;
}
.margin {
	margin: 10px;
}
.center {
	text-align: center;
}
.clear {
	clear: both;
}

/* Special
---------------------------------------------- */
.forms p {
	margin: 0px;
}

/* Layout
---------------------------------------------- */
#wrapper {
width:auto;
height:auto;
margin:0 auto;
padding:0px;
background:url(assets/images/wrapper_bg.jpg) center top no-repeat;
}
	#container {
	width:983px;
	height:auto;
	margin:0 auto;
	padding:0px;
	background:url(assets/images/container_bg.jpg) left top repeat-y;
	}
		#contents {
		width:auto;
		height:auto;
		margin:0px;
		padding:0px;
		background:url(assets/images/contents_bg.jpg) left top no-repeat;
		}
			#header {
			width:auto;
			height:174px;
			margin:0px;
			padding:0px;
			}
				#logo {
				width:221px;
				height:136px;
				margin:0px;
				padding:10px 0 0 30px;
				}
				#topInfo {
				width:225px;
				height:auto;
				margin:0px;
				padding:25px 25px 0 0;
				font:bold 20px/24px Arial, Helvetica, sans-serif;
				color:#1f3044;
				text-align:right;
				float:right;
				}
			#leftCol {
			width:215px;
			height:auto;
			margin:0px;
			padding:0px 0 0 16px;
			}
				#nav_container {
				width:auto;
				height:auto;
				margin:0px;
				padding:0px;
				background:url(assets/images/nav_container.jpg) left top repeat-y;
				}
					#nav_contents {
					width:auto;
					height:auto;
					min-height:200px;
					_height:200px;
					margin:0px;
					padding:0px;
					background:url(assets/images/nav_contents.jpg) left top no-repeat;
					}
						#nav {
						width:auto;
						height:auto;
						margin:0px;
						padding:24px 18px 0 18px;						
						}
						#nav li {
						padding:0 0 5px 0;
						list-style:none;
						background:url(assets/images/nav_line.jpg) center bottom no-repeat;
						}
						#nav li a {
						height:19px;
						display:block;
						padding:0 10px 0 10px;
						font:14px/19px Arial, Helvetica, sans-serif;
						color:#bed3eb;
						}
						#nav li a:hover {
						text-decoration:none;
						background:url(assets/images/nav_over.jpg) left top no-repeat;
						}
						#nav .last {
						background:none;
						}
					#nav_footer {
					width:auto;
					height:20px;
					margin:0px;
					padding:0px;
					background:url(assets/images/nav_footer.jpg) left top no-repeat;
					}				
			#rightCol {
			width:640px;
			height:auto;
			margin:0px;
			padding:90px 60px 0 0 ;
			float:right;
			}
		#footer {
		width:1199px;
		height:80px;
		margin:0 0 0 -108px;
		position:absolute;
		padding:280px 0 0 0;
		background:url(assets/images/footer_bg.jpg) center top no-repeat;
		}
		
			#nav2 {
			width:auto;
			height:auto;
			margin:0px;
			padding:0px;
			text-align:center;					
			}
			#nav2 li {
			list-style:none;
			display:inline;
			}
			#nav2 li a {
			padding:0 5px 0 5px;
			border-right:1px solid #000;
			font:bold 10px Arial, Helvetica, sans-serif;
			color:#000;
			}
			#nav2 li a:hover {
			text-decoration:none;
			color:#fff;
			}
			#nav2 .lastbtm {
			border:none;
			}
			#copy {
			width:auto;
			height:auto;
			margin:0px;
			padding:0px;
			font:bold 10px/24px Arial, Helvetica, sans-serif;
			color:#000;
			text-align:center;
			}
			#copy a {
			text-decoration:underline;
			}
			#copy a:hover {
			color:#fff;
			}

#stock{
	float:right;
	margin:10px;	
	border: 1px solid #000;
	
}


