@charset "utf-8";
/* CSS Document */

.newslinks
{
    text-align:right;
    width:700px;
}

body{
	background-color:#ffffff;
	padding:0px;
	margin:0px;
	font-family:Verdana, Geneva, sans-serif
}

.bodycopy
{
    font-family:Verdana, Geneva, sans-serif
}

#container {
	width:990px;
	margin:0 auto;
	display:block;
	clear:both;
	overflow:hidden;
}

#content {
	clear:both;
	overflow:hidden;
	background-image:url(images/bg.gif);
	background-repeat:repeat-y;
	background-position:right;
	padding-bottom:10px;
}

#contentNoDivider {
	margin-top:331px;
	clear:both;
	overflow:hidden;
	background-position:right;
	padding-bottom:10px;
}

#headerHome {
	width:990px;
	height:auto;
	clear:both;
	overflow:hidden;
}


#headerInner {
	width:990px;
	height:auto;
	margin-bottom:-108px;
	clear:both;
	overflow:hidden;
}

#headerHome .featured{
	width:106px;
	height:27px;
	position:absolute;
	margin:160px 0 0 410px;
	z-index:2000
}

#headerHome .personal{
	width:106px;
	height:27px;
	position:absolute;
	margin:160px 0 0 410px;
	z-index:2000
}

#headerHome .material{
	width:106px;
	height:27px;
	position:absolute;
	margin:160px 0 0 640px;
	z-index:2000
}

#headerHome .environmental{
	width:106px;
	height:27px;
	position:absolute;
	margin:160px 0 0 840px;
	z-index:2000
}


#headerInner .featured{
	width:70px;
	height:27px;
	position:absolute;
	margin:117px 0 0 650px;
	z-index:2000
}

#headerInner .personal{
	width:70px;
	height:27px;
	position:absolute;
	margin:117px 0 0 650px;
	z-index:2000
}

#headerInner .material{
	width:70px;
	height:27px;
	position:absolute;
	margin:117px 0 0 790px;
	z-index:2000
}

#headerInner .environmental{
	width:70px;
	height:27px;
	position:absolute;
	margin:117px 0 0 905px;
	z-index:2000
}

#headerHome .logo, #headerInner .logo{
	position:absolute;
	margin:46px 0 0 20px;
	width:296px;
	height:109px;
	z-index:1000
}

#headerHome .banner {
	background-image:url(images/banner-home.jpg);
	background-repeat:no-repeat;
	margin:60px 0 0 0;
	height:270px;
	width:990px;
	position:absolute;
	z-index:100
}

#headerInner .banner {
	background-image:url(images/banner-inner.jpg);
	background-repeat:no-repeat;
	background-position:right;
	margin:60px 0 0 0;
	height:162px;
	width:990px;
	position:absolute;
	z-index:100
}

.links {
	width:450px;
	height:60px;
	position:absolute;
	margin:5px 0 0 540px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	text-align:right;
}

.links ul{
	padding:0px;
	margin:0px 0px 0px -10px;
}

.links li {
	display:inline;
	padding:0 1px 0 1px;
}

.links li a {
	color:#000;
	border-right:1px solid #000;
	padding:0 10px 0 11px;
	text-decoration:none
}

.links li a:hover {
	background-image:url(images/arrow.png);
	background-repeat:no-repeat;
	background-position:0 50%
}

.links .active a{
	background-image:url(images/arrow.png);
	background-repeat:no-repeat;
	background-position:0 50%
}

.links .search {
	padding:5px 0 0 5px;
	font-size:12px;
	float:right
}

.links a {
	color:#000;
	text-decoration:none;
}

.links a:hover {
	color:#07778a
}

.ip {
	border:1px solid #2a2e7b;
	padding:2px;
	font-size:11px
}

.ip2 {
	border:1px solid #2a2e7b;
	padding:2px;
	font-size:10px;
	text-align:center;
	font-weight:bold
}

#nav {
	padding:3px;
	border-top:1px solid #747474;
	border-bottom:1px solid #747474;
	z-index:5000;
	height:20px;
}

