
/* Core assumptions - Default declarations we almost never want to change */

object {outline:none} /* eliminate the outline around a clicked flash piece */
a img { border: none;} /* do people really want borders with the default outline color around their images? I don't think so */
form { margin: 0; padding: 0;} /* these never render a consistent magin/padding across browsers */



/* General Typography */
body {
    font-family: "Arial", Verdana, sans-serif;
    /*color: #4D4D4D;*/
    color: #efeae3;
    font-size: 0.75em; /* 12px */
    margin: 0px;
    padding: 0px;
    text-align: center;
}
html, body {
	height: 100%;
}

a {
    text-decoration: none;
    font-weight: normal;
}
a:hover {
    text-decoration: underline;
}

h1 {
    color:#FFFFFF;
    font-size: 1.83em; /* ~22px */
    font-weight:normal;
    margin:0 0 0.72em;
}
.white h1 {
    color: #333;
}
h1.categorized {
    margin: 0 0 0.25em;
}
h1.page_title, h1.page_title_flash, h2.section_title, h2.page_subtitle {
    text-transform: uppercase;
}
h1.page_title_flash {
    width: 990px;
    margin: 0 auto;
}

h2 {
    font-weight: bold;
    color: #ffffff;
    font-size: 1.17em; /* ~14px */
    line-height: 1.42em; /* 17px */
}
h2.section_title {
    font-size: 1.25em; /* ~15px */
}

h3 {
    font-weight: bold;
    font-size: 1.0em; /* 12px */
    color: #ffffff;
}
.white h2, .white h3 {
    color: #707070;
}
p {
    font-size: 1.0em; /* 12px */
    line-height: 1.25em; /* 15px */
    margin: 12px 0;
}

input {
    font-size: 1.0em;
}
/* we almost always want the input and submit fields to align properly, so keep vertical-align a default */
input.field {
    border: 0;
    padding: 1px 5px;
    height: 17px;
    line-height: 17px;
    vertical-align: middle;
}
input.submit {
    vertical-align: middle;
}

.link1, .titlelink {
    font-size: 1.0em; /* 12px */
}
.link2, .titlelink2 {
    font-size: 1.17em; /* ~14px */
}
.titlelink, .titlelink2 {
    color: #ffffff;
    text-decoration: none !important;
}

input.inactive {
    color: #ABABAB;
}

/* Layout Declarations */
body {
    margin: 0; padding: 0;
}
div#wrapper {
    /*width: 100%;*/
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -25px; /* the bottom margin is the negative value of the footer's height */
}
div#container {
    width: 960px;
    /*border: 1px solid #888;*/
    margin: 0 auto;
}

#header {
    vertical-align: middle;
    position: relative;
}
#header div#searchbox {
    height: 20px;
    top: 35px;
    right: 0;
    position: absolute;
    vertical-align: middle;
}
#logo {
	background: url('/static/images/common/vix-logo.jpg') no-repeat center center;
	display: block;
	float: left;
	height: 55px;
	width: 102px;
}
#logo .text {
	display: block;
	height: 0;
	overflow: hidden;
	width: 0;
}

#breadcrumb {
    margin-bottom: 10px;
}
#breadcrumb img {
    margin: 0px 5px;
    vertical-align: middle;
}


/*#header #logo_link img {
    vertical-align: bottom;
}*/

#toplinks {
    top: 35px;
    right: 0;
    position: absolute;
    vertical-align: middle;
}

#toplinks ul {
    list-style-type: none;
    margin: 0px -5px 0px 0px;
}

#toplinks a {
    color: #fff;
    font-weight: normal;
    padding: 5px;
}

#toplinks li {
    border-left: #fff 1px solid;
    color: #fff;
    float: left;
    font-size: 1.15em;
    font-weight: normal;
    margin-left: 5px;
    padding-left: 5px;
}

#toplinks li.first {
    border-left: 0px;
    margin-left: 0px;
    padding-left: 0px;
}

/*#searchbox form {
    vertical-align: middle;
}
#searchbox input.field {
    width: 125px;
} */

#search {
    float: right;
}

#search input.submit {
    margin: 0px;
    margin-left: 3px;
    vertical-align: middle;
}

