/** 
 * Zutom Theme
 * http://www.zutom.com
 *
 * Main Layout File
 */
 
/* Misc Styles and defaults 
-------------------------------------------- */
  
* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #e4e3e0;
	behavior: url(./pngbehavior.htc);
}

html {
}

img {
	border: 0 none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear{
	clear: both;
}

/*
 * Main Layout
 */
#Frame {
}
#TopWrap {
		background: url(../images/bg_top.gif) no-repeat center bottom;
		width: 100%;	
	}
	#Top {
		width: 920px;
		margin: 0 auto;
		height: 133px;
	}
		#Header {
			height: 100px;
		}
		#Navigation {
			float: right;
		}
#ContentWrap {
	background: url(../images/bg_content.gif) repeat-y center top;
	width: 100%;
}
#ContentContainer {
	clear: left;
	width: 920px;
	margin: 0 auto;
	/* background-color: #fff; */
}
	#Layout {
		width: 920px;
		margin: 0 auto;
		overflow: hidden;
		background-color: #fff;
	}
		#Sidebar {
			float: right;
			width: 280px;
			margin: 0px;
			padding: 20px 20px 20px 0;
			overflow: hidden;
		}
		#Main {
			margin: 0px;
			padding: 20px;
			height: 1%; /* IE6 hack... it's very minor, though */
			overflow: hidden;	
		}
			#Content {
				width: 100%;
				margin: 0px;
				overflow: hidden;
			}
#BottomWrap {
	background: url(../images/bg_bottom.gif) no-repeat center top;
	width: 100%;
	padding-top: 40px;
}
	#Bottom {
		width: 920px;
		margin: 0 auto;
		clear: both;
	}
		#Footer {
		}


#Header {
}
	#Header .left {
		width: 370px;
		float: left;
		display: inline;		
	}
	#Header .right {
		width: 550px;
		float: right;
		display: inline;	
	}

#LanguageBar {
	height: 30px;
	background-color: #052e65;
}
	#LanguageBar ul {
	}
	#LanguageBar li {
		position: relative;
		float: left;
		list-style: none;
	}
		#LanguageBar li a {
			line-height: 30px;
			padding: 0 10px;
		}
		#LanguageBar li.current a {
		}
	#LanguageBar ul li.hseparator {
		height: 10px;
		margin: 10px 0;
		border-left: 1px dotted #999;
		background-color: #e4e3e0;
	}

#Logo {	
}
	#Logo img {
		margin: 20px 0 0 20px;
	}

#ContactBar {
	height: 50px;
	background-color: #052e65;
	padding: 0 20px;
}
	#ContactBar div.search {
		float: left;
		width: 185px;
		height: 50px;
	}
	#ContactBar div.hotline {
		float: left;
		width: 165px;
		line-height: 50px;
	}
	#ContactBar div.hotlineNumber {
		height: 50px;
		background: url(../images/phone.gif) no-repeat 0px 15px;
		padding-left: 25px;
	}
	#ContactBar div.hseparator {
		float: left;
		height: 16px;
		margin: 16px 15px 14px 14px;
		border-left: 1px dotted #999;
	}
	#ContactBar div.liveChat {
		float: left;
		width: 100px;
		height: 50px;
	}
	#ContactBar div.liveChatOff {
		height: 50px;
		background: url(../images/live_chat_off.gif) no-repeat 0px 15px;
		padding-left: 25px;
	}
	#ContactBar div.liveChatOn {
		height: 50px;
		background: url(../images/live_chat_on.gif) no-repeat 0px 15px;
		padding-left: 25px;
	}
	
#Navigation {
	float: right;
}
div.navigation {
	float: right;
	height: 33px;
}

div.navigation ul {
	padding: 0px;
	margin: 0px;
}

div.navigation ul li {
	position: relative;
	float: left;
	z-index: 100;
	list-style: none;
	/* _behavior: url('/styles/hover.htc'); */
}
div.navigation ul li:hover, 
div.navigation ul li.hover {
	background: #648a00 url(../images/nav_hover_gradient_bg.gif) repeat-x top left;
}

div.navigation li.vseparator {
	padding: 0;
	margin: 0 20px;
	border-bottom: 1px dotted #ccc;
	font-size: 1px;
	line-height: 1px;
	background: 0;
}
div.navigation li.vseparator:hover {
	background: 0;
}

