a {
  color: #3256B6;
}
* {
  color: #333;
  font-family: helvetica, arial, sans-serif; 
  line-height: normal;
  margin: 0;
  padding: 0;
}

.clear {
    clear: both;
}

a {
  color: #06F;
}

a:active {
  outline: none;
}

a:focus {
}

a.tab, span.tab {
  background: #fff url('/images/rubber.png') repeat-x center;
  border: 1px solid #ccc;
  border-bottom-color: #ccc !important;
  color: #000;
  display: inline-block;
  padding: 0.5em 0;
  text-align: center;
  width: 9em;
}

a.tab {
  cursor: pointer;
  text-decoration: none;
}

a.tab:hover {
  border-color: #f90;
}

a.button, button, input[type='button'], input[type='submit'] {
  background: #fff url('/images/rubber.png') repeat-x center;
  background-color: #f90;
  border: 1px solid #f90;
  color: #000;
  display: inline-block;
  font-size: 18px;
  line-height: 1.7em;
  min-height: 1.7em;
  padding: 0.25em 0.5em 0.25em 0.5em;
  text-align: center;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
}

a.button:hover, button:hover, input[type='button']:hover, input[type='submit']:hover {
  background-color: #f90;
}
a.button {
  text-decoration: none;
}

body {
  background: #fff;
  font-size: 15px;
  margin-left: auto;
  margin-right: auto;
  width: 800px;
}

div.error{
  color: #f00;
  margin-top:5px;
}

div.alert {
  background-color: #ffffe5;
  border: 1px solid #f90;
  margin: 1em 0;
  padding: 1em;
}

div.content {
    clear: both;
}

.video-box {
    float: left;
}

.sell-it {
    float: right;
    margin-top: 1em;
    margin-bottom: 1em;
}


.try-it {
    background-color: orange;
    margin: 0em 0em 0em 0em;
}

.video-box h1 {
    padding: 0 0 0 0;
    font-size: 150%;
}

div.pretty {
    padding: 0 0 0em 0;
    margin: 0 0 1em 0;
    border-bottom: 1px dashed #ccc;
}

div.header  {
  padding: 1em 0 0 0;
}

div.footer  {
  border-top: 1px solid #ccc;
  font-size: 0.9em;
  margin: 1em 0 0 0;
  padding: 1em 0 1em 0;
}

div.footer p  {
  color: #999;
}

div.footer a  {
  text-decoration: none;
}

div.footer a:hover  {
  text-decoration: underline;
}

div.logo { float: left;}

div.toplinks {
    margin: 1em 0.25em 0 0;
    float: right;
}

div.header td:first-child {
  width: 100%;
}

div.tab-bar {
  padding: 0 1em;
  white-space: nowrap;
}

div.tab-panel {
  border-top: 1px solid #ccc;
  margin-top: -1px;
  padding: 1em 0 1em 0;
}

div.with-sidebar {
  float: left;
  width: 60%;
}

div.sidebar {
  background-color: #e5e5e5;
  margin: 0 0;
  width: 250px;
  padding: 1em 1em 0 1em;
  float: right;
}

div.sidebar p:first-child {
  margin-top: 0;
}

div.value {
  color:#333;
  line-height: 1.125em;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 1em 0 0.5em 0;
  white-space: nowrap;
}

h2 {
  color:#999;
}

div.sidebar h2  {
  color:#333;
}

div.bio h3 {
	color:#000;
   	margin-bottom: 0.1em;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

hr {
  border: 0 none;
  border-top: 1px dashed #ccc;
  margin: 2em 0 2em 0;
}

img {
  border: 0;
}

img.bio {
	float: left;
	padding-right: .5em;
}

div.bio {
	margin: 1em 0 0 0;
}

.bio li {
        margin-left: 3em;
}

img.preview {
  height: 100px;
  margin: 1em 1em 0 0;
  width: 100px;
}

input {
  font-size: 1em;
}

label {
  color: #333;
  display: block;
  font-size: 1.125em;
  margin: 1.25em 0 0.25em 0;
}

ul {
  padding-left: 1em;
}

.footer ul {
  padding-left: 0;
  list-style: none;
}

a.footer {
  text-decoration: none;
}

a:hover.footer {
  text-decoration: underline;
}

p {
  color: #333;
  line-height: 1.125em;
  margin-top: 1em;
  max-width: 50em;
  text-align: left;
}

span.button_site {
  background: #fff;
  border: 1px solid #ccc;
  display: inline-block;
  margin: 0.25em 0.125em;
  padding: 0.25em;
}

span.tab {
  background: none !important;
  border-color: #ccc !important;
  border-bottom-color: #fff !important;
  cursor: default;
  font-weight: bold;
}

table {
  border-collapse:collapse;
}

div.bar {
  margin-bottom: 1em;
  padding-left: 1em;
  white-space: nowrap;
  border-bottom: 1px solid #ccc;
}

span.bar-button, a.bar-button {
	text-align: center;
	display: inline-block;
	font-size: 16px;
	line-height: 1.7em;
	min-height: 1.7em;
	padding: 0em 2em 0em 2em;
}

span.bar-button {
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #478;
  color: #000;
}

a.bar-button {
  text-decoration: none;
}

a.bar-button:hover {
  text-decoration: underline;
}

table.list {
}

table.list td {
  border-top: 1px solid #e5e5e5;
  padding: 0.25em 0;
}

table.list th {
  text-align: left;
}

div.fcols {
    float: left;
    width: 58%;
}

ul.col1 {
    float: left;
    width: 50%;
}

ul.col2 {
}

div.notice {
    width: 326px;
    text-align: justify;
    float: right;
}

div.clipping {
  margin: 1em 1em 0 0;
}

div.clipping img {
  float: left;
  margin-right: 1em;
}

div.clipping p {
  margin: 0.25em 0 1em 0;
}

.radius-top {
  -moz-border-radius-topleft: 0.5em;
  -webkit-border-top-left-radius: 0.5em;
  -moz-border-radius-topright: 0.5em;
  -webkit-border-top-right-radius: 0.5em;
}

div.pics {
  height: 350px; width: 800px;
  padding: 0; margin:0;
  overflow: hidden;
}

div.pics img {
  position: absolute;
  position: static !ie;
  top: 0; left: 0;
}
div.tag {
  z-index: 1;
  font-size: 24pt;
  width: 500px;
  position: absolute;
  position: static !ie;
}

div.openclose h3 {
  cursor: pointer;
}

div.openclose h3:before, div.openclose h3.closed:before {
  content: "\229E  ";
}

div.openclose h3.opened:before {
  content: "\229F  ";
}

