/* Text Formatting */

body {
	color: #292929;
	background-color: #242424;
}

.img {
	border: hidden;
	border-width: 0 px;
}

strong {
	font-weight: bold;
	font-size: 16px;
}

.phoneNumber {
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	color:#990000;
	text-shadow: #110000 -1px 1px 1px;
	font-size: 24px;
} 

/* Headers */
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-shadow: #111111 -1px 1px 1px;
	font-size: 25px;
	font-weight: bold;
	color: #22486C;
	text-transform: capitalize;
	line-height: 26px;
}

.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-shadow: #111111 -1px 1px 1px;
	font-size: 25px;
	font-weight: bold;
	color: #22486C;
	line-height: 21px;
	text-transform: capitalize;
	margin-top: 8px;
	position: relative;
	height: 33px;
	width: 100%;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #22486C;
	line-height: 19px;
	padding: 0px 0px 0px 0px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #282828;
	line-height: 19px;
	padding: 0px 0px 0px 0px;
}

/* LINKS */

a {
	color: #0066CC;
	border: none;
	border-width: 0px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0066CC;
}
a:hover {
	text-decoration: underline;
	color: #000066;
}
a:active {
	text-decoration: none;
	color: #000066;
}


/* FORM Elements */
#fieldset {
	position: relative;
	width: 100%;
	border: 1px solid #GGGGGG;
	height: 15px;
	padding-bottom: 6px;
}

#fieldset_tall {
	position: relative;
	width: 100%;
	border: 1px solid #GGGGGG;
	height: 75px;
	padding-bottom: 6px;
}

#fieldset_label {
	top: 0px;
	left: 0px;
	width: 40%;
	height: 15px;
	font-size: 14px;
	text-align: right;
	vertical-align: middle;
	position: absolute;
}

#fieldset_inputBox {
	top: 0px;
	right: 0px;
	width: 55%;
	font-size: 14px;
	text-align: left;
	vertical-align: middle;
	position: absolute;
}

#fieldset_submitBox {
	top: 0px;
	right: 0px;
	width: 100px;
	font-size: 14px;
	text-align: left;
	vertical-align: middle;
	position: absolute;
}

.textBox {
	border: 1px solid #282828;
	height: 15px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	width: 90%;
}

textarea {
	border: 1px solid #282828;
	height: 75px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	width: 90%;
}

.button {
	font: bold 84% Arial, Helvetica, sans-serif;
	background-color: #A9A9A9;
	border-style: solid;
	color: #282828;
	border: 1px solid #282828;
}

.button_rollover {
	font: bold 84% Arial, Helvetica, sans-serif;
	background-color: #282828;
	border-style: solid;
	color: #A9A9A9;
	border: 1px solid #A9A9A9;
}

/* BUTTONS - Buttons with Icons */

.buttons a, .buttons button {
	display:block;
	float:left;
	margin:0 7px 0 0;
	background-color: #F5F5F5;
	border:1px solid #dedede;
	border-top:1px solid #eee;
	border-left:1px solid #eee;
	
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size: 100%;
	line-height:130%;
	text-decoration: none;
	font-weight: bold;
	color: #565656;
	cursor: pointer;
	padding:10px 10px 10px 10px;
}
.buttons button{
	width:auto;
	overflow:visible;
	padding:4px 10px 3px 7px;
}
.buttons button[type]{
	padding:5px 10px 5px 7px;
	line-height:17px;
}
*:first-child+html button[type]{
	padding:4px 10px 3px 7px;
}
.buttons button img, .buttons a img{
	margin:0 3px -3px 0 !important; 
	padding;
	border:none;
	width: 16px;
	height: 16px;
}
button:hover, .buttons a:hover{
	background-color:#dff4ff;
	border:1px solid #c2e1ef;
	color:#336699;
}
buttons a:active{
	background-color:#6299c5;
	border:1px solid #6299c5;
	color:#fff;
}

/* DIV Boxes */

/* Top Spacer */

#top_Spacer {
	background: #E9E9E9;
	width: 100%;
	left: 0px;
	top: 0px;
	position: absolute;
	height: 27px;
}

#top_ViewCart {
	width: 768px;
	height: 27px;
	position: relative;
	margin: auto;
	top: 0px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	vertical-align: middle;
}

.topSearchBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 13px;
	border: 1px solid #282828;
}


