/*
Theme Name: BTE 0.3
Description: BTE Theme w/ Images as Text
Author: Telablue, Inc.
Author URI: http://www.telablue.com
Colors: Gray AEB7C0; Blue 5092CC; Light Blue CADEEF; Black 020202; Light-Blue White F5F6FA;
*/

/* Reset needed styles
*******************************/
* { margin: 0; }
html,div,span,form,h1,h2,h3,h4,p,blockquote{margin:0;padding:0;border:0;outline: 0;}
:focus {outline: 0;}
html,body {line-height: 1; min-height: 100%;}
.clear {clear: both;}
table, td, th {vertical-align:top;}
a img {border:none;}
ul {list-style-type:square; padding: 15px;}
li {margin: 0 0 5px 0;}

body {
	background-color: #AEB7C0;
	font-size: 11px;
	color: #020202;
	font-family: Arial, sans-serif;
}

#wrapper {
	margin: 50px auto 0;
	width: 1000px;
	min-height: 100%;
	border-top: 1px solid #CADEEF;
	border-left: 1px solid #CADEEF;
	border-right: 2px solid #333333;
	border-bottom: 2px solid #333333;
	overflow: hidden;
}

#wrapper-home {
	clear:left;
	margin: 0 auto;
	width: 840px;
}
	
#wrapper-post {
	float: left;
	margin: auto;
	width: 920px;
}

#page {
	background-image: url(images/background.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-color: #ffffff;
	border: 1px solid #5092CC;
	float: left;
	line-height: 1.5;
	width: 1000px;
}

#header {
	background-color: #CADEEF;
	background-image: url(images/header-background.jpg);
	background-repeat: no-repeat;
	border-top: 1px solid #5092CC;
	border-bottom: 1px solid #5092CC;
	clear: right;
	float: left;
	height: 85px;
	margin: 20px 0 15px 0;
	width:1000px;
}

#identifiers {
	float: left;
	line-height: 1.3;
	margin: 16px 0 0 80px;
	width: 490px;
}

#company-name {
	float: left;
	width: 315px;
}

#company-name h1, #company-name h2 {
	font-family: arial black, arial, san-serif;
	font-size: 2em;
	font-weight: bold;
	text-align: right;
}

#description {
	float: right;
	width: 315px;
}

#description h2, #description h3 {
	font-size: 1.8em;
	font-style: italic;
	font-weight: normal;
#	text-align: right;
}

#logo {
	margin: 0 10px 0 0;
	height: 55px;
	width: 157px;
	float: left;
}

#top-right-navigation {
	float: right;
	width: 218px;
	margin: 3px 80px 0 0;
}

#phone {
	float: right;
	font-size:14px;
	font-weight:bold;
}

#my-cart-button {
	float: right;
	margin: 0 15px 0 0;
}

#search {
	background-image: url(images/search-bar.png);
	background-repeat: no-repeat;
	clear:right;
	font-size:14px;
	font-weight:bold;
	float: right;
	height: 27px;
	margin: 5px 0 0 0;
	text-align: center;
	width: 218px;
}

#searchform {
	float: right;
	margin:0 7px 0 0;
}

#s {
	width: 120px;
	padding: 2px;
	background-color: #ffffff;
}

#searchsubmit {
	font-size:1.1em;
	font-weight:bold;
	padding: 1px;
}

select {
	background-color: #ffffff;
}

#content-home {
	background-image: url(images/bte-water.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	float: left;
	width:820px;
}	

#content-home, #content-post {
	background-color:#020202;
	padding:10px;
	min-height: 329px;
}

#content-post {
	float: right;
}

#content {
	width: 818px;
	border: 1px solid #F5F6FA;
	min-height: 329px;
}

#content p {
	margin: 10px 0;
	color: #ffffff;
}

.post {
	background-color: #F5F6FA;
	background-image: url(images/post-bg.png);
	background-repeat: repeat-y;
	background-position: bottom right;
	border: 1px solid #F5F6FA;
	float: left;
	line-height: 2;
	min-height: 329px;
	padding: 10px 30px 30px;
	width: 615px;
}

