html, body {
	height:100%;
}

* {
	margin:0;
	padding:0;
	font-family:Arial;
	font-size:12px;
}

ul {
	margin:0 8px;
	padding:8px;
}

body {
	background-color:#82868f;
}

.clear {
	clear:both;
	font-size:1px;
}

.warning {
	color:red;
	font-weight:bold;
}

.error {
	color:red;
	font-size:16px;
	padding:10px;
	margin:10px 0;
	border:1px solid #cccccc;
	background-color:#eeeeee;
}

.error ul {
	list-style-type:none;
}

.goodMessage {
	color:#002A71;
	font-size:16px;
	padding:10px;
	margin:10px;
	border:1px solid #cccccc;
	background-color:#eeeeee;
}

.goodMessage ul {
	list-style-type:none;
}

.rule {
	margin-top:10px;
	border-top:1px solid #001446;
}

.rule2 {
	margin-top:10px;
	border-top:1px solid #ffffff;
}

div#container {
	width:800px;
	padding:0 16px;
	margin:0 auto;
	background:#ffffff url('images/bgMain.jpg') repeat-y;
	height:auto !important;
	height:100%;
	min-height:100%;
}

div#main {
	padding:16px 29px 26px 16px;
	
}

#header {
	
}

#topNav {
	float:right;
}

#logo {
	float:left;
}

img {
	border:0;
}

#search {
	float:right;
	display:inline;
	margin-top:8px;
}

#menu {
	border-top:1px solid #00277e;
	margin-top:16px;
	padding-top:8px;
}

#middle, #middleHome {
	margin:10px -4px 0 -4px;
}

#middle #leftMenuContainer {
	float:left;
	width:174px;
	background:transparent url('images/bgMenu.jpg') repeat-y;
}

#middleHome #leftMenuContainer {
	float:left;
	width:241px;
}

#middle #leftMenuTop {
	background:transparent url('images/bgTop.jpg') no-repeat top;
}

#middleHome #leftMenuTop {
	background:transparent url('images/bgBoxTop.jpg') no-repeat top;
}

#middle #leftMenuBottom {
	background:transparent url('images/bgBottom.jpg') no-repeat bottom;
	padding:4px;
}

#middleHome #leftMenuBottom {
	background:transparent url('images/bgBoxBottom.jpg') no-repeat bottom;
	padding:4px;
}

#middle #leftMenu {
	background:#001546 url('images/subBlueBack.jpg') no-repeat 0 26px;
	width:166px;
	overflow:hidden;
}

#middleHome #leftMenu {
	background:#001446 url('images/homeBlueBack.jpg') no-repeat 0 0;
	padding:20px;
	color:#ffffff;
	font-size:18px;
	font-weight:bold;
}

#middleHome #homeLeft {
	float:left;
	width:241px;
}

#middle #middleContainer {
	float:left;
	display:inline;
	margin-left:4px;
}

#middleHome #middleContainer {
	float:left;
	display:inline;
	margin-left:4px;
}

#middle #bannerContainer {
	width:585px;
	background:transparent url('images/bannerMiddle.jpg') repeat-y;
	margin-bottom:26px;
}

#middleHome #bannerContainer {
	width:516px;
	background:transparent url('images/bannerHomeMiddle.jpg') repeat-y;
}

#middle #bannerTop {
	background:transparent url('images/bannerTop.jpg') no-repeat top;
}
#middleHome #bannerTop {
	background:transparent url('images/bannerHomeTop.jpg') no-repeat top;
}

#middle #bannerBottom {
	background:transparent url('images/bannerBottom.jpg') no-repeat bottom;
	padding:4px;
}

#middleHome #bannerBottom {
	background:transparent url('images/bannerHomeBottom.jpg') no-repeat bottom;
	padding:4px;
}

#middle #banner {
	height:152px;
}

#middleHome #banner {
	height:221px;
}

#middleHome #contentContainer {
	padding:4px;
	width:577px;
	overflow:hidden;
}

#middle #contentContainer {
	padding:4px;
	width:577px;
	overflow:hidden;
}

#pageTitle {
	font-size:22px;
	text-transform:uppercase;
	color:#002a71;
}

#pageContent {
	color:#555555;
	line-height:18px;
	margin-top:16px;
}

#homeRight {
	float:left;
	width:516px;
}

#columnContainer {
	margin-top:10px;
}

h2.title {
	font-size:24px;
	margin:30px 0 6px 0;
}
h3.title {
	font-size:18px;
	margin:24px 0 6px 0;
}

