/*
Theme Name: 
Theme URI: http://www.mysite.com/my-theme/
Description: Describe your theme in a sentence or two
Version: 1.0
Author: WSI Jacksonville
Author URI: http://www.internetmarketingjacksonville.com/
*/


@charset "UTF-8";
/* CSS Document */

BODY {
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    background: #81c3dc url("http://www.valuvision.com/public/images/bg/body-bg.jpg") repeat-x left top;
}
A {text-decoration: none;}
A:HOVER {text-decoration: underline;}
IMG {border: none;}
LABEL, BUTTON {cursor: pointer;}
H1, H2, H3, H4, H5, H6, P, UL, OL, FORM, BLOCKQUOTE {
	padding: 0;
	margin: 0;
}
.content H1, .content H2, .content H3, .content H4,
.content H5, .content H6, .content P {
	margin: 10px 5px 0;
	font-weight: normal;
}
.content UL, .content OL {
	font-size: 12px;
	margin: 35px 70px 0;
}
.content OL {margin: 35px 90px 0;}
.content A {
	text-decoration: none;
}
.content A:HOVER{text-decoration: underline;}

.relax {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

/*  Page  */
.page {
    margin: auto;
    text-align: left;
    width: 1046px;
}

/*  Header  */
.header {
	background: url("http://www.valuvision.com/public/images/bg/header-bg.jpg") center top no-repeat;
	text-align: center;
	position: relative;
	z-index: 10;
}
.header .logo {
	display: inline;
	float: left;
	font-size: 1px;
	line-height: 0;
	margin: 24px 0 0 45px;
}
.header .contacts {
	float: right;
	text-align: right;
	padding: 35px 45px 0 0;
	
}
.header .contacts TABLE {text-align: right;}
.header .contacts TR TD {
	color: #307cbe;
	font-size: 22px;
	width: 195px;
}
.header .contacts TR TD SPAN {
	display: block; 
	font-size: 14px;
	line-height: 10px;
}
.header .contacts UL {
	list-style: none;
	margin: 20px 0 0;
	padding: 0;
}
.header .contacts UL LI {
	color: #307cbe;
	display: inline;
	font-size: 16px;
}
.header .contacts UL LI A {color: #307cbe;}
.header .contacts UL LI SPAN {
	margin: 0 5px 0 10px;
	position: relative;
	top: -1px;
}
.header .shadow {
	font-size: 1px;
	line-height: 0;
	height: 9px;
	padding-top: 15px;
	text-align: center;
}
/* Main menu */
.header .main-menu {
	border: 1px #58532e solid;
	padding: 0;
	margin: 0 11px;
	width: 1024px;
}
.header .main-menu TR TD {
	background: url("http://www.valuvision.com/public/images/bg/menu-bg.gif") left top repeat-x;
	font-size: 18px;
	position: relative;
}
.header .main-menu TR TD:HOVER, .header .main-menu TR TD.active {background-position: 0 -46px;}
.header .main-menu TR TD A {
	background: url("http://www.valuvision.com/public/images/bg/menu-divider.gif") right top no-repeat;
	color: #fff;
	display: block;
	padding: 12px 0;
	position: relative;
	text-align: center;
}
.header .main-menu TR TD A:HOVER {text-decoration: none;}
.header .main-menu TR TD.first-item A {padding: 12px 12px 12px 40px;text-align: right;}
.header .main-menu TR TD.last-item A {background: none; padding: 12px 20px 12px 12px; text-align: left;}
.header .main-menu TR TD:HOVER .sub-menu {display: block;}
/* Sub menu */
.header .main-menu TR TD .sub-menu {
	position: relative;
	display: none;
}
.header .main-menu .sub-menu TABLE{
	border: 1px #606060 solid;
	border-top: 2px #58532e solid;
	left: -1px;
	position: absolute;
	top: 0px;
	width: 270px;
}
.header .main-menu .sub-menu TABLE TR TD {
	background: #0037ec;
	font-family: Trebuchet MS;
	width: 270px;
}
.header .main-menu .sub-menu TABLE TR TD:HOVER {background: #2a76ec;}
.header .main-menu .sub-menu TABLE TR TD A {
	background: none;
	display: block;
	line-height: 32px;
	padding: 0 15px;
	text-align: left;
}
					
/*  Content  */
.content {
	text-align: center;	
	margin-bottom: 5px;
	width: 100%;
}
.content H1 {
	color: #ee1c25;
	font-size: 26px;
	margin: 10px 0 10px 0;
	padding: 0;
}
.content H2 {
	color: #114181;
	font-size: 22px;
	margin: 0 0 6px 0;
	
}
.content H3 {
	color: #114181;
	font-size: 18px;
	margin: 0 0 5px 0;
	
}
.content H4, .content H5, .content H6 {margin-left: 0;} 
.content P {
	color: #000;
	font-size: 13px;
	margin: 0 0 15px;
	padding: 0;
}
.content A {color: #EE1C25; text-decoration: underline;}
.content A:HOVER {text-decoration: none;}
.content UL {
	list-style: none;
	margin: 0 0 10px 2px;
}
.content OL {margin: 5px 0 0 30px;}
.content UL LI {
	background: url("http://www.valuvision.com/public/images/bg/dot.gif") left 8px no-repeat;
	font-size: 13px;
	line-height: 22px;
	padding: 0 0 0 16px;
}
.content OL LI {line-height: 22px;}
.content .alignright {text-align: right;}
.content .aligncenter {text-align: center;}
.content IMG.alignright {
	border: 1px #8b8c8f solid;
	float: right;
	margin: 0 0 0 20px;
}
.content IMG.alignleft {
	border: 1px #8b8c8f solid;
	float: left;
	margin: 0 20px 0 0px;
}
.content .page {background: url("http://www.valuvision.com/public/images/bg/content-bg.gif") left top repeat-y;}
.content .top {background: url("http://www.valuvision.com/public/images/bg/content-top.jpg") left top no-repeat;padding: 0;}
.content .bigboard {
	padding: 2px 0 0 1px;
}
.content .bigboard H1 {
	font-size: 1px;
	line-height: 0;
	margin: 0;
	position: relative;
	z-index: 5;
}
.content .wrapper {
	background: url("http://www.valuvision.com/public/images/bg/bigboard-bg.jpg") center 1px no-repeat;
	padding: 0 11px 20px !important;  
	padding: 0 1px 20px; 
	width: 1046px;
}
*+html .content .wrapper {padding: 0 1px 20px !important;}
TD {vertical-align: top;}
/* Main content */
.content .main {width: 730px;}
.content .main .woman {
	width: 225px; 
	padding: 1px 0 0 0px !important;
	padding: 1px 0 0 11px;
}
*+html .content .main .woman {padding: 1px 0 0 11px !important;}
.content .main .vision {
	padding: 35px 0 0;
	text-align: center;
	width: 504px;
}
.content .main .products {
	margin-top: -23px;
	position: relative;
	width: 504px;
	z-index: 1;
}
.content .text {
	border-top: 1px #f5f5e7 solid;
	margin: 0 75px 0 35px !important;
	margin: 0 75px 0 45px;
}
*+html .content .text {margin: 0 75px 0 45px !important;}
/* Sidebar */
.content .sidebar {width: 290px !important; width: 300px;}
*+html .content .sidebar {width: 300px !important;}
.sb-content {
	position: relative;
	left:-3px;
	top:2px;
	z-index: 11;
	width: 285px;
}
.sb-content .to-learn {
	position: relative;
	margin: -30px 0 11px 115px;
	display: block;
	color: #70757A;
	font-size: 11px;
	font-weight: bold;
}
.sb-content FORM {
	background: url("http://www.valuvision.com/public/images/bg/form-bg.gif") repeat-x left top;
	border: 1px solid #F1C4C1;
	margin: 19px 0px 0 0;
	padding: 0 0px 0 0px;
width: 252px;
}
.sb-content H3 {
	background: url("http://www.valuvision.com/public/images/bg/heading-bg.gif") repeat-x left top;
	font-size: 20px;
	color: #FFFFFF;
	padding: 7px 0 5px 13px;
	margin: 20px 2px 0px
}
.sb-content LABEL {
	font-size: 13px;
	color: #000000;
	margin: 5px 15px 8px 3px;
	display: block;
}
/*
.sb-content INPUT {
	background: #FFFFFF url("http://www.valuvision.com/public/images/bg/input-bg.gif") repeat-x left top;
	border: 1px solid #CDCDCD;
	padding: 3px 5px;
        margin-left: 3px;
	height: 18px !important;
	height: 24px;
	display: block;
	width: 190px;
}
.sb-content TEXTAREA {
	background: #FFFFFF url("http://www.valuvision.com/public/images/bg/textarea-bg.gif") repeat-x left top;
	border: 1px solid #CDCDCD;
	padding: 1px 3px;
	display: block;
	width: 210px;
	height: 75px;
}
.sb-content .button {
	border: none;
	background: none;
	width: auto;
	padding: 0;
	margin: 15px 0 0 38px;
}
*/

/*  Footer  */
.footer {
	background: url("http://www.valuvision.com/public/images/bg/footer-bg.png") left top no-repeat;
	height: 158px;
	margin: auto;
	padding-top: 18px;
	text-align: center;
	width: 1046px;
	position:relative;
	top:-5px;
}
.footer P {
	color: #d3d1bd;
	font-size: 12px;
	margin: 0; 
	padding: 16px 0 0;
	position: relative;
}
.footer UL {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer UL LI {
	color: #d3d1bd;
	display: inline;
	font-size: 12px;
}
.footer UL LI A {
	color: #d3d1bd;
	position: relative;
	text-decoration: none;
}
.footer UL LI A:HOVER {text-decoration: underline;}
.footer UL LI SPAN {margin: 0 2px 0 6px;}

#main_body form li {
	background:none;
}
#form_6{
	padding:10px 0 0 0;
}
#saveForm{
	margin: 0 0 10px 40px;	
	background-color:#EE1C25;
border:1px inset #848484;
color:#FFFFFF;
}
	
	#error_message_title{
		background:none;
		
	}
	#logos td{
		vertical-align:middle;	
	}