.post h1 {
	font-family:times,times new roman,serif;
	font-size:2.7em;
	font-style:italic;
	font-weight:bold;
	line-height:1;
	padding:0 0 10px;
}

.post h2 {
	font-size:1.3em;
	font-weight:bold;
}

.post p {
	margin: 10px 0;
}

.post td {
	padding: 0 15px 0 0;
}

#about-us table {
	width: 100%;
}

#about-us td {
	width: 33%;
}

#navigation {
	float: right;
	font-size:1.3em;
	font-weight:bold;
	clear: right;
}

#navigation a , #navigation a:link {
	color: #ffffff;
	background: #000000 url(images/bte-navbutton.jpg) no-repeat;
	text-decoration: none;
	display: block;
	float: left;
	margin: 0 15px 0 0;
	text-align:center;
	text-decoration:none;
	width:115px;
}

#navigation a:hover {
	color: #5092CC;
}

ul.navigation  {
	list-style-type: none;
	padding: 0;
	margin: 0
}

#navigation li {
	float: left;
	margin: 0;
}

#tagline-top, #tagline-bottom {
	text-align: right;
	color: #ffffff;
	font-family: Times, Times New Roman, serif;
	font-style: italic;
	float: left;
	font-size: 2em;
}

#tagline-top {
	font-size: 2.5em;
	margin:10px 0;
	width: 460px;
	font-weight: bold;
}

#tagline-bottom {
	width: 550px;
}

#home-images img {
	margin: 10px 0;
	float: left;
}

#footer-home {
	clear: both;
	padding: 10px 0;
}

#footer-home, #footer-post  p {
	padding: 5px 0 0 0;
}

#footer-post {
	clear: both;
	padding: 10px 0 10px 80px;
}

#copyright {
	margin: 20px auto;
	width: 1000px;
}

#copyright p {
	padding: 0 0 0 0px;
}

.affiliate-link {
	float: right;
	width: 240px;
}

.affiliate-link p {
	font-weight: bold;
	padding: 10px 10px 20px 10px;
}

.affiliate-link img {
	float: left;
	padding: 10px;
}

a:active, a:link, a:visited {
	color: #020202;
	text-decoration: none;
}

.clear {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}

#sidebar {
	clear: left;
	width: 200px;
	float: left;
	margin: 50px 0 0;
	padding: 0;
}

#sidebar ul {
	padding: 0;
	text-align: right;
}

#sidebar li {
	background-image: url(images/sidebar-button-bg.png);
	background-position: left center;
	background-repeat: no-repeat;
	float: left;
	width: 199px;
	height: 32px;
	list-style-type: none;
}

#sidebar a, #sidebar a:link, #sidebar a:visited {
	font-size: 1.1em;
	line-height: 2.4;
	padding: 0 10px 0;
}

#sidebar a:hover, #sidebar a:visited:hover {
	color: #5092CC;
}

#sidebar-menu {
	
}

#sidebar-image {
	padding: 80px 0 0 10px;
	float: left;
	width:190px;
}

#sidebar-phone {
	padding: 0 0 0 30px;
	font-size:14px;
	font-weight:bold;
	float: left;
}

#nav {clear: both; float:left; background:#666666; width:100%;}
#nav a, #nav a:link, #nav a:visited {
    float:left;
    padding:3px 8px;
    margin-right:18px;
    color:#ffffff;
    text-decoration:none;
	font-size:1.5em;
	font-weight: bold;
}
#nav a:hover, #nav a:visited:hover, #nav .current_page_item a {
    color:#D2974A;
    text-decoration:none;
}
.nav li{
    float:left;
	margin:-1px; /*safari hack*/
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

img.alignleft {
	float: left;
	margin-right: 15px;
}

img.alignright {
	float: right;
	margin-left: 15px;
}

hr {
	margin: 10px;
	clear: both;
}