#nav ul{
	padding:0px;
	margin:0px;
}

#nav li {
	display:inline;
	padding:0 5px
}

#nav a {
	font-family:Verdana, Geneva, sans-serif;
	color:#747474;
	font-size:13px;
	text-decoration:none;
	text-transform:uppercase;
	padding:4px;
}

#nav a:hover {
	color:#ffffff;
	background-color:#2a2e7b;
}

#nav .active a {
	color:#ffffff;
	background-color:#2a2e7b;
}

#content 
{
    margin-top:331px;
	clear:both;
	overflow:hidden;
	font-family:Verdana, Geneva, sans-serif
}

#content #left{
	width:769px;
	float:left;
}
#content #leftFull{
	width:980px;
	float:left;
}

.copy {
	clear:both;
	margin:auto;
	overflow:hidden;
	font-family:Verdana, Geneva, sans-serif;
	padding:10px 0 10px 0;
	margin:0px;
	}

#left .copy {
	padding: 0 10px;
	font-size:12px
}

#left .copy h1 {
	margin:0 0 10px;
	padding:0px;
	font-size:18px;
	color:#2b2d7a
}
#left .copy h1 a{
	color:#2b2d7a;
	text-decoration:none;
}
#left .copy h1 a:hover{
	color:#2b2d7a;
	text-decoration:underline;
}

#content #right{
	background-image:url(images/blue-gradient.png);
	background-repeat:repeat-x;
	float:right;
	width:203px;
	padding:9px;
	font-size:11px;
	line-height:14px;
}

#right h1 {
	font-size:14px;
	color:#FFF;
	text-align:center;
	padding:0 0 20px 0;
	margin:0px;
}

#footer {
	padding:5px;
	border-top:1px solid #747474;
	border-bottom:1px solid #747474;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	clear:both;
	overflow:hidden;
}

#footer .left {
	width:500px;
	float:left
}

#footer .right {
	width:300px;
	float:right;
	text-align:right
}

#footer a {
	color:#000;
	text-decoration:none;
	padding:0 0 0 10px
}

#footer a:hover {
	text-decoration:underline;
}

.copy .left {
	width:250px;
	float:left;
}

.copy .right {
	width:460px;
	float:left;
	margin:0 0 0 15px;
}

.copy h2{
	margin:0 0 10px 0;
	padding:0px;
	font-size:21px;
	font-weight:100;
}

.copy .left ul{
	margin:0;
	padding:0;
}

.copy .left li {
	list-style:none;
	margin:1px;
	padding:0px;
}

.copy .left a{
	padding:3px 0 3px 18px;
	margin:0 0 0 0px;
	color:#000000;
	text-decoration:none;
	width:230px;
	display:block;
}

.copy .left .featured .active a {
		background-color:#B0B1CF;
}

.copy .left .material .active a {
		background-color:#c991b0;
}

.copy .left .environmental .active a {
		background-color:#88bac4;
}

.copy .left .personal .active a {
		background-color:#c6c295;
}

.copy .left a:hover {
	background-image:url(images/nav-arrow.gif);
	background-repeat:no-repeat;
	background-position:0 0
}

.copy .left .active a {
	background-image:url(images/nav-arrow.gif);
	background-repeat:no-repeat;
	background-position:0 0
}

#l2 {
	background-image:url(images/l2-nav.png);
	width:740px;
	height:38px;
	background-repeat:no-repeat;
	color:#FFF
}

#l2 ul {
	margin:0px;
	padding:7px 0 0px 15px;
}

#l2 li {
	display:inline;
	list-style:none;
	padding:0px;
}

#l2 a {
	padding:5px 5px 0 5px;
	color:#FFF;
	font-weight:bolder;
	text-decoration:none;
}

#l2 a:hover {
	color:#2a2e7b
}

#l2 .active a{
	color:#2a2e7b
}

.subCategory {
	margin:0px;
	padding:0px;
}

.subCategory .item{
	margin:0 12px 10px 12px;
	padding:0px;
	width:124px;
	height:250px;
	float:left
}

.subCategory .item .img{
	
}

