/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	font-family: "Times New Roman", Times, serif;
	background: #e3e3e3 url(../images/body.jpg) repeat-x left top;
	text-align: center;
}
p {
	font-size: 13px;
	padding: 5px;
	margin: 5px;
}
#headercontent {
	margin: 0px auto;
	padding: 0px;
	height: 169px;
	width: 780px;
	text-align: center;
	background: url(../images/header.jpg) no-repeat center top;
}
#headercontent p#info {
	margin: 0px;
	width: 280px;
	height:110px;
	text-align: right;
	display: block;
	color: #c4c9d8;
	font-size: 14px;
	float: right;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 500px;
	
}
#headercontent p#info a {
	color: #c4c9d8;
	text-decoration: none;
	font-size: 14px;
}
#headercontent p#info a:hover {
	color: #000000;
}
#headercontent p#info span {
	font-size: 12px;
}
#topnav {
	margin: 0px;
	/*padding: 113px 0px 0px;*/
	height: 29px;
	position:relative;
	/*top:61px;*/
	width:780px;
}
#topnav ul {
	display: block;
	margin: 0px 124px 0px 0px;
	padding: 0px 0px 0px 6px;
	height: 29px;
	width: 580px;
	list-style: url(none) none;
}
#topnav li, #topnav li#bigtopnav {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 29px;
	width: 80px;
}
#topnav li#bigtopnav {
	width: 100px;
}
#topnav a, #topnav li#bigtopnav a {
	font-size: 12px;
	text-align: center;
	margin: 0px;
	padding: 6px 0px 0px;
	height: 23px;
	width: 80px;
	display: block;
	color: #d9d6d0;
	text-decoration: none;
}
#topnav li#bigtopnav a {
	width: 100px;
}
#topnav a:hover, #topnav a#samepage {
	background: url(../images/topnav-hover.jpg) no-repeat center bottom;
	color: #000000;
}
#topnav li#bigtopnav a:hover, #topnav li#bigtopnav a#samepage {
	background: url(../images/bigtopnav-hover.jpg) no-repeat center bottom;
	color: #000000;
}
#topnav a#samepage:hover {
	text-decoration: underline;
}
#middle {
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	text-align: center;
}
#contentholder {
	background: url(../images/content-repeat.jpg) repeat-y center top;
	margin: 0px auto;
	padding: 0px;
	width: 780px;
	text-align: center;
}
#contenttop {
	background: url(../images/content-top.jpg) no-repeat center top;
	margin: 0px auto;
	padding: 0px;
	width: 780px;
	text-align: center;
}
#breadcrumbs {
	margin: 0px 0px 10px;
	height: 15px;
	width: 590px;
	text-align: right;
	padding: 0px 175px 0px 15px;
}
#breadcrumbs a {
	color: #38415f;
	margin: 0px;
	padding: 0px 10px;
	height: 15px;
	font-size: 12px;
	text-decoration: none;
	background: url(../images/double-arrow.gif) no-repeat left center;
	display: block;
	text-align: left;
	float: right;
}
#breadcrumbs a:hover {
	color: #000000;
}
#breadcrumbs #en-bg {
	font-size: 12px;
	text-align: left;
	height: 15px;
	padding: 0px;
	width: 60px;
	float: left;
}
#breadcrumbs #en-bg a {
	padding: 0px 2px;
	float: left;
	background: url(none);
	height: 15px;
	width: 22px;	
}
#breadcrumbs #en-bg a#bg, #breadcrumbs #en-bg a#bg-current:hover {
	background: url(../images/bg-flag.gif) no-repeat center center;	
}
#breadcrumbs #en-bg a#en, #breadcrumbs #en-bg a#en-current:hover {
	background: url(../images/en-flag.gif) no-repeat center center;	
}
#breadcrumbs #en-bg a#bg:hover, #breadcrumbs #en-bg a#bg-current  {
	background: url(../images/bg-flag-hover.gif) no-repeat center center;	
}
#breadcrumbs #en-bg a#en:hover, #breadcrumbs #en-bg a#en-current {
	background: url(../images/en-flag-hover.gif) no-repeat center center;	
}
#content {
	margin: 0px 5px 0px 0px;
	padding: 0px 0px 15px;
	float: right;
	width: 560px;
	text-align: left;
}
h1.title {
	font-size: 20px;
	font-weight: normal;
	text-align: left;
	margin: 0px;
	display: block;
	color: #333333;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
h1#pagetitle {
	margin: 0px;
	padding: 15px 0px 5px 5px;
	font-size: 24px;
	font-weight: normal;
	color: #333333;
	text-align: left;
}
h2.subtitle {
	font-size: 20px;
	font-weight: normal;
	color: #666666;
	text-align: left;
	margin: 0px;
	padding: 0px 0px 5px 5px;
}
h3.subtitle {
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	margin: 0px;
	padding: 0px 0px 5px 5px;
}
h2#pagesubtitle {
	font-size: 20px;
	font-weight: normal;
	color: #666666;
	text-align: left;
	margin: 5px 10px;
	padding: 5px 0px 5px 5px;
	width: 450px;
	display: block;
	height: 30px;
	float: left;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
