/* ******************************
Reset Code - An overall, master reset to make code behave and to cut down on repetitive declarations
****************************** */

html, body,
div,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
form, fieldset, input,
img,
p, blockquote {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
}

h1, h2, h3, h4, h5, h6 {
	font-size:1em;
	font-weight:normal;
	font-style: normal;
}
ul, ol {
	list-style: none;
}

img {
	border:none;
}

fieldset {
	border:none;
}

strong, label {
	font-weight: bold;
}
em {
	font-style: italic;
}

/******* Magento CSS ***********/
#top-links {
	margin: 15px auto 0;
	width: 1000px;
	z-index: 30;
}
#top-links li {
	float: left;
	padding: 5px 10px;
}

/* ******************************
Preset Classes - Classes that are universally available and applied
****************************** */

/*--------------- Layout --------------------*/
.float {
	float:left;
}
.floatOpposite {
	float:right;
}

.clear {
	clear:both;
}
.clearLeft {
	clear:left;
}
.clearRight {
	clear:right;
}


.offPage {
	position:absolute;
	left:-999em;
}

/*--------------- Text --------------------*/
.price {
	font-weight:600;
	color:#065e25;
}
.bonus {
	font-weight: bold;
	color:#f00;
}

.bigger {
	font-size:120%;	
}
.smaller {
	font-size:76%;
}

.strike {
	text-decoration:line-through;
	font-weight:600;
}

.error {
	color:#f00;
}

.alignStyle1 {
	text-align:center;
}
.alignStyle2 {
	text-align:right;
}
.alignStyle3 {
	text-align:left;
}

.extraLine {
	margin-bottom:1.4em;
}

/*--------------- Lists --------------------*/
.ulStyleSpaced li {
	margin-bottom:.6em;
}
	.ulStyleSpaced li p {
		padding:.6em 0 0 0;
	}
.olStyleSpaced li {
	margin-bottom:.6em;
}
	.olStyleSpaced li p {
		padding:.6em 0 0 0;
	}

/* ******************************
Basic CSS - groundwork appearance code for this template
****************************** */

body {
	font-family:arial, helvetica, sans-serif;
	font-size:80%;

	color:#212121;
	
	background:#ddd url('/../images/site-bg.png') 50% 0 repeat;
}

p {
	margin:0 0 1.4em 0;
	line-height:1.4em;
}

a:link {
	color:#f26400;
}
a:visited, a:active {
	color:#b26400;
}
a:hover { 
	color:#ba0101;
	text-decoration:none;
}

h1 {
	margin-bottom: .5em;
	font-size:180%;
	color:#f26400;
}

h2 {
	margin-bottom:.3em;
	font-size:140%;
	color:#212121;
}

h3 {
	margin-bottom:.3em;
	font-size:120%;
	color:#212121;
}

img {
	
}

.hr {
	margin:1.4em 0;
	border-bottom:1px solid #615e62;
}

.hr2 {
	margin:1.4em 0;
	border-bottom:1px solid #920101;
}

ul, ol {
	
}

.olStyle1 {
	margin-left:20px;
}

	.olStyle1 li { 
		margin-bottom:3px;
	}

.ulStyle1 {
	margin-bottom:1.4em;
	padding-left:16px;
	list-style:none;
}
	.ulStyle1 li {
		margin:.6em 0;
		background:transparent url('../images/bullet.png') 0 5px no-repeat scroll;
		padding-left:16px;
	}
	.ulStyle1 ul {
		margin:.6em 0;
		padding-left:16px;
		list-style:none;
	}
	
.ulStyle2 {
	margin-bottom:1.4em;
	padding-left:16px;
	list-style:none;
}
	.ulStyle2 li {
		margin:.6em 0;
		background:transparent url('../images/bullet2.png') 0 5px no-repeat scroll;
		padding-left:16px;
	}
	.ulStyle2 ul {
		margin:.6em 0;
		padding-left:16px;
		list-style:none;
	}

#container {
	background:black url('../images/header-stretch.png') top left repeat-x scroll;
}
.middle-container {
	background:white url('../images/content-bg.png') top left repeat-x scroll;
}
.middle {
	background:transparent url('../images/columnwrapper-bg.png') bottom left repeat-x scroll;
}

img.float {
	margin-right:15px;
}

img.floatOpposite {
	margin-left:15px;
}