div.navigation ul li.hseparator {
	height: 13px;
	margin: 10px 5px;
	border-left: 1px dotted #999;
	background-color: #e4e3e0;
}
div.navigation ul li.hseparator span {
	 line-height:33px;
	 display:block;
}

div.navigation ul li.hseparator:hover, 
div.navigation ul li.hseparator.hover {
	/*behavior:none;*/
}

div.navigation ul li:hover a, 
div.navigation ul li.hover a {
	color: #fff;
}

div.navigation ul li:hover a:hover, 
div.navigation ul li.hover a:hover {
	color: #fff;
}

div.navigation ul li ul.popup li:hover a, 
div.navigation ul li ul.popup li.hover a {
	color: #fff;
}

div.navigation ul li:hover a.current, 
div.navigation ul li.hover a.current,
div.navigation ul li:hover a.section, 
div.navigation ul li.hover a.section {
	color: #fff;
}

div.navigation ul li:hover a.current:hover, 
div.navigation ul li.hover a.current:hover,
div.navigation ul li:hover a.section:hover, 
div.navigation ul li.hover a.section:hover {
	color: #fff;
}

div.navigation ul li a.current,
div.navigation ul li a.section {
	font-weight: bold;
	color: #333;
}

div.navigation ul li a {
	color: #063371;
	text-decoration: none;
	line-height: 33px;
	padding: 0px 20px;
	font-size: 13px;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	text-decoration: none;
}

div.navigation ul li.selected {
	background: #fff;
}

div.navigation ul li.selected a {
	color: #333;
}

div.navigation ul li a:hover {
	text-decoration: none;
}
div.navigation ul li ul {
	position: absolute;
	/*visibility: hidden;*/
	display:none;
	top: 33px;
	left: 0;
	z-index: 1000;
	background-color: #648a00;
}

div.navigation ul li:hover ul, 
div.navigation ul li.hover ul {
	/*visibility: visible;*/
	display: block;
}
div.navigation ul li ul li {
	position: relative;
	margin: 0;
	padding: 0;
	float: none;
	z-index: 200;
}
/*
div.navigation ul li ul li.first {
	background: #648a00 url(../images/nav_popup_gradient_bg.gif) repeat-x top left;
}
*/
div.navigation ul li ul.popup li a {
	display: block;
	width: 180px;
	color: #ffe081;
	font-size: 12px;
}

div.navigation ul li ul.popup li a.current {
	color: #ffe081;
}

div.navigation ul li ul li a:hover {
	background: #648a00;
}

#HeadlineWrap {
	background: url(../images/bg_headline.gif) repeat-y center top;
	width: 100%;
}
	#Headline {
		width: 920px;
		margin: 0 auto;
		height: 220px;
	}
	#Headline div.headlineWrap {
		width: 920px;
		height: 220px;
	}

#WhyUsWrap {
	background: url(../images/bg_whyus.gif) repeat-y center top;
	width: 100%;
}
#WhyUs {
	width: 920px;
	margin: 0 auto;
	height: 85px;
	background-color: #000;
}
	#WhyUs .info {
		width: 540px;
		height: 65px;
		float: left;
		margin: 10px 20px 0 20px;
	}
	#WhyUs .links {
		width: 140px;
		float: left;
	}
	#WhyUs .linkswrap {
		float: right;
		margin: 18px 20px 15px 0;
	}
	#WhyUs li {
		/* list-style-image: url(../images/list_square.png); */
		list-style: square inside;
		color: #5c5c5c;
	}

#ProductsWrap {
	background: url(../images/bg_products.gif) repeat-y center top;
	width: 100%;
}
#Products {
	width: 920px;
	margin: 0 auto;
	height: 295px;
	background-color: #648a00;
	}
	#Products div.leftOne {
		position: relative;
		float: left;
		display: inline;
		width: 305px;
		height: 295px;
		background-position: -2px 0px;
	}
	#Products div.middleOne {
		position: relative;
		float: left;
		display: inline;
		width: 310px;
		height: 295px;
		background-position: 0px 0px;
	}
	#Products div.rightOne {
		position: relative;
		float: left;
		display: inline;
		width: 305px;
		height: 295px;
		background-position: -2px 0px;
	}
	#Products div.product {
		padding: 20px;
	}