/* Banner */
#banner_box {
	background-image: url(images/banner_bg.jpg);
	background-repeat: repeat;
	background-position: left;
	text-align: left;
	text-indent: 10px;
	border-top: 1px solid #282828;
	border-bottom:1px solid #282828;
	position: absolute;
	visibility: visible;
	height: 90px;
	width: 100%;
	left: 0px;
	top: 27px;
	right: auto;
	bottom: auto;
	
}

#banner_mainOutline {
	height: 90px;
	width: 768px;
	position: relative;
	top: 0px;
	margin: auto;
	background-image:url(images/banner.jpg);
	border: hidden;
	border-width: 0px;
}

#banner_text_box {
	height: 50px;
	width: 768px;
	position: absolute;
	top: 27px;
}

.Banner_Text {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 36px;
	text-shadow: #111111 -2px 2px 1px;
	text-align: left;
	text-indent: 10px;
	color: #282828;
}

#Banner_Phone_Text_Box {
	
	width: 600px;
	text-align: right;
	position: relative;
	top: 0px;
}

.Banner_Phone_Text {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-shadow: #111111 -1px 1px 1px;
	align: right;
	color: #282828;
	text-align: right;
	line-height: 20px;
}

/* Link Bar */

#linkbar_box {
	background-image:url(images/linkbar_bg.jpg);
	background-repeat: repeat;
	background-position: left;
	height: 20px;
	width: 100%;
	left: 0px;
	top: 117px;
	right: auto;
	bottom: auto;
	position: absolute;
	border-bottom:1px solid #282828;
	border-top:1px solid #282828;
	visibility: visible;
}

#linkbar_container {
	height: 20px;
	width: 730px;
	margin: 0 auto;
	position: relative;
	border: hidden;
	border-width: 0px;
}

/* Any link will go in the container_link div tag */
#linkbar_container_link{
	width:99px; 
	height:20px; 
	float:left; 
	position: relative; 
	top: 0;
}

#linkbar_container_link a{
	width:99px;
	height:20px;
	display:block;
	color:#FFFFFF;
	border-right:1px solid #A9A9A9;
	border-left:1px solid #A9A9A9;
	font:10px/18px Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
}

#linkbar_container_link a:hover{
	width:99px; 
	height:20px; 
	background:#A9A9A9; 
	color:#282828; 
	border:none; 
	text-decoration: none;
	border-right-color: #A9A9A9;
}

/* Static Link = Link to Nowhere (the current page) */
#linkbar_container_static_link{
	width:99px; 
	height:20px; 
	float:left; 
	position: relative; 
	top: 0px;
}

#linkbar_container_static_link a:hover{
	color:#FFFFFF;
}

#linkbar_container_static_link a{
	width:99px; 
	height:20px; 
	display: block;
	background:#A9A9A9; 
	color:#282828; 
	border-right:1px solid #A9A9A9;
	border-left:1px solid #A9A9A9;
	font:10px/18px Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
}

/* Main Box */

#main_container {
	width: 100%;
	height: 570px;
	text-align: left;
	top: 139px;
	position:absolute;
	left: 0px;
	background: #E9E9E9;
}

#main_box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 788px;
	height: 570px;
	text-align: left;
	top: 0px;
	margin: auto;
	position:relative;
	background-color: #FFFFFF;
	border-left: 1px solid #292929;
	border-right: 1px solid #292929;
}

/* Alive Chat */
#aliveChatBox {
	width: 100px;
	height: 50px;
	left: 10px;
	top: 10px;
	position: absolute;
}

/* Main Body Elements */

#main_text {
	width: 520px;
	height: 570px;
	top: 5px;
	left: 5px;
	position: absolute;
}

#top_promoBox {
	width: 250px;
	height: 100px;
	right: 0px;
	top: 5px;
	left: 530px;
	position: absolute;
}

#contact_us_box {
	width: 250px;
	height: 223px;
	top: 115px;
	left: 530px;
	position: absolute;
	background-image: url(images/contactus_bg.jpg);
	border: 1px solid #282828;
}

#contact_us_box h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #22486C;
	line-height: 19px;
	padding: 4px 2px 2px 2px;
	top: 5px;
	line-height: 25px;
	text-align: center;
}

#contact_us_box strong {
	font-size: 13px;
	font-weight: bold;
}