#search input.field {
    border: #dadada 2px solid;
    color: #6c6c6c;
    font-size: 1.1em;
    margin: 0px;
    padding: 7px;
    vertical-align: top;
    width: 228px;
}

/* use hormenu class for a generic horizontal menu, then override your menu with specific id declarations */
.hormenu, .hormenu * {
    margin:0;
    padding:0;
}
.hormenu li {
    display:block;
    float:left;
    margin:0px 5px;
    padding:0;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    position: relative;
}
.hormenu li.first {
    margin-left: 0px;
}


#main_menu {
    /*float:left;*/
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0;
    padding:0;
}
#main_menu li {
    margin: 0;
}
#main_menu li a {
    font-size:14px;
    font-weight:normal;
    margin: 0;
    padding:7px 17px;
    text-decoration:none;
    line-height:30px;
}

/* content declarations */
#content {
    clear: both;
    min-height: 300px;
    margin: 0px auto;
    padding: 23px 0px;
    text-align: left;
    width: 990px;
}
#content.full {
    width: 100%;
}

.flatpage_content {
    margin-top: 35px;
}

body.home #content {
    padding-top: 15px;
}
.sidebar {
    width: 240px;
    float: left;
    font-size: 0.92em;
    line-height: 1.4em;
    color: #ddd4c8;
}
.sidebar .home_link {
    padding: 10px 0;
}
.sidebar ul, .sidebar ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.side_content {
    margin-left:240px;
    padding-left:30px;
}
.sidebar li {
    margin-bottom: 10px;
}
.sidebar a, .sidebar strong{
    color: #ffffff;
}
.sidebar a:hover {
    text-decoration: none;
}
.sidebar li a {
    text-transform: uppercase;
    color: #ffffff;
}
.sidebar li a:hover {
    color:#CCA643;
    color: #EDD098;
}
.category_navbar ul {
    padding: 0;
    margin: 0 0 5px 0;
    list-style-type: none;
    /*width: auto;*/
    /*overflow: auto;*/
    height: 1.2em;
    font-size: 0.9em;
}
.category_navbar ul.first {
    margin-bottom: 12px;
    font-size: 1.1em;
}
.category_navbar li {
    float: left;
    padding: 0 7px;
    border-left: 1px solid #CCA643;
}
.category_navbar li.first {
    border-left: none;
    padding-left: 0;
}
.category_navbar li a {
    color: #CCA643;
}
.category_navbar li a.active {
    color: #EDD098;
}
.rss_sidebar h1 { /* if the sidebar has a RSS feed icon, apply .rss_sidebar to the sidebar div, then add a <div class="rss"> with the rss icon after the desired h1 tag */
    display: inline;
    float: left;
}
.rss_sidebar .rss {
    width: 16px;
    height: 16px;
    float: left;
    padding: 5px 0 0 5px;
}
.rss_sidebar ul, .rss_sidebar ol {
    clear: left;
}
.content_body {
    margin-left: 240px;
    padding-left: 30px;
}

.pagination {
    text-align: right;
}

.pagination ul li {
    display: inline;
}

.pagination ul li.current {
    font-weight: bold;
    padding: 2px;
}

.pagination ul li a {
    padding: 2px;
}

.pagination ul li.end a {
    color: #cca643;
    font-weight: bold;
}

.pagination ul li.all {
    margin-left: 10px;
}

.pager {
    margin-bottom: 10px;
    text-align: right;
    padding-right: 1px;
}
.pager a {
    font-weight: normal;
    color: #EFEAE3;
    padding: 2px 5px;
}


/* footer declarations */
#footer, #push {
	height: 25px; /* .push must be the same height as .footer */
}
body.white #footer {
    background: #513b23 url('/media/images/bg-gradient.jpg') bottom;
}

#footer {
    font-size: .83em;
    min-width: 990px;
    overflow: hidden;
    padding: 0px 5px 0px 5px;
    letter-spacing: 0.05em;
}

#footer ul {
    margin: 0px;
    padding: 0px;
}
#footer ul.right {float: right;}
#footer ul.left {float: left;}

