@charset "utf-8";
/* CSS Document */

/*
================================================
	Yahoo GUI Reset CSS
	http://developer.yahoo.com/yui/reset/
================================================
*/


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* common styles */
/*img { 
	behavior: url(/css/iepngfix.htc) ;
	}*/
	
embed {
	margin: 0;
	padding: 0;
	border: 0;
	}

.clearDiv {
	height: 0;
	clear:both;
	overflow:hidden;
}

strong {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

em {
	font-style: italic;
}

ul
{
list-style: disc outside;
margin-left: 40px;
} 

p {
	margin-bottom: 8px;
}

a {
	text-decoration: none;
	color: #e90d0a;
}

a:hover {
	text-decoration: underline;
	color: #919191;
}


/* end common styles */

body {
	background: url(img/bodyBack.jpg) repeat-x;
	background-color: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #4F5052;
}

#container {
	width: 100%;
	background:url(img/headerBack2.png) no-repeat top center;
	behavior: url(/css/iepngfix.htc);
}

#topArea {
	width: 972px;
	margin: 0 auto;
	background:url(img/vNewNavBack.png) no-repeat 100% 58px;
}
	
#header {
	width: 100%;
	/*height: 120px;*/
	/*background: url(img/headerBack.jpg) repeat-x top center;*/
}

#headerTube {
	width: 978px;
	margin: 0 auto;
	height: 105px;
	position: relative;
}

#logo {
	float:left;
	/*height: 110px; */
	margin: 20px 0 0 40px;
}
#logo img {
	border: 0;
}

#accountBar {
	float: right;
	background:url(img/accountBarBack.png) no-repeat;
	behavior: url(/css/iepngfix.htc);
	width: 457px;
	height: 36px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-box-shadow: 0px 0px 4px #c1c1c1;
	-webkit-box-shadow: 0px 0px 4px #c1c1c1;
	background-color: rgb(255,255,255);
	background-color: rgba(236,236,236, 0.35);
	margin-right: 12px;
	font-size: 11px;
}

#accountBar p {
	height: 36px;
	line-height: 36px;
}

#accountBar p a.createAcct {
	text-decoration: none;
	color: #e60d0a;
}

#accountBar p a {
	text-decoration: none;
	color: #7f7f7f;
}

#accountBar p a:hover {
	text-decoration: underline;	
}



#loginBox input.fwsButton {
	background-color: #00a7d3;
	border: 1px solid #00a7d3;
	color: #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0px 0px 4px #666666;
	-webkit-box-shadow: 0px 0px 4px #666666;
	padding: 2px 4px;
}


/* rotator styles */

/* end rotator styles */

/* begin main navigation styles */

#navBar {
	width: 600px;
	height: 30px;
	position: absolute;
	bottom: 16px;	
	right: 0;
}

#navBar ol {
	list-style-type: none;
	width: 452px;
	height: 35px;
	text-align: center;
	margin-left: 10px;
}

#navBar ol li {
		display: inline;
		float: left;
		height: 35px;
		/*width: 113px;*/
		
}

#navBar ol li.last {
	
}


#navBar ol li a {
	padding: 7px 15px;
	display: block;
	height: 35px;
	/*width: 113px;*/
	font-size: 22px;
	color: #FFFFFF;
	line-height: 35px;
	text-align: center;
	/*background:url(img/navBack.png) no-repeat 0 20px;*/
}


#navBar ol li a.first {
	
}



#navBar ol li a:hover, #navBar ol li.active a {
	color: #FFFFFF;
	text-decoration: none;
	background:url(img/newNavHover.png) repeat-x;
	behavior: url(/css/iepngfix.htc);
}

#navBar ol li a.first:hover {
	
}


#navBar ol li a.last:hover {
	
}

#navBar ol li a.selected {
	color: #FFFFFF;
	text-decoration: none;
	background:url(img/navHover.png) no-repeat;
	behavior: url(/css/iepngfix.htc);
	}

