@import url("reset.css");


body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background:  url(images/background001a.jpg) no-repeat #333366 center;
	font-size: 12px;
	background-position:top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
}
.oneColElsCtr #container {
	width: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0 0 10px 0;
	margin: 0;
}

::selection{ /* Safari and Opera */
	background:#5f5fa3;
	color:#FFF;
}
::-moz-selection{ /* Firefox */
	background:#5f5fa3;
	color:#FFF;
}

 img {
	behavior: url('js/fx-iepngfix.htc');
}

a img{ border:none; } 

a:link {
	color: #FFFFFF;
	font-weight: bold;
	
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FFCC00;
}
a:active {
	color: #FFFFFF;
}


.clr {
	clear: both;
}
#header {
	height: 260px;
	width: 900px;
	margin: 0;
	padding: 0;
}

h1.logo {
	float: left;
	padding: 0;
	margin: 0;
	text-indent: -9999px;
	overflow: hidden;
	width: 220px;
}

h1.logo a {
	display: block;
	width: 220px !important;
	width: 64px;
	height: 140px;
	margin: 20px 20px 0 15px;
}

h2 {
	background-image:url(images/home-spill.png);
	background-repeat:no-repeat;
	behavior: url('js/fx-iepngfix.htc');
	height: 93px;
	overflow: hidden;
	margin-bottom: 10px;
}

h2.green {
	background-image:url(images/green-paint.png);
	background-repeat:no-repeat;
	behavior: url('js/fx-iepngfix.htc');
	height: 93px;
	overflow: hidden;
	margin-bottom: 10px;
}

h2.mauve {
	background-image:url(images/mauve-paint.png);
	background-repeat:no-repeat;
	behavior: url('js/fx-iepngfix.htc');
	height: 93px;
	overflow: hidden;
	margin-bottom: 10px;
}

h2.grey {
	background-image:url(images/grey-paint.png);
	background-repeat:no-repeat;
	behavior: url('js/fx-iepngfix.htc');
	height: 93px;
	overflow: hidden;
	margin-bottom: 10px;
}

h2.redpink {
	background-image:url(images/redpink-paint.png);
	background-repeat:no-repeat;
	behavior: url('js/fx-iepngfix.htc');
	height: 93px;
	overflow: hidden;
	margin-bottom: 10px;
}

h2.orange {
	background-image:url(images/orange-paint.png);
	background-repeat:no-repeat;
	behavior: url('js/fx-iepngfix.htc');
	height: 93px;
	overflow: hidden;
	margin-bottom: 10px;
}

h2.purple {
	background-image:url(images/purple-paint.png);
	background-repeat:no-repeat;
	behavior: url('js/fx-iepngfix.htc');
	height: 93px;
	overflow: hidden;
	margin-bottom: 10px;
}

h2.yellow {
	background-image:url(images/yellow.png);
	background-repeat:no-repeat;
	behavior: url('js/fx-iepngfix.htc');
	height: 93px;
	overflow: hidden;
	margin-bottom: 10px;
}

h3.lightblue {
	background-image:url(images/lightblue-paint.png);
	background-repeat:no-repeat;
	behavior: url('js/fx-iepngfix.htc');
	height: 93px;
	overflow: hidden;
	margin-bottom: 10px;
}

h3.turq {
	background-image:url(images/turq-paint.png);
	background-repeat:no-repeat;
	behavior: url('js/fx-iepngfix.htc');
	height: 93px;
	overflow: hidden;
	margin-bottom: 10px;
}

h3 span {
	font-weight: bold;
	font-size: 160%;
	padding: 35px 0 0 45px;
	display: block;
}

h3 {
	background-image:url(images/home-spill.png);
	background-repeat:no-repeat;
	behavior: url('js/fx-iepngfix.htc');
	height: 93px;
	overflow: hidden;
	margin-bottom: 10px;
}

h2 span {
	font-weight: bold;
	font-size: 160%;
	padding: 35px 0 0 45px;
	display: block;
}

p {
	line-height: 20px;
	margin-bottom: 10px;
	text-align:justify;
}

