@charset "UTF-8";
/* CSS Document */

img, div, a, input { 
behavior: url(iepngfix.htc) 
}

body {text-align:center;
	margin-top:0px;
	background:url(images/bgGradient.jpg);
	background-repeat:repeat-x;
	background-color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#container {
	position:relative;
	width:800px;
	margin:auto;
	margin-bottom: 100px;
	text-align:left;
}

#header {
	position:absolute;
	top:0px;
	left:0px;
	width:800px;
	height:90px;
	background-color:#000
}

#nav {
	position:absolute;
	top:70px;
	left:30px;
}

.topNav {
	font-weight:bold;
	color:#FFF;
}

.topLinks {
	padding: 0px 10px 0px 10px;
}

a:link {
	color:#FFF;
	text-decoration:none;
	
}


a:visited {
	color:#FFF;
	text-decoration:none;
}

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

.categoryTitle {
	font-size:14px;
	color:#ee3b33;
}

.green {
	color:#0C0;
	font-size:16px;
}

#apps {
	display:block;
	position:absolute;
	top:8px;
	right:20px;
}

.appLinks {
	color:#000;
	width:116px;
	height:16px;
	font-weight:bold;
	font-size:11px;
	background-image:url(images/appsBG.png);
	text-align:center;
}

.appLinks:link {
	
}

.appLinks:hover {
	background-image:url(images/appsBG-on.png);
	color:#C00;
}

.appText {
	position:relative;
	top:3px;
}

a.productLinks:link {
	color:#000;
	text-decoration:none;
	font-size:12px;
}

a.productLinks:hover {
	color:#363;
	text-decoration:none;
	font-size:12px;
}

a.productLinks:visited {
	color:#000;
	text-decoration:none;
	font-size:12px;
}

a.imageLinks:link {
	color:#000;
	text-decoration:none;
}

a.imageLinks:hover {
	color:#000;
	text-decoration:none;
}

a.imageLinks:visited {
	color:#000;
	text-decoration:none;
}

.contactButt {
	position:relative;
	top:5px;
}

#bodyContent {
	positon:absolute;
	top:95px;
	left:50%;
	background:#000;
	height:700px;
	margin-bottom:100px;
}

#categories {
	position:absolute;
	left:0px;
	top:95px;
	background:#999;
	width:218px;
	margin-left:4px;
}

#panelLeft {
	position:absolute;
	left:0px;
	top:95px;
	width:218px;
	margin-left:4px;
}

#panelRight {
	position:absolute;
	top:95px;
	left:573px;
	width:218px;
	margin-left:4px;
}

.products {
	padding: 0px 5px 0px 5px;
}

#photos {
	position:absolute;
	top:95px;
	left:227px;
	width:345px;
	color:white;
}

#bullets {
	position:absolute;
	top:95px;
	left:573px;
	width:218px;
	background:#999;
	margin-left:4px;
}

.paddedTxt {
	padding: 5px;
}

#footer {
	float:bottom;
	width:100%;
	left:0px;
	text-align: center;
	
}

#footPad {
	height:50px;
	float:bottom;
}

#logTop {
	position:relative;
	height:150px;
	
	padding:5px;
}

#logBottom {
	border-top-width:1px;
	border-top:#FFF;
	border-top-style:solid;
	height:200px;
	padding:5px;
}

.center {
	text-align:center;
}

.left {
	text-align:left;
}

.right {
	text-align:right;
}

.logText {
	font-size:10px;
	text-align:right;
}

#wishes {
	text-align:left;
}
a.mapIt {
	color:#900;
}

a.url {
	color:#06C;
}

#imageBox {
	position:relative;
	height:auto !important;
	height:550px;
	
}

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

#bulletBox {
	padding: 0px 5px 0px 0px;
}

#printReady.body {
	background:#FFF;
	font-size:12px;
}