
body {
  padding-top: 20px;
  padding-bottom: 60px;
}

/* Custom container */
.container {
  margin: 0 auto;
  max-width: 1000px;
}
.container > hr {
  margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
  margin-top: 40px;
  margin-bottom: -20px;
}
.jumbotron h1 {
  font-size: 100px;
  line-height: 1;
}
.jumbotron .lead {
  font-size: 24px;
  line-height: 1.25;
}
.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}


/* Supporting marketing content */
.marketing {
  margin: 60px 0;
}
.marketing p + h4 {
  margin-top: 28px;
}


/* Customize the navbar links to be fill the entire space of the .navbar */
.navbar .navbar-inner {
  padding: 0;
}
.navbar .nav {
  margin: 0;
  display: table;
  width: 100%;
}
.navbar .nav li {
  display: table-cell;
  width: 1%;
  float: none;
}
.navbar .nav li a {
  font-size:14px;
  font-weight: bold;
  text-align: right;
}
.navbar .nav li:first-child a {
  border-left: 0;

}
.navbar .nav li:last-child a {
  border-right: 0;

}

.nav-btn-small {
    font-size: 6px;
    padding: -3px;
}

/* Styling */
.masthead {
    margin-top: -30px;
}

#slider {
    width: 597px;
    height: 400px;
    margin: 0px auto;
}

.small-col {
    width: 10px;
}

.footer {
    text-align: right;
    color: #777777;
    font-size: 11.5px;
    line-height: 20px;
}

.split-bar {
    border-top-style:solid;
    border-width: 2px;
    border-color: rgb(213,213,213);
}

.split-bar > p {
    margin-top:8px;
    margin-bottom: 10px;
    margin-left: 3px;
    font-size: 16px;
    color: #777777 
}

.social-icons {
    width: 40px;
    height: 40px;
}

.btn-text {
    height: 70px;
}

#sidebar-wrapper {
    margin-right: 10px;
    margin-left: -10px;
}

.prod_img {
    width: 250px;
    height: 250px;
}

.prod_title {
    font-size: 16px;
    line-height: 35px;
    font-weight: bold;
    color: #CC0000;
    padding-left: 10px;
}

.style1 {
        color: #333333;
        line-height: 30px;
}
.style2 {
	color: #CC0000;
	font-weight: bold;
	font-size: 16px;
	line-height: 30px;
}
.style3 {
	color: #3399CC;
	font-weight: bold;
	font-size: 18px;
}
.style4 {
	color: #000000;
	font-size: 11px;
}
.style5 {
	color: #FF9900;
	font-weight: bold;
}

.subitems {
    margin-left: 30px;
}

.footer .pull-left {
    font-size: 12px;
	text-align: left;
}

.navbar .brand {
    margin: 30px 0 0 -180px;
}