#column1 {
	float: left;
	width: 372px;
	margin: 0 100px 10px 20px;
	padding: 0;
}

#column2 {
	float: left;
	width: 372px;
	margin: 0 0px 10px 0px;
	padding: 0;
}


/**************** navigation *******************/

#navigation-hold {
	width: 300px;
	margin: 40px 590px 0 0;
	height: 120px;
	display: block;
}

ul.topnav {
	list-style: none;
	padding: 0 20px;
	margin: 0;
	float: left;
	width: 290px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 110%;
}
ul.topnav li {
	float: left;
	margin: 0;	
	padding: 0 15px 0 0;
	position: relative; /*--Declare X and Y axis base--*/
	
}
ul.topnav li a{
	padding: 10px 5px;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	float: left;
}

ul.topnav li a.active {
	color: #FFFFFF;
	text-decoration: underline;
}

ul.topnav li a:hover{
	color: #FFCC00;
}
ul.topnav li span { /*--Drop down trigger styles--*/
	height: 35px;
	float: left;
	width: 17px;
	background: url(images/subnav_btn.gif) no-repeat center top;
}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 30px;
	background: url(images/drop-menuback.png) repeat;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 170px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px dotted #FFF;
	border-top: none;
	text-align: left;
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	
	clear: both;
	width: 170px;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 145px;
	background: url(images/drop-menuback.png) repeat 10px center;
	border-top: 1px dotted #FFF;
	padding-left: 20px;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: url(images/drop-menuback-hover.png) repeat center; 
	color: #FFFFFF;
}

/**************** END navigation *******************/

#footer {
	padding: 10px;
	border-top: 1px solid #a39fe4;
	border-bottom: 1px solid #a39fe4;
	font-size: 90%;
	text-align: center;
	margin: 10px 0 10px 0;
}

#footer span {
	margin-right: 45px;
}

#footer p {
	text-align:center;
	margin: 5px 0 0 0;
	padding: 0;
}

#h-space {
	height: 104px;
}


#h-space2 {
	height: 94px;
}

#contact-column1 {
	float: left;
	width: 540px;
	margin: 0 0px 10px 20px;
	padding: 0;
}

#contact-column2 {
	float: left;
	width: 280px;
	margin: 0 10px 10px 0px;
	padding: 100px 0 0 0;
}

.inserttext {
	border: 1px solid #FFF;
	padding: 3px;
	background-color: #333366;
	color: #FFFFFF;
	font-weight: bold;
	width: 150px;
	margin: 0 15px 15px 0;
}

.insert-email {
	border: 1px solid #FFF;
	padding: 3px;
	background-color: #333366;
	color: #FFFFFF;
	font-weight: bold;
	width: 324px;
	margin: 0 15px 15px 0;
}

.insert-area {
	border: 1px solid #FFF;
	padding: 3px;
	background-color: #333366;
	color: #FFFFFF;
	font-weight: bold;
	width: 324px;
	margin: 0 15px 15px 0;
}

.submit {
	border: 1px solid #FFF;
	padding: 3px;
	background-color: #5A59B7;
	color: #FFFFFF;
	font-weight: bold;
	margin: 10px 0 25px 0;
}

.infos {
background:#333366 none repeat scroll 0 0;
border:1px solid #5A59B7;
color:#FFFFFF;
font-size:11px;
margin-bottom:10px;
padding:10px;
width:480px;
}

.rotating-contain {
	width: 372px;
	height: 245px;
	margin: 20px 0 0 0;
	padding: 9px;
	background:url(images/rotating-background.jpg) no-repeat;
}

.slideshow1 {
	border: 1px solid #333366;
	width: 352px;
	height: 209px;
	overflow: hidden;
}

.datasheet-box {
	border: 1px dotted #FFFFFF;
	padding: 15px;
	color: #FFFFFF;
	margin: 0 0 10px 0;
}

.tel {
	font-size: 170%;
	padding: 0;
	margin: 0 0 10px 0;
}

.fax {
	font-size: 140%;
	padding: 0;
	margin: 0;
}

#video {
	border: 1px solid white;
}

address {
	margin-top: 20px;
}