#flashBar {
	width: 972px;
	margin: -10px auto 0px auto;
	background:url(img/flashBarBack.png) no-repeat;
	behavior: url(/css/iepngfix.htc);
	height: 339px;
}

#rotateContent {
	width: 500px;
	padding: 80px 0 0 50px;
}

#rotateContent h1 {
		font-size: 30px;
		color: #e60d0a;
		line-height: 60px;
		margin-bottom: 10px;
		text-shadow: 0px 0px 4px #666666;
}

#rotateContent p {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 20px;
}

#rotateContent p.learnMore {
	float: right;
	width: 134px;
	height: 35px;
	text-align: center;
	background:url(img/learnMoreBack.png) no-repeat;
	line-height: 35px;	
}

#rotateContent p.learnMore a {
	display: block;
	text-transform: uppercase;
	color: #e60d0a;
	font-size: 12px;
}

#lowerContent {
	width: 978px;
	height: 400px;
	margin: 0 auto;
	background:url(img/homeProductsAreaBack.png) no-repeat;
	behavior: url(/css/iepngfix.htc);
	padding: 8px 0 0 0;
}

#lowerContent h2 {
		text-transform:lowercase;
		font-size: 24px;
		color: #e60d0a;
		height: 55px;
		line-height: 55px;
		/*text-shadow: 0px 0px 4px #666666;*/
		text-indent: 35px;
}

#productHolders {
	width: 960px;
	margin: 0 auto;
	height: 327px;
	overflow: hidden;
}

.prodBucket {
	float: left;
	width: 320px;
	padding: 20px 0 0 0;
	height: 280px;
	text-align:left;
	position: relative;
}

.prodBucket h3 {
	position: relative;
	width: 260px;
	margin: 0 auto;
	text-align:left;
	font-size: 28px;
	color: #e60d0a;
	line-height: 35px;
	height: 70px;
	margin-bottom: 15px;
}
.prodBucket h3 span {
	position: absolute;
	bottom: 0;
}
.prodBucket p {
	width: 240px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 20px;
	height: 110px;
}

.prodBucket p.smLearnMore {
	float: left;
	width: 113px;
	height: 42px;
	background:url(img/smLearnMoreBack.png) no-repeat;
	text-align:left;
	margin-left: 35px;
}

.prodBucket p.smLearnMore a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	line-height: 42px;
	font-weight:bold;
}

.prodBucket p.smLearnMore a:hover {
	text-decoration:underline;
}

/* inside styles */

#insideContent {
	width: 960px;
	margin: -5px auto 10px;
	background: rgb(255,255,255);
	background: rgba(255,255,255,0.98);
	border: 1px solid #c1c1c1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0px 0px 5px #999;
	-webkit-box-shadow: 0px 0px 5px #999;
}
#Content {
	padding: 20px;
	min-height: 400px;
}
* html #Content {
	height: 400px;
}

#subNav {
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #f0f0f0;
	-moz-box-shadow: 0px 2px 2px #f0f0f0;
	-webkit-box-shadow: 0px 2px 2px #f0f0f0;
}

#subNav ul {
	list-style-type: none;
	margin: 0 20px;
	padding: 0;
	width: 880px;
	height: 40px;
}

#subNav ul li {
	display: inline;
	float: left;
	width: auto;
	margin-right: 35px;
	height: 40px;
	line-height: 40px;
}


#subNav ul li a {
	font-size: 14px;
	color: #e90d0a;
	text-decoration: none;
}

#subNav ul li a:hover {
	text-decoration:underline;
}

#insideContent h1 {
	font-size: 24px;
	margin-bottom: 20px;
}

span.red {
	color: #e90d0a;
}

#insideLeft {
	float: left;
	width: 410px;
}

#insideRight {
	float: left;
	width: 500px;
}

/* product display styles */

