@charset "utf-8";

@import url("nav.css");

.inputtext {
	color: #555;
	background-color: #eee;
	font-size: 11px;
	border: #888888 1px solid;
	height: 17px;
	width: 120px;
	padding: 1px 3px;
}

.inputtextrequired {
	color: #555;
	background-color: #cfecff;
	font-size: 11px;
	border: #888888 1px solid;
	height: 17px;
	width: 120px;
	padding: 1px 3px;
}	
.inputselect {
	color: #555;
	background-color: #eee;
	font-size: 11px;
	border: #888888 1px solid;
	height: 17px;
	padding: 1px 0px 1px 3px;
	width: 120px;
}	
.inputtextarea {
	color: #555;
	background-color: #eee;
	font-size: 11px;
	border: #888888 1px solid;
}	
.inputtextarearequired {
	color: #555;
	background-color: #cfecff;
	font-size: 11px;
	border: #888888 1px solid;
}	
.inputbutton {
	color: #555;
	background-color: #eee;
	font-size: 11px;
	cursor: pointer;
	border:  1px solid;
	height: 19px;
	width: 80px;
	font-weight : bold;
}

/* ==================================== */

html, body {
	height: 100%;
}

body#site {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #fff;  
	background: url(../images/bodybg.jpg) repeat-x #fff;
	line-height: 1.5em;
}

@-moz-document url-prefix() {
	body#site {
		overflow-y: scroll;
	}
}
h1 {
line-height:normal;}

#leftBar h1 {
	font-size: 22px;
	color: #ec008d;
	font-family: Arial, sans-serif;
	line-height: normal;
	margin: 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #999;
	margin-top:14px;
}

h2 {
	font-size: 12px;
	margin: 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #fff;
	color: #ec008d;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	
}

a {
	text-decoration: none;
	color: #2baec0;
}

a:hover {
	text-decoration: underline;
}


strong, b {	
	color: #2baec0;
}

img {
	border: none;
}

td {
	font-size: 12px;
}