/* ******************************
Column Styles
****************************** */
.columnStyle1 {
	padding:0px 12px 12px 12px;
	border:0px solid #ddd;
}
	.columnStyle1 .columnTopLeft {
		display:none;
	}
		.columnStyle1 .columnTopRight {
		
		}
	.columnStyle1 .columnBody {
		
	}
	.columnStyle1 .columnBottomLeft {
		display:none;
	}
		.columnStyle1 .columnBottomRight {
		
		}

.columnStyle2 {
	padding:0px 0px;
	border:0px solid #ddd;
}
	.columnStyle2 .columnTopLeft {
		display:none;
	}
		.columnStyle2 .columnTopRight {
		
		}
	.columnStyle2 .columnBody {
		
	}
	.columnStyle2 .columnBottomLeft {
		display:none;
	}
		.columnStyle2 .columnBottomRight {
		
		}
		
.columnStyle3 {
	padding:0px 0px;
	border:0px solid #ddd;
}
	.columnStyle3 .columnTopLeft {
		display:none;
	}
		.columnStyle3 .columnTopRight {
		
		}
	.columnStyle3 .columnBody {
		
	}
	.columnStyle3 .columnBottomLeft {
		display:none;
	}
		.columnStyle3 .columnBottomRight {
		
		}


/* ******************************
Selected Table Styles
****************************** */

.comparison {
	border-collapse:collapse;
}
	.comparison th {
		padding:3px 8px;
		border-bottom:3px solid #444;
	}
	.comparison td {
		padding:3px 6px;
		
	}
	
	.comparison .even td {
		background:#e7e7e7;
	}
	
	.comparison .feature {
	
	}
	.comparison .swisstrax {
		text-align:center;
		color:#060;
	}
	.comparison th.swisstrax {
		color:#000;
	}
	.comparison .epoxy {
		text-align:center;
		color:#600;
	}
	.comparison th.epoxy {
		color:#000;
	}
/* ******************************
Default Blob Styles
****************************** */


.blobDefault {
	margin-bottom:12px;
}

	.blobDefault .blobTopLeft {display:none;}
	.blobDefault .blobTopRight {}
		
	.blobDefault .blobBody {
	
	}

	.blobDefault .blobBottomLeft {display:none;}
	.blobDefault .blobBottomRight {}

.blobStyle1 {
	background:#212121;
	color:white;
	margin-bottom:15px;
	float:left;
	width:100%;
	clear:left;
}

	.blobStyle1 h2, .blobStyle1 h2 a,  .blobStyle1 h2 a:link,  .blobStyle1 h2 a:active,  .blobStyle1 h2 a:visited {
		color:white;
		text-align:center;
	}

	.blobStyle1 .blobTopLeft {
		display:block;
		height:7px;
		background:#212121 url('../images/blobStyle1-tl.png') no-repeat top left scroll;
		line-height:0;
		font-size:0;
	}
		.blobStyle1 .blobTopRight {
			background:transparent url('../images/blobStyle1-tr.png') no-repeat top right scroll;
			height:7px;
		}

	.blobStyle1 .blobBody {
		padding:0px 10px;
	}
	
	.blobStyle1 .blobBottomLeft {
		display:block;
		height:31px;
		background:#690404 url('../images/blobStyle1-bl.png') no-repeat top left scroll;
		line-height:0;
		font-size:0;
	}
		.blobStyle1 .blobBottomRight {
			height:31px;
			background:transparent url('../images/blobStyle1-br.png') no-repeat top right scroll;
		}
		
	.blobStyle1 a, .blobStyle1 a:link, .blobStyle1 a:active, .blobStyle1 a:visited {
		color:white;
	}
	
	
.blobStyle2 {
	margin-bottom:15px;
	border:1px solid #303030;
	clear:left;
}

	.blobStyle2 .blobTopLeft {
		background: transparent url('../images/blobstyle3-top.png') no-repeat top right scroll;
		height:20px;
	}
	.blobStyle2 .blobBody {
		padding:5px;
		background:#F6F6F6 url('../images/blobstyle3-body.png') repeat-x top left scroll;
		min-height:100px;
		/* hooray for ie6! */
		height:auto !important;
		height:100px;
	}
	.blobStyle2 .blobBottomLeft {
		background: transparent url('../images/blobstyle3-bottom.png') repeat-x top left scroll;
		height:16px;
	}
	
		
.blobStyle3 {
	background: transparent url('../images/blob-right.png') repeat-x top left scroll;
	margin-bottom:15px;
}

	.blobStyle3 .blobBody {
		padding:5px;
	}
	
	.blobStyle3 .blobTopLeft {display:none;}
	.blobStyle3 .blobBottomLeft {display:none;}
	