.title {
	font-size:18px;
	font-weight:bold;
	color:#002a71;
}

#columnsDiv .titleBar {
	background-color:#02257f;
	color:#ffffff;
	text-transform:uppercase;
	font-size:18px;
	font-weight:bold;
	padding:6px 10px 4px 10px;
}

#columnsDiv .contentContainer {
	padding:6px;
}

#columnsDiv .content {
	color:#02257f;
	font-size:11px;
	padding:10px;
}

#columnsDiv .contentEntry {
	background-color:#ffffff;
	color:#02257f;
	font-size:11px;
	padding:6px;
	margin-bottom:6px;
}

#leftColumn {
	float:left;
	display:inline;
	width:233px;
	overflow:hidden;
	margin-left:4px;
	margin-top:10px;
}
/* dark blue = 02257f */
/* light gray = e5e6d8 */
#middleColumn {
	float:left;
	display:inline;
	width:250px;
	overflow:hidden;
}

#rightColumn {
	float:right;
	display:inline;
	width:250px;
	overflow:hidden;
}

#columnsDiv {
	padding-top:10px;
}

table#columns, table#columns td {
	border-collapse:collapse;
	margin:0;
	padding:0;
	vertical-align:top;
}

table#columns td {
	
}

#column1left {
	width:10px;
}
#column1 {
	
}
#column2left {
	width:10px;
}
#column2 {
	
}
#footer {
	margin-top:40px;
	font-size:10px;
	color:#999999;
}

#footer a {
	text-decoration:none;
	font-size:10px;
	color:#999999;
}

#footer div {
	margin-top:10px;
	font-size:10px;
}

#footer div a {
	text-decoration:underline;
}
.imageHolder {
	position:relative;
}
.rotatingBanner {
	position:absolute;
	z-index:2;
}
.rotatingBanner2 {
	position:absolute;	
	z-index:1;
}

div.productList {
	float:left;
	display:inline;
	width:180px;
	padding:5px;
	text-align:center;
}


div.productList .photo {
	height:100px;
}

div.productList img {
	border:0;
}
div#productFloat {
	float:right;
	padding-left:20px;
	padding-bottom:10px;
}
div#productImage {
	
}
div#productDetails {
	
}
div#viewMore {
	margin-bottom:10px;
}

div#productDescription {
	padding-right:20px;
	margin-top:20px;
}

.unitPriceHeader {
	width:60px;
	padding-right:10px;
}

.feesHeader {
	width:50px;
	padding-right:10px;
}

.priceHeader {
	width:50px;
	padding-right:10px;
}

.quantityHeader {
	width:60px;
}

.productImageHeader {
	
}
.productImageCell {
	padding-right:10px;
	width:100px;
}
.productImageCell p {
	text-align:center;
}

.productTitleHeader, .productTitleCell {
	width:180px;
	padding-right:10px;
}

.quantityCell input {
	width:40px;
}

#cartTable td {
	vertical-align:top;
}

.updateCart {
	text-align:right;
	padding-right:16px;
	height:30px;
}

div#checkoutBox td {
	padding-right:10px;
}
table.firstLast td {
	
}

a {
	color:#002A71;
}
a:hover {
	color:#C8141F;
}

input, select, textarea {
	font-weight:normal;
}

td.firstName, td.company, td.city {
	width:85px;
}
table.firstLast input {
	width:130px;
}
input.same {
	width:20px !important;
}
input.company {
	width:130px;
}
input.address, textarea.address {
	width:234px;
}
input.city {
	width:130px;
}
select.state {
	width:50px;
}
input.zip {
	width:70px;
}
select.expMonth {
	width:45px;
}
select.expYear {
	width:60px;
}
input.ccVer {
	width:40px;
}

tr.boldRow td {
	font-weight:bold;
}

table.contentOrders td {
	padding-right:10px;
}

table.orderDetails td {
	padding-right:10px;
	vertical-align:top;
}

/***** albums *****/

.albumContainer {
	width:460px;
	clear:both;
}

.albumContainer img {
	
}

.photoContainer {
	float:left;
	margin:10px 4px;
	height:160px;
	overflow:hidden;
}

.photoImg {
	float:left;
	width:140px;
}
.photoImg a {
	border:0;
}
.photoImg a:hover {
	border:0;
}
.photoTitle {
	clear:left;
}

.shade {
	width:100%;
	height:100%;
	background-color:black;
	filter:alpha(opacity=40);
	opacity:.40;
	position:absolute;
	z-index:0;
}