#footer li {
    color: #e4d4c4;
    display: inline;
    line-height: 25px;
    padding: 0px 5px;
    text-transform: uppercase;
}

#footer a {
    color: #f0edea;
    text-decoration: none;
}

#footer a:hover {
    color: #cca643;
}

/*#footer ul.right li.country {
    padding: 0 5px;
    border-left: 1px solid #755d42;
}
#footer ul.right li.country.first {
    padding-left: 10px;
    border-left: none;
}
#footer ul.right li.country.last {
    padding-right: 20px;
}*/
#footer li.country {
	border-left: 1px solid #755d42;
}
#footer li.country.first {
	border-left: none;
}
#footer .country .usa {
	background: url('/static/images/common/usa_flag.gif') no-repeat left center;
	padding-left: 18px;
}
#footer .country .brazil {
	background: url('/static/images/common/br_flag.gif') no-repeat left center;
	padding-left: 18px;
}
#footer .icon a {
	display: -moz-inline-stack;
	display: inline-block;
	*display: inline;
	height: 25px;
	width: 17px;
    vertical-align: top;
	*vertical-align: middle;
    *zoom: 1;
}
#footer .icon .facebook {background: url('/static/images/common/logo-facebook.gif') no-repeat center center;}
#footer .icon .twitter {background: url('/static/images/common/logo-twitter.gif') no-repeat center center;}
#footer .icon .myspace {background: url('/static/images/common/logo-myspace.gif') no-repeat center center;}
#footer .icon .youtube {background: url('/static/images/common/logo-youtube.gif') no-repeat center center;}
#footer .icon .text {
	display: block;
	height: 0;
	overflow: hidden;
	width: 0;
}

#email_signup {
    float: left;
}

#email_signup input {
    margin-left: 5px;
}

#email_field input.field {
    vertical-align: top;
}

#email_signup input.submit {
    vertical-align: middle;
}

#footer_links {
    position: absolute;
    right: 0;
    /*float: right;*/
}

#footer_menu {
    padding-top: 3px;
    text-align: right;
    margin-right:110px;
}

#footer_menu li {
    border-left:1px solid #333;
    margin: 0;
    padding: 0 10px;
    vertical-align: middle;
}

#footer_menu li.first {
    border-left:none;
}

#footer_menu li a {
    color: #333;
    font-weight: normal;
}
#footer_text {
    position: absolute;
    top: 45px;
    left: 0;
}
/*#page_views {
    position: absolute;
    top: 45px;
    right: 0;
}*/

/* Miscellaneous */
.clear {
    clear: both;
    font-size: 1px;
}
.note {
    font-size: 8pt;
    font-style: italic;
}
.hidden, .loading {
    display: none;
    font-size: 1px;
    visibility: hidden;
}

.invisible {
    visibility: hidden;
}

.hr {
    border-top: #e5e5e5 1px solid;
}
#shop_content ul {
    list-style-type: none;
}
.vix {
    letter-spacing:0.3em;
    text-transform:none;
}
.vix_logo {
    letter-spacing:0.3em;
    text-transform:none;
}
#search_box_holder {
    position: absolute;
    top: 45px;
    /*right: 270px; /* with shop online*/
    right: 113px;
    display: none;
}
#search_box_holder form {
    margin: 0;
    padding: 0;
}
input[type=text] {
    border: 2px solid #fff;
}
input.search_go {
    vertical-align: middle;
    margin: 0;
}
input.search_box {
    border:1px solid #AF8C30;
    padding:2px 1px;
    height: 20px;
    width: 130px;
    vertical-align: middle;
    margin: 0;
}
#dealers_menu {
    margin-bottom: 50px;
}
.small {
    font-size: 0.8em;
}
.flash_missing {
    width: 990px;
    margin: 0 auto;
    font-size: 0.91em;
    color: #d2cac1;
}
.flash_missing a {
    font-weight: bold;
    color: #fff;
}
body.white .flash_missing {
    width: 790px;
    min-height: 600px;
    margin: 0 auto;
    font-size: 0.91em;
    color: #666666;
}
span.cart_backorder {
    color:red;
}

.blog_image .caption { 
    margin-top:10px;
    display: inline-block;
}