.blobStyleRefer {
	background:#212121;
	position:relative;
}

	.blobStyleRefer h2 {
		float:left;
		margin:5px;
	}
	
		.blobStyleRefer h2 a{
			text-decoration:none;
		}
	
	.blobStyleRefer img {
		float:right;
		margin:5px;
	}
	
	.blobStyleRefer .bottom {
		float:left;
		margin:5px;
	}
	
.blobStyleTestimonial {
	border:1px dashed #C5C5C5;
	background:#F3F3F3;
	padding:10px;
	margin-bottom:20px;
}

	.blobStyleTestimonial .blobTopLeft { display:none;}
	.blobStyleTestimonial .blobBottomRight {display:none;}
	
	.blobStyleTestimonial img {
		margin:0;
		padding:0;
		margin-right:8px;
	}
	
	.blobStyleTestimonial img.last {
		margin-right:0;
	}
	
	
a.buttonStyle1 {
	display:block;
	margin:auto;
	width:148px;
	height:29px;
	padding-top:5px;
	background:transparent url('../images/button-style-1.gif') top left no-repeat scroll;
	color:white;
	text-align:center;
	font-size:140%;
	text-decoration:none;
	margin-bottom:5px;
}

a.buttonStyle1:hover {
	text-decoration:underline;
}

.contactMethod {
	padding-right:5px;
}

.faq li {
	list-style-type:decimal;
	margin-left:20px;
}

.faq .answer {
	display:none;
	margin:10px;
}

.faq .show {
	display:block;
}



#jaylenoflash {
	width:384px;
	height:283px;
}


.blobstyle360 {
	background:black;
	text-align:center;
	margin-bottom:10px;
}

	.blobstyle360 .blobTopLeft {
		background:transparent url('../images/blobStyle2-tl.png') top left no-repeat scroll;
		height:7px;
		line-height:0;
		font-size:0;
	}
		.blobstyle360 .blobTopRight {
			background:transparent url('../images/blobStyle2-tr.png') top right no-repeat scroll;
			height:7px;
		}
		

	.blobstyle360 .blobBottomLeft {
		background:transparent url('../images/blobStyle2-bl.png') bottom left no-repeat scroll;
		height:7px;
		line-height:0;
		font-size:0;
	}
		.blobstyle360 .blobBottomRight {
			background:transparent url('../images/blobStyle2-br.png') bottom right no-repeat scroll;
			height:7px;
		}
		

.galleryContainer {
	width:632px;
	margin:auto;
}

.ulApplications img {
	position:absolute;
	left:200px;
}
/* ******************************
Selected Header Design and Theme
****************************** */

#header {
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-500px;
	height:150px;
	width:1000px;
	background:#B00000 url('../images/header-bg.png') top left no-repeat;
	z-index:1;
}
#headerWrapper {
	height:150px;
	width:1000px;
}
	#siteLogo {
		position:absolute;
		top:0px;
		left:0px;
		height:127px;
		width:247px;
		z-index:5;
	}
	
	#headerTagline1 {
		position:absolute;
		top:52px;
		left:270px;
		font-size:22px;
		color:#ffffff;
		z-index:1;
		font-style:italic;
	}
	
	#headerPhone {
		position:absolute;
		bottom:65px;
		right:26px;
		margin:0;
		padding:0 6px 6px 0;
		font-size:160%;
		font-weight:bold; 
		color:#fff;
	}
	
	#headerLinks {
		position:absolute;
		top:8px;
		right:15px;
		padding:0px 5px 0px 5px;
		width:248px;
		height:30px;
		
		list-style:none;
	}
		#headerLinks li {
			float:left;
			
			background:transparent url('../images/header-links-item.png') right 55% no-repeat scroll;
		}
			#headerLinks li a:link, #headerLinks li a:visited, #headerLinks li a:active {
				float:left;
				padding:7px 10px 0;
				height:23px;
				display:block;
				text-decoration:none;
				color:#fff;
			}
			#headerLinks li a:hover {
				text-decoration:underline;
				color:#C1C1C1;
			}
	
			#headerLinks li.last { background:none;}
/* ******************************
Selected Navigation Design and Theme
****************************** */

