/* CSS Document */
html, body {
    background:url(/images/bg.jpg);
    background-color:#fff;
    background-repeat:repeat-x;
	height:100%;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
.wrapper {
	width:960px;
	position:relative;
    margin:0 auto;
	min-height: 100%;
	height: auto !important;
    height: 100%;
}
.header {
	width:100%;
	height:110px;
	position:relative;
	float:left;
}
.logo {
	width:294px;
	height:65px;
	position:relative;
	float:left;
	margin-top:20px;
}
.headerInfo{
	width:405px;
	height:89px;
	position:relative;
	float:left;
}
.headerRight {
	width:500px;
	height:110px;
	position:relative;
	float:right;
	text-align:right;
}
.bodyBg 
{
    width:960px;
    float:left;
    margin-top:10px;
}
#topLinks 
{
    width:100%;
    float:right;
    text-align:right;
    margin:13px 0 7px;
}
.topLinks 
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	text-decoration: none;
}
.topLinks a {
	text-align:center;
	font-weight:bold;
	font-size: 10px;
	text-transform:uppercase;
	color: #333;
	text-decoration:none;
}
.topLinks a:hover {
	text-decoration:underline;
	color: #c61414;
}
.searchHolder {
	height:34px;
	position:relative;
	float:right;
	text-align:right;
}
.radioText 
{
  font-size:10px; 
  color:#333; 
  font-family:Arial, Helvetica, Sans-Serif; 
}
.cartHolder 
{
     width:100%; 
     float:right; 
     text-align:right;
}
.cartText, .cartText a
{
    color:#333333;
    font-family:Arial, Helvetica, sans-serif;
    text-transform:uppercase;
    text-decoration:none;
    cursor:pointer;
    font-weight:bold;
}
.cartText a:hover 
{
    color:#c61414;
    text-decoration:none;
    cursor:pointer;
    font-weight:bold;
}
.bodyContent {
    width:959px;
    float:left;
	z-index:100;
	min-height:350px;
	margin-top:10px;
}
/*.bodyContentSecondary {
    width:959px;
    float:left;
	background-color:#fff;
	z-index:100;
	background-image:url(/images/bodyBgFull.jpg);
	background-repeat:repeat-y;
	min-height:350px;
	padding:0 10px 10px;
}*/
#mainNavHolder {
	width:960px;
	height:49px;
	float:left;
	z-index:999;
}
.mainNavItem a {
	color:#eceaea;
	font-family:Arial, Helvetica, sans-serif;
	line-height:40px;
	float:left;
	text-decoration:none;
    height:49px;
    width:158px;
    text-align:center;
	font-weight:bold;
	font-size:14px;
	margin:0;
	background-image:url(/images/navBg.jpg);
	background-repeat:no-repeat;
	text-transform:uppercase;
}
table.mainNavItem td
{
    font-size:14px;
}
.mainNavItemHover, .mainNavItem a:hover
{
	text-decoration:none;
	color:#fff;
	background-image:url(/images/navBgHover.jpg);
	background-repeat:no-repeat;
	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;
}
table.SubMenuItem td 
{
	font-size:10px;
}
.myAccount
{
    height:21px;
    padding-left:21px;
    background-image:url(/images/myAccount.png);
    background-repeat:no-repeat;
    padding-top:5px;
    float:right;
    font-weight:bold;
    font-style:italic;
    font-size:12px;
    margin-left:10px;
}
.cart
{
    height:21px;
    padding-left:27px;
    background-image:url(/images/cart.png);
    background-repeat:no-repeat;
    padding-top:5px;
    float:right;
    font-weight:bold;
    font-style:italic;
    font-size:12px;
}
.cart img 
{
    display:none;
}
.phone
{
    height:21px;
    padding-left:25px;
    background-image:url(/images/phone.png);
    background-repeat:no-repeat;
    padding-top:3px;
    float:left;
    font-weight:bold;
    font-style:italic;
    font-size:14px;
    text-transform:uppercase;
    color:#c61414;
    margin-top:3px;
} 
.movie {
	width:522px;
	min-height:128px;
	position:relative;
	float:left;
	z-index:0;
	border:1px solid #ADACAC;
}
.leftColumn {
	width:214px;
	position:relative;
	float:left;
}
.contentBox 
{
    width:218px;
    padding:5px;
    float:left;
    background-color:#fff;
    border:1px solid #adacac;
    margin:3px 0px;
    min-height:80px;
}
.contentBox ul 
{
    padding-left:5px;
    list-style-image:url(/images/arrow.jpg);
}
.contentBox li a
{
    font-size:16px;
    font-weight:bold;
    color:#333;
    text-decoration:none;
}
.contentBox li a:hover
{
    color:#C2142D;
    text-decoration:none;
}
.signUpButton a
{
    width:128px;
    height:28px;
    float:left;
    background-image:url(/images/signUpButton.jpg);
    background-repeat:no-repeat;
    display:block;
    margin-right:5px;
}
.signUpButton a:hover
{
    width:128px;
    height:28px;
    float:left;
    background-image:url(/images/signUpButtonHover.jpg);
    background-repeat:no-repeat;
    display:block;
    margin-right:5px;
}
.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:215px;
	position:relative;
	float:left;
}
.rightColumnSecondary 
{
    width:698px;
	position:relative;
	float:right;
	padding:10px;
}
.featuredProductsHolder 
{
    width:522px;
    float:left;
    margin-top:5px;
    border:1px solid #adacac;
}
.featuredProductsTitle 
{
    width:510px;
    float:left;
    padding:5px;
    color:#fff;
    font-size:16px;
    background-image:url(/images/redBg.jpg);
    background-repeat:repeat-x;
    border:1px solid #A41213;
    font-weight:bold;
    margin-top:5px;
}
.featuredProducts 
{
   width:479px;
   float:left;
   padding:10px 18px 30px 25px;
}
.middleColumn 
{
    width:524px;
    float:left;
    position:relative;
    margin-right:5px;
}
.subBox {
    background-color:#FFFFFF;
    border:1px solid #939292;
    float:left;
    margin-bottom:2px;
    min-height:50px;
    width:209px;
}
.subBoxTitle {
    background-image:url(/images/redBg.jpg);
    background-repeat:repeat-x;
    border-bottom:1px solid #A41213;
    border-top:1px solid #A41213;
    color:#FFFFFF;
    font-size:14px;
    font-weight:bold;
    margin-top:5px;
    padding:5px 3px 5px 5px;
}
.inside 
{
    padding:5px 10px;
    float:left;
    width:189px;
}
.leftColumnHolderCatalog 
{
    width:215px;
    float:left;
    margin-bottom:30px;
}
.leftNavHolder
{
    float:left;
    width:100%;
}
.leftNavHolder ul.leftNavItem{
	margin:0;
	padding:0;
	list-style-type:none;
	display:block;
	font:12px Arial, Helvetica, sans-serif;
	line-height:165%;
	width:209px;
	list-style-image:none;
	line-height:normal;
	font-weight:normal;
	margin-top:5px;
}
.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:209px;
}
.leftNavHolder ul.leftNavItem li a{
    font:normal 14px Arial, Helvetica, sans-serif;
	display:block;
	text-decoration:none;
	padding:3px 5px 3px 5px;
	list-style-image:none;
	line-height:25px;
	text-align:left;
	list-style-image:none;
	color:#333;
	width:194px;
	margin-left:5px;
}
.leftNavHolder ul.leftNavItem li a:hover{
	color:#C61414;
}
.leftNavHolder ul.leftNavItem li a.current,ul.vert-one li a.current:hover{
	color:#C61414;
}
.subNavTitle
{
    border-bottom:1px solid #798FA4;
    color:White;
    font-size:16px;
    font-weight:bold;
    margin-left:5px;
    padding:0 0 15px;
    width:190px;
}
#breadcrumbs {
    float:right;
    height:15px;
    margin-bottom:15px;
    padding-left:15px;
    width:728px;
}
#breadcrumbsCatalog {
	width:697px;
	float:right;
	height:15px;
	margin:10px 0px;
}
#breadcrumbsFullPage {
	width:925px;
	float:right;
	height:15px;
	margin:10px 0px;
}
.breadcrumbs {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.breadcrumbs a 
{
    padding:0px 3px;
    font-size:11px;
}
.breadcrumbsCurrent{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}
.bottomContent 
{
    width:100%;
    float:left;   
}
.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:80px;
	margin-right:auto;
	margin-left:auto;
	padding-top:20px;
	float:left;
	margin-top:10px;
	border-top:1px solid #ccc;
}
.footerLinks 
{
    color:#999;
	text-align:center;
	padding-top:20px;
}
.footerLinks, .footerLinks a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	text-decoration: none;
}
.footerLinks a:hover {
	text-decoration:underline;
	color:#333;
}
.comodoLogo {
	width:200px; 
	float:right;
}
.veriSignLogo {
	width:230px; 
	float:left; 
	text-align:right;
}
.clearFooter {
    clear:both;
    height:63px;
}
.contentHolder 
{
    float:right;
    min-height:400px;
    padding:10px 0;
    width:745px;
}
.contentHolderFull 
{
    float:left;
    width:945px;
}
.contentHolderCatalog 
{
    width:710px;
    float:right;
    min-height:400px;
    padding:10px;
}
.contentHolderInside 
{
    border:1px solid #939292;
    padding:20px;
    float:right;
    width:703px;
    padding-bottom:30px;
    min-height:300px;
}
.contentHolderFullInside 
{
    border:1px solid #939292;
    float:left;
    margin-top:10px;
    padding:20px;
    width:918px;
}
.loginBox
{
    width:390px;
    min-height:300px;
    float:left;
    border:1px solid #999999;
    margin-top:10px;
    padding:15px;
}
.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:#dfdddd;
    float:left;
    padding:15px;
    text-align:right;
}
.loginBoxForgot {
    float:left;
    text-align:left;
    width:230px;
}
.loginBoxFull
{
    width:96%;
    min-height:200px;
    float:left;
    border:1px solid #DCD8CC;
    margin-top:10px;
    padding:15px;
}
.loginBoxBottomFull
{
    width:96%;
    height:20px;
    border-top:1px solid #ffffff;
    border-right:1px solid #d0caba;
    border-left:1px solid #d0caba;
    border-bottom:1px solid #d0caba;
    background-color:#DCD8CC;
    float:left;
    padding:15px;
    text-align:right;
}
.titlebar1
{
    color:#444;
	font-size:14px;
	margin:0;
	font-weight:bold;
}
