/*------------------------------------------------------------------
[Reset Stylesheet]

Smooths out many browser inconsistencies by explicitly assigning 
values to things like element margins and padding, forcing all 
elements to have the same font size, and so on.

Author: Eric Meyer
URL:    http://meyerweb.com/eric/tools/css/reset/

-------------------------------------------------------------------*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
body {
    line-height: 1;
    color: black;
    background: white;
}
ol, ul {
    list-style: none;
}
a { color: #000; }
a:visited { color: #333; }
a:hover { color: red;}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}

/* MY STYLES START HERE */

body {
    font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
    text-align: center;
}

.clearer {
    display: block;
    float: none !important;
    clear: both;
    width: 100%;
    height: 1px;
}

p {
    font-size: .76em;
    line-height: 1.4em;
}

div#container {
    width: 850px;
    text-align: left;
    margin: 0 auto;
}

div#container {
    overflow: hidden;
}

div#header {
    margin-top: 15px;
}

h1#logo {
    float: left;
}

h1#logo a {
    display: block;
    width: 350px;
    height: 31px;
    text-indent: -9999px;
    background: #FFF url('../img/ballance_logo.png') no-repeat top left;
}

h1#logo a:hover {
    background: #FFF url('../img/ballance_logo_home.png') no-repeat top left;;
}

ul#secondary_nav {
    float: right;
    height: 31px;
}

ul#secondary_nav li {
    float: left;
    line-height: 31px;
}

ul#secondary_nav li a {
    text-decoration: none;
    font-size: .8em;
    color: #1F181A;
    margin: 0 20px;
}

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

ul#main_nav {
    width: 675px;
    height: 35px;
    float: right;
    clear: both;
}

ul#main_nav li {
    float: left;
}

ul#main_nav li a {
    display: block;
    width: 160px;
    height: 30px;
    margin: 5px;
    text-align: center;
    line-height: 30px;
    text-decoration: none;
    font-weight: bold;
    color: #1F181A;
    background: #DDD url('../img/main_nav_bg.png') no-repeat top left;
}

ul#main_nav li a.last {
    margin-right: 0;
}

ul#main_nav li a:hover {
    background: #DDD;
    width: 158px;
    height: 28px;
    border: 1px solid #999;
}

div#feature_banner {
    clear: both;
    width: 850px;
    padding: 5px;
    background: #1F181A;
}

div#feature_banner div#title_and_image {
    background: #FFF;
    float: left;
    width: 561px;
}

div#feature_banner div#title_and_image h2 {
    float: left;
    width: 165px;
    color: #999;
    font-size: 1.6em;
    font-weight: bold;
    line-height: 1.4em;
    padding: 0 0 0 15px;
}

div#feature_banner div#title_and_image img {
    display: inline;
}

div#feature_banner div#description {
    float: left;
    width: 249px;
    height: 256px;
    overflow: hidden;
    padding: 0 20px;
    color: #DDD;
    font-size: .94em;
    background: #1F181A url('../img/view_arrow.png') no-repeat left center;
}

div#feature_banner div#description p.highlight {
    color: #FF0017;
    font-size: .95em;
    font-style: italic;
}

div.product_list { margin: 25px 0; }

div.product_list h2, div#product_description h2 {
    color: #FFF;
    line-height: 50px;
    background: url('../img/header_bg.png') no-repeat;
    padding-left: 15px;
    margin: 10px 0;
}

div.product_list div.product {
    float: left;
    width: 150px;
    margin: 5px;
    text-align: center;
    border: 5px solid #DDD;
}

div.product_list div.product:hover {
    border: 5px solid #AAA;
}

div.product_list div.product a {
    display: block;
    width: 150px;
    height: 175px;
}

div.product_list div.product img {
    padding: 20px 0;
    height: 100px;
}

div.product_list div.product a.description {
    display: block;
    width: 100%;
    height: 35px;
    padding: 12px 0 12px 0;
    font-size: .75em;
    text-decoration: none;
    font-weight: bold;
    line-height: 1.4em;
    color: #333;
    border-top: 1px dotted #333;
    background: #FFF url('../img/red_arrow.png') no-repeat bottom right;
}

