/* CSS Document */
html, body {
    background:url(/images/bg.jpg);
    background-color:#000;
    background-repeat:repeat-x;
	height:100%;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	background-position:center top;
}
.wrapper {
	width:960px;
	position:relative;
    margin:0 auto;
	min-height: 100%;
	height: auto !important;
    height: 100%;
}
.header {
	width:950px;
	height:143px;
	position:relative;
	float:left;
	margin-top:16px;
	background-color:#fff;
	padding-right:10px;
}
.logo {
	width:492px;
	height:143px;
	position:relative;
	float:left;
}
.headerInfo{
	width:405px;
	height:89px;
	position:relative;
	float:left;
}
.headerRight {
	width:450px;
	height:151px;
	position:relative;
	float:right;
	text-align:right;
}
.headerRight a {
	color:#5c3d83;
	font-size:11px;
	text-decoration:underline;
}
.headerRight a:hover {
	color:#5c3d83;
	font-size:11px;
	text-decoration:none;
}
.headerRight p 
{
    margin:5px 0px;
}
#topLinks 
{
    width:100%;
    margin:0 auto;
}
.topLinks, .topLinks a {
	font-size: 12px;
	color: #5C3D83;
	text-decoration: none;
	text-align:right;
	font-weight:bold;
	width:100%;
	padding-top:10px;
}
.topLinks a:hover {
	text-decoration:underline;
	font-size: 12px;
	color:#5C3D83;
}
.searchHolder {
	height:30px;
	position:relative;
	float:right;
	text-align:right;
	margin-top:12px;
	width:255px;
}
.radioText 
{
  font-size:10px; 
  color:#4c2a55; 
  font-family:Arial, Helvetica, Sans-Serif; 
}
.phoneNumber 
{
    font-size:12px;
    font-weight:bold;
    float:right;
    color:#fff;
}
.cartHolder 
{
     width:100%; 
     float:right; 
     text-align:right;
}
.cartText, .cartText a
{
    color:#333333;
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    text-transform:uppercase;
    text-decoration:none;
    cursor:pointer;
}
.cartText a:hover 
{
    color:#cb3502;
    text-decoration:none;
    cursor:pointer;
}
.bodyContent {
    width:960px;
    float:left;
	background-color:#fff;
	min-height:350px;
	z-index:100;
}
.bodyContentSecondary {
    width:960px;
    float:left;
	min-height:350px;
}
#mainNavHolder {
	width:958px;
	height:44px;
	text-align:left;
	background-image:url(/images/navBg.jpg);
	background-repeat:repeat-x;
	float:left;
	z-index:999;
	border:1px solid #333;
}
.mainNavItem a {
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	line-height:44px;
	text-align:center;
	float:left;
	text-decoration:none;
    padding:0px 31px;
    height:44px;
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;
	margin:0;
}
.mainNavItemHover
{
	text-decoration:none;
	color:#ffffff;
	background-image:url(/images/navBgHover.jpg);
	background-repeat:repeat-x;
	vertical-align:top;
}
.mainNavItem a:hover {
	text-decoration:none;
	color:#ffffff;
	background-image:url(/images/navBgHover.jpg);
	background-repeat:repeat-x;
	vertical-align:top;
}
.mainNavItemSelected {
	color:#ffffff;
	font:bold 12px Arial, Helvetica, sans-serif;
	line-height:40px;
	text-align:center;
	float:left;
	text-decoration:none;
    width:154px;
    height:60px;
	font-weight:bold;
	background-image:url(/images/navBgHover.jpg);
	background-repeat:no-repeat;
}
.SubMenuItem 
{
    border-bottom: 1px solid #b2b1b1;
	border-left: 1px solid #fff;
	border-right: 1px solid #b2b1b1;
	border-top:1px solid #fff;
	display: block;
	background-color:#dddddd;
	color: #4a2d53;
	text-align: left;
	text-decoration: none;
	font: bold 10px/25px Arial, Verdana, Helvetica, sans-serif;
	z-index:1000;
}
.SubMenuItem a
{
	display: block;
	font: bold 10px/25px Arial, Verdana, Helvetica, sans-serif;
	color: #4a2d53;
	text-align: left;
	text-decoration: none;
	padding:0px 10px 0px 10px;
	width:160px;
}
.SubMenuItem a:hover 
{
	color: #d1a4df;
	text-decoration: none;
	background-image:url(/images/navBgOver.jpg);
	background-repeat:repeat-x;
}
table.SubMenuItem td 
{
	font-size:10px;
 }