#container {
	width: 703px;
	margin: 0 auto;
	text-align: left;
	background: url(../images/contbg.jpg) repeat-y;
}

	#header {
		height: 145px;
		background: url(../images/header.jpg);
		position: relative;
	}
	
		#header a {
			color: #fff;
			font-size: 11px;
			font-weight:normal;
		}
		
		a#callback {
			position: absolute;
			top: 15px;
			right: 146px;
		}
		
		a#newsletter {
			position: absolute;
			top: 15px;
			right: 25px;
		}
		
		#header p {
			text-align: right;
			color: #ec008d;
			font-size: 16px;
			font-weight: bold;
			position: absolute;
			top: 35px;
			*top: 45px;
			right: 25px;
		}
		
		#header span {
			color: #ec008d;
			font-size: 14px;
			
			position: absolute;
			top: 105px;
			right: 25px;
			font-family: Helvetica, Arial, sans-serif
		}
	
	#nav {
		height: 29px;
		background: url(../images/img_04.jpg) no-repeat;
		position: relative;
	}
	
		#nav label {
			font-size: 10px;
			font-family: Tahoma, Arial, sans-serif;
			color: #fff;
			font-weight: bold;
			position: absolute;
			left: 25px;
			top: 3px
		}
		 
		#nav input {
			position: absolute;
			top: 5px;
			left: 65px;
			width: 90px;
			height: 15px;
			border: 0;
			font-size: 10px;
			padding: 0 5px
		}
	
		#nav ul {
			width: 354px;
			float: right;
			margin: 0;
			padding: 0;
			list-style: none;
			background: url(../images/ulbg.jpg) no-repeat top right;
		}
		
		#nav li {
			float: left;
		}
		
		#nav a {
			float: left;
			display: block;
			height: 27px;
			font-size: 10px;
			color: #000;
			text-align: center;
			padding: 2px 0 0 0;
			font-weight: bold;
			font-family: Tahoma, Arial, Helvetica, sans-serif
		}
		
		#nav a:hover {
			text-decoration: underline;
		}
		
		#home a {
			width: 68px;
			background-image: url(../images/navon1.jpg);
		}
		
			#home a:hover {
				background-image: url(../images/navon1.jpg);
			}
		
		#products a{
			width: 66px;
			background-image: url(../images/navon2.jpg);
		}
		
			#products a:hover {
				background-image: url(../images/navon2.jpg);
			}
		
		#about a{
			width: 66px;
			background-image: url(../images/navon3.jpg);
		}
		
			#about a:hover {
				background-image: url(../images/navon3.jpg);
			}
		
		#news a{
			width: 64px;
			background-image: url(../images/navon4.jpg);
		}
	
			#news a:hover {
				background-image: url(../images/navon4.jpg);
			}
		
		#contact a{
			width: 68px;
			background-image: url(../images/navon5.jpg);
		}
		
			#contact a:hover {
				background-image: url(../images/navon5.jpg);
			}
		
	
	#leftBar {
		width: 136px;
		height: 527px;
		float: left;
		background: url(../images/img_11.jpg) repeat-y;
		padding: 10px 22px 0 27px;
		color: #222;
		font-size: 11px;
		line-height: 1.2em;
		position: relative;
	}
	
	#topcurve {
		position: absolute;
		top: 0;
		left: 0;
	}
	
	#botcurve {
		bottom: 0;
		position: absolute;
		left: 0;
	}
	
		#leftBar ul {
			margin: 4px 0 0 5px;
			padding: 0;
			list-style: none;
		}
		
		#leftBar li {
			height: 16px;
			font-size: 10px;
			width: 127px;
			background: url(../images/leftLiBg.jpg) no-repeat;
			margin: 0 0 5px 0;
			padding: 4px 0 0 0;
		}
		
		#leftBar div, #leftBar p {	
			width: 136px;
		}
		
		#leftBar ul a {
			color: #000;
			display: block;
			margin: 0px 0 0 8px;
			font-family: Tahoma, Arial, Helvetica, sans-serif;
			font-weight:normal;
		}
		
		#leftBar p {
			margin: 0 0 10px 0;
		}
	
	#homeImg  {
		width: 518px;
		height: 302px;
		float: left;
		background:url(../images/content.gif) no-repeat;
		
	}
	
	.homeBox {
		min-height: 109px;
		float: left;
		color: #fff;
		padding: 145px 15px 0 5px;
		font-size: 11px;
		width: 144px;
		margin: 0 6px 0 0;
	}
	
		.homeBox h3 {
			color: #ec008d;
			font-size: 12px;
			padding: 0 0 10px 0;
			border-bottom: 1px solid #fff;
			margin: 0;
		}
		
		.homeBox p {
			border-bottom: 1px solid #fff;
			padding: 0 0 10px 0;
		}
		
	#homeBox1 {
		background: url(../images/box1.jpg) no-repeat;
	}
	
	#homeBox2 {
		background: url(../images/box2.jpg) no-repeat;
	}
	
	#homeBox3 {
		background: url(../images/box3.jpg) no-repeat;
	}
	
	#homeBox4 {
		background: url(../images/box4.jpg) no-repeat;
	}
	
	#homeBox5 {
		background: url(../images/box5.jpg) no-repeat;
	}
	
	#homeBox6 {
		background: url(../images/box6.jpg) no-repeat;
	}
	#homeBox7 {
		background: url(../images/box7.jpg) no-repeat;
	}
	#homeBox8 {
		background: url(../images/box8.jpg) no-repeat;
	}
	#homeBox9 {
		background: url(../images/box9.jpg) no-repeat;
	}
	#homeBox10 {
		background: url(../images/box10.jpg) no-repeat;
	}
	#homeBox11 {
		background: url(../images/box11.jpg) no-repeat;
	}
	#homeBox12 {
		background: url(../images/box12.jpg) no-repeat;
	}
	/*#homeBox1, #homeBox4 {
		width: 144px;
		background: url(../images/img_13.jpg) no-repeat;
		padding-left: 5px;
		padding-right: 15px;
	}
	
	#homeBox2, #homeBox5 {
		width: 148px;
		background: url(../images/img_14.jpg) no-repeat;
		padding-left: 15px;
		padding-right: 5px;
	}
	
	#homeBox3, #homeBox6 {
		width: 151px;
		background: url(../images/img_15.jpg) no-repeat;
		padding-left: 15px;
		padding-right: 20px;
	}*/
	
	#homeBot {
		height: 385px;
		background: url(../images/homeBot.jpg) no-repeat;
		clear: both;
		padding: 0 20px 0 15px;
		font-size: 11px;
		line-height: 1.3em
	}
	
	#furtherText {
		width: 496px;
		float: left;
		background: url(../images/curvetop.jpg) no-repeat #EDEFEE;
		color: #222;
	}
	
	#furtherTextBG {
		padding: 10px 10px 20px 10px;
		width: 476px;
		min-height: 496px;
		/*background: url(../images/bgimg.jpg) no-repeat bottom left*/
	}
	
	#furtherText p {
		z-index: 100;
	}
		
	#curveBot {
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 1;
	}
	
	#contBot {
		clear: both;
		
	}
	
	#contBot img {
		display: block;
	}
	#large-image1 {
		background:url(../images/large-image1.jpg);
		width:492px;
		height:298px;
		padding-left:6px;
		padding-right:20px;
	}
	#large-image2 {
		background:url(../images/large-image2.jpg);
		width:492px;
		height:298px;
		padding-left:6px;
		padding-right:20px;
	}
	#large-image3 {
		background:url(../images/large-image3.jpg);
		width:492px;
		height:298px;
		padding-left:6px;
		padding-right:20px;
	}
	#large-image4 {
		background:url(../images/large-image4.jpg);
		width:492px;
		height:298px;
		padding-left:6px;
		padding-right:20px;
	}

		#large-image1 p, #large-image2 p , #large-image3 p, #large-image4 p {
		font-weight:normal;
		padding:0;
		padding-top:248px;
		margin:4px 0;
	}
#logo-link ul {
	margin:0;
	padding:0;
}
#logo-link li {
	list-style:none;
	color:#AFB0B2;
}
#logo-button a span {
	display:none;
	color:#AFB0B2;
}
#logo-button a {
	position:absolute;
	top:18px;
	left:9px;
	width:200px;
	height:120px;
}