.headerPrice {
	
}

.headerPrice p {
	font-size: 24px;
	margin-bottom: 15px;
}

.prodOptionsBox {
	width: 204px;
	background: rgb(237,237,237);
	background:rgba(237,237,237, 0.85);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0px 0px 4px #c1c1c1;
	-webkit-box-shadow: 0px 0px 4px #c1c1c1;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 15px 0;
}

.prodOptionsBox p {
	
}

.prodFunctionsBox {
	height: 21px;
	margin-bottom: 20px;
}

.prodFunctionsBox p {
	text-align: center;
	font-size: 10px;
}

.prodFunctionsBox p span a {
	text-decoration: none;
	color: #919191;
	display: block;
}

.prodFunctionsBox p span a:hover {
	text-decoration: none;
	color: #e90d0a;
}

.prodFunctionsBox  p span.email {
	display: block;
	float: left;
	width: 55px;
	height: 21px;
	background:url(img/emailButton.png) no-repeat;
	margin-right: 10px;
	line-height: 21px;
	text-align:left;
	text-indent: 5px;
}

.prodFunctionsBox  p span.print {
	display: block;
	float: left;
	width: 55px;
	height: 21px;
	background:url(img/printButton.png) no-repeat;
	margin-right: 10px;
	line-height: 21px;
	text-align:left;
	text-indent: 5px;
}

.prodFunctionsBox  p span.share {
	display: block;
	float: left;
	width: 55px;
	height: 21px;
	background:url(img/shareButton.png) no-repeat;
	margin-right: 10px;
	line-height: 21px;
	text-align:left;
	text-indent: 5px;
}

.prodOptionsBox p.addToCart {
	text-align: center;
	margin-top: 15px;
}

.prodDescription {
	
}


.prodDescription ul {
	margin: 0;
	padding: 0;
}

.prodDescription ul li {
	margin: 15px;	
}

#footer {
	width: 960px;
	margin: 0 auto;
	text-align: center;
	height: 77px;
	background:url(img/footerBack.jpg) no-repeat;
}


#footer p {
	margin: 0 20px;
	text-align: right;
	height: 77px;
	line-height: 77px;
	font-weight: bold;
	text-transform:uppercase;
	color: #ffffff;
	font-size: 9px;
}

#footer p span.phNum {
	font-size: 18px;
	line-height: 77px;
}

#copyRight {
	width: 960px;
	margin: 0 auto;
}

#copyRight p {
	height: 30px;
	line-height: 30px;
}

#copyRight p span.copyText {
	float: left;
	width: 400px;
	
}

#copyRight p span.proudText {
	float: right;
	width: 400px;
	
}
#copyRight p span.proudText a {
	text-decoration: underline;
	color: #4F5052;
}
#copyRight p span.proudText a:hover {
	color: #4F5052;
}
#copyRight p span.footerNav {
	float: left;
	width: 300px;
	
}

#gallery {
	width: 400px;
}

#gallery-main {
	margin: 0 10px 10px 0;
	width: 390px;
	height: 390px;
	border: 1px solid #ccc;
	overflow: hidden
}

#gallery ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#gallery ul li {
	float: left;
	margin: 0 10px 10px 0;
	padding: 0;
	list-style-type: none;
	display: inline;
	border: 1px solid #ccc;
	height: 68px;
	width: 68px;
	overflow: hidden;
}	

.product-listing {
	overflow: hidden;
	padding-bottom: 20px;
}

.product-listing h2 {
	margin-left: 120px;
	font-size: 14px;
	font-weight: bold;
}
.product-listing img {
	float: left;
	border: 1px solid #ccc;
}
.product-listing p {
	margin-left: 120px;
}
.product-listing p.more {
	text-align: right;
}

img.right {
	float: right;
	padding: 0 0 10px 10px;
}
img.left {
	float: left;
	padding: 0 10px 10px 0;
}

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