.movie {
    float:left;
    height:200px;
    margin-top:10px;
    margin-bottom:10px;
    position:relative;
    text-align:center;
    width:960px;
    z-index:0;
}
.featuredBox 
{
    width:310px;
    float:left;
    margin-left:5px;
}
.featuredBoxTop 
{
    width:307px;
    height:15px;
    background-image:url(/images/featuredBoxTop.jpg);
    background-repeat:no-repeat;
    float:left;
}
.featuredBoxHeader 
{
    background-image:url(/images/featuredBoxHeader.jpg);
    background-repeat:no-repeat;
    color:#FFFFFF;
    float:left;
    font-size:16px;
    font-weight:bold;
    height:25px;
    padding:12px 10px 5px;
    text-transform:uppercase;
    width:286px;
}
.featuredBoxMiddle 
{
    width:287px;
    float:left;
    background-image:url(/images/featuredBoxMiddle.jpg);
    background-repeat:repeat-y;
    padding:10px;
    min-height:195px;
}
.featuredBoxMiddleAlt
{
    width:287px;
    float:left;
    background-image:url(/images/featuredBoxMiddle.jpg);
    background-repeat:repeat-y;
    padding:10px;
    min-height:110px;
}
.featuredBoxBottom
{
    width:307px;
    height:19px;
    float:left;
    background-image:url(/images/featuredBoxBottom.jpg);
    background-repeat:no-repeat;
}
.fullBoxTop 
{
    width:633px;
    height:21px;
    background-image:url(/images/fullBoxTop.jpg);
    background-repeat:no-repeat;
    float:left;
}
.fullBoxMiddle 
{
    width:613px;
    float:left;
    background-image:url(/images/fullBoxMiddle.jpg);
    background-repeat:repeat-y;
    padding:10px;
    min-height:95px;
}
.fullBoxBottom
{
    width:633px;
    height:15px;
    float:left;
    background-image:url(/images/fullBoxBottom.jpg);
    background-repeat:no-repeat;
}
.leftColumn {
	width:720px;
	position:relative;
	float:left;
	padding:10px;
}
.fourSystems 
{
    width:100%;
    float:left;
    height:25px;
    font-size:12px;
    color:#999;
    text-transform:uppercase;
    font-style:italic;
    margin-top:10px;
}
.fourSystems a 
{
    text-decoration:none;
    font-size:12px;
    color:#999;
    text-transform:uppercase;
    font-style:italic;
}
.fourSystems a:hover 
{
    color:#4c2a55;
    text-decoration:underline;
}
.homeContent 
{
    width:100%;
    float:left;
}
.leftAd 
{
    width:330px;
    float:left;
    border:1px solid #cccccc;
    min-height:100px;
    padding:10px;
}
.rightAd 
{
    width:330px;
    float:left;
    border:1px solid #cccccc;
    min-height:100px;
    margin-left:10px;
    padding:10px;
}
.rightColumn {
	width:200px;
	position:relative;
	float:right;
	padding:10px;
}
.middleColumnHolder 
{
    width:530px;
    float:left;
    position:relative;
    margin-right:3px;
}
.inside 
{
    padding:5px 10px;
    font-size:11px;
}
.leftColumnHolderCatalog 
{
    width:231px;
    float:left;
    margin-bottom:30px;
}
.leftNavBg 
{
    width:237px;
    background-image:url(/images/leftNavBg.jpg);
    background-repeat:no-repeat;
    min-height:280px;
    padding-top:20px;
}
#leftNavHolder
{
    width:238px;
    float:left;
    padding-bottom:30px;
}
#leftNavHolder ul.leftNavItem{
	margin:0;
	padding:0;
	list-style-type:none;
	display:block;
	font:12px Arial, Helvetica, sans-serif;
	line-height:165%;
	width:185px;
	list-style-image:none;
	line-height:normal;
	font-weight:normal;
}
#leftNavHolder ul.leftNavItem li{
	margin:0;
	padding:0;
	list-style-image:none;
	line-height:150%;
	font:12px Arial, Helvetica, sans-serif;
	font-weight:normal;
	width:185px;
}
#leftNavHolder ul.leftNavItem li a{
    font:12px Arial, Helvetica, sans-serif;
	display:block;
	text-decoration:none;
	padding:3px 5px 3px 5px;
	width:200px;
	list-style-image:none;
	line-height:20px;
	border-bottom:1px solid #cab6d6;
	text-align:left;
	list-style-image:none;
	color:#63427b;
	margin-left:10px;
}
#leftNavHolder ul.leftNavItem li a:hover{
	background-color:#a48dac;
	color:#4f2d58;
	font-weight:normal;}