div.product_list div.product a.description img {
    position: relative;
    top: 14px;
    left: 210px;
}

div#mini_sections {
    overflow: hidden;
    height: 150px;
    border-top: 1px dotted #333;
    border-bottom: 1px dotted #333;
}

div#mini_sections div.section {
    width: 200px;
    margin: 0 5px;
    overflow: hidden;
    float: left;
}

div#mini_sections div.section h2 {
    margin: 15px 0;
    font-weight: bold;
    font-size: .9em;
}

div#mini_sections font.VertMenuTitle {
    font-size: .9em;
    font-weight: bold;
    padding: 15px 0;
    line-height: 50px;
}

div#mini_sections a.VertMenuItems {
    color: #333;
    text-decoration: none;
    font-size: .9em;
    font-weight: bold;
}

div#mini_sections div.section input[type="text"] {
    width: 120px;
}

div#mini_sections div.section input[type="submit"] {
    width: 65px;
}

div#mini_sections div.section ul {
    list-style: circle inside url('../img/red_arrow.png');
    font-size: .8em;
    height: 85px;
}

div#mini_sections div.section ul a {
    color: #333;
    text-decoration: underline;
    line-height: 16px;
}

div#mini_sections div.section ul a:hover {
    color: #ED1B2E;
}

div.article_area {
    width: 850px;
    clear: both;
}

div.article_area h2 {
    padding: 15px 0;
    padding-left: 15px;
    border-bottom: 1px dotted #333;
}

div.article_area p {
    padding: 15px;
    float: left;
    width: 100%;
    line-height: 1.5em;
}

div.article_area p a.more_link {
    padding-left: 16px;
    background: url('../img/red_arrow.png') no-repeat;
}

div.article_area img {
    padding-top: 15px;
    padding-left: 15px;
    float: right;
}
.alignright {
    float: right;
    clear: both;
    margin: 5px;
    text-align: center;
    border: 5px solid #DDD;
}
.alignleft {
    float: left;
    margin: 5px;
    text-align: center;
    border: 5px solid #DDD;
}
.gallery {
    float: left;
    margin: 5px;
    text-align: center;
    border: 5px solid #DDD;
}
.gallery:hover {
    border: 5px solid #AAA;
}

div#breadcrumb {
    margin-top: 10px;
    font-size: .8em;
}
div#breadcrumb a, div#breadcrumb a:visited {
    color: #333;
}
div#breadcrumb a:hover {
    color: #000;
}

div#product_description h2#product_title {
	text-align: center
}

div#product_description h2#product_title em {
	font-weight: bold;
}

div#product_description div#product_image {
	width: 840px;
	text-align: center;
	border: 5px solid #DDD;
	padding: 10px 0;
}

div#sidebar {
	margin-top:10px;
	padding: 4px;
	width: 150px;
	border: 5px solid #DDD;
	float:right;
}

a#request_button {
	display: block;
	width: 246px;
	text-align: center;
	height: 50px;
	line-height: 50px;
	color: #FFF;
	margin-top: 15px;
	font-weight: bold;
	font-style: italic;
	background: url('../img/request_bg.png');
	text-decoration: none;
	font-size: 1.1em;
}

ul#request_form li {
	width: 500px;
}

ul#request_form li input{
	width: 325px;
}
ul#request_form li input[name="code"] {
	width: 95px;
}
ul#request_form li label, ul#request_form li p {
	font-weight: bold;
	display: block;
	line-height: 1.4em;
	font-size: 1.1em;
}

form#search_criteria p {
    font-weight: bold;
    height: 60px;
    font-size: 1em;
    line-height: 60px;
    border-top: 1px dotted #333;
    border-bottom: 1px dotted #333;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0;
}

form#subscribeform {
    font-weight: bold;
    height: 40px;
    font-size: 1em;
    line-height: 40px;
    border-top: 1px dotted #333;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0;
}
form#subscribeform a, form#subscribeform a:visited {
    color: #000;
}

div#footer {
    background: #1F181A;
    color: #B8B8B8;
    height: 50px;
    margin-top: 15px;
}

div#footer p {
    line-height: 50px;
    font-size: .7em;
}

div#footer p a {
    color: #B8B8B8;
}