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

html {
	height: 100%; /* This forces the browser to display a vertical scroll bar at all times, thereby eliminating horizontal shift when navigating between long and shortpages */
	margin-bottom: .1px;
}

* {
	padding: 0;
	margin: 0;
}

form {
	margin: 0;
	padding: 0;
}

body {
	margin-top: 10px;
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	background: #46483c;
}


/* COMMON STYLE
--------------------------------------------------------- */
a {
	color: #bce8ff;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: none;
}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 1em 0;
	padding: 0;
}

p { margin: 0 0 5px; }

img { border: 0 none; }

h1 {
	font-size: 180%;
	margin-bottom: 17px;
}

h2 {
	padding-bottom: 12px;
	font-size: 24px;
	font-weight: normal;
	color: #bce8ff;
	border-bottom: solid 1px #7f93a2;
}

h3 {
	width: 200px;
	margin: 3px 0 15px;
	white-space: nowrap;
	font-size: 10pt;
}

h4 {
	font-size: 100%;
	text-transform: uppercase;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 30px;
	background: url(../images/bullet.gif) no-repeat 18px 8px;
	line-height: 180%;
}

ol li {
	margin-left: 35px;
	line-height: 180%;
}

.inputbox {
	font: 9pt/normal Tahoma, Arial, sans-serif;
	padding: 2px;
	color: #000;
	border: 1px solid #000;
	background: #fff;
}

.inputbox:hover, .inputbox:focus {
	border: 1px solid #6b6b6b;
}

.clr {
	float: none;
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	text-align: center;
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#wrapper {
	width: 848px;
	margin: auto;
}

#b-top {
	height: 12px;
	font-size: 0;
	background: url(../images/b-top.jpg) no-repeat;
}

#b-bot {
	height: 18px;
	background: url(../images/b-bot.jpg) no-repeat;
}

#header {
}

#logo {
	float: left;
	width: 255px;
	height: 211px;
}

#flash-bg {
	width: 593px;
	height: 211px;
	float: left;
	background: url(../images/b-flash-bg.jpg) no-repeat;
}

#nav {
	height: 44px;
	margin: 0 7px 0 2px;
	background: url(../images/menu-bg.jpg) repeat-x;
}

#nav div {
	float: left;
}

#nav .separator {
	height: 40px;
	width: 5px;
	background: url(../images/menu-sep.jpg) no-repeat;
}

#flags {
	float: right !important;
	margin-top: 12px;
	padding-right: 10px;
}

#flags img {
	margin: 0 5px;
}

#content {
	background: url(../images/b-content-bg.jpg) repeat-y;
}

#main {
	width: 728px;
	padding: 20px 60px 25px; 
}

#introtext {
	float: left;
	width: 325px;
	margin-bottom: 15px;
}

#introtext h1 {
	text-indent: -1000px;
	line-height: 50px;
	background: url(../images/Liv-Plast.jpg) no-repeat top left;
}

#flashholder {
	float: left;
	width: 321px;
	height: 112px;
	padding: 20px;
	margin: 20px 0 0 40px;
	background: url(../images/flash-anim-bg.jpg) no-repeat;
}

#services {
	margin: 0 auto;
	width: 700px;
}

#services div {
	float: left;
	margin: 0 20px;
	width: 300px;
	overflow: hidden;
}

#footer {
	padding-right: 20px;
	padding-bottom: 10px;
	font-size: 11px;
	color: #ccc;
	text-align: right;
}

/* CONTACT FORM */
#phonenum {
	float: left;
}

#phonenum p {
	margin: 10px 0;
}

#contactform {
	float: right;
	width: 420px;
}

#contactform div div {
	margin-top: 10px;
	line-height: 21px;
}

#contactform .btn {
	display: block;
	text-align: center;
	width: 87px;
	height: 41px;
	line-height: 20px;
	border: none;
	color: #fff;
	background: url(../images/send-btn.jpg) no-repeat;
}

#contactpic {
	float: left;
	padding-top: 10px;
	margin-top: 10px;
	border-top: solid 1px #7f93a2;
}

#contactpic img {
	margin: 5px 18px;
}

/* HOW TO FIND US */
#maps {
	float: right;
}

#maps img {
	margin-bottom: 5px;
}

/* PRODUCTS */
#products div {
	float: left;
	width: 160px;
	padding-right: 20px;
	margin: 0 0 20px 0;
}

#products img {
	float: left;
	margin-bottom: 4px;
	border: solid 1px #000000;	
}

#products a {
	font-weight: bold;
	font-size: 13px;
}
