* {
 margin: 0;
 padding: 0;
}

body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
/**	background-image: url(/images/background.gif); **/
	background-repeat: repeat;
 	height: 100%;
}

option {
 padding-right: 6px;
}

a {
 text-decoration: none;
 color: #33ADE0;
}

a:hover {
	text-decoration: none;
	color: #666666;
}

body,td,th {
	color: #000000;
}

h1 {
 text-align: center;
 font-size: 30px;
 color: #229BD0;
 padding: 10px;
}

#products {
 width: 980px;
 text-align: center;
}

#prodThumb {
 width: 235px;
 height: 320px;
 padding: 5px;
 margin-bottom: 20px;
 display: inline;
 float: left;
 position: relative;
 text-align: center;
 font-family: sans-serif;
 font-size: 9pt;
}

#prodThumb:hover {
 border: 2px solid #FFAC00;
 background-color: #fff;
 padding: 3px;
}

#product {
 font-family: sans-serif;
 font-size: 10pt;
 padding: 5px;
}


#productDesc {
 width: 400px;
 padding: 5px;
 margin: 5px;
 border: 1px solid #ccc;
}

#addtocart {
 font-size: 20px;
 line-height: 40px;
}

#cart {
 font-size: 12px;
 min-height: 400px;
}

#cart-contents {
 width: 900px;
 padding-bottom: 20px;
}

#cart-contents th {
 font-weight: bold;
 text-align: left;
}

.cart-total {
 padding-right: 30px;
}

#container {
 width: 1000px;
 margin: 0 auto 0 auto;
 height: 100%;
 text-align: left;
 font-size: 12px;
 position: relative;
 background-color: #fff;
}

#header {
 width: 1000px;
 height: 89px;
 bottom: 5px;
 background-color: #ccc;
 background-image: url(/images/vulkan_static_header.jpg);
 color: #eee; 
}

#header-checkout {
 color: #fff;
 text-align: center;
 font-size: 24px;
 width: 980px;
 height: 89px;
 background-color: #2F2F2F;
 padding-left: 20px;
}

#header-nav-left {
 float: left;
 position: relative;
}
#header-nav-right {
 float: right;
 position: relative;
 text-align: right;
 padding-right: 4px;
}

#footer {
	margin-top: 40px;
	width: 900px;
 	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	background-color: #FFFFFF;
}
#footer a {
 color: #999;
}

#buttons {
	width: 300px;
	height: 80px;
	background-color: #333333;
	float: right;
	text-align: right;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#navigation {
	width: 995px;
	height: 32px;
	background-color: #f6f2f1;
	background-image: url(/images/navbg.jpg);
	padding-left: 5px;
	padding-top: 10px;
	color: #2A9AC9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#minicart {
 padding: 5px;
}

#topnav-left {
 float: left;
 position: relative
}

#topnav-right {
 float: right;
 position: relative;
}

#topnav-right a {
 padding: 7px;
 text-transform: uppercase;
}

#main {
	width: 1000px;
	height: 100%;
    min-height: 320px;
 	font-size: 12px;
	padding-bottom: 20px;
}

#main a {
 font-weight: bold;
 font-size: 14px;
 line-height: 20px;
}

#main li {
 padding: 5px 5px 5px 10px;
 margin: 5px 5px 5px 10px;
}

#mainrightbox {
	width: 342px;
/**	background-color: #eeeeee; **/
/**	height: 750px; **/
	color: #000000;
	font-family: arial, Helvetica, sans-serif;
	font-size: 12px;
	float: right;
	position: relative;
	padding: 10px 0px 10px 10px;
}

#mainleftbox {
	width: 622px;
/**	background-color: #eeeeee; **/
/**	height: 750px; **/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	position: relative;
	padding: 10px 10px 10px 0px;
	border-right: 6px solid #fff;
}

#sidebar-connect a {
 padding: 12px;
}

.headerfontblue {
	color: #2995C2;
}
.arialnarrow24px {
	font-size: 24px;
	font-family: "Arial narrow", arial, Helvetica, sans-serif;
	font-weight: bold;
}
.arialbold16 {font-size: 16px; font-family: "Arial narrow", arial, Helvetica, sans-serif; font-weight: bold; }
.arialboldblue {color: #2A9AC9}

.floatRight {
 float: right;
 position: relative;
}

.floatLeft {
 float: left;
 position: relative;
}

.clear {
 clear: both;
}

.lblue {
 color: #33ADE0
}

.blue {
 color: #229BD0;
}

.red {
 color: #AA0000;
}

.bluebtn {
 background-color: #002B64;
 color: #FFFFFF;
 font-weight: bold;
 padding: 4px 6px;
 font-size: 14px;
 border: 2px solid #62758A;
 border-bottom-color: #051324;
 border-right-color: #051324;
 margin: 10px;
 margin-top: 20px;
}

.bluebtn:hover {
 background-color: #224163;
 color: #fff;
 cursor: pointer;
}

.bluebtn:active {
 border: 2px solid #62758A;
 border-top-color: #051324;
 border-left-color: #051324;
}

.pad5 {
 padding: 5px;
}

.pad10 {
 padding: 10px;
}

.pad20 {
 padding: 20px;
}

.spacer10 {
 height: 10px;
 line-height: 10px;
}

.spacer20 {
 height: 20px;
 line-height: 20px;
}

.error {
 font-weight: bold;
 color: #FF0000;
 border: solid 1px #FF0000;
 padding: 5px;
 margin: 5px;
 background-color: #FFF5F5;
 text-align: center;
}

.msg {
 border: solid black 1px;
 font-weight: bold; color: #000000;
 padding: 5px;
 margin: 5px;
 color: #000000;
 background-color: #EEEEEE;
 text-align: center;
}

.notice {
 text-align: center;
 padding: 3px;
 color: #330000;
 font-weight: bold;
 border: solid 1px #000000;
 margin: 3px;
 background-color: #FFFF99;
}

.medHead {
 font-size: 14px;
 font-weight: bold;
}

.bigHead {
 font-size: 16px;
 font-weight: bold;
}

.huge, .huge a {
 font-size: 18px;
}

.big, .big a {
 font-size: 16px;
}

.med, .med a {
 font-size: 14px;
}

.small, .small a {
 font-size: 10px;
 font-weight: normal;
}

.bold {
 font-weight: bold;
}

.center {
 text-align: center;
}

.heading {
 color: #fff;
 font-weight: bold;
 font-size: 20px;
 background-color: #197299;
 padding: 10px;
 text-align: center;
 margin: 5px;
}

.brdBlack {
 border: 1px solid #000;
}

.blue {
 color: blue;
}

