body {
	font: 12px Arial, Helvetica, sans-serif;
	padding: 0 0 20px 0;
	margin: 0;
	color:#333333;
	background-image:url(images/body-back.gif);
	}
	
	
 img, div { behavior: url(_includes/iepngfix.htc) }


a img {
	border: none;
	margin:0;
}

p {
	margin: 0 0 1em;
	color:#333333;
	line-height:140%;
}

a {	
	text-decoration: underline;
	color:#333333;
}

a:hover{	
	text-decoration: none;
	color:#333333;
}

a:active{	
	text-decoration: underline;
	color:#666666;
}

h1 {
	color:#672D66;
	font-size:24px;
	 line-height:1em;
	 padding:0 0 10px 0;
	 border-bottom:#CCCCCC 1px solid;
	 margin:0;
}


/*wrapper*/

#wrapper {
	margin:0 auto;
	width:990px;
	background-image:url(images/std-content-back.gif);
	background-repeat:repeat-y;
	background-position: center top;
}

html > body #wrapper {
	background-image:url(images/std-content-back.png);
	background-repeat:repeat-y;
	
}

/*header*/

#header {
	margin:0 auto;
	width:960px;
	background-image:url(images/header.gif);
	background-repeat:no-repeat;
}

#headerimg{
	float:left;
	padding:11px 0 0 26px;
}

.breadcrumb {
	padding: 5px 0 0 20px;
	color:#666666;
	font-size:10px;
}

.breadcrumb a{
	color:#C84D33;
	text-decoration:none;
}

.breadcrumb a:hover{
	text-decoration:underline;
}

.breadcrumb span{
	color:#C84D33;
}



/*nav*/

#nav {
    float:right;
    width:748px;
	height:114px;
    font-size:93%;
    line-height:normal;

    }
	
	#nav ul {
    margin:0;
    padding:70px 30px 0 0;
    list-style:none;
	float:right;
    }
	
  	#nav li {
    float:left;
	background:url("images/nav-right.gif")
      no-repeat right top;
    margin-left:18px;
    padding:0;
    }
	
	#nav a {
   	display:block;
    background:url("images/nav-left.gif")
      no-repeat left top;
    padding:5px 10px 7px 10px;
	text-decoration:none;
	color:#F3DDD7;
	font-weight:bold;
    }
	
	#nav a:hover {
	color:#FFFFFF;
	}
	
#crumbtrail {
    float:right;
    width:766px;
    line-height:normal;

    }
    

/*------all content------*/

#content {
	margin:0 auto;
	width:960px;
}

#content td{
	vertical-align:top;
}

/*------home content------*/

#homesell{
	width:290px;
	padding:0 0 0 30px;
	color:#666666;
	line-height:1.84em;
}

#homesell p{
	color:#666666;
}

	#homesell h1{
	font-size:20px;
	margin:0 0 10px 0;
	 line-height:1.2em;
	 padding:0 0 10px 0;
	 border-bottom:none;
	 margin:0;
}

#homesample {
	width:144px;
	padding:0 30px 0 0;
}

#homeflash {
	width:436px;
	padding:0 30px 0 0 ;
}

#homeproducts {
	background-image:url(images/home-title-products.gif);
	background-repeat:no-repeat;
	background-position:center top;
	margin:25px 0 0 0;
	
	
}

.homecat {
	width:179px;
	background-color:#EBEBEB;
	background-image:url(images/home-categories-bttm.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	padding:0 13px 5px 13px;
	font-size:11px;
}

.homecat a{
	color:#C64327;
	text-decoration:none;

}

.homecat a:hover{
	color:#C64327;
	text-decoration:underline;
}

.homecat ul{
	margin: 0 0 0 13px;
	padding:0;
	border: none;
	
}

	.homecat li  {
	margin: 0 0 3px 0;
	padding:0 0 3px 0;
	list-style-position: outside;
	
}

	.homecat span a{
	color:#333333;
	text-decoration:none;
}

	.homecat span a:hover{
	color:#333333;
	text-decoration:underline;
}

.homecattitle {
	background-position:top;
	background-repeat:no-repeat;
	font-size:13px;
	color:#333333;
	height:22px;
	width:179px;
	padding:23px 13px 13px 13px;
}

.homecattitle a{
	color:#333333;
	text-decoration:none;
}

.homecattitle a:hover{
	color:#333333;
	text-decoration:underline;
}

	#catlc {
		background-image:url(images/home-cat-lc.png);
	}
	
	#catpc {
		background-image:url(images/home-cat-pc.png);
	}
	
	#catmd {
		background-image:url(images/home-cat-md.png);
	}
	
	#catpt {
		background-image:url(images/home-cat-pt.png);
	}



/*------inside pages------*/

.incatback {
background-color:#F3F3F3;
}

.incat {
	width:205px;
	padding:0;
	font-size:11px;
}

.incat h2 {
	display:block;
	background-image:url(images/cat-heading-back.gif);
	background-repeat:no-repeat;
	padding:10px;
	font-size:13px;
	margin:0;
}

.incat ul{
	margin: 0;
	padding:0;
	border: none;
	
}

	.incat li  {
	margin: 0;
	padding:0 0 0 0;
	list-style:none;
	border-bottom: #E2E2E2 solid 1px;
	height:57px;
}

	.incat img {
	float:left;
	}
	
	.incat span {
	margin:20px 0 0 20px;
	float:left;
}

	.incat a {
	text-decoration:none;
	color:#C64327;
}

	.incat li a:hover {
	background:#E2E2E2;
	text-decoration:underline;
}

#producttitle h1 {
	 line-height:1em;
	 padding:0 0 10px 0;
	 border-bottom:#CCCCCC 1px solid;
	 margin:0;
}