ul#LatestNews {
	list-style-type: none;		
}
	#LatestNews li {
		clear: left;
	}
	#LatestNews .content {
		float: left;
		padding-left: 70px;
		min-height: 50px;
		margin-bottom: 20px;
	}
		#LatestNews .content div {
			display: inline;
		}
			#LatestNews .content div p:first-child {
				display: inline;
			}
	#LatestNews .hseparator {
		display: inline;
		margin: 0 5px;
		border-left: 1px dotted #333;
	}

#TestimonialBox {
	height: 220px;
	padding: 20px;	
	margin-bottom: 20px;
	background: #f5f5f5 url(../images/testimonials_bg.gif) no-repeat top center;
}
	#TestimonialBox .headline {
		width: 240px;
	}
	#TestimonialBox .more {
		width: 240px;
	}
	#TestimonialBox ul {
		list-style-type: none;
		display: block;
	}
	#TestimonialBox ul li {
		height: 150px;
		padding-bottom: 20px;
	}
	#TestimonialBox img {
		display: block;
    	margin: 0 auto;
	}
	#TestimonialBox blockquote {
		width: 240px;
		margin-top: 15px;
	}

ul.testimonials {
}
	ul.testimonials li {
		margin-bottom: 20px;
	}
	ul.testimonials p.company,
	ul.testimonials p.author {
		margin-bottom: 10px;
		color: #999;
	}
	ul.testimonials blockquote {
		margin-bottom: 10px;
		/*
		padding-left: 10px;
		border-left: 10px solid #ccc;
		*/
	}

.testimonials div.hasimage {
	padding-right: 100px;
	min-height: 50px;
}

div.infoButton {
	height: 90px;
	padding: 20px;
	margin-bottom: 20px;
	background-color: #f8f8f8;
}
div.infoButtonContent {
	width: 160px;	
}

#PartnerLogosWrap {
	background: url(../images/bg_content.gif) repeat-y center top;
	width: 100%;
}
#PartnerLogos {
	width: 920px;
	margin: 0 auto;
	clear: both;
	/* background-color: #fff; */
}
	#PartnerLogos img {
		display: block;
		margin: 0 auto;
	}

#ContentFillerWrap {
	background: url(../images/bg_content.gif) repeat-y center top;
	width: 100%;
}
#ContentFiller {
	width: 920px;
	margin: 0 auto;
	clear: both;
	/* background-color: #fff; */
}

#ContentBottomWrap {
	background: url(../images/bg_content_bottom.gif) no-repeat center bottom;
	height: 20px;
	width: 100%;
}
#ContentBottom {
	width: 920px;
	margin: 0 auto;
	clear: both;
}

/* BREADCRUMBS
-------------------------------------------- */
#Breadcrumbs { 
}

/* COMMENTS
---------------------------------------- */

/* UNSUBSCRIBE NEWSLETTER
------------------------------------------------ */
#Unsubscribe_MailingListForm_MailingListForm{
	min-height:100px;
}

	#Unsubscribe_MailingListForm_MailingListForm p{
		margin:0 !important;
		padding:10px;
	}
		#Unsubscribe_MailingListForm_MailingListForm p label{
			display: inline;
		}
	#Unsubscribe_MailingListForm_MailingListForm label{
		margin:0;
	}


/* FOOTER
----------------------------------------------- */
#Footer { 
	height: 260px;
	border-top: 1px dotted #999;
	margin: 0 20px;
	padding: 30px;
}
#FooterInfo {
	float: left;
}

#FooterLinks {
	float: right;	
}
	#FooterLinks .wrap {
		float: left;
		margin-left: 100px;
		text-align: right;
	}
	#FooterLinks ul {
		list-style-type: none;
		margin-top: 15px;
	}

.hiddenspacer {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* SEARCH
----------------------------------------------- */

p.searchQuery,
p.searchSummary {
	margin-bottom: 15px;
}
ul#SearchResults {
	list-style-type: none;		
}
	#SearchResults li {
	}
	#SearchResults p {
		margin-bottom: 20px;
	}

div#PageNumbers {
	width: 100%;
	text-align: center;
}
#PageNumbers a.next {
	margin-left: 10px;
}
#PageNumbers a.prev {
	margin-right: 10px;
}
#PageNumbers span a {
	
}