.subCategory .item .title{
	font-weight:bold;
	padding:3px;
}

.subCategory .item .title a
{
    color: Black;
	font-weight:bold;
	padding:3px;
	text-decoration: none;
}

.subCategory .item .title a:active
{
    color: Black;
	font-weight:bold;
	padding:3px;
	text-decoration: none;
}

.subCategory .item .title a:visited
{
    color: Black;
	font-weight:bold;
	padding:3px;
	text-decoration: none;
}

.subCategory .item .buy{
	padding:5px 0 5px 0;
}

.subCategory .item .buy .view{
	width:45px;
	float:right;
	margin-top:5px
}

.subCategory .item .buy .view a {
	color:#000;
	text-decoration:none;
	font-size:10px;
	background-image:url(images/arrow.png);
	background-repeat:no-repeat;
	background-position:0 50%;
	margin:10px 0 0 0;
	padding:0 0 0 10px;
	
}

.subCategory .item .buy .view a:hover {
	color:#666;
	text-decoration:underline
}

.subCategory .item .buy .moreinfo{
	width:75px;
	float:right;
	margin-top:0px
}

.subCategory .item .buy .moreinfo a {
	color:#000;
	text-decoration:none;
	font-size:10px;
	background-image:url(images/arrow.png);
	background-repeat:no-repeat;
	background-position:0 50%;
	margin:10px 0 0 0;
	padding:0 0 0 10px;
	
}

.subCategory .item .buy .moreinfo a:hover {
	color:#666;
	text-decoration:underline
}

.subCategory .item .buy .add{
	width:78px;
	float:left;
	text-align:right
}

.featCategory .item .buy .view{
	width:45px;
	float:right;
	margin-top:5px
}

.featCategory .item .buy .view a {
	color:#000;
	text-decoration:none;
	font-size:10px;
	background-image:url(images/arrow.png);
	background-repeat:no-repeat;
	background-position:0 50%;
	margin:10px 0 0 0;
	padding:0 0 0 10px;
	
}

.featCategory .item .buy .view a:hover {
	color:#666;
	text-decoration:underline
}

.detail{
	clear:both;
	margin:auto;
	overflow:hidden;
}

.firstRow
{
    background-color:#ffffff;
}

.secondRow
{
    background-color:#eeeeee;
}

.detail h2{
	padding: 15px 0 0 0;
	font-weight:100;
	font-size:14px;
	color:#2b2d7a
}

.detail .left {
	width:310px;
	height:238px;
	float:left;
}

.detail .center {
	width:450px;
	height:238px;
	float:none;
	text-align:center;
}

.detail .right {
	width:133px;
	height:238px;
	float:left;
	background-image:url(images/data-bar.jpg);
	background-repeat:no-repeat;
}

.detail .right .title{
	color:#FFF;
	padding:2px;
	text-align:center;
	font-weight:bold
}

.detail .right .info {
	padding:10px;
}

.detail .right .quote a {
	color:#FFF;
	font-size:11px;
	text-decoration:none;
	line-height:14px;
}

.detail .right .quote a:hover {
	text-decoration:underline;
}

h3 {
	margin:5px 0 5px 0;
	font-size:16px;
}
	
#cart-status {
	background-image:url(images/cart-status.png);
	width:745px;
	height:38px;
	background-repeat:no-repeat;
	color:#FFF
}

#cart-status ul {
	margin:0;
	padding:7px 0 0 15px;
}

#cart-status li {
	list-style:none;
	display:inline;
	color:#7477a9;
	font-weight:bold;
}

#cart-status li .off{
	padding:0 15px 0 12px;
	background-image:url(images/arrow-off.gif);
	background-repeat:no-repeat;
	background-position:0 50%
}

#cart-status li .active{
	padding:0 15px 0 12px;
	background-image:url(images/arrow-on.gif);
	background-repeat:no-repeat;
	background-position:0 50%;
	color:#ffffff;
}

#order-bar{
	background-image:url(images/l2-nav.png);
	width:735px;
	height:38px;
	background-repeat:no-repeat;
	color:#FFF;
	padding:7px 0 0 15px;
	clear:both;
	overflow:hidden;
	}

