body {
	margin: 0;
	padding: 0;
	height: 100%;
	background: #FCFCFC url('../img/body-bg.png') repeat-x top left;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}
img {
	margin: 0;
	padding: 0;
	border: 0;
}	
img.inline-left {
	display: inline;
	float: left;
	margin: 5px 15px 15px 0;
}
img.inline-right {
	display: inline;
	float: right;
	margin: 5px 0 15px 15px;
}
a {
	text-decoration: none;
	color: #2D383E; 
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}
a:hover {
	color: #E10000;
	cursor: pointer;
}
p {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #2D383E;
	line-height: 21px;
	margin: 5px 10px 5px 15px;
}
p.intro {
	font-size: 12px;
	line-height: 25px;
}
span.subtitle {
	color: #CCCCCC;
	margin: 0 0 0 15px;
}
iframe {
	margin: 10px 0 0 15px;
}	
h1 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #E10000;
	margin: 10px 0 5px 0;
	padding: 0;
}
h2 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #074F82;
	margin: 10px 0 5px 0;
	padding: 0;
}
h2 a {
	color: #E10000;
}
h3 a {
	color: #E10000;
}
h2.grey, p.grey{
	color: #737373;
}
h3 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: regular;
	color: #E10000;
	margin: 10px 0 5px 0;
	padding: 0;
}
label {
	position: relative;
	float: left;
	width: 165px;
}
table {
	margin: 10px 0 0 15px;
}
td {
	padding: 3px 15px 3px 0;
}
ul {
	margin: 10px 15px 15px 0;
	padding: 0;
	list-style-position: inside;
	list-style-type: disc;
}
li {
	padding: 5px 0 0 15px;
	height: 20px;
	color: #2D383E;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}
ul.column-right {
	margin: 10px 15px 15px 0;
	padding: 0;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}
ul.column-right li {
	padding: 5px 0 0 15px;
	height: 20px;
	color: #737373;
}
ul.nested {
	margin: 10px 15px 15px 15px;
	padding: 0;
}
ul.nested li {
	padding: 5px 0 0 15px;
	height: auto;
}
div#banner-rotator {
	width: 284px;
	height: 180px;
	float: left;
	overflow: hidden;
}
	div#banner-rotator img {
		position: relative;
		float: left;
		width: 100%;
		height: 100%;
	}
ul#banner-pager {
	position: absolute;
	left: 283px;
	list-style-type: none;
	margin: 13px 0 0 0;
	padding: 0;
}
	ul#banner-pager li {
		border-right: 1px solid #CCCCCC;
		border-top: 1px solid #CCCCCC;
		border-bottom: 1px solid #CCCCCC;
		float: left;
		width: 13px;
		height: 15px;
		margin: 4px 5px 0 0;
		padding: 2px 0 0 7px;
	}	
	ul#banner-pager li.first {
		display: none;
	}
	li a.activeSlide {
		font-weight: bold;
	}
	.news-li-title{
		float: right;
		height: 15px;
		padding: 3px 10px 0 0;
	}
	.news-li-date {
		width: 36px;
		height: 18px;
		padding: 3px 5px 0 0;
		float: right;
		color: #FFFFFF;
		font-size: 11px;
		font-weight: bold;
		margin-bottom: -5px;
		background: url('../img/news-li-date.png') no-repeat top left;
	}
input {
	position: relative;
	float: left;
	height: 20px;
	border: 0;
	padding: 3px 0 0 5px;
	margin: 5px 10px 0 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}
select {
	float: left;
	height: 20px;
	border: 0;
	padding: 1px 0 0 5px;
	margin: 5px 10px 0 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}
textarea {
	position: relative;
	display: block;
	float: left;
	height: 150px;
	border: 0;
	padding: 3px 0 0 5px;
	margin: 5px 10px 0 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}