ul#homeul {
	display: block;
	list-style-image: none;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	width: 560px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 290px;
}
ul#homeul li {
	float: left;
	width: 160px;
	margin-bottom: 10px;
	display: block;
	padding: 0px;
	margin-left: 15px;
	height: 135px;
}
ul#homeul a {
	font-size: 12px;
	line-height: 13px;
	color: #46527C;
	display: block;
	text-align: center;
	margin: 0px;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;

}
ul#homeul a:hover {
	color: #666666;

}
ul#homeul img {
	display: block;
	margin-bottom: 5px;
	padding: 2px;
	border: 1px solid #46527C;
}
p.homeinfo {
	font-size: 14px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 100px;
	padding-bottom: 20px;
	padding-left: 18px;

}
#homelist {
	padding: 5px 5px 25px;
	float: left;
	width: 530px;
	background: url(../images/homelist.jpg) no-repeat center center;
	margin: 0px;
}
#homelist h2.subtitle {
	font-size: 16px;
	text-align: left;
	font-weight: bold;
	display: block;
	height: 20px;
	width: 530px;
	border-bottom: 1px dotted #BEBEBE;
	color: #38415f;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#homelist ul {
	text-align: left;
	padding: 0px;
	list-style: url(none) none;
	font-size: 14px;
	display: block;
	color: #3B4567;
	width: 530px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#homelist ul li {
	padding-left: 10px;
	background: url(../images/double-arrow.gif) no-repeat 2px 9px;
	padding-top: 2px;
	display: block;
	padding-bottom: 2px;
	width: 250px;
	float: left;
}
#bigpicture {
	width: 460px;
	margin: 0px;
	padding: 10px 50px 0px;
}
ul#clients {
	text-align: left;
	font-size: 14px;
	list-style: url(none) none;
	margin: 0px;
	padding: 15px 0px 0px;
	width: 540px;
}
ul#clients li {
	display: block;
	margin: 5px 0px 0px;
	padding: 0px 0px 15px 20px;
	float: left;
	width: 520px;
	color: #363F68;
	font-size: 12px;
	background: url(../images/double-arrow.gif) no-repeat 10px 6px;
}
ul#clients li img {
	float: left;
	padding: 1px;
	border: 1px solid #8A8A8A;
	margin-right: 10px;
	margin-left: 2px;
}
ul#clients li a {
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	display: block;
}
ul#clients li a:hover {
	text-decoration: underline;
}
p#thanks {
	text-align: right;
	padding-right: 17px;
	font-size: 13px;
	padding-top: 15px;
}
.aboutus-bg {
	background: url(../images/homelist2.jpg) no-repeat 10px 40px;
	padding-top: 20px;
}
p.aboutus {
	text-align: justify;
	margin: 0px;
	padding: 10px 10px 0px;
	font-size: 14px;
}
p.news {
	text-align: justify;
	margin: 0px;
	padding: 10px 10px 0px;
	font-size: 14px;

}
ul.serviceslist {
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 15px;
	width: 380px;
	list-style: url(none) none;
}
ul.serviceslist li {
	background: url(../images/double-arrow.gif) no-repeat 2px 8px;
	width: 370px;
	padding-left: 10px;
}
ul#smallserviceslist {
	list-style: circle;
}
img#right {
	padding: 2px;
	border: 1px solid #8A8A8A;
	float: right;
	margin-right: 15px;
	margin-left: 10px;
	margin-top: 10px;
}
img#left {
	padding: 2px;
	border: 1px solid #8A8A8A;
	float: left;
	margin-right: 10px;
	margin-left: 15px;
	margin-top: 10px;
}
ul#mainprod {
	margin: 0px 0px 0px 40px;
	padding: 30px 0px 0px;
	width: 440px;
	list-style: url(none) none;
	text-align: center;
	display: block;
}
ul#mainprod li {
	margin: 10px 0px 0px 16px;
	padding: 0px 0px 3px;
	float: left;
	width: 204px;
	display: block;
	height: 235px;
}
ul#mainprod a {
	color: #363F68;
	text-decoration: none;
	display: block;
	border: 1px solid #363F69;
	background: #CCCCCC;
	font-size: 12px;
}
ul#mainprod a img {
    display: block;
}
ul#mainprod a:hover {
	color: #000000;
	border: 1px solid #000000;
}
ul#mainprod a:hover img {

}
ul#faqlist {
	margin: 0px 0px 0px 5px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	display: block;
}
ul#faqlist li h2 {
	padding-bottom: 5px;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	display: block;
	margin: 0px;
}
ul#faqlist li p {
	padding: 0px;
	margin: 0px;
}
ul#faqlist li.even {
	color: #000000;
	border-bottom: 1px dashed #000000;
	padding:15px 0;
}
ul#faqlist li.odd, ul#faqlist li.oddbottom {
	color: #000000;
	border-bottom: 1px dashed;
	padding:15px 0;
}
ul#prodlist {
	margin: 0px 0px 0px 5px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	width: 550px;
	display: block;
}
ul#prodlist li {
	display: block;
	width: 530px;
	clear: both;
	padding-right: 10px;
	padding-top: 20px;
	float: left;
	padding-bottom: 10px;
}
ul#prodlist li p.descr {
	display: block;
	font-size: 14px;
	margin: 0px;
	padding: 5px 2px 2px 10px;
	width: 382px;
	text-align: left;
	float: left;
}
ul#prodlist li p.descr strong {
	font-size: 14px;
	display: block;
}
ul#prodlist li h2 {
	padding: 0px;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	display: block;
	width: 416px;
	margin: 0px;
	float: right;
}
ul#prodlist li h3 {
	padding: 0px;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	display: block;
	width: 416px;
	margin: 0px;
	float: right;
}
ul#prodlist li .thumb {
	padding: 2px 2px 0px;
	width: 100px;
	text-align: center;
	margin: 0px 10px 0px 0px;
	float: left;
}
ul#prodlist li .thumb a {
	text-align: center;
	text-decoration: none;
}
ul#prodlist li .thumb a:hover {
	font-size: 10px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