p.postmetadata{
font-size: 10px;
color: #0C0C0C;
}
.postmetadata a {
color: #333333;
text-decoration: none;
}

.post {
margin-top: 20px;
}

.sidebar UL LI {
	background: none;
	font-size: 12px;
	line-height: 22px;
	padding: 0 0 0 16px;
}

.navigation {
	font-size: 12px;
}

/* Sociable Style _ DO NOT PASTE BELOW HERE */

div.sociable {
margin: 16px 0;
}

.sociable a {
color: #ffffff;
}

span.sociable_tagline {
position: relative;
}

span.sociable_tagline span {
display: none; width: 14em;
}

span.sociable_tagline:hover span {
position: absolute;
display: block;
top: -5em;
background: #ffe;
border: 1px solid #ccc;
color: black;
line-height: 1.25em;
}

.sociable span {
display: block;
}

.sociable ul {
display: inline;
margin: 0 !important;
padding: 0 !important;
}

.sociable ul li {
background: none;
display: inline;
list-style-type: none;
margin: 0;
padding: 1px;
}

.sociable ul li:before {
content: "";
}

.sociable img {
background-color: #ffffff;
float: none;
width: 16px;
height: 16px;
border: 0;
margin: 0;
padding: 0;
}

.sociable-hovers {
opacity: .7;
-moz-opacity: .7;
filter: alpha(opacity=70);
}

.sociable-hovers:hover {
opacity: 1;
-moz-opacity: 1;
filter: alpha(opacity=100);
}

.content .main #newbanner{
	width:729px;
	height:260px;
	background:url("http://www.valuvision.com/public/images/new-banner.jpg") no-repeat;
}
.bannerclickarea {
	display:block;
	height:35px;
	width:210px;
	border:none;
	cursor:pointer;
	position:relative;
	left:420px;
	top:150px;
}
#slider{
	width:289px;
	height:260px;
	overflow:hidden;
	z-index:0;
}
#slider a img{
	border:none;
}
.photo{
	padding-bottom:10px;
}
/*===========================NIVO styles=======================*/
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-control{
	cursor:pointer;
}
.nivo-controlNav {
	position:absolute;
	left:90%;
	bottom:0;
    margin-left:-40px; /* Tweak this to center bullets */
	z-index:20;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}