.col1 {
	float:left;
	width:385px;
	clear:both;
	overflow:hidden;

}

.col1 .image {
	width:200px;
	float:left;
}

.col1 .detail {
	width:140px;
	float:left;
}

.col2 {
	float:left;
	width:90px;
}

.col3 {
	float:left;
	width:90px;
	text-align:center
}

.col4 {
	float:left;
	width:150px;
	text-align:center
}

.col4 a {
	color:#000000;
	text-decoration:none
}

.col4 a:hover {
	text-decoration:underline;
}

.order-item{
	padding:7px 0 0 15px;
	clear:both;
	margin:auto;
	overflow:hidden;
}

.order .col1{
	float:left;
	width:140px;
	margin-left:485px
}
.order .col2{
	float:left;
	width:100px;
}

.login{
	text-align:right;
	padding:5px;
}
	

	
.login a{
	text-decoration:none;
	color:#000;
	font-weight:bold;
	font-size:10px
}

.full {
	padding: 20px 0 0 15px;
	color:#221e1f;
	font-size:12px;
	line-height:16px;
	clear:both;
	overflow:hidden;

}

.full h1{
	font-weight:100;
	font-size:21px
}

.full h2{
	font-weight:100;
	font-size:14px;
	color:#2b2d7a
}

#SignUp {
	padding: 0 0 0 0;
	width: 200px;
	color:#221e1f;
	font-size:12px;
	line-height:16px;
}

#SignUp h1{
	font-weight:100;
	font-size:21px
}

#SignUp h2{
	font-weight:100;
	font-size:14px;
	color:#2b2d7a
}

.quote {
	color:#2b2d7a;
	font-style:italic;
	font-size:14px;
	line-height:18px;
	padding:0 0 15px 0
	} 
	
#powered {
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	padding:5px 5px 0 0;
	text-align:right
}

#powered a {
	text-decoration:none;
	color:#000;
}

#powered a:hover {
	color:#666;
}

.price {
	font-weight:bold;
	padding:5px 0 0 0;
}

.total {
	padding:5px;
	margin:10px 15px 10px 15px; 
	border-top:1px solid #000000;
	text-align:right;
}
	
.loginboxes {
	padding:0 0 0 10px;
	text-align:left
}

a.button {
    background: transparent url('images/btn-a.png') no-repeat scroll top right;
    color: #ffffff;
    display: block;
    font: normal 12px arial, sans-serif;
    height: 30px;
    margin-right: 0px;
    padding-right: 14px; /* sliding doors padding */
    text-decoration: none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	font-weight:bold;
	text-align:center
}

a.button span {
    background: transparent url('images/btn-span.png') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 2px 11px 18px;
	margin:0px
} 

a.button:hover {
    background-position: bottom right;
    color: #ffffff;
    /*outline: none;  hide dotted outline in Firefox */
}

a.button:hover span {
    background-position: bottom left;
    padding: 5px 2px 11px 18px; /* push text down 1px */
} 

a.button-cart {
    background: transparent url('images/btn-a-cart.png') no-repeat scroll top right;
    color: #ffffff;
    display: block;
    font: normal 12px arial, sans-serif;
    height: 25px;
    margin-right: 0px;
    padding-right: 14px; /* sliding doors padding */
    text-decoration: none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	font-weight:bold;
}

a.button-cart span {
    background: transparent url('images/btn-span-cart.png') no-repeat;
    display: block;
    line-height: 14px;
    padding: 3px 0px 8px 5px;
	margin:0px;
	text-align:right
} 

a.button-cart:hover {
    background-position: bottom right;
    color: #ffffff;
    outline: none; /* hide dotted outline in Firefox */
}

a.button-cart:hover span {
    background-position: bottom left;
    padding: 3px 0px 8px 5px; /* push text down 1px */
} 

.btn {
	width:65px;
}

.btn-login {
	width:60px;
	float:right
}

.btn-addtocart {
	width:82px;
	float:right
}

.clear {
	clear:both;
}