ul#prodlist li.even {
	color: #000000;
	border-bottom: 1px dashed #000000;
}
ul#prodlist li.even .thumb a {
	color: #000000;	
}
ul#prodlist li.odd, ul#prodlist li.oddbottom {
	color: #000000;
	border-bottom: 1px dashed;
}
ul#prodlist li.odd .thumb a {
	color: #000000;	
}
ul#prodlist li.evenbottom, ul#prodlist li.oddbottom {
	border-bottom: none;
}
ul#prodlist li.even ul,  ul#prodlist li.odd ul, ul#prodlist li.evenbottom ul, ul#prodlist li.oddbottom ul {
	display: block;
	font-size: 14px;
	margin: 0px;
	width: 380px;
	text-align: left;
	float: right;
	padding: 10px 25px 2px 0px;
}
ul#prodlist li.even li,  ul#prodlist li.odd li, ul#prodlist li.evenbottom li, ul#prodlist li.oddbottom li {
	margin: 0px;
	padding: 0px 0px 0px 8px;
	width: 382px;
	background: url(../images/double-arrow.gif) no-repeat left 6px;
}
ul#prodlist li.even table,  ul#prodlist li.odd table, ul#prodlist li.evenbottom table, ul#prodlist li.oddbottom table {
	margin: 10px 0px 0px;
	padding: 1px;
	float: right;
	font-size: 12px;
	display: block;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
}
ul#prodlist li.even table th,  ul#prodlist li.odd table th, ul#prodlist li.evenbottom table th, ul#prodlist li.oddbottom table th {
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	background-color: #888888;
}
ul#prodlist li.even table td,  ul#prodlist li.odd table td, ul#prodlist li.evenbottom table td, ul#prodlist li.oddbottom table td {
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
}
ul#prodlist li.even tr#oddt td,  ul#prodlist li.odd tr#oddt td, ul#prodlist li.evenbottom tr#oddt td, ul#prodlist li.oddbottom tr#oddt td {
	background: #CCCCCC;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
	border-bottom-style: none;
	border-left-style: none;
}
p#contactinfo {
	font-size: 16px;
	text-align: left;
	line-height: 18px;
}
p#contactinfo a {
	color: #414B6B;
}
p#contactinfo a:hover {
	color: #000000;
	text-decoration: none;
}
#menuholder {
	margin: 0px 0px 0px 5px;
	padding: 0px;
	float: left;
	width: 200px;
}
.menu {
	width:200px;
	position:relative;
	margin:0;
	font-size:12px;
	/*padding: 8px 0px 30px;*/
	background: url(../images/nav.jpg) no-repeat center top;
	height: 292px;
	text-align: left;
}
.menu ul li a, .menu ul li a:visited {
	display:block;
	text-decoration:none;
	color:#2A3153;
	width:152px;
	height:37px;
	text-align:left;
	line-height:37px;
	font-size:11px;
	padding-left: 8px;
	text-transform: uppercase;
}
.menu ul {
	padding:0;
	margin:0;
	list-style-type: none;
}
.menu ul li {
	float:left;
	position:relative;
	margin-left: 7px;
}
.menu ul li#double {
	margin-left: 7px;
}
.menu ul li#double a {
	line-height: 18px;
	width:152px;
	height: 36px;
	padding-top: 1px;
}
.menu ul li ul {
	display: none;
}
.menu ul li ul li {
	width: 196px;
	margin-left: 13px;
	height: 20px;
	margin-top: 5px;
}
.menu ul li ul li.nolink {
	width: 180px;
	margin-left: 18px;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	margin-top: 5px;
	background: url(../images/nolink.gif) no-repeat left 20px;
	margin-right: 5px;
}
/* specific to non IE browsers */
.menu ul li:hover a {
	background:url(../images/nav-hover.jpg) no-repeat left center;
	color: #000000;
}
.menu ul li:hover ul {
	display:block;
	position:absolute;
	top:0;
	left:160px;
	width:210px;
	height:107px;
	background: url(../images/small-flyout.png) no-repeat left top;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 13px;
}
.menu ul li:hover ul.big {
	height:320px;
	background: url(../images/big-flyout.png) no-repeat left top;
	width: 227px;
}
.menu ul li:hover ul li a.hide {
}
.menu ul li:hover ul li:hover a.hide {
}
.menu ul li:hover ul li a {
	display:block;
	color:#3A4256;
	width:188px;
	font-size: 13px;
	line-height: 20px;
	height: 20px;
	background: url(none);
	text-transform: none;
	padding-left: 12px;
}
.menu ul li:hover ul.big a {
	width: 196px;
	padding-left: 9px;
}
.menu ul li:hover ul li a.biglink {
	padding-left: 7px;
	color:#000000;
}
.menu ul li:hover ul li a:hover {
	background:url(../images/double-arrow.gif) no-repeat 3px 7px;
	color:#000;
}
.menu ul li:hover ul li a.biglink:hover {
	background:url(../images/double-arrow.gif) no-repeat 1px 7px;
}
.menu ul li#double li a:hover {
	background:url(../images/double-arrow.gif) no-repeat 1px 7px;
}
#menuholder a#bigbutton-one {
	background: url(../images/big-button-one.jpg) no-repeat center center;
	text-align: left;
	height: 39px;
	width: 159px;
	padding-top: 10px;
	padding-left: 20px;
	display: block;
	color: #A0A5BD;
	text-decoration: none;
}
#menuholder a#bigbutton-two {
	background: url(../images/big-button-two.jpg) no-repeat center center;
	text-align: right;
	padding: 10px 20px 0px 0px;
	height: 39px;
	width: 159px;
	display: block;
	color: #A0A5BD;
	text-decoration: none;
}
#menuholder a#bigbutton-one:hover {
	color: #FFFFFF;
	background: url(../images/big-button-one-hover.jpg) no-repeat center center;
}
#menuholder a#bigbutton-two:hover {
	color: #FFFFFF;
	background: url(../images/big-button-two-hover.jpg) no-repeat center center;
}
#menuholder h1.title {
	font-size: 18px;
	padding-bottom: 5px;
}
#menuholder h2.subtitle {
	font-size: 14px;
	text-transform: uppercase;
}
#menuholder p#homepara {
	font-size: 12px;
	text-align: left;
	margin: 0px;
	padding: 10px 0px 15px 5px;
	width: 195px;
	text-indent: 5px;
	display: block;
}
#footer {
	text-align: center;
	margin: 0px auto;
	padding: 5px 0px 0px;
	width: 780px;
	background: url(../images/footer.jpg) no-repeat center top;
	height: 15px;
	color: #474b55;
	font-size: 12px;
}
#footer p#copyright {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	float: left;
	height: 15px;
	width: 300px;
	text-align: left;
	display: block;
}
#footer p#design {
	text-align: right;
	display: block;
	margin: 0px;
	padding: 0px 10px 0px 0px;
	float: right;
	height: 15px;
	width: 400px;
}
.clear, .cleartwo {
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 100%;
}
.cleartwo {
	width: 97%;
	margin-right: 3%;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #8A8A8A;
	margin-top: 10px;
}
.newproducts a {
	color: black;
}