/***************************************************************
Appearance and Location for Main Navigation
***************************************************************/
#navigation {
	position:absolute;
	top:93px;
	width:100%;
	height:51px;
	background:none;
	z-index:7;
	margin:0;padding:0;
	left:0;
}
	#navigation>ul {
		padding-left:250px;
		margin:auto auto;
		width:750px;
	}
		#navigation>ul>li {
			position:relative;
			float:left;
			background:#4D4D4D url('../images/nav-item-left.png') top left no-repeat scroll;
			height:51px;
			width:124px;
			text-align:center;
		}
			#navigation>ul>li>a:link, #navigation>ul>li>a:visited, #navigation>ul>li>a:active {
				background:transparent url('../images/nav-item-right.png') top right no-repeat scroll;
				display:block;
				float:left;
				padding-top:16px;
				padding-left:18px;
				padding-right:18px;
				width:88px;
				height:35px;
				font-size:110%;
				font-weight:bold;
				text-decoration:none;
				color:#fff;
			}
			#navigation>ul>li>a:hover {
				text-decoration:underline;
				color:#fff;
			}
		#navigation>ul>li:hover {
		}
			#navigation>ul>li:hover>a:link, #navigation>ul>li:hover>a:visited, #navigation>ul>li:hover>a:hover, #navigation>ul>li:hover>a:active {
				text-decoration:underline;
			}
			
		#navigation>ul>li.current {
		}
			#navigation>ul>li.current>a:link, #navigation>ul>li.current>a:visited, #navigation>ul>li.current>a:active {
				text-decoration:underline;
			}
			#navigation>ul>li.current>a:hover {
				text-decoration:underline;
			}



/***************************************************************
Appearance and Location for Dropdowns
***************************************************************/
#navigation ul li ul {
	display:none;
	
	position:absolute;
	top:51px;
	left:-1px;
	
	height:auto; /* Don't delete me; makes sure you can see any borders in Firefox. */
	width:200px;
	padding:0;
	margin:0;

	background:none;
	border-bottom:1px solid #B90A0A;
	z-index:9;
}

#navigation ul li:hover ul {
	display:block;
	
}
#navigation ul li.last ul {
	left:auto;
	right:-1px;
}
	#navigation ul li:hover ul li {
		display:block;
		float:left;
		margin:0;
		padding:0;
		width:198px;
		height:auto; /* Don't delete me; makes sure you can see the borders in firefox too. */
		
		border:solid #B90A0A;
		border-width:0 1px;
		
		background:#AAAAAA;
		z-index:9;
	}
	#navigation ul li ul li.first { border-top:none; }
	#navigation ul li ul li.last, #navigation ul li.over ul li.last { }
		
		#navigation ul li ul li a:link, #navigation ul li ul li a:visited {
			display:block;
			float:none;
			
			margin:0;
			padding:6px 0 6px 12px;
			height:auto;
			width:186px;
			
			font-weight:normal;
			font-size:90%;
			text-align:left;
			text-decoration:none;
			color:#000000;
			font-style:normal;
			
			border:0;
			background:#C4C4C4;
		}
		#navigation ul li ul li a:hover, #navigation ul li ul li a:active {
			text-decoration:underline;
			color:#fff;
			background:#939393;
		}
		
		
		#navigation ul li.current:hover ul li a:link, #navigation ul li.current:hover ul li a:visited {
			text-decoration:none;
			color:#000000		}
		#navigation ul li.current:hover ul li a:hover, #navigation ul li.current:hover ul li a:active {
			text-decoration:underline;
			color:#fff;
		}
	
		#navigation ul li.current ul li.current a:link, #navigation ul li.current ul li.current a:visited {
			text-decoration:underline;
			color:white;
			background:#AAA;
		}
		#navigation ul li.current ul li.current a:hover, #navigation ul li.current ul li.current a:active {
			text-decoration:underline;
			color:#fff;
			background:#939393;
		}



