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

/*DEFUALT/MAIN STYLES*/

body, h1,h2,h3,h4,div,p,a,ol,ul,li,form,label,fieldset,legend,img{
	margin:0px;
	padding:0px;
}

h1{
	font-weight:normal;
}

body{
	font-family:Calibri, Arial, Helvetica, sans-serif;
	color:#545454;
	background-image:url(../images/bk-body.gif);
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#d9d9d9;
	font-size:0.8em;
	font-style:italic;
}

.clearboth{
	clear:both;
}

#wrapper{
	margin:auto auto;
	width:806px;
	background-color:#fff;
	padding:35px;
}

#header{
	float:left;
	width:806px;
}

#header img{
	float:left;
}

#topnav{
	float:right;
}

#topnav ul{
	list-style-type:none;
	padding:30px 0px 0px 0px;
	margin:0px;
}

#topnav ul li{
	float:left;
	margin:0px 0px 0px 10px;
	font-size:140%;
	text-transform:uppercase;
}

#topnav ul li a{
	color:#545454;
	text-decoration:none;
}

#banner{
	float:left;
	padding: 20px 0px 20px 0px;
}


h2{
	padding:20px 0px 20px 0px;
	clear:both;
}

.homepageproducts{
	width:500px;
}

#cta{
	float:right;
}

ul#cta li{
	background:url(../images/cta.gif) no-repeat scroll top left;
	position:relative;
	z-index:0;
	margin:0px 0px 10px 0px;
	height:215px;
}

ul#cta li a {
	display:block;
	height:195px;
	z-index:0;
	cursor:pointer;
}

ul#cta li a.ctatop {
	width:282px;
}

ul#cta li a.ctabottom {
	width:282px;
}

ul#cta li a span {
	background:url(../images/cta.gif) no-repeat scroll bottom left;
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	height:195px;
	width:282px;
	z-index:100;
}

ul#cta li a.ctatop {
	background-position:0px -215px;
}

ul#cta li a.ctabottom {
	background-position:0px -215px;
}

ul#cta a{
	text-decoration:none;
	padding:10px;
	color:#545454;
}

ul#cta span{
	padding:10px;
}

ul#cta a h2{	
	color:#2087cb;
	font-size:160%;
	font-weight:normal;
}

.homepageintro{
	float:left;
	clear:both;
	width:806px;
}

.homepageprod a{
	background-image:url(../images/arrow.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	padding:2px 0px 0px 25px;
	margin:10px 0px 0px 0px;
	color:#2087cb;
	text-decoration:none;
	height:19px;
	display:block;
}

.homepageprod{
	float:left;
	width:350px;
}

.prodimg{
	float:left;
	padding:0px 0px 0px 0px;
	width:115px;
	display:block;
}

.homepageprod div{
	float:left;
}


ul#homedownloads{
	float:left;
	clear:both;
	list-style-type:none;
}

ul#homedownloads li{
	float:left;
	width:170px;
	text-align:center;
}

ul#homedownloads li a img{
	border:0px;
}

ul#homedownloads li a{
	text-decoration:none;
	color:#545454;
}

.bottomlinks{
	float:left;
	clear:both;
	padding:20px 0px 0px 0px;
	width:806px;
}

.bottomlinks p{
	float:left;
}

.bottomlinks a{
	float:left;
	color:#545454;
}

.fleft{
	float:left;
}

.fright{
	float:right;
}

/**
* inner content
*/


#gallerywrapper{
	width:800px;
}

.gallery{
	float:left;
	width:430px;
}

.gallerytext{
	float:right;
	width:370px;
}


/**
* contact form
*/

.errormsg{
	color:#ff0000;
	border:1px solid #ff0000;
	padding:10px;
	margin:10px 10px 10px 0px;
}

.errormsg ul{
	margin:0px 0px 0px 15px;
}

.mand{
	color:#ff0000;
}

#form{
	margin:10px 0px 0px 0px;
}

#form ol{
	list-style-type:none;
}

#form ol li{
	float:left;
	clear:both;
	padding:5px 0px 5px 0px;
	width:410px;
}

#form ol li label{
	width:200px;
	display:block;
	float:left;
}

#form ol li .field{
	width:200px;
	float:left;
}

#form ol li textarea{
	width:200px;
	float:left;
	height:100px;
}

#form ol li #button{
	border:1px solid #545454;
	color:#545454;
	background-color:#fff;
	float:right;
	margin:0px 5px 0px 0px;
}

/**
* end contact form
*/