div.textarea-wrapper {
	position: relative;
	float: left;
}
input.input-200-grey {
	width: 200px;
	border: 1px solid #CCCCCC;
}
input.input-150-grey {
	width: 150px;
	border: 1px solid #CCCCCC;
}
select.select-150-grey {
	width: 157px;
	border: 1px solid #CCCCCC;
}
textarea.textarea-200-grey {
	width: 200px;
	border: 1px solid #CCCCCC;
}
button, input[type=submit] {
	height: 20px;
	border: 0;
	padding: -2px 0 0 0;
	margin: 8px 10px 0 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
button:hover {
	cursor: pointer;
}
.button-white-125 {
	width: 125px;
	background: url('/img/button-white-125.png') no-repeat top left;
	color: #075084;
}
form {
	overflow: hidden;
}



#site-container {
	width: 990px;
	margin: 0 auto 0 auto;
	text-align: left;
	overflow: hidden;
	padding: 0;
	background-color: #FFFFFF;
}
	#header {
		position: relative;
		float: left;
		width: 990px;
		height: 75px;
		background: url('../img/header-bg.png') no-repeat top left;
	}
		#header-menu {
			position: relative;
			float: left;
			width: 720px;
			height: 31px;
			margin: 43px 0 0 0;
		}
			#header-menu li br {
				clear: both;
				height: 0;
			}
			#header-menu li ul {
				position: absolute;
				float: left;
				border-right: 1px solid #CDD7DC;
				border-bottom: 1px solid #CDD7DC;
				border-left: 1px solid #CDD7DC;
				padding: 10px 50px 10px 14px;
				margin: 0 0 0 0;
			}
			#header-menu li ul li {
				float: none;
				line-height: 21px;
				margin: 0;
				padding: 0;
			}
			#header-menu ul {
				float: left;
				margin: 0 21px 0 21px;
				padding: 0;
				list-style-image: none;
				list-style-position: outside;
				list-style-type: none;
			}
			#header-menu li {
				padding: 5px 10px 5px 10px;
				height: 22px;
				float: left;
			}
			#header-menu li.active {
				background-color: #346E98;
			}
			#header-menu a {
				color: #FFFFFF;
				font-size: 12px;
				font-weight: bold;
			}
		#header-contact {
			position: relative;
			float: right;
			width: 150px;
			height: 50px;
			padding: 15px 0 0 80px;
			background: url('../img/header-contact-bg.png') no-repeat top left;
		}
			#header-contact span.no{
				position: relative;
				float: left;
				color: #FFFFFF;
				font-size: 18px;
				font-weight: bold;
			}
			#header-contact span.sub {
				position: relative;
				float: left;
				color: #AEE3FB;
				font-size: 11px;
				width: 90px;
			}
	#content {
		position: relative;
		float: left;
		width: 990px;
		padding: 0 0 0 16px;
		background: url('../img/content-bg.png') no-repeat top left;
	}
		#content-intro {
			width: 685px;
			height: 170px;
			background: url('../img/content-intro-bg.png') no-repeat top left;
		}
		.content-column {
			position: relative;
			float: left;
			border-right: 1px solid #EBEBEB;
		}
			.content-column-noborder h1, .content-column h1{
				margin: 15px 0 15px 15px;
			}
			#breadcrump {
				margin: 0 0 0 15px;
			}
		.content-column-noborder {
			position: relative;
			float: left;
		}
		.content-block {
			position: relative;
			float: left;
			border-top: 1px dotted #CCCCCC;
			width: 100%;
			padding: 0 0 7px 0;
		}
			.content-block h1, .content-block h2, .content-block h3, .content-block p, .content-block button {
				margin: 15px 15px 7px 15px;
			}
			
		.category-block {
			position: relative;
			float: left;
			margin: 0 1px 0 0;
			width: 210px;
			height: 200px;
			border-top: 1px solid #EBEBEB;
		}
			.category-block h3, .category-block p, .category-block button{
				margin: 15px 15px 0 15px;
			}	
		.product-block {
			position: relative;
			float: left;
			
			margin: 0 1px 0 0;
			width: 209px;
		}
			.product-block h2, .product-block h3, .product-block p, .product-block button{
				margin: 10px 15px 0 15px;
			}	
			.price-block {
				position: relative;
				float: left;
				width: 100%;
				margin: 5px 0 0 15px;
			}
				.price-text {
					position: relative;
					float: left;
					height: 41px;
					padding: 20px 3px 0 3px;
				}
				.price-digits {
					position: relative;
					float: left;
					width: 51px;
					padding: 0 0 0 10px;
					background: url('../img/product-price-digits.png') no-repeat bottom left;
					height: 41px;
					color: #FFFFFF;
					font-weight: regular;
					font-size: 12px;
				}
					.price-digits span {
						padding: 18px 0 0 8px;
					}
		#contact-block {
			float: left;
			width: 192px;
			height: 190px; 
			margin: 30px 0 0 17px;
			padding: 58px 0 0 0;
			background: url('../img/contact-block-bg.png') no-repeat top left;
		}
		#contact-block p {
			text-align: left;
		}
		.product-contact-block {
			position: relative;
			float: left;
			width: 350px;
			margin: 15px 0 0 15px;
		}
	
#site-footer {
	position: relative;
	float: left;
	width: 100%;
	height: 100px;
}
	#footer {
		width: 990px;
		margin: 0 auto 0 auto;
		text-align: left;
		padding: 20px 0 0 0;
		height: 40px;
		background: url('../img/footer-bg.png') no-repeat top center;
	}
		#footer img {
			float: right;
		}
		#footer ul {
			float: left;
			margin: 0 21px 0 21px;
			padding: 0;
			list-style-image: none;
			list-style-position: outside;
			list-style-type: none;
		}
		#footer li {
			padding: 0;
			margin: 0 14px 0 0;
			float: left;
			font-family: Arial, Verdana, sans-serif;
			font-size: 11px;
			color: #BBBBBB;
		}
		#footer li a {
			color: #BBBBBB; 
		}
		#footer li a:hover {
			color: #E10000;
			cursor: pointer;
		}