#productinfo {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	line-height:1.6em;
	padding:0 15px 0 0;
}



	#productinfo h2{
	font-size:15px;
	color:#DF5529;
	line-height:1em;
	margin:0 0 5px 0;
}

	#productinfo ul li{
	margin:0;
	padding:0;
}

#productinfo-larger-text {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#333333;
	line-height:2.2em;
	padding:0 15px 0 0;
}

#productinfo-larger-text h2{
	font-size:20px;
	color:#DF5529;
	line-height:1.1em;
	margin:0 0 5px 0;
}


#productthumbs {
	margin:0;
	padding:0;
	
}

#productthumbs p {
	margin:0;
}

#productthumbs td{
	text-align:center;
	font-size:10px;
	font-weight:bold;
	
}

#productthumbs td img{
	margin:0 0 5px 0;
	
}
	#productthumbs h1{
	text-align:center;
	display:block;
	font-size:10px;
	padding:5px;
	background-color:#EEEEEE;
	margin:0;
	color:#333333;
	border-bottom:none;
}

#productthumbs hr{
	margin:10px 0 15px 0;
	background-color:#CCCCCC;
	height:1px;
	border:0px;
}

.productbutton {
	text-align:center;
	background-repeat:no-repeat;
	color:#333333;
	font-size:12px;
	font-weight:bold;
	width:242px;
	display:block;
	background-image:url(images/bttn-product-up.gif);
	margin:0 30px 0 0;
}

.productbutton a{
	text-decoration:none;
	display:block;
	width:222px;
	padding:10px;
}

.productbutton a:hover{
	text-align:center;
	background-repeat:no-repeat;
	color:#333333;
	font-size:12px;
	font-weight:bold;
	width:222px;
	display:block;
	background-image:url(images/bttn-product-over.gif);
	}
	
	.productbutton a strong {
	color:#C64327;
	}
	
#contactaction {
	width:230px;
	padding:27px 0 0 30px;
	vertical-align:middle;
	font-size:13px;
}	

#articlemain {
	width:671px;
	font-size:12px;
	line-height:1.5em;
}

#articlemain h2{
	font-size:17px;
	color:#DF5529;
	line-height:1em;
	margin:0 0 15px 0;
}

.articlewide {
	width:700px;
}

.articlecat {
	width:205px;
	padding:0;
	font-size:11px;
}

	.articlecat h2 {
	display:block;
	background-image:url(images/cat-heading-back.gif);
	background-repeat:no-repeat;
	padding:10px;
	font-size:13px;
	margin:0;
}

	.articlecat ul{
	margin: 0;
	padding:0;
	border: none;
	
}

	.articlecat li  {
	margin: 0;
	
	list-style:none;
	border-bottom: #E2E2E2 solid 1px;
}

	.articlecat a {
	padding:10px;
	display:block;
	text-decoration:none;
	color:#C64327;
}

	.articlecat a:hover {
	background:#EAEAEA;
	text-decoration:underline;
}


/*------forms------*/

form div {
	margin: 0.75em 0 1ex 0;
	clear: left;
}

label {
	width: 6em;
	display: block;
	float: left;
	font-weight: bold;
	padding: 1ex 1em 1ex 0;
	text-align:right;
	font-size:12px;
}

input {
	height:20px;
	width:200px;
	color:#666666;
	font-size:12px;
}

.secondary {
	float:none;
	width:auto;
	font-weight:normal;
	margin:0 1em 0 2.9em;
	text-align:left;
}

form div.actions {
	margin: 2em 0 0 6em;
	padding: 0 0 0 1.5em;
}

.form h2{
	font-size:14px;
	color:#666666;
	display:block;
	margin:20px 0 12px 0;
	line-height:130%;
	
}

form p {
	padding:20px 0 5px 0;
	margin:0;
}

.form p {
	padding:20px 0 5px 0;
	margin:0;}
	
	
.formsection {
	background-color:#F0F0F0;
	padding:10px;
}

.actions {
	color:#000000;
}

/*------jTip------*/

#JT_arrow_left{
	background-image: url(/images/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:25px;
	width:10px;
    top:-3px;
}

#JT_arrow_right{
	background-image: url(/images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:25px;
	width:11px;
    top:-2px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 2px solid #672D66;
	background-color: #EEEEEE;
	color:#FFFFFF;
	font-size:14px;
}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:white;
}

.JT_loader{
	background-image: url(/images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color: #672D66;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_close_right{
	background-color: #672D66;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_copy p{
margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: 0px solid #CCCCCC;
}

.jTip{
cursor: hand;
}



/*footer*/

#footer{
	font-size:10px;
	width: 900px;
	margin: 0 auto;
	padding:20px 45px;
	line-height:1.5em;
	
}

	html > body #footer{
	background-image:url(images/footer-shadow.png);
	background-repeat:no-repeat;
	background-position:top;}
	

	#footer ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 950px;
}

	#footer ul li{
	display: inline;
}

	#footer ul li a{
	float: left;
	color: #666666;
	padding: 0 15px 0 0;
	text-decoration: underline;
}

	#footer ul li a:hover{
	color: #333333;
	text-decoration:none;
}

	#footer .phone {font-size: 17px; font-weight: bold;  float: right;}


hr {
border: 0;
color: #cccccc;
background-color: #cccccc;
height: 1px;
width: 100%;
text-align: left;
}	

.uvlead {
	font-size: 23px;
	line-height: 1.4em;
	font-weight: bold;
	color: #DF5529;}
	
	.uv-side-col-th {text-align: center; border: 1px #ccc solid; width: 110px; background: #fff; margin: 0 0 0 36px;}
	
	.uv-side-col-name {margin: 10px 25px 25px 25px; text-align:center;}