/* DO NOT EDIT
---------------------------------------------- */
div {
	margin: 0px;
	padding: 0px;
	width: auto;
	height: auto;
}

/* Tags
---------------------------------------------- */
body {
	margin: 0px;
	padding: 40px 0px 0px 0px;
	color: #000;
	font: 12px Arial, Helvetica, sans-serif;
	background: #6f99d0 url(assets/images/background.jpg) no-repeat center top;
}
h1 {
	margin: 0px;
	padding: 0px;
	color: #6E95C8;
	font: bold 18px/26px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
h2 {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	color: #6E6D72;
	font: bold 16px/20px Arial, Helvetica, sans-serif;
}
h3, .h3 {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	color: #4D4D4D;
	font: bold italic 14px/18px Arial, Helvetica, sans-serif;
	text-transform: none;
}
h4, .h4 {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	color: #000;
	font: bold 12px/16px Arial, Helvetica, sans-serif;
}
p {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	line-height: 20px;
}
a {
	color: #32407F;
	font-weight: bold;
	text-decoration: none;
}
	a:hover {
		color: #333;
		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;
}
.boxed {
	margin: 20px;
	padding: 10px;
	color: #fff;
	text-align: center;
	background-color: #4D4D4D;
}
.boxed a {
	color: #fff;
}
.boxed a:hover {
	color: #6E95C8;
}
/* Special
---------------------------------------------- */
.forms p {
	margin: 0px;
}

/* Layout
---------------------------------------------- */
#wrapper {
	position: relative;
	margin: 0px auto;
	width: 899px;
	background: #fff url(assets/images/wrapper_bg.gif) repeat-y left top;
	}
	#header {
		padding: 0px 0px 0px 40px;
		height: 210px;
		background-color: #fff;
		} 
		#addressPhone, #logo {
			position: absolute;
			margin-left: 270px;
			}
		#addressPhone {
			margin-top: 24px;
			color: #6E6D72;
			font: 18px/26px Arial, Helvetica, sans-serif;
			}
		#logo {
			margin-top: 118px;
			color: #6E95C8;
			font: 26px/34px Arial, Helvetica, sans-serif;
			text-transform: uppercase;
			}
			.subHead {
				color: #6E6D72;
				font: 18px/22px Arial, Helvetica, sans-serif;
				display: block;
			}
	#leftCol {
		float: left;
		padding: 20px 0px 30px 39px;
		width: 182px;
		}
		#nav, #nav li, #nav a {
			margin: 0px;
			padding: 0px;
			width: auto;
			height: auto;
			}
			#nav li {
				list-style: none outside none;
				}
				#nav a {
					display: block;
					padding: 12px 0px 12px 28px;
					width: 154px;
					color: #fff;
					font: bold 12px/16px Arial, Helvetica, sans-serif;
					text-transform: uppercase;
					text-decoration: none;
					}
				#nav a:hover {
					background: transparent url(assets/images/navOver.gif) no-repeat left center;
					text-decoration: none;
					}
		#sidebar {
			padding: 30px 10px 0px 10px;
			font-size: 11px;
			color: #CCC;
			}
	#rightCol {
		margin: 0px 0px 0px 308px;
		padding: 30px 0px;
		width: 565px;
			height:auto;
		
		min-height:692px;		
			
		}
	#tagline {
		clear: both;
		height: 65px;
		background: #fff url(assets/images/tagline.gif) no-repeat 308px 8px;
		}
	#title {
		position: absolute;
		top: 210px;
		left: 226px;
		width: 58px;
		text-align: center;
	}
		#title p, #logo p {
			margin: 0px;
}


#footer {
	margin: 0px auto;
	padding: 20px 0px 40px 0px;
	width: 889px;
	color: #fff;
	font: 10px/12px Arial, Helvetica, sans-serif;
	text-align: center;
	}
	#footer a {
		color: #fff;
		}
	#bottomNav, #bottomNav li, #bottom a {
		margin: 0px;
		padding: 0px;
		width: auto;
		height: auto;
		}
	#bottomNav {
		padding-bottom: 10px;
		}
		#bottomNav li {
			display: inline;
			padding: 0px 10px;
			list-style: none outside none;
			}

#stock{
	float:right;
	margin:5px;
}