#leftNavHolder ul.leftNavItem li a.current,ul.vert-one li a.current:hover{
	background:#ebe7d9;
	color:#8f202f;
}
.subNavTitle
{
    background-image:url(/images/leftNavTitle.jpg);
    background-repeat:no-repeat;
    color:#fff;
    font-size:16px;
    font-weight:bold;
    height:27px;
    margin-bottom:10px;
    margin-left:1px;
    margin-top:10px;
    padding:12px 3px 3px 15px;
    width:219px;
}
.signUpButton a
{
    width:132px;
    height:30px;
    float:right;
    background-image:url(/images/signUpButton.png);
    background-repeat:no-repeat;
    display:block;
    margin-right:5px;
}
.signUpButton a:hover
{
    width:132px;
    height:30px;
    float:right;
    background-image:url(/images/signUpButtonHover.png);
    background-repeat:no-repeat;
    display:block;
    margin-right:5px;
}
.newsletter
{
    background-image:url(/images/newsletterBg.jpg);
    background-repeat:no-repeat;
    float:left;
    height:108px;
    padding:25px 20px 5px;
    width:197px;
}
#breadcrumbs {
    float:right;
    height:15px;
    margin-bottom:15px;
    padding-left:15px;
    width:690px;
}
#breadcrumbsCatalog {
	width:670px;
	float:right;
	height:15px;
	margin:10px 0px;
}
#breadcrumbsFullPage {
	width:935px;
	float:right;
	height:15px;
	margin:10px 0px;
}
.breadcrumbs, .breadcrumbs a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.breadcrumbsCurrent{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}
.bottomContent 
{
    width:100%;
    float:left;   
}
.footerDivider {
	width:960px;
	height:26px;
	background-image:url(/images/bottomDivider.jpg);
	background-repeat:no-repeat;
	float:left;
}
.footerBar
{
    width:960px;
    float:left;
    background-color:#fff;
    height:110px;
}
.provenTech 
{
    width:144px;
    height:110px;
    background-image:url(/images/provenImage.jpg);
    background-repeat:no-repeat;
    float:right;
}
.freeShipping 
{
    width:253px;
    height:110px;
    float:right;
    margin-right:55px;
}
.blogPromo 
{
    width:225px;
    height:90px;
    float:left;
    margin-left:25px;
    padding-top:10px;
}
.testimonials 
{
    float:left;
    height:90px;
    padding-top:10px;
    text-align:center;
    width:250px;
}
.footer {
	width:960px;
	height:65px;
	margin-right:auto;
	margin-left:auto;
	padding-top:20px;
	float:left;
	background-color:#fff;
}
.footerBottom
{
    background-image:url(/images/footerBgBottom.jpg);
    background-repeat:repeat-x;
    width:100%;
    float:left;
    height:16px;
}
.footerLinks 
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5C3D83;
	text-decoration: none;
	text-align:left;
}
.footerLinks a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5C3D83;
	text-decoration: none;
}
.footerLinks a:hover {
	text-decoration:underline;
	color:#9865d8;
}
.clearFooter {
    clear:both;
    height:63px;
}
.bodyBg 
{
    width:960px;
    float:left;
    background-image:url(/images/bodyContentBg.jpg);
    background-repeat:repeat-y;
}
.contentHolder 
{
    float:right;
    min-height:400px;
    margin:15px 0;
    width:713px;
    min-height:400px;
}
.contentHolderFull 
{
    float:left;
    padding:20px;
    width:920px;
    min-height:400px;
    margin-top:10px;
}
.contentHolderCatalog 
{
    width:689px;
    float:right;
    min-height:400px;
    background-color:#ffffff;
    padding:20px;
}
.contentHolderInside 
{
    border:1px solid #cccccc;
    padding:20px;
    float:right;
    width:665px;
    background-color:#f0f0f0;
    margin-right:7px;
}
.contentHolderFullInside 
{
    border:1px solid #cccccc;
    padding:20px;
    float:right;
    width:880px;
    background-color:#fff;
    min-height:350px;
}
.loginBox
{
    width:390px;
    min-height:300px;
    float:left;
    border:1px solid #999999;
    margin-top:10px;
    padding:15px;
    background-color:#fff;
}
.loginBoxBottom 
{
    width:390px;
    height:20px;
    border-top:1px solid #ffffff;
    border-right:1px solid #999999;
    border-left:1px solid #999999;
    border-bottom:1px solid #999999;
    background-color:#dcdcdc;
    float:left;
    padding:15px;
    text-align:right;
}
.loginBoxForgot {
    float:left;
    text-align:left;
    width:230px;
}