/***************************************************************
Left Navigation Blob
***************************************************************/
.blobStyleNav {
	background:#D3D3D3 url('../images/left-nav-bg.png') top left no-repeat scroll;
	width:235px;
	margin-bottom:15px;
}
	.blobStyleNav .blobTopLeft {
		
	}
		.blobStyleNav .blobTopRight {
			margin:-0px -0px 0 -0px;
			height:35px;
		}
			.blobStyleNav .blobTopRight h2 {
				margin:0;
				padding-top:6px;
				height:29px;
				text-align:center;
				color:#fff;
			}
	.blobStyleNav .blobBody {
		min-height:210px;
		/* IE mumbo jumbo */
		height:auto !important;
		height:210px;
	}
		.blobStyleNav .blobBody>ul {
			
		}
			.blobStyleNav .blobBody>ul>li {
				
			}
				.blobStyleNav>.blobBody>ul>li>a:link, .blobStyleNav .blobBody>ul>li>a:visited, .blobStyleNav .blobBody>ul>li>a:active {
					position:relative;
					display:block;
					padding:4px 8px 4px 25px;
					text-decoration:none;
					font-style:italic;
					color:#000000;
				}
				.blobStyleNav .blobBody ul li a:hover {
					text-decoration:underline;
					color:#000000;
				}
			.blobStyleNav .blobBody>ul>li.current {
				
			}
				.blobStyleNav .blobBody>ul>li.current>a:link, .blobStyleNav .blobBody>ul>li.current>a:visited, .blobStyleNav .blobBody>ul>li.current>a:active {
					text-decoration:none;
					background:transparent url('../images/left-nav-hover.gif') 10px 0 no-repeat scroll;
					color:#ffffff;
				}
				.blobStyleNav .blobBody ul li.current a:hover {
					text-decoration:underline;
					color:#ffffff;
				}
	.blobStyleNav .blobBottomLeft {
		background:transparent url('../images/left-nav-bottom.png') top left no-repeat scroll;
		height:7px;
		line-height:0px;
		font-size:0px;
	}
		.blobStyleNav .blobBottomRight {
		
		}
/* ******************************
Selected Bread Crumbs
****************************** */

/* ******************************
Selected Footer Design and Theme
****************************** */

#footer {
	position:relative;
	padding:0px 0px 20px 0px;
	width:1000px;
	margin:0 auto;
	font-size:95%;
	background:transparent url('../images/footer-bg.png') top left repeat-x;
}
#footerWrapper {
	width:100%;
	margin:0 auto 0;
	position:relative;
}
	#footerLinks {
		position:absolute;
		top:0px;
		left:0px;
		height:50px;
		width:1000px;
		list-style:none;
	}
		#footerLinks li {
			float:left;
		}
			#footerLinks li a:link, #footerLinks li a:visited, #footerLinks li a:active {
				float:left;
				padding:8px 30px 0 30px;
				height:42px;
				font-size:116%;
				font-weight:bold;
				text-decoration:none;
				color:#fff;
			}
			#footerLinks li a:hover {
				text-decoration:underline;
				color:#C1C1C1;
			}
	
	#footerPhone {
		position:absolute;
		top:6px;
		right:8px;
		font-size:120%;
		font-weight:bold;
		color:#fff;
	}
	
	#footerCopyright {
		color:white;
		margin-bottom:0;
	
	}
	#footerAddress {
		color:white;
		margin-bottom:6px;
		font-style:normal;
	}
	
	.footerLogos {
		padding-top:6px;
		padding-bottom:5px;
	}
	
	.footerLogos img {
		margin:0 3px;
	}
.interPartner {
	display:block;
	position:relative;
	top:9px;
	height:37px;
	width:924px;
	text-align:left;
	border:6px solid #909090;
	background-color:#212121;
	}
	.interPartner a {
		display:block;
		margin-left:10px;
		padding-top:6px;
		float:left;

	}
	.interPartner h2 {
		padding:7px 0 0 157px;
		float:left;
		font-weight:bold;
		color:#FFFFFF;
	}
.translate {
	padding:59px 0 0 0;
	}
	.translate .transHeader {
		font-size:14px;
		font-weight:bold;
		color:#fff;
	}
	.translate a {
	
	}
/* ******************************
Design Layout Code
****************************** */
body {
	min-width:1000px;
}

#siteName {
	position:absolute;
	left:-999em;
}

#container {
	position:relative;
	top:0px;
	margin:0 auto;
	width:100%;
	/*width:1000px;*/
	text-align:center;
	padding-top:150px;
}

.middle-container {
	position:relative;
	width:1000px;
	margin:auto auto;
	padding:0px 0px 0 0px;
	text-align:left;
}

.middle {
	
	margin:auto auto;
	position:relative;
	padding-left:15px;
	padding-right:15px;
	padding-top: 40px;
	padding-bottom: 75px;
	min-height:300px;
	/* IE6 Mumbo Jumbo */
	height:auto !important;
	height:300px;
	
	width:970px;
}

.column2 {
	margin-bottom:25px;
}

/* error reporting */