@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	background:#1e2c56 url(images/background.jpg) no-repeat center top;
	width:100%;
}

#wrapper {
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	height:100%;
}

#topbar {
	width:1000px;
	height:20px;
	padding:10px 0px 15px 0px;
}

#topbartext {
	float:right;
	padding-right:0px;
}

#topbartext a {
	padding-right:15px;
	font-family:PT Sans, Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}

#topbartext a:hover {
	padding-right:15px;
	font-family:PT Sans, Tahoma, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#ff6600;
}

#logobar {
	width:1000px;
	height:70px;
	padding-bottom: 10px;
}

#logobar_Right {
	width:455px;
	float:right;
	height:40px;
	padding-top:25px;
	padding-left:130px;
}

#navbar_left {
	background-image:url(images/navbkndleft.png);
	background-repeat:no-repeat;
	width:15px;
	height:50px;
	float:left;
	padding-bottom:8px;
}
	
#navbar {
	width:962px;
	height:50px;
	background-image:url(images/navbknd.png);
	background-repeat:repeat-x;
	float:left;
	padding-bottom:8px;
	z-index: 1000;
	position: relative;
}

#navbar_right {
	background-image:url(images/navbkndright.png);
	background-repeat:no-repeat;
	width:15px;
	height:50px;
	float:left;
	padding-bottom:8px;
}

#search {
	width:220px;
	height:40px;
	float:right;
	padding:10px 0px 0px 90px;
}

  

#middle {
	width:1000px;
	padding-bottom:8px;
	background-color:#0b131f;
	-moz-border-radius: 18px;
	-khtml-border-radius: 18px;
	-webkit-border-radius: 18px;
	margin: 5px 0px 5px 0px;
	padding-top: 8px;
}

#flashholder {
	float:left;
	width:716px;
	height:315px;
	padding-right:20px;
}

#contactholder {
	float:left;
	width:255px;
	height:315px;
	background-image:url(images/phonebknd.png);
	background-repeat:no-repeat;
	padding-top: 10px;
}

#bottom {
	height:300px;
	width:1000px;
}

#bottom a {
	font-family:PT Sans, Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#fff;
	text-decoration:none;
}

#bottom_left {
	width:155px;
	margin-right:13px;
	height:275px;
	float:left;
	background-image:url(images/productshmbknd.png);
	background-repeat:no-repeat;
	padding:15px 25px 5px 15px;
}

#bottom_featured {
	width:785px;
	float:left;
	padding-left: 5px;
	padding-top: 5px;
	height: 40px;
}

#bottom_featured_box {
	width:163px;
	margin-right:0px;
	padding:19px 19px 15px 18px;
	float:left;
	background-image:url(images/featurebknd.png);
	background-repeat:no-repeat;
	height:220px;
}

#bottom_featured_box_last {
	width:155px;
	padding:19px 19px 15px 18px;
	float:left;
	background-image:url(images/featurebknd.png);
	background-repeat:no-repeat;
	height:220px;
}

#footer1 {
	width:1000px;
}

#footer1_left {
	width:475px;
	padding:0px 20px 0px 0px;
	float:left;
}

#footer1_right {
	width:485px;
	padding:0px 0px 0px 20px;
	float:left;
}

#footer {
	height:23px;
	width:1000px;
	padding:15px 0px 15px 0px;
	background-color:#101b30;
	margin-top: 30px;
	margin-bottom: 30px;
}

#footer a {
	font-family: "PT Sans", Tahoma, sans-serif;
	font-size:12px;
	color:#ffffff;
	text-decoration:none;
}

#footer a:hover {
	font-family: "PT Sans", Tahoma, sans-serif;
	font-size:12px;
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}

#footer_left {
	width:540px;
	float:left;
	padding-left: 10px;
}

#footer_right {
	width:300px;
	float:left;
	padding-left:150px;
}












@font-face {
 font-family: "CA BND Web Bold";
 src: url(http://www.lewisbolt.com/CABNDWebBold.otf) format("opentype");
} 

@font-face {
	font-family: "PT Sans";
	src: url(http://www.lewisbolt.com/PTS55F.ttf);
}

.h1 {
	font-family: "CA BND Web Bold", Tahoma, sans-serif;
	font-size:48px;
	color:#fff;
}

.h1_Top {
	font-family: "PT Sans", Tahoma, sans-serif;
	font-size:17px;
	color:#ff6600;
	font-weight: bold;
}

.h2 {
	font-family: "PT Sans", Tahoma, sans-serif;
	font-size:27px;
	color:#ff6600;
}

.h2_white {
	font-family: "PT Sans", Tahoma, sans-serif;
	font-size:27px;
	color:#ffffff;
}

.h3 {
	font-family: "PT Sans", Tahoma, sans-serif;
	font-size:24px;
	color:#ff6600;
	font-weight: bold;
}

.homebody {
	font-family: "PT Sans", Tahoma, sans-serif;
	font-size:13px;
	color:#ffffff;
}

.h6 {
	font-family: "PT Sans", Tahoma, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#ffffff;
	padding:0px 0px 0px 0px;
}
	
.floatright {
	float:right;
}