#promoBox {
	width: 250px;
	height: auto;
	left: 530px;
	top: 355px;
	position: absolute;
	text-transform: capitalize;
}

#emailBold {
	width: 100%;
	top: 0px
	left: 0px;
	text-align: center;
	position: relative;
	font-size: 18px;
	font-weight: bold;
}

/* Shopping cart items */

#shoppingItemContainer {
	width: 100%;
	height: 30px;
	position: relative;
	margin: 2px 2px 2px 2px;
	vertical-align: text-bottom;
}

#shoppingItemText {
	width: 320px;
	height: 30px;
	vertical-align: text-bottom;
	font-size: 14px;
	font-weight:bold;
	position: absolute;
	left: 0px;
}

#shoppingItemTextSm {
	width: 270px;
	height: 30px;
	vertical-align:middle;
	font-size: 20px;
	font-weight:bold;
	position: absolute;
	left: 0px;
}

#shoppingItemText strong {
	color: #990000;
	text-shadow: #110000 -1px 1px 1px;
	font-size: 22px;
	
}

#shoppingItemOrderForm {
	width: 195px;
	height: 30px;
	left: 325px;
	position: absolute;
	vertical-align: text-bottom;
}

#shoppingItemOrderFormBg {
	width: 210px;
	height: 30px;
	left: 280px;
	position: absolute;
	vertical-align: text-bottom;
}

#shoppingItemContainerRibbons {
	width: 500px;
	height: 50px;
	position: relative;
	margin: 1px 1px 1px 1px;
	vertical-align: text-bottom;
}


#shoppingItemOrderFormRibbons {
	width: 230px;
	height: 50px;
	left: 290px;
	position: absolute;
	font-size: 12px;
	font-weight: 100;
	vertical-align: text-bottom;
}

#shoppingItemTextRibbons {
	width: 285px;
	height: 50px;
	font-size: 12px;
	font-weight: 100;
	position: absolute;
	left: 0px;
	text-align: right;
	top: 5px;
}

#shoppingItemTextRibbons strong {
	font-size: 11px;
	font-weight: bold;
}

#shoppingItemContainerBattery {
	width: 500px;
	height: 50px;
	position: relative;
	margin: 1px 1px 1px 1px;
	vertical-align: text-bottom;
}

#shoppingItemOrderFormBattery {
	width: 230px;
	height: 50px;
	top: 10px;
	left: 290px;
	position: absolute;
	font-size: 12px;
	font-weight: 100;
	vertical-align: text-bottom;
}

#shoppingItemTextBattery {
	width: 285px;
	height: 50px;
	font-size: 12px;
	font-weight: 100;
	position: absolute;
	left: 0px;
	text-align: right;
	top: 5px;
}

#shoppingItemTextBattery strong {
	font-size: 11px;
	font-weight: bold;
}

/* Search Box */

#search_Container {
	position: relative;
	width: 495px;
	height: 25px;
	font-weight: bold;
	font-size: 14px;
	vertical-align: middle;
}

#search_Text {
	position: absolute;
	width: 175px;
	height: 14px;
	left: 0px;
	top: 5px;
}

#search_InputField {
	position: absolute;
	width: 200px;
	height: 25px;
	left: 175px;
	top: 5px;
}

#search_submitButton {
	position: absolute;
	width: 100px;
	height: 25px;
	left: 375px;
}

#search_resultsFooter {
	position: relative;
	width: 100%;
	text-align: right;
	font-size: 12px;
	font-weight: 100;
	height: 13px;
}


/* Footer */

#footer_container { 
	background:url(images/footer_bg.jpg) 0 0 repeat-x #3B3B3B; 
	color:#fff; 
	font:13px/20px "Trebuchet MS",Arial, Helvetica, sans-serif; 
	margin:0 auto; 
	clear:both; 
	width: 100%;
	top: 709px;
	border-top: 1px solid #292929;
	position: absolute;
	background-repeat: repeat;
	left: 0px;
	height: 60px;
}

#footer_box {
	width: 768px;
	height: 60px;
	text-align: center;
	top: 0px;
	margin: auto;
	position: relative;
	color: #E9E9E9;
	font-size: 10px;
	line-height: 11px;
}

#footer_box strong {
	font-size: 12px;
	font-weight: bold;
	line-height: 13px;
}

